Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-01-29 | fix use after free in torrent structs | Anton Luka Šijanec | 1 | -4/+4 |
2023-01-12 | small tweaks introduced memory corruption. see misc/valgrind-2023-01-12.txt | Anton Luka Šijanec | 1 | -1/+8 |
2023-01-10 | attempts to fix ping flood and sybil attacks | Anton Luka Šijanec | 1 | -1/+10 |
2023-01-10 | metadl works, but wastes bandwidth | Anton Luka Šijanec | 1 | -1/+2 |
2023-01-08 | downloading metadata over tcp works, asan reports a memory leak about nodes | Anton Luka Šijanec | 1 | -0/+1 |
2023-01-03 | idea for metadl via tcp for outgoing connections implemented, not tested, compiles | Anton Luka Šijanec | 1 | -1/+6 |
2023-01-02 | removed non-ASCII bytes from JSON output | Anton Luka Šijanec | 1 | -0/+3 |
2022-11-23 | bencoding | Anton Luka Šijanec | 1 | -15/+2 |
2022-11-21 | created utils/bencoding.c, fixed bencoding (for now decode only). TODO: fuzz | Anton Luka Šijanec | 1 | -19/+0 |