A clone of btpd with my configuration changes.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Marq Schneider 2810f88532 Fix warning on no return value from non-void function. 14年前
..
active.c Clean up the #include sections in the btpd files. Most common headers and 18年前
active.h Torrents that were active when btpd was last killed will now be automatically 18年前
addrinfo.c Fix warning on no return value from non-void function. 14年前
btpd.c Stop complaints on printf argument types on MacOS. 16年前
btpd.h Find and ban peers with bad data. 16年前
cli_if.c Implement start all (btcli start -a) functionality. 14年前
content.c Rename timer* to evtimer*. 16年前
content.h o Make errors when reading or writing torrent data non fatal. Instead of 18年前
download.c Find and ban peers with bad data. 16年前
download.h Find and ban peers with bad data. 16年前
download_subr.c Find and ban peers with bad data. 16年前
http_tr_if.c Rename timer* to evtimer*. 16年前
main.c Set logmask from commandline. 16年前
nameconn.c Add IPv6 support. 16年前
net.c Find and ban peers with bad data. 16年前
net.h Find and ban peers with bad data. 16年前
net_buf.c Clean up the #include sections in the btpd files. Most common headers and 18年前
net_buf.h Instead of immediately reading all data a peer requests into outgoing net 18年前
net_types.h Find and ban peers with bad data. 16年前
opts.c Set logmask from commandline. 16年前
opts.h Add IPv6 support. 16年前
peer.c Use the correct address length for connect. 16年前
peer.h Find and ban peers with bad data. 16年前
thread_cb.c Btpd now uses evloop, it's own event loop, instead of libevent. 16年前
tlib.c Split peer information. Make id hash functions available. 16年前
tlib.h Iterate throught the htbl instead of building an array first. 16年前
torrent.c Improve the torrent stop and btpd shutdown sequences. 16年前
torrent.h Improve the torrent stop and btpd shutdown sequences. 16年前
tracker_req.c More tracker logging, and use switch for log type. 16年前
tracker_req.h Rethink the tracker client code somewhat. 16年前
upload.c Split peer information. Make id hash functions available. 16年前
upload.h * Move the network related parts of the torrent struct to a sub struct. 19年前
util.c Find and ban peers with bad data. 16年前