transmission/libtransmission
Jordan Lee c32e4cdde1 (libT) #5293 'Wrong error codes used in upnp.c': second patch from rb07 to handle older versions of miniupnpc 2013-02-18 00:36:20 +00:00
..
ConvertUTF.c
ConvertUTF.h
Makefile.am
announcer-common.h
announcer-http.c
announcer-udp.c (libT) add '#include errno.h' to announcer-udp.c to ensure errno is declared 2013-02-04 20:46:16 +00:00
announcer.c (libT) recycle the peer id used for public torrents after N hours of use 2013-02-02 13:42:50 +00:00
announcer.h
bandwidth.c (libT) #5267: 'speed limits wrap around too low number (~8589 kB/s)': patch by const 2013-02-02 16:31:05 +00:00
bandwidth.h (libT) copyediting: whitespace/indentation 2013-02-02 20:17:52 +00:00
bitfield-test.c
bitfield.c
bitfield.h
blocklist-test.c (trunk) add portability wrappers tr_rename(), tr_remove() for the rename() and remove() funcs s.t. utf16 can be handled 2013-02-04 21:45:20 +00:00
blocklist.c (trunk) prefer tr_remove() to unlink() or rmdir() 2013-02-04 21:53:19 +00:00
blocklist.h
cache.c (libT) add assertions to check that block-writing functions are only invoked in the libtransmission thread 2013-01-31 17:39:06 +00:00
cache.h
clients-test.c
clients.c (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
clients.h (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
completion.c
completion.h
crypto.c
crypto.h
fail.sh fix r13913 oops: I didn't mean to check in the fail.sh change that only called rename-test 2013-01-31 22:00:32 +00:00
fdlimit.c fix race condition triggered in the unit tests by requiring a libtransmission thread lock in torrentRemove() 2013-01-31 05:05:44 +00:00
fdlimit.h
handshake.c (libT) recycle the peer id used for public torrents after N hours of use 2013-02-02 13:42:50 +00:00
handshake.h
history-test.c
history.c
history.h
inout.c
inout.h
json-test.c (libT) when unable to run locale-specific json tests, give a hint in the terminal about how to remedy that 2013-02-01 06:11:41 +00:00
jsonsl.c
jsonsl.h
libt.dox
libtransmission-test.c (trunk) add portability wrappers tr_rename(), tr_remove() for the rename() and remove() funcs s.t. utf16 can be handled 2013-02-04 21:45:20 +00:00
libtransmission-test.h change the test harness' session initialization s.t. we can configure it for per-test needs. Add tests for moving completed torrents when downloadDir is a subdirectory of incompleteDir. (Hi, KyleK) 2013-02-01 05:57:47 +00:00
list.c
list.h
log.c (libT) when logging on win32, use OutputDebugStringA instead of OutputDebugString 2013-02-04 20:48:33 +00:00
log.h
magnet-test.c
magnet.c
magnet.h
makemeta.c
makemeta.h
metainfo-test.c
metainfo.c (trunk) prefer tr_remove() to unlink() or rmdir() 2013-02-04 21:53:19 +00:00
metainfo.h
move-test.c (libT) #5276 'regression in nightly: assert (tr_sessionIsLocked (session))': add unit test (currently failing) to reproduce this error 2013-02-06 05:51:51 +00:00
natpmp.c
natpmp_local.h
net.c
net.h
peer-common.h (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
peer-io.c make all the log functions/structs/enums use a single 'tr_log' namespace, such as tr_logGetQueue, tr_logAddInfo, tr_logIsLevelActive 2013-01-25 23:34:20 +00:00
peer-io.h (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
peer-mgr.c (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
peer-mgr.h (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
peer-msgs-test.c
peer-msgs.c (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
peer-msgs.h (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
platform.c (libT) remove code to migrate config files from pre-2008 2013-02-15 01:51:49 +00:00
platform.h (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
port-forwarding.c
port-forwarding.h
ptrarray.c
ptrarray.h
quark-test.c
quark.c (libT) restore the RPC download-dir-free-space argument to avoid unscheduled breakage. Document the timetable for its removal in rpc-spec.txt. 2013-02-10 19:36:13 +00:00
quark.h (libT) restore the RPC download-dir-free-space argument to avoid unscheduled breakage. Document the timetable for its removal in rpc-spec.txt. 2013-02-10 19:36:13 +00:00
rename-test.c (trunk) add portability wrappers tr_rename(), tr_remove() for the rename() and remove() funcs s.t. utf16 can be handled 2013-02-04 21:45:20 +00:00
resume.c (trunk) prefer tr_remove() to unlink() or rmdir() 2013-02-04 21:53:19 +00:00
resume.h (libT) copyediting: whitespace/indentation 2013-02-02 20:17:52 +00:00
rpc-server.c (web) #5290 'Use HTML5's FileReader to upload .torrent files': done 2013-02-18 00:12:51 +00:00
rpc-server.h
rpc-test.c (libT) restore the RPC download-dir-free-space argument to avoid unscheduled breakage. Document the timetable for its removal in rpc-spec.txt. 2013-02-10 19:36:13 +00:00
rpcimpl.c (libT) restore the RPC download-dir-free-space argument to avoid unscheduled breakage. Document the timetable for its removal in rpc-spec.txt. 2013-02-10 19:36:13 +00:00
rpcimpl.h
session.c (libT) don't start the web thread until we have a task to feed to curl 2013-02-15 01:52:47 +00:00
session.h (libT) don't start the web thread until we have a task to feed to curl 2013-02-15 01:52:47 +00:00
stats.c
stats.h
test-peer-id.c
torrent-ctor.c (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
torrent-magnet.c (trunk) add portability wrappers tr_rename(), tr_remove() for the rename() and remove() funcs s.t. utf16 can be handled 2013-02-04 21:45:20 +00:00
torrent-magnet.h
torrent.c (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
torrent.h (libT) recycle the peer id used for public torrents after N hours of use 2013-02-02 13:42:50 +00:00
tr-dht.c
tr-dht.h
tr-getopt.c
tr-getopt.h
tr-lpd.c
tr-lpd.h
tr-udp.c
tr-udp.h
tr-utp.c
tr-utp.h
transmission.h (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
trevent.c
trevent.h
upnp.c (libT) #5293 'Wrong error codes used in upnp.c': second patch from rb07 to handle older versions of miniupnpc 2013-02-18 00:36:20 +00:00
upnp.h
utils-test.c
utils.c (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
utils.h (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
variant-benc.c (libT) add rb07's win32 implementation of tr_mkstemp() 2013-02-04 21:07:24 +00:00
variant-common.h
variant-json.c
variant-test.c
variant.c (trunk) prefer tr_remove() to unlink() or rmdir() 2013-02-04 21:53:19 +00:00
variant.h
verify.c (libT) ensure that tr_torrentVerify()'s completion callback gets invoked even if it's removed from the verify queue before it gets a chance to run. 2013-02-01 00:21:30 +00:00
verify.h (libT) change the API signature for tr_torrentVerify() s.t. client code can be notified when the verify is finished 2013-01-31 21:58:25 +00:00
web.c (libT) fix memory leak regression in the nightlies reported by x190 2013-02-17 23:00:11 +00:00
web.h (libT) don't start the web thread until we have a task to feed to curl 2013-02-15 01:52:47 +00:00
webseed.c (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
webseed.h (libT) make the class hierarchy between tr_peer, tr_peerMsgs, and tr_webseed a little less ad-hoc 2013-02-04 16:23:33 +00:00
wildmat.c Follow more common whitespace style conventions in the C code (libtransmission, daemon, utils, cli, gtk). 2012-12-05 17:29:46 +00:00