summaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-29fix use after free in torrent structsAnton Luka Šijanec1-4/+4
remove_torrent was doing wrong things when first torrent in LL was to be removed
2023-01-12small tweaks introduced memory corruption. see misc/valgrind-2023-01-12.txtAnton Luka Šijanec1-1/+8
2023-01-10attempts to fix ping flood and sybil attacksAnton Luka Šijanec1-1/+10
2023-01-10metadl works, but wastes bandwidthAnton Luka Šijanec1-1/+2
2023-01-08downloading metadata over tcp works, asan reports a memory leak about nodesAnton Luka Šijanec1-0/+1
2023-01-03idea for metadl via tcp for outgoing connections implemented, not tested, compilesAnton Luka Šijanec1-1/+6
2023-01-02removed non-ASCII bytes from JSON outputAnton Luka Šijanec1-0/+3
2022-11-23bencodingAnton Luka Šijanec1-15/+2
2022-11-21created utils/bencoding.c, fixed bencoding (for now decode only). TODO: fuzzAnton Luka Šijanec1-19/+0