summaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix use after free in torrent structsAnton Luka Šijanec2023-01-291-4/+4
| | | | | remove_torrent was doing wrong things when first torrent in LL was to be removed
* small tweaks introduced memory corruption. see misc/valgrind-2023-01-12.txtAnton Luka Šijanec2023-01-121-1/+8
|
* attempts to fix ping flood and sybil attacksAnton Luka Šijanec2023-01-101-1/+10
|
* metadl works, but wastes bandwidthAnton Luka Šijanec2023-01-101-1/+2
|
* downloading metadata over tcp works, asan reports a memory leak about nodesAnton Luka Šijanec2023-01-081-0/+1
|
* idea for metadl via tcp for outgoing connections implemented, not tested, compilesAnton Luka Šijanec2023-01-031-1/+6
|
* removed non-ASCII bytes from JSON outputAnton Luka Šijanec2023-01-021-0/+3
|
* bencodingAnton Luka Šijanec2022-11-231-15/+2
|
* created utils/bencoding.c, fixed bencoding (for now decode only). TODO: fuzzAnton Luka Šijanec2022-11-211-19/+0
|
* initial commit, UNTESTED bencoding parsersijanec2021-05-041-0/+34