transmission/libtransmission
Charles Kerr e6fbcaeae6 Quick & dirty fix to crasher ticket #415. 2007-10-26 03:02:23 +00:00
..
Makefile.am use BUILT_SOURCES for version.h to ensure it gets built first 2007-10-24 20:18:13 +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 A couple trivial improvements to tree.h 2007-03-23 08:41:15 +00:00
clients.c roll back the clients changes because of the 0.90 freeze 2007-10-19 00:19:16 +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 Fix openbsd build. 2007-10-26 00:36:22 +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 Quick & dirty fix to crasher ticket #415. 2007-10-26 03:02:23 +00:00
fastresume.h Quick & dirty fix to crasher ticket #415. 2007-10-26 03:02:23 +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 continue whittling away at internal.h to reduce the global #include dependencies 2007-07-31 14:26:44 +00:00
handshake.c rewind this morning's changes. 2007-10-23 20:42:00 +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 remove unused macros 2007-07-31 01:21:10 +00:00
inout.c Fix issue #413 "Starting a Torrent when one is checking make it queue after it" reported by tiennou 2007-10-26 01:31:49 +00:00
inout.h Simplify the tracker/pause/close/recheck/start code. 2007-10-04 19:58:30 +00:00
internal.h fix ul/dl speed wart reported by BentMyWookie 2007-10-21 15:47:26 +00:00
ipcparse.c remove dead code (TR_STATUS_ACTIVE, TR_STATUS_INACTIVE) 2007-10-20 22:07:21 +00:00
ipcparse.h Fix misnumbered IPC constants. 2007-10-26 00:57:29 +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 (1) fix a bug in torrent creation. (2) fix a bug in torrent paths on startup in gtk 2007-10-14 03:26: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 dead code removal. 2007-10-20 15:17:36 +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 fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
natpmp.h Don't try port mapping if binding the port fails. 2007-04-15 07:36:24 +00:00
net.c fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
net.h fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
peer-io.c The OpenBSD build fix caused a Darwin build error. :) Thanks to pea for reporting. 2007-10-25 14:34:20 +00:00
peer-io.h dead code removal. 2007-10-22 23:27:47 +00:00
peer-mgr-private.h fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
peer-mgr.c fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
peer-mgr.h fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
peer-msgs.c fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
peer-msgs.h remove tr_peerMsgsSetChoke()'s return value, which was always ignored anyway 2007-10-17 18:23:59 +00:00
platform.c fix OpenBSD build error. 2007-10-25 13:59:46 +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 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 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 Merge daemon branch to trunk. 2007-04-18 16:39:10 +00:00
strlcpy.c Merge daemon branch to trunk. 2007-04-18 16:39:10 +00:00
torrent.c Quick & dirty fix to crasher ticket #415. 2007-10-26 03:02:23 +00:00
tracker.c trunk: Ensure only a single "?" is used for appending arguments to the announce and scrape URL (fixes #411) 2007-10-25 16:52:12 +00:00
tracker.h huge tracker cleanup for the "no response from tracker" issue 2007-10-17 18:59:58 +00:00
transmission.c Quick & dirty fix to crasher ticket #415. 2007-10-26 03:02:23 +00:00
transmission.h Quick & dirty fix to crasher ticket #415. 2007-10-26 03:02:23 +00:00
trcompat.h sync the two build systems w.r.t. dirname() and basename() 2007-07-30 14:31:03 +00:00
trevent.c fix overflow error that caused timers with intervals larger than 35 minutes to be lost... which is nastier than it sounds, since that's shorter than many tracker announce intervals. 2007-10-18 18:32:58 +00:00
trevent.h fix overflow error that caused timers with intervals larger than 35 minutes to be lost... which is nastier than it sounds, since that's shorter than many tracker announce intervals. 2007-10-18 18:32:58 +00:00
upnp.c fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
upnp.h make upnp's internal structures' naming schemes whallop-like 2007-08-21 20:38:34 +00:00
utils.c dead code removal. 2007-10-20 15:17:36 +00:00
utils.h dead code removal. 2007-10-20 15:17:36 +00:00
xml.c simplify xml.c and utils.c's dependencies 2007-07-19 11:54:37 +00:00
xml.h Merge nat-traversal branch to trunk. 2006-09-25 18:37:45 +00:00