summaryrefslogtreecommitdiffstats
path: root/utils/bencoding.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* store output in heap instead of on stack, which is too small for big torrentsAnton Luka Šijanec2023-02-131-7/+14
|
* fixed bdecoding strncpy->memcpy +etcAnton Luka Šijanec2022-12-311-8/+8
|
* did some work, src/bencoding.c tested, src/dht.c untestedAnton Luka Šijanec2022-11-271-5/+43
|
* bencodingAnton Luka Šijanec2022-11-231-2/+12
|
* fixesAnton Luka Šijanec2022-11-211-11/+43
|
* created utils/bencoding.c, fixed bencoding (for now decode only). TODO: fuzzAnton Luka Šijanec2022-11-211-0/+36