transmission/libtransmission
Charles Kerr 52c3243b4b more test code to address "router death". Based on maxintech's feedback in the forums, try making the peer manager's reconnect intervals and volume more like 1.00 2008-01-17 03:43:08 +00:00
..
Makefile.am grumble bikeshed grumble 2008-01-07 17:52:50 +00:00
bencode.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
bencode.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
bsdtree.h A couple trivial improvements to tree.h 2007-03-23 08:41:15 +00:00
clients.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
clients.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
completion.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
completion.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
crypto.c mingw portability fixes 2008-01-10 18:52:46 +00:00
crypto.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
fastresume.c fix another OpenBSD alignment bug reported by naddy 2008-01-08 01:57:48 +00:00
fastresume.h test code for #575 (m1b's bug) 2008-01-02 18:05:05 +00:00
fdlimit.c mingw portability fixes: getrlimit/setrlimit in fdlimit 2008-01-10 19:22:11 +00:00
fdlimit.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
handshake.c #620: assertion failure: `pad_d_len <= 512' in handshake.c:527 2008-01-14 16:17:02 +00:00
handshake.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
inout.c #589 fix crash that occurred when the next-to-last file in a torrent ended on a piece boundary and the last file had a size of 0 bytes. 2008-01-08 03:08:36 +00:00
inout.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
internal.h cleanup 2008-01-07 06:19:34 +00:00
ipcparse.c patch from SWE to display the correct # of peers connected 2008-01-07 04:28:36 +00:00
ipcparse.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
list.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
list.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
makemeta.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
makemeta.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
metainfo.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
metainfo.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
natpmp.c mingw portability fixes: #includes in natpmp.c 2008-01-10 19:27:13 +00:00
natpmp.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
net.c mingw portability fixes: libtransmission #includes 2008-01-10 19:52:56 +00:00
net.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
peer-io.c fix byte ordering of the port in tr_peerIoAddrStr() 2008-01-17 00:08:40 +00:00
peer-io.h follow the spec's suggestion that new connections be 3x as likely for optimistic unchoke 2008-01-11 02:09:20 +00:00
peer-mgr-private.h mingw portability fixes 2008-01-10 18:52:46 +00:00
peer-mgr.c more test code to address "router death". Based on maxintech's feedback in the forums, try making the peer manager's reconnect intervals and volume more like 1.00 2008-01-17 03:43:08 +00:00
peer-mgr.h mingw portability fixes 2008-01-10 18:52:46 +00:00
peer-msgs.c #593: 1.01 crash 2008-01-13 15:52:56 +00:00
peer-msgs.h #585: 1.00 could be sped up by elminating reconnect intervals for some peers 2008-01-05 18:17:56 +00:00
platform.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
platform.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
ptrarray.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
ptrarray.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
publish.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
publish.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
ratecontrol.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
ratecontrol.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
shared.c mingw portability fixes 2008-01-10 18:52:46 +00:00
shared.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
stats.c tr_stat.ratio now returns TR_RATIO_INF when appropriate 2008-01-04 19:13:30 +00:00
stats.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
test-fastset.c grumble bikeshed grumble 2008-01-07 17:52:50 +00:00
test-peer-id.c grumble bikeshed grumble 2008-01-07 17:52:50 +00:00
torrent-ctor.c follow the spec's suggestion that new connections be 3x as likely for optimistic unchoke 2008-01-11 02:09:20 +00:00
torrent.c handle tr_torrentClose( NULL ) gracefully. 2008-01-16 17:57:13 +00:00
torrent.h cleanup 2008-01-07 06:19:34 +00:00
tracker.c fix byte ordering of the port in tr_peerIoAddrStr() 2008-01-17 00:08:40 +00:00
tracker.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
transmission.c fix compiling error with last commit 2008-01-15 22:40:58 +00:00
transmission.h housekeeping. tweak comments, group API calls a bit. 2008-01-15 22:00:58 +00:00
trcompat.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
trevent.c mingw portability fixes 2008-01-10 18:52:46 +00:00
trevent.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
upnp.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
upnp.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
utils.c mingw portability fixes 2008-01-10 18:52:46 +00:00
utils.h tr_stat.ratio now returns TR_RATIO_INF when appropriate 2008-01-04 19:13:30 +00:00