transmission/libtransmission
Charles Kerr eff510da18 (trunk libT) simplify web.c's remove_finished_tasks() a bit 2008-12-29 19:02:12 +00:00
..
ConvertUTF.c
ConvertUTF.h
JSON_parser.c
JSON_parser.h
Makefile.am
bandwidth.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_ptrArray, contain the tr_ptrArray directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 08:54:36 +00:00
bandwidth.h
bencode-test.c
bencode.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_ptrArray, contain the tr_ptrArray directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 08:54:36 +00:00
bencode.h
blocklist-test.c
blocklist.c
blocklist.h
clients-test.c
clients.c Add "SD" to the clients list as Xunlei as reported by malucas72 in the forums. 2008-12-29 16:34:59 +00:00
clients.h
completion.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_bitfield, contain it directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 09:51:54 +00:00
completion.h
crypto.c
crypto.h
fastresume.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
fastresume.h
fdlimit.c
fdlimit.h
ggets.c
ggets.h
handshake.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
handshake.h
inout.c (trunk libT) omit unnecessary malloc/free calls in peer-io 2008-12-29 19:01:47 +00:00
inout.h
json-test.c
json.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_ptrArray, contain the tr_ptrArray directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 08:54:36 +00:00
json.h
list.c (trunk libT) recycle the tr_list nodes when possible 2008-12-29 17:28:14 +00:00
list.h
makemeta.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
makemeta.h
metainfo.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
metainfo.h
natpmp.c
natpmp.h
net.c
net.h
peer-common.h
peer-io.c (trunk libT) omit unnecessary malloc/free calls in peer-io 2008-12-29 19:01:47 +00:00
peer-io.h
peer-mgr-private.h
peer-mgr.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_ptrArray, contain the tr_ptrArray directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 08:54:36 +00:00
peer-mgr.h
peer-msgs-test.c
peer-msgs.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_publisher, contain the it directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 18:10:07 +00:00
peer-msgs.h
platform.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
platform.h (trunk libT) omit unnecessary malloc/free calls in peer-io 2008-12-29 19:01:47 +00:00
port-forwarding.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
port-forwarding.h
ptrarray.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_ptrArray, contain the tr_ptrArray directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 08:54:36 +00:00
ptrarray.h (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_ptrArray, contain the tr_ptrArray directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 08:54:36 +00:00
publish.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_publisher, contain the it directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 18:10:07 +00:00
publish.h (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_publisher, contain the it directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 18:10:07 +00:00
ratecontrol.c
ratecontrol.h
resume.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
resume.h
rpc-server.c (trunk libT) add yet another ACL diagnostic message 2008-12-23 21:34:07 +00:00
rpc-server.h
rpc-test.c
rpcimpl.c
rpcimpl.h
session.c this should've been in r7529 2008-12-29 18:12:25 +00:00
session.h
stats.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
stats.h
test-peer-id.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
torrent-ctor.c
torrent.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_bitfield, contain it directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 09:51:54 +00:00
torrent.h (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_bitfield, contain it directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 09:51:54 +00:00
tr-getopt.c
tr-getopt.h
tracker.c (trunk libT) avoid some unnecessary memory fragmentation... for composited objects that have a tr_publisher, contain the it directly rather than a pointer to one allocated elsewhere on the heap. 2008-12-29 18:10:07 +00:00
tracker.h
transmission.h (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
trevent.c (trunk libT) #include "session.h" cleanup from wereHamster 2008-12-23 17:27:15 +00:00
trevent.h
upnp.c
upnp.h
utils-test.c
utils.c (trunk libT) wrap tr_inf(), tr_msg(), tr_dbg() calls inside a check to see if that debugging level is active. That way that function calls in the vararg list won't be invoked unless that level of verbosity is actually turned on. 2008-12-29 18:11:56 +00:00
utils.h (trunk libT) wrap tr_inf(), tr_msg(), tr_dbg() calls inside a check to see if that debugging level is active. That way that function calls in the vararg list won't be invoked unless that level of verbosity is actually turned on. 2008-12-29 18:11:56 +00:00
verify.c
verify.h updated email address 2008-12-16 00:20:44 +00:00
web.c (trunk libT) simplify web.c's remove_finished_tasks() a bit 2008-12-29 19:02:12 +00:00
web.h
webseed.c
webseed.h
wildmat.c