chihaya/server
2023-06-16 22:45:27 +02:00
..
params server: Refactor query parsing into a struct via fasthttp 2023-06-16 10:16:59 +02:00
alive.go server: replace net/http with https://github.com/valyala/fasthttp 2023-06-16 10:16:59 +02:00
announce.go database/types: Peer is now 48 bytes, removed TorrentID / UserID / ID, made LastAnnounce relative 2023-06-16 22:45:27 +02:00
metrics.go server: replace net/http with https://github.com/valyala/fasthttp 2023-06-16 10:16:59 +02:00
scrape.go server: Refactor query parsing into a struct via fasthttp 2023-06-16 10:16:59 +02:00
server.go server: Refactor query parsing into a struct via fasthttp 2023-06-16 10:16:59 +02:00
util.go database/types: Torrent struct body uses atomics, lock is only needed to operate on peers, added Marshal/Unmarshal JSON for User/Torrent structs 2023-06-15 13:37:37 +02:00