transmission/libtransmission
Charles Kerr f88eb7d771 experimental code that should make tracker interaction (especially shutdown) much faster. 2007-12-27 21:48:41 +00:00
..
Makefile.am add torrent-ctor so that xcode can be updated. it's not plugged in yet though. 2007-12-21 16:51:42 +00:00
bencode.c the torrent ctor is here. 2007-12-21 22:18:40 +00:00
bencode.h the torrent ctor is here. 2007-12-21 22:18:40 +00:00
bsdtree.h
clients.c fix Wyzo 2007-11-24 19:36:26 +00:00
clients.h
completion.c a little housekeeping: move tr_torrent stuff into its own header 2007-12-25 05:37:32 +00:00
completion.h a little housekeeping: move tr_torrent stuff into its own header 2007-12-25 05:37:32 +00:00
crypto.c undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
crypto.h
fastresume.c fix another file priority bug. 2007-12-25 06:37:21 +00:00
fastresume.h replace the per-torrent PEX setting with a global one, as per discussion with SoftwareElves and BentMyWookie 2007-12-24 05:03:40 +00:00
fdlimit.c (gtk) fix startup port issue by hitting it with a damn big hammer 2007-12-24 07:02:40 +00:00
fdlimit.h (gtk) fix startup port issue by hitting it with a damn big hammer 2007-12-24 07:02:40 +00:00
handshake.c a little housekeeping: move tr_torrent stuff into its own header 2007-12-25 05:37:32 +00:00
handshake.h
inout.c a little housekeeping: move tr_torrent stuff into its own header 2007-12-25 05:37:32 +00:00
inout.h fix r3777 compiler warning reported by SoftwareElves 2007-11-10 05:01:13 +00:00
internal.h a little housekeeping: move tr_torrent stuff into its own header 2007-12-25 05:37:32 +00:00
ipcparse.c fix Gimp_'s problem 2007-12-24 05:17:12 +00:00
ipcparse.h Add IPC messages to set and retrieve the encryption mode. 2007-10-26 03:43:27 +00:00
list.c
list.h
makemeta.c undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
makemeta.h integral sign correctness in makemeta 2007-10-26 03:16:27 +00:00
metainfo.c fix torrent parsing bug reported by m1b, SoftwareElves, and BentMyWookie 2007-12-25 01:23:07 +00:00
metainfo.h fix torrent parsing bug reported by m1b, SoftwareElves, and BentMyWookie 2007-12-25 01:23:07 +00:00
natpmp.c try to make the natpmp error messages yet more helpful. thanks to m1b and Lacrocivious 2007-12-15 06:10:24 +00:00
natpmp.h Use libnatpmp for port mapping. rewrite the upnp/natpmp manager. 2007-12-08 19:34:15 +00:00
net.c more helpful error message 2007-12-15 03:17:50 +00:00
net.h Use libnatpmp for port mapping. rewrite the upnp/natpmp manager. 2007-12-08 19:34:15 +00:00
peer-io.c lessons learned from 0.82: 2007-12-15 04:26:31 +00:00
peer-io.h improve upload speeds when the speed limits are uncapped. 2007-12-01 23:08:34 +00:00
peer-mgr-private.h enable SWIFT in trunk 2007-11-25 17:09:09 +00:00
peer-mgr.c add per-priority-level endgame mode 2007-12-26 07:25:50 +00:00
peer-mgr.h
peer-msgs.c add a per-block request TTL of 120 seconds 2007-12-25 17:22:51 +00:00
peer-msgs.h * fix the `req->length == (uint32_t)( ((block)==((msgs->torrent)->blockCount-1))' bug. 2007-11-13 05:36:43 +00:00
platform.c remove unused variables 2007-12-20 01:15:13 +00:00
platform.h add support for TRANSMISSION_HOME environment variable so I can have multiple copies of Transmission running concurrently in different directories. 2007-12-15 22:22:30 +00:00
ptrarray.c undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
ptrarray.h
publish.c undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
publish.h
ratecontrol.c fix upload speed limit bug tracked down by makira_ 2007-11-27 04:27:03 +00:00
ratecontrol.h speed limit code cleanup 2007-11-17 00:16:26 +00:00
shared.c a little housekeeping: move tr_torrent stuff into its own header 2007-12-25 05:37:32 +00:00
shared.h (gtk) fix startup port issue by hitting it with a damn big hammer 2007-12-24 07:02:40 +00:00
stats.c (gtk) tweak the display speed/size units again. 2007-12-22 03:01:14 +00:00
stats.h plug in the stats.filesAdded field 2007-11-26 20:37:07 +00:00
torrent-ctor.c remove debugging messages that aren't needed anymore. 2007-12-26 07:19:05 +00:00
torrent.c fix another file priority bug. 2007-12-25 06:37:21 +00:00
torrent.h fix another file priority bug. 2007-12-25 06:37:21 +00:00
tracker.c experimental code that should make tracker interaction (especially shutdown) much faster. 2007-12-27 21:48:41 +00:00
tracker.h throw away all pending `scrape' requests on shutdown... we don't need them then, so they just slow us down 2007-11-29 02:31:21 +00:00
transmission.c dead code removal 2007-12-26 20:45:08 +00:00
transmission.h dead code removal 2007-12-26 20:45:08 +00:00
trcompat.h remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +00:00
trevent.c rewrite the tracker code. this should improve and/or fix a number of bugs, including "too many open files", "router death", "slow internet", and the mutex release crash. 2007-11-29 00:43:58 +00:00
trevent.h rewrite the tracker code. this should improve and/or fix a number of bugs, including "too many open files", "router death", "slow internet", and the mutex release crash. 2007-11-29 00:43:58 +00:00
upnp.c (gtk) fix startup port issue by hitting it with a damn big hammer 2007-12-24 07:02:40 +00:00
upnp.h Use libnatpmp for port mapping. rewrite the upnp/natpmp manager. 2007-12-08 19:34:15 +00:00
utils.c fix an obscure bug in tr_torrentStat() where (% verified + % unverified + % unavailable) could be > 1.0 2007-12-19 05:57:55 +00:00
utils.h Use libnatpmp for port mapping. rewrite the upnp/natpmp manager. 2007-12-08 19:34:15 +00:00