1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 19:34:05 +00:00
transmission/libtransmission
2009-10-20 04:15:10 +00:00
..
announcer.c (trunk libT) #2498: DHT broken 2009-10-12 23:16:51 +00:00
announcer.h (trunk libT) #2471: added/removed trackers aren't applied until restart 2009-10-02 04:54:02 +00:00
bandwidth.c (trunk libT) add a couple more debugging assertions into the nightlies to try & smoke out the handshake/peer-io crashes 2009-10-09 20:06:22 +00:00
bandwidth.h
bencode-test.c
bencode.c
bencode.h
bitfield.c (trunk libT) move tr_bitfield into its own, package-visible source files. this may break the mac build temporarily until the xcode file gets synced 2009-06-15 00:11:06 +00:00
bitfield.h
blocklist-test.c
blocklist.c
blocklist.h
clients-test.c
clients.c
clients.h
completion.c
completion.h
ConvertUTF.c
ConvertUTF.h
crypto.c
crypto.h
fdlimit.c (trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files 2009-10-19 05:05:00 +00:00
fdlimit.h (trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files 2009-10-19 05:05:00 +00:00
ggets.c
ggets.h
handshake.c (trunk libT) more assertions to help find the cause of #2480 2009-10-10 17:37:34 +00:00
handshake.h
inout.c (trunk libT) make the ".part" suffix an optional feature as per BMW's request. Clean up the code a little. 2009-10-20 03:14:44 +00:00
inout.h
json-test.c
json.c
json.h
JSON_parser.c (trunk libT) #2360: ratio-limit becomes a strange value on uClibc 2009-10-14 13:22:42 +00:00
JSON_parser.h (trunk libT) #2360: ratio-limit becomes a strange value on uClibc 2009-10-14 13:22:42 +00:00
libt.dox
list.c
list.h (trunk) remove trailing spaces 2009-08-10 20:04:08 +00:00
Makefile.am (trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files 2009-10-19 05:05:00 +00:00
makemeta.c when creating a new torrent and a tracker announce URL can't be parsed, set a variable so that the client can learn which announce URL was the bad one 2009-09-17 01:18:59 +00:00
makemeta.h when creating a new torrent and a tracker announce URL can't be parsed, set a variable so that the client can learn which announce URL was the bad one 2009-09-17 01:18:59 +00:00
metainfo.c (trunk) 2009-09-25 21:05:59 +00:00
metainfo.h
natpmp.c
natpmp.h
net.c
net.h
peer-common.h
peer-io.c (trunk libT) more assertions to help find the cause of #2480 2009-10-10 17:37:34 +00:00
peer-io.h
peer-mgr.c (trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files 2009-10-19 05:05:00 +00:00
peer-mgr.h (trunk libT) #2395: caching too many peers between sessions makes startup slow and uses too much memory (KyleK, stdisease, et al) 2009-09-10 02:20:35 +00:00
peer-msgs-test.c
peer-msgs.c fix oops 2009-10-03 13:17:18 +00:00
peer-msgs.h
platform.c
platform.h
port-forwarding.c
port-forwarding.h
ptrarray.c
ptrarray.h
publish.c
publish.h
ratecontrol.c
ratecontrol.h
request-list-test.c
request-list.c
request-list.h
resume.c (trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files 2009-10-19 05:05:00 +00:00
resume.h (trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files 2009-10-19 05:05:00 +00:00
rpc-server.c
rpc-server.h
rpc-test.c
rpcimpl.c (trunk libT) make the ".part" suffix an optional feature as per BMW's request. Clean up the code a little. 2009-10-20 03:14:44 +00:00
rpcimpl.h
session.c (trunk libT) make the ".part" suffix an optional feature as per BMW's request. Clean up the code a little. 2009-10-20 03:14:44 +00:00
session.h (trunk libT) make the ".part" suffix an optional feature as per BMW's request. Clean up the code a little. 2009-10-20 03:14:44 +00:00
stats.c
stats.h
test-peer-id.c
torrent-ctor.c
torrent.c (trunk libT) semi-paranoid safeguard: when searching for a torrent's file, look for finished versions (normal filename) before unfinished ones (with the .part suffix). In the unlikely event of a bug where both exist, it's better for Transmission to use the finished one... 2009-10-20 04:15:10 +00:00
torrent.h (trunk libT) make the ".part" suffix an optional feature as per BMW's request. Clean up the code a little. 2009-10-20 03:14:44 +00:00
tr-dht.c
tr-dht.h
tr-getopt.c
tr-getopt.h
transmission.h (trunk libT) make the ".part" suffix an optional feature as per BMW's request. Clean up the code a little. 2009-10-20 03:14:44 +00:00
trevent.c
trevent.h
upnp.c
upnp.h
utils-test.c
utils.c (trunk, libT) #2379: infinite ratio shows as nan, invalid json 2009-09-26 04:24:45 +00:00
utils.h
verify.c (trunk) #1483: move completed torrents to a user-specified directory + #629: different file extension for incomplete files 2009-10-19 05:05:00 +00:00
verify.h
web.c (trunk libT) remove a couple more debugging printf() calls 2009-09-26 13:21:46 +00:00
web.h (trunk) update the GPL code's copyright dates 2009-01-10 23:09:07 +00:00
webseed.c
webseed.h
wildmat.c