1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-02 20:43:51 +00:00
transmission/libtransmission
2007-01-31 02:08:32 +00:00
..
bencode.c Correctly bencode strings containing nul characters. 2007-01-28 23:26:57 +00:00
bencode.h
choking.c
choking.h
clients.c add Deluge and another Shareaza format to clients 2007-01-31 02:08:32 +00:00
clients.h
completion.c
completion.h
fastresume.h
fdlimit.c Store the peers's listening port instead of the peer connections's remote port. 2007-01-28 00:24:41 +00:00
fdlimit.h
http.c Remove misleading error message. 2007-01-26 01:14:15 +00:00
http.h
inout.c
inout.h
internal.h Rework the port handling a bit to allow different bound and advertised ports. 2007-01-27 21:17:10 +00:00
metainfo.c Check for private flag in main dict too. 2007-01-27 22:37:10 +00:00
metainfo.h
natpmp.c When sending a nat-pmp packet, treat EHOSTDOWN as a temporary error. 2007-01-28 08:54:19 +00:00
natpmp.h
net.c
net.h
peer.c Ugly workaround for the deadlock introduced in [1445] 2007-01-29 12:16:56 +00:00
peer.h
peermessages.h Fixes a race condition 2007-01-30 20:06:42 +00:00
peerparse.h Clean up the peer message code a little. 2007-01-28 02:23:09 +00:00
peerutils.h
platform.c
platform.h
ratecontrol.c Always take the global lock when accessing the torrent list (fixes a race condition crash) 2007-01-29 08:24:09 +00:00
ratecontrol.h
sha1.c
sha1.h
shared.c Store the peers's listening port instead of the peer connections's remote port. 2007-01-28 00:24:41 +00:00
shared.h Rework the port handling a bit to allow different bound and advertised ports. 2007-01-27 21:17:10 +00:00
torrent.c Always take the global lock when accessing the torrent list (fixes a race condition crash) 2007-01-29 08:24:09 +00:00
tracker.c Rework the port handling a bit to allow different bound and advertised ports. 2007-01-27 21:17:10 +00:00
tracker.h Rework the port handling a bit to allow different bound and advertised ports. 2007-01-27 21:17:10 +00:00
transmission.c Always take the global lock when accessing the torrent list (fixes a race condition crash) 2007-01-29 08:24:09 +00:00
transmission.h Check for private flag in main dict too. 2007-01-27 22:37:10 +00:00
upnp.c Remove misleading error message. 2007-01-26 01:14:15 +00:00
upnp.h
utils.c Correctly bencode strings containing nul characters. 2007-01-28 23:26:57 +00:00
utils.h Correctly bencode strings containing nul characters. 2007-01-28 23:26:57 +00:00
xml.c
xml.h