transmission/libtransmission
Jordan Lee eb06d81fb9 (trunk) fix a handful of small memory leaks that valgrind found. 2011-03-25 17:42:47 +00:00
..
ConvertUTF.c
ConvertUTF.h
JSON_parser.c (trunk) copyediting: remove some unneeded #includes, and annotate some needed ones 2011-03-24 21:49:42 +00:00
JSON_parser.h
Makefile.am (trunk libT) #117 "UDP tracker protocol support" -- working implementation; needs testing and valgrinding and review. 2011-03-13 00:18:11 +00:00
announcer-common.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
announcer-http.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
announcer-udp.c (trunk libT) copyediting: '#include "crypto.h"' cleanup 2011-03-25 01:21:31 +00:00
announcer.c (trunk libT) copyediting: '#include "crypto.h"' cleanup 2011-03-25 01:21:31 +00:00
announcer.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
bandwidth.c (trunk libT) copyediting: '#include "crypto.h"' cleanup 2011-03-25 01:21:31 +00:00
bandwidth.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
bencode-test.c (trunk libT) still fiddling around with #includes -- this time removing unncecessary libT includes from libT .c files 2011-03-25 01:41:57 +00:00
bencode.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
bencode.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
bitfield.c (trunk) copyediting: remove trailing spaces from source code lines in daemon/ gtk/ libtransmission/ and utils/ 2011-03-04 23:26:10 +00:00
bitfield.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
bitset.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
bitset.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
blocklist-test.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
blocklist.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
blocklist.h (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
cache.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
cache.h
clients-test.c (trunk) copyediting: remove some unneeded #includes, and annotate some needed ones 2011-03-24 21:49:42 +00:00
clients.c (trunk) copyediting: remove some unneeded #includes, and annotate some needed ones 2011-03-24 21:49:42 +00:00
clients.h
completion.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
completion.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
crypto.c (trunk) copyediting: remove some unneeded #includes, and annotate some needed ones 2011-03-24 21:49:42 +00:00
crypto.h (trunk libT) copyediting: '#include "crypto.h"' cleanup 2011-03-25 01:21:31 +00:00
fdlimit.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
fdlimit.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
handshake.c (trunk libT) still fiddling around with #includes -- this time removing unncecessary libT includes from libT .c files 2011-03-25 01:41:57 +00:00
handshake.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
history-test.c (trunk libT) #4051 "Use composition for the tr_history fields in tr_peer" -- fixed. 2011-02-23 06:01:16 +00:00
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 (trunk libT) #4051 "Use composition for the tr_history fields in tr_peer" -- fixed. 2011-02-23 06:01:16 +00:00
inout.c (trunk libT) still fiddling around with #includes -- this time removing unncecessary libT includes from libT .c files 2011-03-25 01:41:57 +00:00
inout.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
json-test.c
json.c (trunk) copyediting: remove some unneeded #includes, and annotate some needed ones 2011-03-24 21:49:42 +00:00
json.h
libt.dox
list.c
list.h
magnet-test.c
magnet.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
magnet.h
makemeta.c (trunk) copyediting: remove some unneeded #includes, and annotate some needed ones 2011-03-24 21:49:42 +00:00
makemeta.h
metainfo.c (trunk libT) copyediting: yes, removing more unnecessary #includes 2011-03-25 06:20:12 +00:00
metainfo.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
natpmp.c (trunk libT) copyediting: remove a bunch of seemingly-unneeded network headers in net.[ch]. 2011-03-24 22:57:39 +00:00
natpmp.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
net.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
net.h (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
peer-common.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
peer-io.c (trunk) yet more "#include" tweaks 2011-03-25 15:03:42 +00:00
peer-io.h (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
peer-mgr.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
peer-mgr.h (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
peer-msgs-test.c (trunk libT) copyediting: yes, removing more unnecessary #includes 2011-03-25 06:20:12 +00:00
peer-msgs.c (trunk) yet more "#include" tweaks 2011-03-25 15:03:42 +00:00
peer-msgs.h (trunk libT) copyediting: yes, removing more unnecessary #includes 2011-03-25 06:20:12 +00:00
platform.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
platform.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
port-forwarding.c (trunk libT) still fiddling around with #includes -- this time removing unncecessary libT includes from libT .c files 2011-03-25 01:41:57 +00:00
port-forwarding.h (trunk libT) copyediting: clean up the "#include <event2/*>" directives in libtransmission's header files 2011-03-24 22:45:04 +00:00
ptrarray.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
ptrarray.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
resume.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
resume.h
rpc-server.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
rpc-server.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
rpc-test.c
rpcimpl.c (trunk libT) still fiddling around with #includes -- this time removing unncecessary libT includes from libT .c files 2011-03-25 01:41:57 +00:00
rpcimpl.h
session.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
session.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
stats.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
stats.h
test-peer-id.c (trunk libT) Add an enumeration for the peer id length. Use that enum for the peer_id fields in tr_session and tr_torrent. 2011-03-10 12:35:23 +00:00
torrent-ctor.c (trunk) fix a handful of small memory leaks that valgrind found. 2011-03-25 17:42:47 +00:00
torrent-magnet.c (trunk libT) copyediting: '#include "crypto.h"' cleanup 2011-03-25 01:21:31 +00:00
torrent-magnet.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
torrent.c (trunk) yet more "#include" tweaks 2011-03-25 15:03:42 +00:00
torrent.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
tr-dht.c (trunk libT) #4136 "r12181 causes excessive disk activity and logfile bloat" -- fixed. 2011-03-22 16:50:09 +00:00
tr-dht.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
tr-getopt.c
tr-getopt.h
tr-lpd.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
tr-lpd.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
tr-udp.c (trunk) copyediting: remove some unneeded #includes, and annotate some needed ones 2011-03-24 21:49:42 +00:00
tr-udp.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
tr-utp.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
tr-utp.h add configure script switch to enable/disable utp 2011-02-18 00:45:44 +00:00
transmission.h (trunk libT) If transmission.h is being processed by a C++ compiler, it shouldn't #include stdbool.h 2011-03-23 18:25:41 +00:00
trevent.c (trunk libT) still fiddling around with #includes -- this time removing unncecessary libT includes from libT .c files 2011-03-25 01:41:57 +00:00
trevent.h (trunk libT) copyediting: yes, removing more unnecessary #includes 2011-03-25 06:20:12 +00:00
upnp.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
upnp.h
utils-test.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
utils.c (trunk libT) copyediting: yes, removing more unnecessary #includes 2011-03-25 06:20:12 +00:00
utils.h (trunk libT) tr_set_func is only used in one place, so make it a private function there instead of leaving it public in utils.h 2011-03-22 23:49:29 +00:00
verify.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
verify.h
web.c (trunk libT) API cleanup of the tr_address functions to make them more consistent. 2011-03-25 05:34:26 +00:00
web.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
webseed.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
webseed.h (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
wildmat.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00