A clone of btpd with my configuration changes.
Richard Nyberg 1f4ef6cb15 Reduce the number of HAVE messages sent by only sending them to peers missing pirms 19 gadiem
..
Makefile.am Torrents that were active when btpd was last killed will now be automatically pirms 19 gadiem
active.c Torrents that were active when btpd was last killed will now be automatically pirms 19 gadiem
active.h Torrents that were active when btpd was last killed will now be automatically pirms 19 gadiem
btpd.c Torrents that were active when btpd was last killed will now be automatically pirms 19 gadiem
btpd.h Btpd could be DOS'ed by incoming connections that never send any data. pirms 19 gadiem
cli_if.c Torrents that were active when btpd was last killed will now be automatically pirms 19 gadiem
content.c Use the new functions btpd_ev_(add|del) instead of calling event_(add|del) pirms 19 gadiem
content.h Mostly name changes. Add a missing include. Changed the torrent status pirms 19 gadiem
download.c Reduce the number of HAVE messages sent by only sending them to peers missing pirms 19 gadiem
download.h Implemented a service thread for operations such as testing piece hashes, pirms 19 gadiem
download_subr.c Fix a bug from the last commit: shared messages for endgame requests could pirms 19 gadiem
http.c Add a delay for contacting the same announce url. This way we don't spam pirms 19 gadiem
http.h Add a delay for contacting the same announce url. This way we don't spam pirms 19 gadiem
main.c Torrents that were active when btpd was last killed will now be automatically pirms 19 gadiem
net.c Btpd could be DOS'ed by incoming connections that never send any data. pirms 19 gadiem
net.h Btpd could be DOS'ed by incoming connections that never send any data. pirms 19 gadiem
net_buf.c Mostly name changes. Add a missing include. Changed the torrent status pirms 19 gadiem
net_buf.h The mega whitespace patch. pirms 20 gadiem
net_types.h Reduce the number of HAVE messages sent by only sending them to peers missing pirms 19 gadiem
opts.c Torrents that were active when btpd was last killed will now be automatically pirms 19 gadiem
opts.h Torrents that were active when btpd was last killed will now be automatically pirms 19 gadiem
peer.c Reduce the number of HAVE messages sent by only sending them to peers missing pirms 19 gadiem
peer.h Btpd could be DOS'ed by incoming connections that never send any data. pirms 19 gadiem
queue.h Added BTPDQ_FOREACH_MUTABLE list macro. pirms 19 gadiem
torrent.c Be careful not to stop the sub struct if they haven't been started. Also pirms 19 gadiem
torrent.h Add torrent_name function and use it. pirms 19 gadiem
tracker_req.c Add a delay for contacting the same announce url. This way we don't spam pirms 19 gadiem
tracker_req.h o Make the torrent sub struct exist for whole life time of the torrent. pirms 19 gadiem
upload.c Use the new functions btpd_ev_(add|del) instead of calling event_(add|del) pirms 19 gadiem
upload.h * Move the network related parts of the torrent struct to a sub struct. pirms 19 gadiem
util.c Split out common code for btpd_log and btpd_err. pirms 19 gadiem