transmission/libtransmission
Jordan Lee 0d45f8994a (trunk libt) more transmission.h copyediting 2011-03-21 17:08:10 +00:00
..
ConvertUTF.c
ConvertUTF.h
JSON_parser.c
JSON_parser.h
Makefile.am
announcer-common.h (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
announcer-http.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
announcer-udp.c (trunk libT) #117 "UDP tracker protocol support" -- (1) fix connection attempt retries after a failed connection attempt. (2) extract method from tau_tracker_upkeep() for clarity: tau_tracker_send_reqs() and tau_tracker_timeout_reqs() 2011-03-20 15:28:41 +00:00
announcer.c (trunk libT) #117 "UDP tracker protocol support" -- fix trivial r12141 log message typo: s/Unsupported ur/Unsupported url/ 2011-03-20 15:33:45 +00:00
announcer.h (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
bandwidth.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
bandwidth.h (trunk libT) cpu load improvements based on profiling by gunzip 2011-03-15 18:11:31 +00:00
bencode-test.c
bencode.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
bencode.h
bitfield.c
bitfield.h
bitset.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
bitset.h
blocklist-test.c
blocklist.c
blocklist.h
cache.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
cache.h
clients-test.c (trunk libT) re-start work on making libT doxygen friendly. still a long ways to go on this. 2009-05-29 19:17:12 +00:00
clients.c Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
clients.h
completion.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
completion.h
crypto.c (trunk libT) minor code tweak to crypto.c's tr_sha1() function 2011-01-19 21:50:51 +00:00
crypto.h
fdlimit.c
fdlimit.h
handshake.c
handshake.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
history-test.c
history.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
history.h
inout.c (trunk libT) make readOrWriteBytes() more readable 2011-03-16 04:44:38 +00:00
inout.h
json-test.c
json.c
json.h
libt.dox
list.c
list.h
magnet-test.c
magnet.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
magnet.h
makemeta.c
makemeta.h
metainfo.c (trunk libT) #117 "UDP tracker protocol support (BEP #15)" -- refactor announcer.c so that alternate tracker protocols can be supported. 2011-03-11 04:19:01 +00:00
metainfo.h
natpmp.c
natpmp.h
net.c
net.h
peer-common.h
peer-io.c (trunk libT) cpu load improvements based on profiling by gunzip 2011-03-15 18:11:31 +00:00
peer-io.h (trunk libT) cpu load improvements based on profiling by gunzip 2011-03-15 18:11:31 +00:00
peer-mgr.c (trunk libT) discard out-of-range reject messages from peers. 2011-03-21 16:42:32 +00:00
peer-mgr.h (trunk libT) copyediting. 2011-03-07 14:33:45 +00:00
peer-msgs-test.c
peer-msgs.c
peer-msgs.h
platform.c
platform.h
port-forwarding.c
port-forwarding.h
ptrarray.c
ptrarray.h
resume.c
resume.h
rpc-server.c (trunk libT) move the single-use utility function "evbuffer_ref_cleanup_tr_free()" from a public header into a private function to limit its visibility/scope 2011-03-16 17:42:32 +00:00
rpc-server.h
rpc-test.c
rpcimpl.c (trunk libT) #117 "UDP tracker support" -- fix add-UDP-tracker-URL-via-RPC bug reported by johnea @ https://trac.transmissionbt.com/ticket/117#comment:79 2011-03-20 15:42:54 +00:00
rpcimpl.h
session.c (trunk libT) remove dead code: tr_sessionSetLazyBitfieldEnabled(), tr_sessionIsLazyBitfieldEnabled() 2011-03-21 16:33:16 +00:00
session.h (trunk libT) remove dead code: tr_sessionSetLazyBitfieldEnabled(), tr_sessionIsLazyBitfieldEnabled() 2011-03-21 16:33:16 +00:00
stats.c
stats.h
test-peer-id.c
torrent-ctor.c
torrent-magnet.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
torrent-magnet.h
torrent.c (trunk libT) #4127 "Torrent complete script doesn't pass on the environment" -- fixed with patch from geirha. 2011-03-16 18:11:48 +00:00
torrent.h
tr-dht.c (trunk libT) move tr_dhtUpkeep() out of the announcer module 2011-03-17 12:34:43 +00:00
tr-dht.h (trunk libT) move tr_dhtUpkeep() out of the announcer module 2011-03-17 12:34:43 +00:00
tr-getopt.c
tr-getopt.h
tr-lpd.c (trunk libT) as a followup to r12182, move LPD's periodic upkeep timer into the tr-lpd.c module where it can be started & stopped with the pre-existing tr_lpdInit() and tr_lpdUninit() functions. 2011-03-17 13:16:23 +00:00
tr-lpd.h (trunk libT) as a followup to r12182, move LPD's periodic upkeep timer into the tr-lpd.c module where it can be started & stopped with the pre-existing tr_lpdInit() and tr_lpdUninit() functions. 2011-03-17 13:16:23 +00:00
tr-udp.c (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
tr-udp.h
tr-utp.c (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
tr-utp.h
transmission.h (trunk libt) more transmission.h copyediting 2011-03-21 17:08:10 +00:00
trevent.c (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
trevent.h
upnp.c
upnp.h
utils-test.c
utils.c (trunk libT) tweak comments to fix inconsistent capitalization 2011-03-20 15:56:32 +00:00
utils.h (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
verify.c (trunk) it's bad form to #include so many system headers in libtransmission/utils.h... 2011-03-16 18:04:23 +00:00
verify.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
web.c (trunk libT) better shutdown management of libutp and UDP trackers in tr_sessionClose(). 2011-03-17 18:51:31 +00:00
web.h (trunk) #4081 "Add 'cookieString' argument 'torrent-add' method in RPC" -- done. 2011-03-15 04:22:47 +00:00
webseed.c
webseed.h
wildmat.c