.. |
announcer.c
|
(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...
|
2010-03-17 17:07:40 +00:00 |
announcer.h
|
(trunk libT) #2922 "announce's 'download' field should follow the de facto standard" -- added to trunk for 1.91
|
2010-02-20 15:36:25 +00:00 |
bandwidth.c
|
|
|
bandwidth.h
|
|
|
bencode-test.c
|
(trunk libT) #2716 "magnet torrents not being saved after quit" -- fix bencode bug.
|
2010-02-03 14:31:12 +00:00 |
bencode.c
|
(trunk libT) in tr_bencToFile(), call fsync() before close() for better ext4 safety
|
2010-03-09 22:59:14 +00:00 |
bencode.h
|
(trunk) #2802, #2716, #2717 -- remember magnet links and their settings between sessions, and allow their trackers to be modified
|
2010-02-02 22:45:22 +00:00 |
bitfield.c
|
(trunk libT) #2775 "Saving some memory/storage" -- committed for 1.80
|
2010-01-20 18:48:52 +00:00 |
bitfield.h
|
(trunk) No code changes here... filling in some of the blanks in the "peers" and "utils" doxygen groups' documentation.
|
2010-01-19 19:37:00 +00:00 |
bitset.h
|
(trunk libT) #2800 "crashing during operation" -- use type correctness suggestion from kim wrt int --> size_t in bitset.h
|
2010-01-26 07:50:17 +00:00 |
blocklist-test.c
|
|
|
blocklist.c
|
|
|
blocklist.h
|
|
|
clients-test.c
|
|
|
clients.c
|
#2765 ignore case when ordering the file list in a newly-generated torrent file
|
2010-01-25 05:06:54 +00:00 |
clients.h
|
(trunk) No code changes here... filling in some of the blanks in the "peers" and "utils" doxygen groups' documentation.
|
2010-01-19 19:37:00 +00:00 |
completion.c
|
(trunk libT) #3051 "faster startup by adding 'have all' idiom to .resume files" -- implemented in trunk for 2.00
|
2010-03-15 23:29:56 +00:00 |
completion.h
|
(trunk libT) #3051 "faster startup by adding 'have all' idiom to .resume files" -- implemented in trunk for 2.00
|
2010-03-15 23:29:56 +00:00 |
ConvertUTF.c
|
|
|
ConvertUTF.h
|
|
|
crypto.c
|
(trunk libT) #2775 "Saving some memory/storage" -- committed for 1.80
|
2010-01-20 18:48:52 +00:00 |
crypto.h
|
(trunk) No code changes here... filling in some of the blanks in the "peers" and "utils" doxygen groups' documentation.
|
2010-01-19 19:37:00 +00:00 |
fdlimit.c
|
(trunk libT) #2849 "when possible, use fallocate64() for file preallocation" -- do this even when sparse preallocation mode is selected.
|
2010-03-09 16:19:59 +00:00 |
fdlimit.h
|
(trunk) housekeeping: (1) add standard svn properties for $Id$ substitution in some files (2) add #include guards in a couple of libtransmission headers (3) refresh build instructions in README
|
2010-01-14 14:20:49 +00:00 |
ggets.c
|
|
|
ggets.h
|
(trunk libT) more documentation and doxygen markup
|
2010-01-06 00:18:33 +00:00 |
handshake.c
|
(trunk libT) "don't cancel requests for blocks that we're downloading from slow peers" -- fixed in trunk for 1.92
|
2010-03-06 14:56:15 +00:00 |
handshake.h
|
|
|
history-test.c
|
(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...
|
2010-03-17 17:07:40 +00:00 |
history.c
|
(trunk) #2993 "'Downloaded' much greater than 'Have' or 'verified'" -- add new congestion-based throttle for 2.0
|
2010-03-08 04:29:58 +00:00 |
history.h
|
(trunk) #2993 "'Downloaded' much greater than 'Have' or 'verified'" -- add new congestion-based throttle for 2.0
|
2010-03-08 04:29:58 +00:00 |
inout.c
|
(trunk libT) use jch's suggestion of having a per-session page-aligned memory buffer for general reuse. (http://trac.transmissionbt.com/ticket/2551#comment:5)
|
2010-02-23 07:20:57 +00:00 |
inout.h
|
(trunk libT) dead code removal -- the buffer & buflen arguments to tr_ioTestPiece() were unused
|
2010-02-23 06:05:18 +00:00 |
json-test.c
|
|
|
json.c
|
(trunk libT) fix some #include statements
|
2010-01-20 23:58:09 +00:00 |
json.h
|
|
|
JSON_parser.c
|
(trunk libT) #2775 "Saving some memory/storage" -- committed for 1.80
|
2010-01-20 18:48:52 +00:00 |
JSON_parser.h
|
|
|
libt.dox
|
|
|
list.c
|
(trunk libT) more documentation and doxygen markup
|
2010-01-06 00:18:33 +00:00 |
list.h
|
(trunk libT) more documentation and doxygen markup
|
2010-01-06 00:18:33 +00:00 |
magnet-test.c
|
|
|
magnet.c
|
(trunk libT) #2965: "buffer overflow if too many tr= args in a magnet link" -- fixed in trunk for 1.92. thanks to pjz for the patch.
|
2010-02-24 04:23:36 +00:00 |
magnet.h
|
(trunk) #2802, #2716, #2717 -- remember magnet links and their settings between sessions, and allow their trackers to be modified
|
2010-02-02 22:45:22 +00:00 |
Makefile.am
|
(trunk) #2993 "'Downloaded' much greater than 'Have' or 'verified'" -- add new congestion-based throttle for 2.0
|
2010-03-08 04:29:58 +00:00 |
makemeta.c
|
(trunk libT) use tr_valloc() in a couple of places where we allocate largish, short-term buffers
|
2010-02-23 07:29:21 +00:00 |
makemeta.h
|
|
|
metainfo.c
|
(trunk) #2938 "crash when adding a torrent by URL from an ftp source over RPC" -- fixed in trunk for 1.91
|
2010-02-20 15:57:05 +00:00 |
metainfo.h
|
(trunk) #2802, #2716, #2717 -- remember magnet links and their settings between sessions, and allow their trackers to be modified
|
2010-02-02 22:45:22 +00:00 |
natpmp.c
|
|
|
natpmp.h
|
|
|
net.c
|
(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...
|
2010-03-17 17:07:40 +00:00 |
net.h
|
(trunk libT) make "tr_globalAddress" a private function
|
2010-01-25 07:35:38 +00:00 |
peer-common.h
|
|
|
peer-io.c
|
(trunk libT) fix potential NULL pointer dereference in libtransmission
|
2010-03-02 04:51:40 +00:00 |
peer-io.h
|
|
|
peer-mgr.c
|
(trunk libT) increase request TTL to 120 seconds
|
2010-03-22 02:27:57 +00:00 |
peer-mgr.h
|
(trunk) #2993 "'Downloaded' much greater than 'Have' or 'verified'" -- add new congestion-based throttle for 2.0
|
2010-03-08 04:29:58 +00:00 |
peer-msgs-test.c
|
|
|
peer-msgs.c
|
(trunk libT) code cleanup: after r10346, we don't need to keep the per-torrent cancel/block histories anymore
|
2010-03-10 15:55:00 +00:00 |
peer-msgs.h
|
(trunk) #2993 "'Downloaded' much greater than 'Have' or 'verified'" -- add new congestion-based throttle for 2.0
|
2010-03-08 04:29:58 +00:00 |
platform.c
|
#3072 Make Transmission look for the web ui folder in the Application Support folder first
|
2010-03-24 23:41:08 +00:00 |
platform.h
|
(trunk libT) #2911 "requirement of javascript/transmission.js for webinterface unnecessary" -- implemented in trunk for 2.00
|
2010-03-19 18:48:37 +00:00 |
port-forwarding.c
|
(trunk libT) #2982 "changing port number doesn't actually change until program restart" -- fixed in trunk for 1.90
|
2010-02-12 04:57:40 +00:00 |
port-forwarding.h
|
|
|
ptrarray.c
|
(trunk libT) #2958 "Minimize use of tr_ptrArray in critical parts of the code" -- accept patch from sadface to make tr_ptrArrayInsert() a little cleaner
|
2010-03-10 16:35:12 +00:00 |
ptrarray.h
|
(trunk libT) add a "const" to tr_ptrArrayRemove()'s second argument to silence a compiler warning
|
2010-01-28 13:31:54 +00:00 |
publish.c
|
|
|
publish.h
|
|
|
ratecontrol.c
|
|
|
ratecontrol.h
|
|
|
resume.c
|
(trunk libt) #3004 "Transmission doesn't report to the user errors when saving settings files" -- committed Longinus00's patch to trunk for 2.00
|
2010-03-22 00:55:43 +00:00 |
resume.h
|
(trunk libt) #3004 "Transmission doesn't report to the user errors when saving settings files" -- committed Longinus00's patch to trunk for 2.00
|
2010-03-22 00:55:43 +00:00 |
rpc-server.c
|
(trunk libT) #2911 "requirement of javascript/transmission.js for webinterface unnecessary" -- implemented in trunk for 2.00
|
2010-03-19 18:48:37 +00:00 |
rpc-server.h
|
|
|
rpc-test.c
|
|
|
rpcimpl.c
|
#1869 Move the finished state to libtransmission. This setting is now remembered between launches. This also causes torrents that hit the seed ratio to not have this setting changed to unlimited until start.
|
2010-04-02 17:57:25 +00:00 |
rpcimpl.h
|
|
|
session.c
|
(trunk libT) back out r10075, because r10336 addresses the same problem in a better way. r10075 changed the default preallocation to full' if fallocate64() is present, and r10336 added fallocate64() as the first-attempt mechanism for fast' preallocation
|
2010-04-11 13:32:41 +00:00 |
session.h
|
(trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00
|
2010-03-17 19:23:03 +00:00 |
stats.c
|
(trunk libT) #2775 "Saving some memory/storage" -- committed for 1.80
|
2010-01-20 18:48:52 +00:00 |
stats.h
|
|
|
test-peer-id.c
|
|
|
torrent-ctor.c
|
(trunk libT) #3091 "tr_ctorSetDownloadDir() should check for empty string" -- fixed in trunk for 2.00
|
2010-03-28 12:07:04 +00:00 |
torrent-magnet.c
|
(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...
|
2010-03-17 17:07:40 +00:00 |
torrent-magnet.h
|
|
|
torrent.c
|
use leftUntilDone instead of percentDone when determining finished status
|
2010-04-13 00:20:04 +00:00 |
torrent.h
|
(trunk libT) code cleanup: after r10346, we don't need to keep the per-torrent cancel/block histories anymore
|
2010-03-10 15:55:00 +00:00 |
tr-dht.c
|
(trunk libT) #3104 "tr-dht.c: signed port number" -- fixed in trunk for 2.00
|
2010-03-31 18:52:07 +00:00 |
tr-dht.h
|
(trunk libT) #2903 "Don't send DHT port messages to peers if we didn't advertise support for DHT in the handshake" -- fixed in trunk for 1.90
|
2010-02-14 19:35:09 +00:00 |
tr-getopt.c
|
|
|
tr-getopt.h
|
|
|
transmission.h
|
when the ratio is set to unlimited when resuming, reload the inspector
|
2010-04-02 18:05:39 +00:00 |
trevent.c
|
(trunk libT) if we're calling evdns_init(), we probably ought to call evdns_shutdown() on exit...
|
2010-01-22 03:39:21 +00:00 |
trevent.h
|
|
|
upnp.c
|
update miniupnp to 20100407
|
2010-04-07 22:45:35 +00:00 |
upnp.h
|
|
|
utils-test.c
|
(trunk) #2938 "crash when adding a torrent by URL from an ftp source over RPC" -- fixed in trunk for 1.91
|
2010-02-20 15:57:05 +00:00 |
utils.c
|
(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...
|
2010-03-17 17:07:40 +00:00 |
utils.h
|
(trunk libT) make tr_updateTime() inlined
|
2010-03-12 19:24:45 +00:00 |
verify.c
|
(trunk libT) add a wrapper function tr_valloc() to try posix_memalign(), getpagesize(), valloc() etc
|
2010-02-23 06:06:45 +00:00 |
verify.h
|
|
|
web.c
|
(trunk libT) poke at the newfound 100% cpu bug
|
2010-03-06 20:15:23 +00:00 |
web.h
|
(trunk libT) #2987 "push libcurl into its own worker thread" -- committed to trunk
|
2010-03-06 15:05:05 +00:00 |
webseed.c
|
(trunk) remove unnecessary #includes
|
2010-01-28 13:33:40 +00:00 |
webseed.h
|
|
|
wildmat.c
|
|
|