transmission/libtransmission
Charles Kerr f7e3f85e50 follow BT `best practices' more closely w.r.t. choosing which pieces to download 2007-10-01 14:24:22 +00:00
..
Makefile.am fix peer-msgs.c assertion failure. (tbo) 2007-09-25 22:30:41 +00:00
basename.c (trunk) portability patch for MAXPATHLEN. Reported by afxgroup in ticket #291. 2007-08-08 23:33:01 +00:00
bencode.c merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
bencode.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
bsdtree.h
clients.c remove unneeded line 2007-10-01 03:28:49 +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 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 merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
dirname.c (trunk) portability patch for MAXPATHLEN. Reported by afxgroup in ticket #291. 2007-08-08 23:33:01 +00:00
fastresume.c merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
fastresume.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
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 experimental better peer management. 2007-09-30 23:55:49 +00:00
handshake.h improved uTorrent handshaking, after talking to #utorrent-dev about minutae... 2007-09-29 00:46:41 +00:00
http.c merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
http.h
inout.c accept erdgeist's suggestion of using ensureMinimumFileSize() only on WIN32 -- on posix, seek+write is enough. 2007-09-25 23:21:00 +00:00
inout.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
internal.h remove obsolete MAX_PEERS in internal.h 2007-09-28 16:00:43 +00:00
ipcparse.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
ipcparse.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +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 remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly... 2007-09-20 20:14:13 +00:00
makemeta.h remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly... 2007-09-20 20:14:13 +00:00
metainfo.c merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +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
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 merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
peer-io.c fix some memory issues. 2007-10-01 04:12:24 +00:00
peer-io.h experimental better peer management. 2007-09-30 23:55:49 +00:00
peer-mgr-private.h experimental better peer management. 2007-09-30 23:55:49 +00:00
peer-mgr.c follow BT `best practices' more closely w.r.t. choosing which pieces to download 2007-10-01 14:24:22 +00:00
peer-mgr.h commit the next step of tiennou's fastpeers code. 2007-09-28 16:40:21 +00:00
peer-msgs.c tweaks 2007-10-01 00:08:12 +00:00
peer-msgs.h if we're seeding, disconnect from other seeds (part 1 of 2) 2007-09-20 23:07:36 +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 remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly... 2007-09-20 20:14:13 +00:00
peeraz.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
peerext.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
peermessages.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
peerparse.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
peertree.h
peerutils.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
platform.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
platform.h fix small merge wart 2007-09-20 16:44:37 +00:00
ptrarray.c experimental better peer management. 2007-09-30 23:55:49 +00:00
ptrarray.h experimental better peer management. 2007-09-30 23:55:49 +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 merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
ratecontrol.c merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
ratecontrol.h merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
shared.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
shared.h fix recursive crash when stopping a torrent, reported by plantain. silence a few more console messages. 2007-09-21 14:20:55 +00:00
strlcat.c
strlcpy.c
torrent.c test to see if the new locking code can fix the old `stop' bug 2007-09-29 14:25:52 +00:00
tracker.c experimental better peer management. 2007-09-30 23:55:49 +00:00
tracker.h better handling of tracker error messages. 2007-09-25 18:39:58 +00:00
transmission.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
transmission.h add a callback to notify clients when a torrent's state changes 2007-09-28 14:51:34 +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 merge encryption branch to trunk (xcode project is still out of date) 2007-09-20 16:32:01 +00:00
upnp.h make upnp's internal structures' naming schemes whallop-like 2007-08-21 20:38:34 +00:00
utils.c tweak the bitfield code to be a little faster. 2007-09-25 17:43:39 +00:00
utils.h tweak the bitfield code to be a little faster. 2007-09-25 17:43:39 +00:00
version.h.in * more work on the tracker... getting closer. 2007-08-18 08:28:57 +00:00
xml.c
xml.h