transmission/libtransmission
Mitchell Livingston a7671a3afc update clients list to identify test builds 2007-11-21 15:20:07 +00:00
..
Makefile.am * some work on lessening the way we hammer the router. 2007-11-08 04:11:09 +00:00
bencode.c fix benocde crash reported by Gimp_ 2007-11-16 06:37:01 +00:00
bencode.h remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +00:00
bsdtree.h A couple trivial improvements to tree.h 2007-03-23 08:41:15 +00:00
clients.c update clients list to identify test builds 2007-11-21 15:20:07 +00:00
clients.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
completion.c minor tweaks. 2007-11-12 22:26:10 +00:00
completion.h minor tweaks. 2007-11-12 22:26:10 +00:00
crypto.c undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
crypto.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
fastresume.c minor tweaks. 2007-11-12 22:26:10 +00:00
fastresume.h #426 0.91rc1: if pex is disabled on a stopped torrent, pressing "resume" causes pex to be re-enabled. (reported by pea) 2007-10-28 19:42:47 +00:00
fdlimit.c denis is right about r3880; we should respect umask 2007-11-19 12:59:26 +00:00
fdlimit.h part 1 of the data corruption fix: plug the leaky abstraction in fdlimit 2007-10-30 18:35:06 +00:00
handshake.c remove yet more dead code 2007-11-17 02:47:47 +00:00
handshake.h improved uTorrent handshaking, after talking to #utorrent-dev about minutae... 2007-09-29 00:46:41 +00:00
inout.c fix r3777 compiler warning reported by SoftwareElves 2007-11-10 05:01:13 +00:00
inout.h fix r3777 compiler warning reported by SoftwareElves 2007-11-10 05:01:13 +00:00
internal.h dead code removal: azId 2007-11-07 01:27:32 +00:00
ipcparse.c tiennou's fix for #463 2007-11-12 15:08:58 +00:00
ipcparse.h Add IPC messages to set and retrieve the encryption mode. 2007-10-26 03:43:27 +00:00
list.c fix a couple of memory corruption errors while trying to track down tiennou's report on peer-msgs.c:pulse() -> inout.c:163 assertion failure. 2007-09-28 14:27:56 +00:00
list.h fix a couple of memory corruption errors while trying to track down tiennou's report on peer-msgs.c:pulse() -> inout.c:163 assertion failure. 2007-09-28 14:27:56 +00:00
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 undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
metainfo.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
natpmp.c undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
natpmp.h use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
net.c fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
net.h maybe fix portmapping 2007-11-05 03:56:54 +00:00
peer-io.c *maybe* fix the crash reported by pea_ in the forums and by Gimp in http://pastebin.ca/777952 2007-11-19 04:44:14 +00:00
peer-io.h oops, this was supposed to be in 3879 2007-11-19 05:52:05 +00:00
peer-mgr-private.h reintroduce the "SWIFT" algorithm 2007-11-18 01:00:49 +00:00
peer-mgr.c back to the "router death" issue: throttle how many connections T will try to open at any one time 2007-11-18 17:35:28 +00:00
peer-mgr.h fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
peer-msgs.c tweak the peer limits a bit for faster uploading 2007-11-20 17:29:56 +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 dead code 2007-11-16 20:38:51 +00:00
platform.h remove dead code 2007-11-16 20:38:51 +00:00
ptrarray.c undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
ptrarray.h * simplify the the choking intervals 2007-10-02 14:35:02 +00:00
publish.c undoing the r3773-r3774 experiment. 2007-11-09 20:07:52 +00:00
publish.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
ratecontrol.c now that libevent has a stable 1.4 release out with the features & fixes we wanted, aim third-party/libevent/ at libevent's 1.4 maintainance branch instead of their trunk. 2007-11-20 03:11:50 +00:00
ratecontrol.h speed limit code cleanup 2007-11-17 00:16:26 +00:00
shared.c Increase the intervals on timers that won't affect performance. This reduces most of Transmission's PowerTOP footprint. 2007-11-11 20:27:13 +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
torrent.c fix "manual update" crash reported by Gimp_ and BentMyWookie 2007-11-20 16:50:48 +00:00
tracker.c fix tracker redirect bug reported by sunny 2007-11-15 14:34:48 +00:00
tracker.h huge tracker cleanup for the "no response from tracker" issue 2007-10-17 18:59:58 +00:00
transmission.c fix r3892 oops 2007-11-19 21:24:53 +00:00
transmission.h now that libevent has a stable 1.4 release out with the features & fixes we wanted, aim third-party/libevent/ at libevent's 1.4 maintainance branch instead of their trunk. 2007-11-20 03:11:50 +00:00
trcompat.h remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +00:00
trevent.c remove more dead code. this scaffolding was to let libevent play nice back when we had one thread per torrent 2007-11-19 16:30:31 +00:00
trevent.h fix r3830 bug reported by Gimp_ 2007-11-16 05:43:47 +00:00
upnp.c minor tweaks. 2007-11-12 22:26:10 +00:00
upnp.h use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
utils.c fix a bug in tr_stat's availability numbers, reported by BentMyWookie 2007-11-11 16:33:04 +00:00
utils.h now that libevent has a stable 1.4 release out with the features & fixes we wanted, aim third-party/libevent/ at libevent's 1.4 maintainance branch instead of their trunk. 2007-11-20 03:11:50 +00:00