transmission/libtransmission
Charles Kerr c75f49bc26 * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low.
* increase the tracker `numwant' variable to grow our peer pool
* bugfixes in cancelling requests.
* make the debug log sexy and readable like uTorrent's ;)
2007-10-06 18:20:52 +00:00
..
Makefile.am fix peer-msgs.c assertion failure. (tbo) 2007-09-25 22:30:41 +00:00
basename.c
bencode.c
bencode.h
bsdtree.h
clients.c remove unneeded line 2007-10-01 03:28:49 +00:00
clients.h
completion.c modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients. 2007-09-26 01:55:04 +00:00
completion.h modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients. 2007-09-26 01:55:04 +00:00
crypto.c merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
crypto.h
dirname.c
fastresume.c Simplify the tracker/pause/close/recheck/start code. 2007-10-04 19:58:30 +00:00
fastresume.h
fdlimit.c * record the ports of incoming sockets. we might need them later if we want to disconnect and reconnect. 2007-09-25 23:10:34 +00:00
fdlimit.h
handshake.c * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low. 2007-10-06 18:20:52 +00:00
handshake.h improved uTorrent handshaking, after talking to #utorrent-dev about minutae... 2007-09-29 00:46:41 +00:00
http.c
http.h
inout.c fix potential "recheck torrent" deadlock 2007-10-06 01:43:04 +00:00
inout.h Simplify the tracker/pause/close/recheck/start code. 2007-10-04 19:58:30 +00:00
internal.h Simplify the tracker/pause/close/recheck/start code. 2007-10-04 19:58:30 +00:00
ipcparse.c add tr_stat.peersKnown to indicate how many peers exist in the peer `pool' 2007-10-01 15:51:54 +00:00
ipcparse.h
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 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
makemeta.h
metainfo.c
metainfo.h
natpmp.c
natpmp.h
net.c * record the ports of incoming sockets. we might need them later if we want to disconnect and reconnect. 2007-09-25 23:10:34 +00:00
net.h
peer-io.c clean up the shutdown code a little bit. 2007-10-02 16:12:44 +00:00
peer-io.h don't log BT protocol messages in UL/DL speed -- only log piece data transfers. 2007-10-01 16:31:17 +00:00
peer-mgr-private.h * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low. 2007-10-06 18:20:52 +00:00
peer-mgr.c * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low. 2007-10-06 18:20:52 +00:00
peer-mgr.h some cleanup... remove some dead/obsolete code 2007-10-02 00:05:40 +00:00
peer-msgs.c * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low. 2007-10-06 18:20:52 +00:00
peer-msgs.h * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low. 2007-10-06 18:20:52 +00:00
peer.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
peer.h
peeraz.h
peermessages.h
peerparse.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
peerutils.h
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 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
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 tweak the `start torrent' code based on feedback from BentMyWookie 2007-10-04 23:47:49 +00:00
tracker.c * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low. 2007-10-06 18:20:52 +00:00
tracker.h Simplify the tracker/pause/close/recheck/start code. 2007-10-04 19:58:30 +00:00
transmission.c * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low. 2007-10-06 18:20:52 +00:00
transmission.h add tr_stat.peersKnown to indicate how many peers exist in the peer `pool' 2007-10-01 15:51:54 +00:00
trcompat.h
trevent.c fix bizarre libevent contortion that made valgrind cry 2007-10-01 05:49:23 +00:00
trevent.h fix some memory issues. 2007-10-01 04:12:24 +00:00
upnp.c
upnp.h
utils.c * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low. 2007-10-06 18:20:52 +00:00
utils.h * add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low. 2007-10-06 18:20:52 +00:00
version.h.in
xml.c
xml.h