transmission/libtransmission
Charles Kerr ea5390296d Follow uTorrent 1.8's behavior of allowing a manual reannounce every max(60 seconds, min_interval) where min_interval is from the tracker. 2007-10-17 01:17:30 +00:00
..
Makefile.am
basename.c
bencode.c
bencode.h
bsdtree.h
clients.c add Halite to clients 2007-10-12 11:17:38 +00:00
clients.h
completion.c
completion.h
crypto.c Try sharing a DH so that we don't spend so many cpu cycles making new ones when we're working through the peers trying to find good ones. 2007-10-13 23:15:43 +00:00
crypto.h
dirname.c
fastresume.c maybe fix crash reported by Lacrocivious in http://pastebin.ca/738142 2007-10-16 02:19:40 +00:00
fastresume.h save the tr_torrent::pexDisabled flag in fastresume 2007-10-15 16:35:18 +00:00
fdlimit.c
fdlimit.h
handshake.c try to get more connected peers to agree to encrypted connections 2007-10-13 15:15:04 +00:00
handshake.h
http.c
http.h
inout.c remove dead code tr_file_stat::completionStatus 2007-10-15 18:45:25 +00:00
inout.h Simplify the tracker/pause/close/recheck/start code. 2007-10-04 19:58:30 +00:00
internal.h make libtransmission's pex accessor public, and eliminate a redundant variable in Torrent.[mh] 2007-10-14 22:01:55 +00:00
ipcparse.c remove unused flags 2007-10-15 20:58:39 +00:00
ipcparse.h remove unused flags 2007-10-15 20:58:39 +00:00
list.c
list.h
makemeta.c (1) fix a bug in torrent creation. (2) fix a bug in torrent paths on startup in gtk 2007-10-14 03:26:13 +00:00
makemeta.h
metainfo.c maybe fix crash reported by Lacrocivious in http://pastebin.ca/738142 2007-10-16 02:19:40 +00:00
metainfo.h
natpmp.c
natpmp.h
net.c * add intltool macros to make it easier to build from svn. 2007-10-09 02:49:24 +00:00
net.h
peer-io.c 8 second timeout during handshake, 2.5 minute handshake afterwards 2007-10-11 03:54:33 +00:00
peer-io.h 8 second timeout during handshake, 2.5 minute handshake afterwards 2007-10-11 03:54:33 +00:00
peer-mgr-private.h ban peers that feed us too many bad blocks. 2007-10-08 01:31:27 +00:00
peer-mgr.c further tweaks to the peer connection weights after reading the overnight runlog 2007-10-16 15:05:05 +00:00
peer-mgr.h when deciding which peers to try to connect to, add some weights to punish peers that don't transfer piece data with us. We'll still give them another, but at longer intervals than better peers get. 2007-10-16 00:55:17 +00:00
peer-msgs.c fix choke fibrillation bug in new connections 2007-10-15 16:01:42 +00:00
peer-msgs.h fix choke fibrillation bug in new connections 2007-10-15 16:01:42 +00:00
platform.c simplify libT locks now that it's (more-or-less) single-threaded. fix deadlocks. make tr_locks nestable. 2007-10-01 15:17:15 +00:00
platform.h simplify libT locks now that it's (more-or-less) single-threaded. fix deadlocks. make tr_locks nestable. 2007-10-01 15:17:15 +00:00
ptrarray.c * simplify the the choking intervals 2007-10-02 14:35:02 +00:00
ptrarray.h * simplify the the choking intervals 2007-10-02 14:35:02 +00:00
publish.c
publish.h
ratecontrol.c
ratecontrol.h
shared.c some cleanup... remove some dead/obsolete code 2007-10-02 00:05:40 +00:00
shared.h simplify libT locks now that it's (more-or-less) single-threaded. fix deadlocks. make tr_locks nestable. 2007-10-01 15:17:15 +00:00
strlcat.c
strlcpy.c
torrent.c remove unused flags 2007-10-15 20:58:39 +00:00
tracker.c Follow uTorrent 1.8's behavior of allowing a manual reannounce every max(60 seconds, min_interval) where min_interval is from the tracker. 2007-10-17 01:17:30 +00:00
tracker.h Simplify the tracker/pause/close/recheck/start code. 2007-10-04 19:58:30 +00:00
transmission.c remove unused flags 2007-10-15 20:58:39 +00:00
transmission.h remove unused flags 2007-10-15 20:58:39 +00:00
trcompat.h
trevent.c commit more of tiennou's fastpeers patch 2007-10-10 16:39:12 +00:00
trevent.h
upnp.c
upnp.h
utils.c new utility (tr_loadFile), and reimplement metainfo's "readtorrent" to use it. 2007-10-15 20:15:34 +00:00
utils.h new utility (tr_loadFile), and reimplement metainfo's "readtorrent" to use it. 2007-10-15 20:15:34 +00:00
version.h.in
xml.c
xml.h