transmission/libtransmission
Charles Kerr 5e88ab235b possibly get the pthread changes compiling for old versions of Linux 2007-12-02 17:15:52 +00:00
..
Makefile.am some progress on the overall statistics, though probably not visible to end users yet 2007-11-21 20:03:53 +00:00
bencode.c some progress on the overall statistics, though probably not visible to end users yet 2007-11-21 20:03:53 +00:00
bencode.h some progress on the overall statistics, though probably not visible to end users yet 2007-11-21 20:03:53 +00:00
bsdtree.h A couple trivial improvements to tree.h 2007-03-23 08:41:15 +00:00
clients.c fix Wyzo 2007-11-24 19:36:26 +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 remove dead code 2007-11-26 20:22:08 +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 fix ticket #451 (Files remain in use after removal) 2007-11-21 16:16:59 +00:00
fdlimit.h fix ticket #451 (Files remain in use after removal) 2007-11-21 16:16:59 +00:00
handshake.c improve upload speeds when the speed limits are uncapped. 2007-12-01 23:08:34 +00:00
handshake.h improved uTorrent handshaking, after talking to #utorrent-dev about minutae... 2007-09-29 00:46:41 +00:00
inout.c plug in the stats.filesAdded field 2007-11-26 20:37:07 +00:00
inout.h fix r3777 compiler warning reported by SoftwareElves 2007-11-10 05:01:13 +00:00
internal.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
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 use PMP_MCAST_ADDR, instead of a hardcoded address, in net.c 2007-12-01 05:11:30 +00:00
natpmp.h use PMP_MCAST_ADDR, instead of a hardcoded address, in net.c 2007-12-01 05:11:30 +00:00
net.c use PMP_MCAST_ADDR, instead of a hardcoded address, in net.c 2007-12-01 05:11:30 +00:00
net.h maybe fix portmapping 2007-11-05 03:56:54 +00:00
peer-io.c improve upload speeds when the speed limits are uncapped. 2007-12-01 23:08:34 +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 speed tweaks based on whitty's feedback 2007-11-29 02:56:31 +00:00
peer-mgr.h fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
peer-msgs.c improve upload speeds when the speed limits are uncapped. 2007-12-01 23:08:34 +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 possibly get the pthread changes compiling for old versions of Linux 2007-12-02 17:15:52 +00:00
platform.h housekeeping. revert r3984 at tiennou's request 2007-11-27 15:39:59 +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 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 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
stats.c sloppy, sloppy. what should've been 1 commit has been 5. 2007-11-26 20:44:53 +00:00
stats.h plug in the stats.filesAdded field 2007-11-26 20:37:07 +00:00
torrent.c take inspiration from Solomon when handling odd tracker errors that confuse tracker's request queue: stop the torrent. 2007-11-30 23:37:44 +00:00
tracker.c take inspiration from Solomon when handling odd tracker errors that confuse tracker's request queue: stop the torrent. 2007-11-30 23:37:44 +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 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.h make the peer stats a little easier to understand 2007-11-27 21:39:41 +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 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 reimplement tr_buildPath() using struct evbuffer 2007-11-27 04:11:39 +00:00
utils.h possible fix for Zeph's "too many open files" bug report. 2007-11-26 21:26:01 +00:00