1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
transmission/libtransmission
2008-11-30 00:47:18 +00:00
..
bandwidth.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
bandwidth.h (libT) yet another stab at getting bandwidth management under control. this version may suck less than previous attempts. It also breaks the mac build until someone adds iobuf.[ch] to xcode... 2008-11-25 21:35:17 +00:00
bencode-test.c
bencode.c (libT) #1491: json floats decimal separator depends on language settings 2008-11-27 18:35:26 +00:00
bencode.h
blocklist-test.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
blocklist.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
blocklist.h (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
clients-test.c
clients.c
clients.h
completion.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
completion.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
ConvertUTF.c
ConvertUTF.h
crypto.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
crypto.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
fastresume.c
fastresume.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
fdlimit.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
fdlimit.h (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
ggets.c
ggets.h
handshake.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
handshake.h (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
inout.c
inout.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
iobuf.c (libT) performance tweaks 2008-11-26 02:57:32 +00:00
iobuf.h (libT) yet another stab at getting bandwidth management under control. this version may suck less than previous attempts. It also breaks the mac build until someone adds iobuf.[ch] to xcode... 2008-11-25 21:35:17 +00:00
json-test.c
json.c
json.h
JSON_parser.c
JSON_parser.h
list.c
list.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
Makefile.am (libT) #1532: patch from jhujhiti to remove (unused) fast extensions 2008-11-29 20:37:34 +00:00
makemeta.c
makemeta.h
metainfo.c
metainfo.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
natpmp.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
natpmp.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
net.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
net.h (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
peer-common.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
peer-io.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
peer-io.h (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
peer-mgr-private.h (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
peer-mgr.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
peer-mgr.h (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
peer-msgs.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
peer-msgs.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
platform.c
platform.h
port-forwarding.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
port-forwarding.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
ptrarray.c
ptrarray.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
publish.c
publish.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
ratecontrol.c
ratecontrol.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
resume.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
resume.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
rpc-server.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
rpc-server.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
rpc-test.c
rpcimpl.c
rpcimpl.h
session.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
session.h (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
stats.c
stats.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
test-peer-id.c
torrent-ctor.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
torrent.c (libT) remove debugging statement that got checked in by accident 2008-11-26 05:58:10 +00:00
torrent.h use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
tr-getopt.c
tr-getopt.h
tracker.c (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
tracker.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
transmission.h (libT) patch from jhujhiti to add ipv6 support. 2008-11-30 00:47:18 +00:00
trevent.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
trevent.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
upnp.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
upnp.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
utils-test.c
utils.c
utils.h
verify.c
verify.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
web.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
web.h
webseed.c use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx) 2008-11-28 22:11:41 +00:00
webseed.h (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
wildmat.c