..
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 libT) #3836 "libevent2 support" -- finish moving to the libevent2 API mode. don't include the backwards-compatable API headers.
2010-12-24 08:58:41 +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) remove the unused tr_ratecontrol code. switch webseed over to using tr_bandwidth.
2011-03-03 18:33:24 +00:00
announcer.c
(trunk) #4032 "Better error detection / reporting in http announces" -- added to trunk.
2011-02-17 02:26:24 +00:00
announcer.h
(trunk libT) silence minor "unused function argument" compiler warning
2011-02-07 23:09:36 +00:00
bandwidth.c
(trunk libT) minor revision to r12065: clamp the bandwidth before applying the ratio calculation
2011-03-03 07:20:18 +00:00
bandwidth.h
(trunk libT) remove the unused tr_ratecontrol code. switch webseed over to using tr_bandwidth.
2011-03-03 18:33:24 +00:00
bencode-test.c
(trunk) #3836 "libevent2 support" -- bump libevent2 requirement to 2.0.10. This will break the Mac build for a minute intil BMW applies his Mac patch
2010-12-20 02:07:51 +00:00
bencode.c
(trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
2011-02-23 03:54:04 +00:00
bencode.h
(trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
2011-02-23 03:54:04 +00:00
bitfield.c
(trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
2011-02-23 03:54:04 +00:00
bitfield.h
(trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
2011-02-23 03:54:04 +00:00
bitset.c
(trunk libT) make the tr_bitsetToBenc() and tr_bitsetFromBenc() functions follow bitset.c's variable naming convention of how the "this" pointer is named
2011-02-24 04:14:12 +00:00
bitset.h
(trunk libT) if we're a partial seed and the peer has everything we have, disconnect.
2011-02-24 01:50:35 +00:00
blocklist-test.c
…
blocklist.c
(trunk libT) #4016 "blocklists don't handle overlapping/unsorted rules" -- fixed.
2011-02-13 16:14:31 +00:00
blocklist.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
cache.c
(trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
2011-02-23 03:54:04 +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
…
clients.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
clients.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
completion.c
revert the last commit
2011-02-26 14:59:05 +00:00
completion.h
(trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
2011-02-23 03:54:04 +00:00
crypto.c
(trunk libT) minor code tweak to crypto.c's tr_sha1() function
2011-01-19 21:50:51 +00:00
crypto.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
fdlimit.c
(trunk libT) add an "existing dir" argument to tr_fdFileCheckout().
2011-03-03 19:59:12 +00:00
fdlimit.h
(trunk libT) add an "existing dir" argument to tr_fdFileCheckout().
2011-03-03 19:59:12 +00:00
handshake.c
Don't mark atoms as non-uTP unless we failed to connect.
2011-02-18 00:43:43 +00:00
handshake.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +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 libT) #4051 "Use composition for the tr_history fields in tr_peer" -- fixed.
2011-02-23 06:01:16 +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) add an "existing dir" argument to tr_fdFileCheckout().
2011-03-03 19:59:12 +00:00
inout.h
(trunk libT) add an "existing dir" argument to tr_fdFileCheckout().
2011-03-03 19:59:12 +00:00
json-test.c
…
json.c
(trunk) #4019 "Minor patch, kill useless casts in transmission source." -- fixed. patch by jlouis
2011-02-12 17:27:47 +00:00
json.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
libt.dox
…
list.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
list.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
magnet-test.c
…
magnet.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
magnet.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
makemeta.c
(trunk libT) fix gcc compiler warning in libtransmission/makemeta.c: "ignoring return value of ‘read’, declared with attribute warn_unused_result"
2011-02-09 05:16:37 +00:00
makemeta.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
metainfo.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
metainfo.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
natpmp.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
natpmp.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
net.c
Stub out UTP_Create in non-uTP builds.
2011-02-18 16:01:52 +00:00
net.h
Stub out UTP_Create in non-uTP builds.
2011-02-18 16:01:52 +00:00
peer-common.h
(trunk libT) #4035 "In seed state, transmission disconnect from leechers" -- fixed.
2011-02-24 14:35:45 +00:00
peer-io.c
remove a handful of unnecessary casts
2011-03-03 19:56:44 +00:00
peer-io.h
if we successfully finish a handshake using uTP, mark the peer as supporting uTP
2011-02-18 00:41:06 +00:00
peer-mgr.c
(trunk libT) remove the unused tr_ratecontrol code. switch webseed over to using tr_bandwidth.
2011-03-03 18:33:24 +00:00
peer-mgr.h
(trunk libT) remove the unused tr_ratecontrol code. switch webseed over to using tr_bandwidth.
2011-03-03 18:33:24 +00:00
peer-msgs-test.c
…
peer-msgs.c
(trunk libT) #4078 "Better calculation of the bitfield length while still a magnet link" -- fixed.
2011-03-02 15:00:12 +00:00
peer-msgs.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
platform.c
(trunk libT) #2363 "daemon on mac moves config files on first launch" -- fixed.
2011-01-30 01:33:53 +00:00
platform.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
port-forwarding.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
port-forwarding.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
ptrarray.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
ptrarray.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
resume.c
(trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
2011-02-23 03:54:04 +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) #3949 "Add --enable-lightweight argument to configure" -- fixed.
2011-01-27 03:53:02 +00:00
rpc-server.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
rpc-test.c
…
rpcimpl.c
(trunk libT) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
2011-02-23 03:54:04 +00:00
rpcimpl.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
session.c
(trunk libT) #4047 "transfer speed shown as 0" -- revert r11783 ( #3950 ) because it caused speed misreporting.
2011-03-01 15:23:13 +00:00
session.h
(trunk libT) #4047 "transfer speed shown as 0" -- revert r11783 ( #3950 ) because it caused speed misreporting.
2011-03-01 15:23:13 +00:00
stats.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +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
…
torrent-ctor.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
torrent-magnet.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
torrent-magnet.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
torrent.c
(trunk libT) remove the unused tr_ratecontrol code. switch webseed over to using tr_bandwidth.
2011-03-03 18:33:24 +00:00
torrent.h
store secondsDownloading and secondsSeeding as ints instead of time_t
2011-02-26 15:01:07 +00:00
tr-dht.c
Make the initial DHT bootstrap more persistent.
2011-02-15 19:10:56 +00:00
tr-dht.h
(trunk libT) #3993 "Version (-V) option no longer outputs svn revision no." -- fixed.
2011-02-08 04:17:33 +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) 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
tr-lpd.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
tr-udp.c
Reinstate a variable removed by r11810.
2011-02-18 00:43:54 +00:00
tr-udp.h
Use large kernel buffers for the UDP socket when uTP is enabled.
2011-02-18 00:43:47 +00:00
tr-utp.c
Stub out UTP_Create in non-uTP builds.
2011-02-18 16:01:52 +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) #4048 "use bitsets instead of bitfield in tr_completion" -- done.
2011-02-23 03:54:04 +00:00
trevent.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
trevent.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
upnp.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +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) utils-test.c: remove some debugging stubs that should not have been checked in
2011-02-24 04:16:47 +00:00
utils.c
(trunk) #4019 "Minor patch, kill useless casts in transmission source." -- fixed. patch by jlouis
2011-02-12 17:27:47 +00:00
utils.h
(trunk) #4019 "Minor patch, kill useless casts in transmission source." -- fixed. patch by jlouis
2011-02-12 17:27:47 +00:00
verify.c
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +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) web.c: free the unprocessed tasks before exiting the libcurl thread.
2011-02-21 01:13:28 +00:00
web.h
(trunk) #4032 "Better error detection / reporting in http announces" -- added to trunk.
2011-02-17 02:26:24 +00:00
webseed.c
(trunk libT) remove the unused tr_ratecontrol code. switch webseed over to using tr_bandwidth.
2011-03-03 18:33:24 +00:00
webseed.h
Update the copyright year in the source code comments.
2011-01-19 13:48:47 +00:00
wildmat.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