transmission/libtransmission
Jordan Lee bd6aaf9a12 (trunk libT) remove trailing spaces from a couple of lines of code 2011-07-17 18:11:34 +00:00
..
ConvertUTF.c
ConvertUTF.h
JSON_parser.c
JSON_parser.h
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) tweak the ABI of tr_bencToBuf() to match the way it's being used 2011-04-27 21:22:08 +00:00
announcer-udp.c (trunk libT) strip trailing whitespace 2011-03-28 13:37:46 +00:00
announcer.c (trunk libT) #4277 "Checkmarks for leechers" -- possible fix. 2011-06-25 19:29:25 +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) 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
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 (trunk libT) fix minor compiler warning when compiling with assertions disabled 2011-07-17 14:34:33 +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
cache.h
clients-test.c
clients.c add µTorrent Embedded to the client list 2011-06-16 12:08:52 +00:00
clients.h
completion.c (trunk libT) #4336 "availablility nonsense" -- fix bug in tr_cpMissingBytesInPiece() introduced last week by r12515 for #4332. Add assertions to the nightly build to watch for regressions of this fix. 2011-07-02 13:20:17 +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) restore setrlimit(), although in an non-configurable mode. 2011-07-11 20:48:06 +00:00
fdlimit.h (trunk libt) #4315 "Transmission 2.31 crashes (segfaults) immediately after launch" -- remove the "max-open-files" code. 2011-06-24 22:39:20 +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
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) #4283 "Remove 'Prefetch failed' error message" -- done. 2011-05-27 23:26:05 +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
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
magnet.h
makemeta.c (trunk libT) minor #include cleanups 2011-07-13 03:23:37 +00:00
makemeta.h
metainfo.c (trunk libT) #4227 "invalid URLs aren't filtered out of .torrents' webseed lists" 2011-05-05 03:10:51 +00:00
metainfo.h
natpmp.c
natpmp.h
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
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 (trunk libT) #4338 "improved webseed support" -- patch by alexat 2011-07-10 15:24:51 +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) remove trailing spaces from a couple of lines of code 2011-07-17 18:11:34 +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 (trunk libT) #4295 "'download-dir-free-space' contains garbage" -- fixed by bugmenot patch 2011-05-30 18:17:16 +00:00
platform.h
port-forwarding.c
port-forwarding.h
ptrarray.c (trunk libT) fix minor compiler warning when compiling with assertions disabled 2011-07-17 14:33:20 +00:00
ptrarray.h
resume.c (trunk libT) copyediting in resume.c 2011-04-01 03:13:44 +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
rpc-test.c
rpcimpl.c (trunk libT) #4101 "RPC method blocklist-update is broken" -- use lower-level zlib API calls so that we can skip writing a temporary gzipped file to disk 2011-06-26 17:05:17 +00:00
rpcimpl.h
session.c (trunk libT) minor #include cleanups 2011-07-13 03:23:37 +00:00
session.h (trunk libt) #4315 "Transmission 2.31 crashes (segfaults) immediately after launch" -- remove the "max-open-files" code. 2011-06-24 22:39:20 +00:00
stats.c
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
torrent-magnet.h
torrent.c (trunk libT) possible fix for three related tickets. still needs more testing. 2011-07-10 17:34:03 +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) #4351 "DHT can't be uninitialized during a session" -- don't process incoming DHT messages if DHT is disabled. Don't process incoming UTP messages if UTP is disabled. 2011-07-12 12:26:24 +00:00
tr-dht.h
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
tr-udp.c (trunk libT) #4016 "blocklists loaded in Transmission should be used to filter DHT communication." -- fixed. 2011-07-12 12:30:17 +00:00
tr-udp.h
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 (trunk libt) #4315 "Transmission 2.31 crashes (segfaults) immediately after launch" -- remove the "max-open-files" code. 2011-06-24 22:39:20 +00:00
trevent.c
trevent.h (trunk libT) copyediting: yes, removing more unnecessary #includes 2011-03-25 06:20:12 +00:00
upnp.c
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
verify.c
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 libT) remove trailing spaces from a couple of lines of code 2011-07-17 18:11:34 +00:00
webseed.h
wildmat.c