.. |
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) #4507 "scrape min_request_interval no longer working" -- fixed.
|
2011-09-25 21:48:34 +00:00 |
announcer-udp.c
|
(trunk libT) strip trailing whitespace
|
2011-03-28 13:37:46 +00:00 |
announcer.c
|
(trunk libT) #4396 "Scrape requests not showing in logfile" -- when the announce response contains scrape information, add a log message saying that the next scrape has been rescheduled.
|
2011-08-14 14:45:54 +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
|
remove dead code
|
2011-08-08 16:58:29 +00:00 |
bandwidth.h
|
(trunk libT) add a unique key to each tr_bandwidth object, so that when sorting them arbitrarily we can use that key rather than their pointer address. Apparently comparing pointers that aren't allocated in the same array is undefined behavior.
|
2011-06-19 18:34:10 +00:00 |
bencode-test.c
|
(trunk libT) tweak the ABI of tr_bencToBuf() to match the way it's being used
|
2011-04-27 21:22:08 +00:00 |
bencode.c
|
(trunk libT) #4284 "crash via webfrontend or transmission-remote" -- use patch from jerwied
|
2011-05-27 23:28:40 +00:00 |
bencode.h
|
(trunk libT) tweak the ABI of tr_bencToBuf() to match the way it's being used
|
2011-04-27 21:22:08 +00:00 |
bitfield.c
|
remove redundant assertion
|
2011-09-27 02:44:07 +00:00 |
bitfield.h
|
(trunk libt) in tr_bitfieldSetRaw(), add a `bounded' argument for cases where we know how large the final bitfield will be. This can be used ensure that the excess bits at the end of the array are zeroed out and safe for bitfield.c's countArray() function.
|
2011-09-26 22:50:42 +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
|
remove dead code
|
2011-08-08 16:58:29 +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
|
add µTorrent Embedded to the client list
|
2011-06-16 12:08:52 +00:00 |
clients.h
|
|
|
completion.c
|
(trunk libT) add several more tr_completion assertions to smoke out the (sizeWhenDone() < sizeNow()) error reported in the forums
|
2011-09-26 06:18:48 +00:00 |
completion.h
|
(trunk libT) add several more tr_completion assertions to smoke out the (sizeWhenDone() < sizeNow()) error reported in the forums
|
2011-09-26 06:18:48 +00:00 |
ConvertUTF.c
|
|
|
ConvertUTF.h
|
|
|
crypto.c
|
(trunk libT) #4473 'underflow from malformed ssha1 can crash tr_ssha1_matches()' -- bah, fix oops in r12884.
|
2011-09-16 22:55:58 +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) #4305 "New Torrent via RPC Error:No data found when subfolder does not exist" -- revert r12076 s.t. parent directories are created as necessary when saving local data to disk.
|
2011-07-25 17:48:14 +00:00 |
fdlimit.h
|
(trunk libt) #4305 "New Torrent via RPC Error:No data found when subfolder does not exist" -- revert r12076 s.t. parent directories are created as necessary when saving local data to disk.
|
2011-07-25 17:48:14 +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) #4305 "New Torrent via RPC Error:No data found when subfolder does not exist" -- revert r12076 s.t. parent directories are created as necessary when saving local data to disk.
|
2011-07-25 17:48:14 +00:00 |
inout.h
|
(trunk libT) minor #include cleanups
|
2011-07-13 03:23:37 +00:00 |
json-test.c
|
|
|
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
|
|
|
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
|
|
|
libt.dox
|
|
|
list.c
|
(trunk libT) oops, r12313 committed the wrong version of list.c
|
2011-04-05 00:59:49 +00:00 |
list.h
|
|
|
magnet-test.c
|
|
|
magnet.c
|
(trunk libT) #4504 "crash when adding malformed magnet link" -- fixed.
|
2011-09-25 21:51:50 +00:00 |
magnet.h
|
|
|
Makefile.am
|
(trunk libT) break the mac build and introduce new crashes.
|
2011-03-28 16:31:05 +00:00 |
makemeta.c
|
(trunk libT) #4383 "transmission-create bug when using leading ./" -- fixed.
|
2011-07-24 20:18:33 +00:00 |
makemeta.h
|
|
|
metainfo.c
|
(trunk libT) #4437 "Multi file webseeds don't work" -- handle multifile torrents with web seed urls that incorrectly don't end with a slash.
|
2011-09-06 16:45:48 +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) #4301 "strerror used instead of tr_strerror -- fix in peer-io.c too
|
2011-05-30 15:50: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
|
peer.have was being initialized to the block count, rather than the piece count, resulting in wasted overhead.
|
2011-09-26 22:48:50 +00:00 |
peer-mgr.h
|
(trunk libT) #4338 "improved webseed support" -- patch by alexat
|
2011-07-10 15:24:51 +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) in tr_bitfieldSetRaw(), add a `bounded' argument for cases where we know how large the final bitfield will be. This can be used ensure that the excess bits at the end of the array are zeroed out and safe for bitfield.c's countArray() function.
|
2011-09-26 22:50:42 +00:00 |
peer-msgs.h
|
(trunk libT) the functions tr_peerMsgsSetChoke() and tr_peerMsgsSetInterested() have bool arguments whose types never got switched from "int" to "bool" when "bool" was adopted.
|
2011-05-01 19:10:34 +00:00 |
platform.c
|
#4422 On Mac, tr_getWebClientDir() uses incorrect encoding for creating the web content dir path
|
2011-08-15 00:10:06 +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 libT) Remove the backup implementation of tr_ptrArrayLowerBound() that was added 5 weeks ago in r12512. This was for testing in the nightlies, to use its output against the function's primary implementation.
|
2011-07-31 14:04:43 +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) in tr_bitfieldSetRaw(), add a `bounded' argument for cases where we know how large the final bitfield will be. This can be used ensure that the excess bits at the end of the array are zeroed out and safe for bitfield.c's countArray() function.
|
2011-09-26 22:50:42 +00:00 |
resume.h
|
|
|
rpc-server.c
|
(trunk libT) fix minor compiler warning when compiling with assertions disabled
|
2011-07-17 14:32:51 +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) #4511 "fromLpd in rpc" -- add to torrent-get's "peersFrom" response.
|
2011-09-26 20:49:26 +00:00 |
rpcimpl.h
|
|
|
session.c
|
queuing: lower the default 'active downloads' value to 5
|
2011-08-08 16:29:47 +00:00 |
session.h
|
Add a mechanism for enabling/disabling the stalled minutes feature. This is a pre-existing feature in the Mac client.
|
2011-08-07 19:24:33 +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
|
|
|
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
|
undo r12585, where I checked in the wrong file.
|
2011-07-25 22:30:56 +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
|
in freeTorrent(), don't destruct the torrent's completion field until after calling tr_announceRemoveTorrent()
|
2011-09-26 05:57:03 +00:00 |
torrent.h
|
add user_data (void *) to the queue callback
|
2011-08-03 23:40:51 +00:00 |
tr-dht.c
|
Add stub for the DHT blacklisting support.
|
2011-07-25 21:30:46 +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 libT) "DHT and blocklists are incompatible" -- revert r12544.
|
2011-07-22 17:47:08 +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
|
|
|
transmission.h
|
add an RPC session callback for when queue order changes
|
2011-08-27 23:54:10 +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
|
#4387 Update miniupnpc to 1.6
|
2011-07-26 01:36:30 +00:00 |
upnp.h
|
|
|
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) truncate the fractions when formatting KB/s speeds
|
2011-07-17 14:15:02 +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) #4338 "improved webseed support" -- patch by alexat
|
2011-07-10 15:24:51 +00:00 |
web.h
|
(trunk libT) #4338 "improved webseed support" -- patch by alexat
|
2011-07-10 15:24:51 +00:00 |
webseed.c
|
(trunk web) small refactoring of webseed's batch processing.
|
2011-09-12 21:46:15 +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 |