A clone of btpd with my configuration changes.
Richard Nyberg 80dcfecbe5 Rename callback type, add timeouts and and allow any http version in the pirms 18 gadiem
..
Makefile.am Hook the new files to the build. pirms 18 gadiem
benc.c Add function benc_strcmp. pirms 18 gadiem
benc.h Add function benc_strcmp. pirms 18 gadiem
btpd_if.c Add command to stop all active torrents. The command is sent by pirms 18 gadiem
btpd_if.h Add command to stop all active torrents. The command is sent by pirms 18 gadiem
hashtable.c OpenBSD doesn't have stdint.h. It'd be great if they would implement basic c99 pirms 18 gadiem
hashtable.h Pointers to different things need not be represented in the same way. pirms 18 gadiem
http_client.c Rename callback type, add timeouts and and allow any http version in the pirms 18 gadiem
http_client.h Rename callback type, add timeouts and and allow any http version in the pirms 18 gadiem
iobuf.c Some changes to the iobuf interface. Remove a debug assert from btpd_if.c and pirms 18 gadiem
iobuf.h Some changes to the iobuf interface. Remove a debug assert from btpd_if.c and pirms 18 gadiem
ipcdefs.h Add value queries for total amount up- and downloaded. Use the cached values pirms 18 gadiem
metainfo.c Update for the read_whole_file -> read_file change. pirms 18 gadiem
metainfo.h The metainfo code provided a load -> test -> struct metainfo interface. pirms 18 gadiem
queue.h Moved from ../btpd/queue.h pirms 18 gadiem
stream.c There's no need to fsync here, so remove the call. This should improve pirms 18 gadiem
stream.h Remove unused function bts_hashes. pirms 18 gadiem
subr.c Make mkdirs behave more like 'mkdir -p' and make btpd create the directory pirms 18 gadiem
subr.h Add max(x, y) macro. pirms 18 gadiem