A clone of btpd with my configuration changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Richard Nyberg fb64d693f1 Now that btpd doesn't use select, we don't need to limit fd's to FD_SETSIZE 18 years ago
..
Makefile.am Move the td_* functions to their own file. Remove lots of unneeded includes. 18 years ago
active.c btpd now has a library of torrents indexed by number and info hash. 18 years ago
active.h Torrents that were active when btpd was last killed will now be automatically 18 years ago
btpd.c Remove calls to the already removed old http code. 18 years ago
btpd.h No parenthesis needed around a string value. 18 years ago
cli_if.c Make the del command work for active torrents too. 18 years ago
content.c Create all files of a torrent at startup. 18 years ago
content.h Mostly name changes. Add a missing include. Changed the torrent status 19 years ago
download.c btpd now has a library of torrents indexed by number and info hash. 18 years ago
download.h Implemented a service thread for operations such as testing piece hashes, 19 years ago
download_subr.c btpd now has a library of torrents indexed by number and info hash. 18 years ago
http_tr_if.c Split the tracker code into a generic part and a http specific part. This 18 years ago
main.c Don't really know why I did setlocale. Get rid of it since I want the CTYPE 18 years ago
net.c Now that btpd doesn't use select, we don't need to limit fd's to FD_SETSIZE 18 years ago
net.h Return rates in bytes/s instead of time factor * bytes/s. Clients should 18 years ago
net_buf.c btpd now has a library of torrents indexed by number and info hash. 18 years ago
net_buf.h Send keepalives. 18 years ago
net_types.h No need to have the net structs on a list. Fix a test for finding a torrent 18 years ago
opts.c Torrents that were active when btpd was last killed will now be automatically 18 years ago
opts.h Torrents that were active when btpd was last killed will now be automatically 18 years ago
peer.c Safer way to initialize the address. 18 years ago
peer.h Send keepalives. 18 years ago
td.c Move the td_* functions to their own file. Remove lots of unneeded includes. 18 years ago
tlib.c Forgot to free some memory. Remove some broken code; it wasn't needed 18 years ago
tlib.h Save the total amount down- and uploaded and cache the torrent size and the 18 years ago
torrent.c Don't call mkdirs unnecessarily. Note that this code is only needed because 18 years ago
torrent.h Make the del command work for active torrents too. 18 years ago
tracker_req.c Split the tracker code into a generic part and a http specific part. This 18 years ago
tracker_req.h Split the tracker code into a generic part and a http specific part. This 18 years ago
upload.c Use the new functions btpd_ev_(add|del) instead of calling event_(add|del) 18 years ago
upload.h * Move the network related parts of the torrent struct to a sub struct. 19 years ago
util.c Split out common code for btpd_log and btpd_err. 18 years ago