aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Collapse)Author
2023-12-02Add arg parsingHEADmainMartin Ashby
2023-12-01Make peer_id a constantMartin Ashby
2023-11-12Move tracker protocol into it's own fileMartin Ashby
Change piece_length -> u32, protocol constrains that anyway annnnd, successfully download a file (albeit from one torrent only with no checking of a ton of stuff)
2023-11-12Handshake a peerMartin Ashby
2023-11-11Make request to tracker, get and parse response to find peers listMartin Ashby
2023-11-11Add basic meta info file parsingMartin Ashby
2023-11-09Add bencoding decoding libraryMartin Ashby