transmission/libtransmission
Charles Kerr 229102a196 more libevent fun. good thing the mac build is broken or I'd've been getting bug reports on this instead :) 2007-11-06 23:23:47 +00:00
..
Makefile.am use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
bencode.c more libevent fun. good thing the mac build is broken or I'd've been getting bug reports on this instead :) 2007-11-06 23:23:47 +00:00
bencode.h remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +00:00
bsdtree.h
clients.c remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +00:00
clients.h
completion.c "corruption" fix part 2: lots of assertions, and try to complete pieces & ban bad peers sooner 2007-10-31 04:23:51 +00:00
completion.h
crypto.c Fix openbsd build. 2007-10-26 00:36:22 +00:00
crypto.h
fastresume.c #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
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 memory error reported by John_Clay 2007-11-02 20:27:03 +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 fix handshake memory leak reported by MishaS (#442) 2007-11-01 18:41:13 +00:00
handshake.h
inout.c remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +00:00
inout.h part 1 of the data corruption fix: plug the leaky abstraction in fdlimit 2007-10-30 18:35:06 +00:00
internal.h fix ul/dl speed wart reported by BentMyWookie 2007-10-21 15:47:26 +00:00
ipcparse.c remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +00:00
ipcparse.h Add IPC messages to set and retrieve the encryption mode. 2007-10-26 03:43:27 +00:00
list.c
list.h
makemeta.c remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +00:00
makemeta.h integral sign correctness in makemeta 2007-10-26 03:16:27 +00:00
metainfo.c use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
metainfo.h
natpmp.c use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +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 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 "corruption" fix part 2: lots of assertions, and try to complete pieces & ban bad peers sooner 2007-10-31 04:23:51 +00:00
peer-mgr.h fix OpenBSD build error. 2007-10-25 13:59:46 +00:00
peer-msgs.c remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +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
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
publish.h
ratecontrol.c #412 - 0.90 "ignores" speed limits (deanr, berkut, SineOtter) 2007-10-28 15:20:24 +00:00
ratecontrol.h #412 - 0.90 "ignores" speed limits (deanr, berkut, SineOtter) 2007-10-28 15:20:24 +00:00
shared.c use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
shared.h
strlcat.c
strlcpy.c
torrent.c part 1 of the data corruption fix: plug the leaky abstraction in fdlimit 2007-10-30 18:35:06 +00:00
tracker.c use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
tracker.h huge tracker cleanup for the "no response from tracker" issue 2007-10-17 18:59:58 +00:00
transmission.c ensure that tr_close() exits gracefully even when the trackers aren't responding. 2007-11-05 05:42:25 +00:00
transmission.h "corruption" fix part 3: cleanup. remove unneeded possible points of failure. 2007-10-31 18:10:55 +00:00
trcompat.h remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +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 use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +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 the libevent header file comments LIED about the return value of evbuffer_add_vprintf()! 2007-11-06 23:10:04 +00:00
utils.h remove libtransmission code that duplicates functionality in libevent 2007-11-06 21:14:30 +00:00