transmission/libtransmission
Jordan Lee d9a6539e19 fix pedantic compiler warnings 2013-09-09 01:32:09 +00:00
..
ConvertUTF.c
ConvertUTF.h
Makefile.am have the peer-id test follow the other unit test files' naming conventions 2013-09-08 19:30:16 +00:00
announcer-common.h function pointer type correctness. mikedld 2013-09-08 17:08:18 +00:00
announcer-http.c introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +00:00
announcer-udp.c fix pedantic compiler warnings 2013-09-09 01:32:09 +00:00
announcer.c introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +00:00
announcer.h function pointer type correctness. mikedld 2013-09-08 17:08:18 +00:00
bandwidth.c introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +00:00
bandwidth.h
bitfield-test.c
bitfield.c (trunk libT) #5444 'underflow in bitfield.c's set_all_true()' -- fixed 2013-07-29 04:19:15 +00:00
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 blocklist cleanup: use bool instead of int where appropriate, use tr_fileExists() instead of stat() 2013-09-08 21:25:13 +00:00
blocklist.h blocklist cleanup: use bool instead of int where appropriate, use tr_fileExists() instead of stat() 2013-09-08 21:25:13 +00:00
cache.c introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +00:00
cache.h
clients-test.c (trunk, libT) #5443 'tr_clientForId() misidentifies Tixati as BitTornado': fixed 2013-07-29 04:29:22 +00:00
clients.c (trunk, libT) #5443 'tr_clientForId() misidentifies Tixati as BitTornado': fixed 2013-07-29 04:29:22 +00:00
clients.h
completion.c
completion.h add inline wrapper functions to tr_torrent to decouple the rest of the code from tr_completion 2013-08-18 13:06:39 +00:00
crypto.c #include limits.h where we use it, and don't where we don't 2013-08-24 17:53:45 +00:00
crypto.h
fail.sh
fdlimit.c (trunk, libt) #4147 'bad file descriptor': in cached_file_open(), ensure the file is always opened with writable permissions if we need to call ftruncate() to resize it. Large credit to karamanolev for tracking this down with strace. 2013-07-27 16:18:12 +00:00
fdlimit.h
handshake.c introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +00:00
handshake.h
history-test.c
history.c
history.h
inout.c
inout.h
json-test.c
jsonsl.c #include limits.h where we use it, and don't where we don't 2013-08-24 17:53:45 +00:00
jsonsl.h
libt.dox
libtransmission-test.c silence a small handful of minor gcc compiler warnings in libtransmission 2013-08-17 17:03:15 +00:00
libtransmission-test.h
list.c make accessing tr_list's recycle nodes threadsafe. patch by mike.did, fixes #5352 2013-08-25 16:27:19 +00:00
list.h
log.c (trunk, libT) improved/new MSVC portability wrappers dirname, basename, gettimeofday(). patch by mikedld, breakage by charles 2013-09-08 18:27:27 +00:00
log.h
magnet-test.c
magnet.c
magnet.h
makemeta.c more treating-bools-as-bools 2013-08-24 18:18:38 +00:00
makemeta.h more treating-bools-as-bools 2013-08-24 18:18:38 +00:00
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 (trunk libT) #5318: 'socket leak when bind() fails': fixed. 2013-04-13 19:34:34 +00:00
net.h
peer-common.h function pointer type correctness. mikedld 2013-09-08 17:08:18 +00:00
peer-io.c fix pedantic compiler warnings 2013-09-09 01:32:09 +00:00
peer-io.h
peer-mgr.c use evutil_socket_t instead of int to define socket types. Patch my mikedLd :) 2013-09-08 17:03:11 +00:00
peer-mgr.h (trunk, libT) fix tr_torrentStat() regression in the nightlies reported in #5294 by mw3demo 2013-05-27 21:04:48 +00:00
peer-msgs-test.c
peer-msgs.c fix pedantic compiler warnings 2013-09-09 01:32:09 +00:00
peer-msgs.h function pointer type correctness. mikedld 2013-09-08 17:08:18 +00:00
platform-quota.c fix Transmission 2.81 FTBFS in OpenBSD, patch by naddy 2013-07-24 00:02:16 +00:00
platform-quota.h move platform.c's quota code into its own file. Fixes FTBFS reported in bug #5389 and is also a nice piece of encapsulation. Patch by rb07 2013-07-08 17:07:31 +00:00
platform.c move platform.c's quota code into its own file. Fixes FTBFS reported in bug #5389 and is also a nice piece of encapsulation. Patch by rb07 2013-07-08 17:07:31 +00:00
platform.h move platform.c's quota code into its own file. Fixes FTBFS reported in bug #5389 and is also a nice piece of encapsulation. Patch by rb07 2013-07-08 17:07:31 +00:00
port-forwarding.c use evutil_socket_t instead of int to define socket types. Patch my mikedLd :) 2013-09-08 17:03:11 +00:00
port-forwarding.h
ptrarray.c silence a small handful of minor gcc compiler warnings in libtransmission 2013-08-17 17:20:31 +00:00
ptrarray.h silence a small handful of minor gcc compiler warnings in libtransmission 2013-08-17 17:20:31 +00:00
quark-test.c
quark.c (trunk, libT) #4682 'Add return id from duplicate torrent torrent-add rpc' -- added. 2013-05-22 20:35:38 +00:00
quark.h fix a handful of CL warnings & errors in libtransmission. mikedld 2013-09-08 17:58:14 +00:00
rename-test.c silence a small handful of minor gcc compiler warnings in libtransmission 2013-08-17 17:03:15 +00:00
resume.c fix pedantic compiler warnings 2013-09-09 01:32:09 +00:00
resume.h
rpc-server.c introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +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 fix a handful of CL warnings & errors in libtransmission. mikedld 2013-09-08 17:58:14 +00:00
rpcimpl.h
session-test.c have the peer-id test follow the other unit test files' naming conventions 2013-09-08 19:30:16 +00:00
session.c fix pedantic compiler warnings 2013-09-09 01:32:09 +00:00
session.h function pointer type correctness. mikedld 2013-09-08 17:08:18 +00:00
stats.c
stats.h
torrent-ctor.c more treating-bools-as-bools 2013-08-24 18:18:38 +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 fix pedantic compiler warnings 2013-09-09 01:32:09 +00:00
torrent.h function pointer type correctness. mikedld 2013-09-08 17:08:18 +00:00
tr-dht.c use evutil_socket_t instead of int to define socket types. Patch my mikedLd :) 2013-09-08 17:03:11 +00:00
tr-dht.h
tr-getopt-test.c (trunk, libT) tr-getopt-test fixes similar to r14192 2013-09-09 00:40:20 +00:00
tr-getopt.c (trunk libT) #5316 'UMR in quark, tr-getopt code': fixed. 2013-04-13 18:29:56 +00:00
tr-getopt.h
tr-lpd.c fix a handful of CL warnings & errors in libtransmission. mikedld 2013-09-08 17:58:14 +00:00
tr-lpd.h
tr-udp.c use evutil_socket_t instead of int to define socket types. Patch my mikedLd :) 2013-09-08 17:03:11 +00:00
tr-udp.h
tr-utp.c introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +00:00
tr-utp.h
transmission.h introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +00:00
trevent.c use evutil_socket_t instead of int to define socket types. Patch my mikedLd :) 2013-09-08 17:03:11 +00:00
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 #include limits.h where we use it, and don't where we don't 2013-08-24 17:53:45 +00:00
utils.c (trunk, libT) improved/new MSVC portability wrappers dirname, basename, gettimeofday(). patch by mikedld, breakage by charles 2013-09-08 18:27:27 +00:00
utils.h (trunk, libT) improved/new MSVC portability wrappers dirname, basename, gettimeofday(). patch by mikedld, breakage by charles 2013-09-08 18:27:27 +00:00
variant-benc.c introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +00:00
variant-common.h
variant-json.c introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld 2013-09-08 17:32:09 +00:00
variant-test.c
variant.c silence a small handful of minor gcc compiler warnings in libtransmission 2013-08-17 16:31:03 +00:00
variant.h
verify.c add inline wrapper functions to tr_torrent to decouple the rest of the code from tr_completion 2013-08-18 13:06:39 +00:00
verify.h
web.c fix pedantic compiler warnings 2013-09-09 01:32:09 +00:00
web.h function pointer type correctness. mikedld 2013-09-08 17:08:18 +00:00
webseed.c function pointer type correctness. mikedld 2013-09-08 17:08:18 +00:00
webseed.h function pointer type correctness. mikedld 2013-09-08 17:08:18 +00:00
wildmat.c