transmission/libtransmission
Jordan Lee 2043356876 (trunk libT) constify the tr_scrape_request argument to scrape_request_delegate(). 2011-04-27 17:30:53 +00:00
..
ConvertUTF.c (trunk) Join the 21st century and use only 1 space at the end sentences. This commit is nearly as important as the semi-annual ones that remove trailing spaces from the ends of lines of code... :) 2010-12-27 19:18:17 +00:00
ConvertUTF.h (trunk) Join the 21st century and use only 1 space at the end sentences. This commit is nearly as important as the semi-annual ones that remove trailing spaces from the ends of lines of code... :) 2010-12-27 19:18:17 +00:00
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 (trunk) Join the 21st century and use only 1 space at the end sentences. This commit is nearly as important as the semi-annual ones that remove trailing spaces from the ends of lines of code... :) 2010-12-27 19:18:17 +00:00
Makefile.am (trunk libT) break the mac build and introduce new crashes. 2011-03-28 16:31:05 +00:00
announcer-common.h (trunk libT) remove the tr_session argument from the announce/scrape response callbacks 2011-03-26 12:06:04 +00:00
announcer-http.c (trunk libT) remove the tr_session argument from the announce/scrape response callbacks 2011-03-26 12:06:04 +00:00
announcer-udp.c (trunk libT) strip trailing whitespace 2011-03-28 13:37:46 +00:00
announcer.c (trunk libT) constify the tr_scrape_request argument to scrape_request_delegate(). 2011-04-27 17:30:53 +00:00
announcer.h (trunk libT) minor code cleanup in announcer-udp: whitespace & function names 2011-03-26 10:22:25 +00:00
bandwidth.c (trunk libT) changes to the bandwidth allocator's phaseOne step as suggested by Vincent in #2338 comment:108 2011-04-16 21:46:32 +00:00
bandwidth.h (trunk libT) use aggregation for the tr_bandwidth objects owned by tr_session and tr_torrent 2011-03-31 14:53:22 +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 libT) fix "dangerous pointer arithmetic" warning detected by clang static analyzer 2011-03-31 04:24:57 +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 libT) remove an assertion from bitfield that doesn't always need to be true 2011-04-06 04:55:57 +00:00
bitfield.h remove unneeded include 2011-04-04 21:42:04 +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 (trunk libT) memory cache should use evbuffers to avoid unnecessary calls to memcpy -- done. 2011-01-29 18:56:53 +00:00
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 Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
completion.c (trunk libT) handle situations where we don't know the bitfield's upper bound in advance. This comes up sometimes with magnet links. 2011-03-30 04:14:57 +00:00
completion.h (trunk libT) handle situations where we don't know the bitfield's upper bound in advance. This comes up sometimes with magnet links. 2011-03-30 04:14:57 +00:00
crypto.c (trunk libT) more heap pruning: use composition rather than aggregation for the tr_crypto object owned by tr_peerIo. 2011-04-17 05:22:50 +00:00
crypto.h (trunk libT) more heap pruning: use composition rather than aggregation for the tr_crypto object owned by tr_peerIo. 2011-04-17 05:22:50 +00:00
fdlimit.c (trunk libt) #4164 "__FD_SETSIZE impact on open-file-limit and peer-limit-global" -- commit patch by romanr to take FD_SETSIZE into account before calling setrlimit() 2011-04-19 15:23:04 +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) more heap pruning: use composition rather than aggregation for the tr_crypto object owned by tr_peerIo. 2011-04-17 05:22:50 +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) more heap pruning: avoid four unnecessary malloc() + free() calls per tr_peer. 2011-04-06 23:27:11 +00:00
history.c (trunk libT) more heap pruning: avoid four unnecessary malloc() + free() calls per tr_peer. 2011-04-06 23:27:11 +00:00
history.h (trunk libT) more heap pruning: avoid four unnecessary malloc() + free() calls per tr_peer. 2011-04-06 23:27:11 +00:00
inout.c (trunk libT) tr_torrentGetFileMTime() used to require two stat() calls.. now it only requires one. 2011-04-02 07:36:34 +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 (trunk libT) #3134 "transmission-remote apparently can't handle apostrophes in errorStrings" -- I'm unable to reproduce the reported behavior, but that's no reason to let a new unit test go to waste... committing the unit test anyway 2010-04-15 19:27:47 +00:00
json.c (trunk libT) since the JSON parser gives us the string's length, we can call tr_strndup() instead of tr_strdup() 2011-04-01 03:07:43 +00:00
json.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
libt.dox (trunk libT) re-start work on making libT doxygen friendly. still a long ways to go on this. 2009-05-29 19:17:12 +00:00
list.c (trunk libT) oops, r12313 committed the wrong version of list.c 2011-04-05 00:59:49 +00:00
list.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
magnet-test.c (trunk libT) #2631 "Add webseed support to magnet links" 2009-11-29 17:49:58 +00:00
magnet.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
magnet.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
makemeta.c (trunk) copyediting: remove some unneeded #includes, and annotate some needed ones 2011-03-24 21:49:42 +00:00
makemeta.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
metainfo.c (trunk libT) more malloc pruning. *yawn* 2011-04-01 04:13:51 +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 Reinstate including tcp.h in net.c. 2011-04-02 16:43:17 +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 libT) more heap pruning: use composition rather than aggregation for the tr_crypto object owned by tr_peerIo. 2011-04-17 05:22:50 +00:00
peer-io.h (trunk libT) more heap pruning: use composition rather than aggregation for the tr_crypto object owned by tr_peerIo. 2011-04-17 05:22:50 +00:00
peer-mgr.c (trunk libT) #4204 "Availability is the same as the amount downloaded when there are no seeders" -- possible fix 2011-04-24 22:56:42 +00:00
peer-mgr.h (trunk libT) don't cache unininteresting peer addresses between sessions 2011-03-29 15:23:54 +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 libT) more heap pruning: don't allocate peer-msgs' incoming block buffer until it's needed. If we're seeding, we won't need it. 2011-04-17 06:13:22 +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 libT) copyediting in resume.c 2011-04-01 03:13:44 +00:00
resume.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
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 (trunk libT) fix some code that the newly-added gcc warnings didn't like 2009-01-23 18:44:15 +00:00
rpcimpl.c (trunk libT) break the mac build and introduce new crashes. 2011-03-28 16:31:05 +00:00
rpcimpl.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
session.c (trunk gtk) more heap pruning: 2011-04-13 06:18:30 +00:00
session.h (trunk gtk) more heap pruning: 2011-04-13 06:18:30 +00:00
stats.c (trunk) #4138 "use stdbool.h instead of tr_bool" -- done. 2011-03-22 15:19:54 +00:00
stats.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
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 libT) tr_torrentGetFileMTime() used to require two stat() calls.. now it only requires one. 2011-04-02 07:36:34 +00:00
torrent.h (trunk libT) tr_torrentGetFileMTime() used to require two stat() calls.. now it only requires one. 2011-04-02 07:36:34 +00:00
tr-dht.c (trunk libT) fix file descriptor leak in tr-dht.c 2011-03-31 03:37:24 +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 Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
tr-getopt.h Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
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 libT) #4209 "Shortcut UDP tracker test" -- prioritize the UDP handler functions based on frequency (uTP, DHT, UTP tracker) as outlined by jch in comment:5. Also, don't call the uTP or DHT handlers when uTP or DHT is disabled in the system preferences. 2011-04-27 05:29:05 +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) save 48 bytes per tr_torrent object. whoo! 2011-03-31 16:08:31 +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 Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
utils-test.c (trunk libT) fix ABR error when parsing a URL with no path and no trailing slash after the host. Error reported by livings124 2011-04-05 22:21:18 +00:00
utils.c (trunk libT) use tr_malloc() instead of malloc() in tr_loadFile() and in the fallback code for tr_valloc() 2011-04-27 16:12:17 +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 Update the copyright year in the source code comments. 2011-01-19 13:48:47 +00:00
web.c (trunk libT) more heap pruning: build the "cookie_filename" field once when creating the web thread, instead of each time a new tr_web_task is added. 2011-04-27 17:02:18 +00:00
web.h (trunk gtk) more heap pruning: 2011-04-13 06:18:30 +00:00
webseed.c (trunk libT) use aggregation for the tr_bandwidth objects owned by tr_session and tr_torrent 2011-03-31 14:53:22 +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