Charles Kerr
|
498452fba4
|
(trunk libT) #3689 "libtransmission/announcer.c's announceURLIsSupported() function is redundant" -- removed.
|
2010-10-30 16:19:27 +00:00 |
|
Charles Kerr
|
e8503b9d84
|
(trunk libT) testing over; reverting r11360
|
2010-10-30 05:24:50 +00:00 |
|
Charles Kerr
|
9a6f76d77a
|
(trunk libT) experimentally disable DHT by default
|
2010-10-30 02:49:36 +00:00 |
|
Charles Kerr
|
8e548aafcb
|
(trunk libT) #3687 "The V=XXXX key/val pair in our DHT messages seems to have no purpose" -- removed.
|
2010-10-30 01:48:45 +00:00 |
|
Charles Kerr
|
417f3fd3b0
|
(trunk libT) #3681 "tr-lpd.c's lpd_configureSocket() function is redundant" -- fixed.
|
2010-10-28 23:19:53 +00:00 |
|
Charles Kerr
|
a9e740cb2c
|
(trunk libT) #3678 "benc walking could be more efficient" -- fixed.
|
2010-10-26 19:30:35 +00:00 |
|
Charles Kerr
|
82781cf2a7
|
(trunk libT) #3666 "byteCount stored on a 32bits integer" -- fixed.
|
2010-10-24 21:35:23 +00:00 |
|
Charles Kerr
|
5725b7c922
|
(trunk) #3663 "clang warnings in 2.11" -- fixed.
|
2010-10-24 05:52:38 +00:00 |
|
Charles Kerr
|
01ab067e9c
|
(trunk libT) #3662 "libtransmission cpu optimization: fewer calls to tr_time_msec()" -- fixed.
|
2010-10-24 01:08:08 +00:00 |
|
Charles Kerr
|
2ee5b08e94
|
(trunk libT) #3521 "rounding issue in tr_truncd()" -- try yet again to work out all the fringe cases :)
|
2010-10-21 23:47:23 +00:00 |
|
Charles Kerr
|
851ed9f929
|
(trunk libT) #3622 "verification ignores return value of pread" -- commit fixVerify.patch
|
2010-10-19 13:56:58 +00:00 |
|
Charles Kerr
|
0a323ac019
|
(trunk libT) #3584 "minor valgrind warning in makemeta.c" -- fixed.
|
2010-10-17 22:28:28 +00:00 |
|
Charles Kerr
|
ad613b05f7
|
(trunk libT) #3638 "fewer crypto calls when creating peer-ids, session ids, announcer keys, etc" -- fixed.
|
2010-10-17 18:32:55 +00:00 |
|
Charles Kerr
|
97d992bba0
|
(trunk libT) add a new unit test for tr_truncd(2.05)
|
2010-10-17 18:29:36 +00:00 |
|
Charles Kerr
|
f3460eaea0
|
(trunk libT) #3521 "rounding issue in tr_truncd()" -- this time for sure...
|
2010-10-17 18:27:42 +00:00 |
|
Charles Kerr
|
47fac6bc97
|
(trunk libT) #3631 "crash in tr_ioFindFileLocation" -- possible fix
|
2010-10-14 19:43:18 +00:00 |
|
Charles Kerr
|
b51b6b14ae
|
(trunk libT) #3631 "crash in tr_ioFindFileLocation" -- more tracer messages for the testers @ https://forum.transmissionbt.com/viewtopic.php?p=49625#p49625
|
2010-10-14 17:12:12 +00:00 |
|
Charles Kerr
|
74cff042ea
|
(trunk libT) silence minor compiler warning
|
2010-10-14 17:03:04 +00:00 |
|
Charles Kerr
|
dbed40ff5a
|
(trunk libT) #3631 "crash in tr_ioFindFileLocation" -- add tracer messages to try & smoke out the error
|
2010-10-14 04:21:14 +00:00 |
|
Daniel Lee
|
3f8748edfc
|
change 'v' field in dht to use major/minor version instead of svn revision
|
2010-10-13 17:09:05 +00:00 |
|
Charles Kerr
|
1f9e305e30
|
(trunk libT) #3596 "optimistic unchoke timer is too short" -- fixed.
|
2010-10-13 03:56:25 +00:00 |
|
Charles Kerr
|
5c46cdb161
|
(trunk libT) remove dead variable pieceBytesRead from verify.c. Reported by Longinus00
|
2010-10-12 15:52:20 +00:00 |
|
Charles Kerr
|
6c3d651ffe
|
(trunk) #3618 "FreeBSD 8.1 & GCC 4.2.1 compiler warnings" -- fix some compiler warnings.
|
2010-10-11 21:44:46 +00:00 |
|
Charles Kerr
|
0cf643f8c3
|
(trunk libT) #3614 "Can't save benc files under uClibc 0.9.31" -- on some systems, calling unlink() on a file that doesn't exist returns 0 instead of -1 + ENOENT... so don't rely on that test. Instead, call stat() before unlink()ing the file.
|
2010-10-11 21:27:31 +00:00 |
|
Charles Kerr
|
8d15c48a3f
|
(trunk libT) #3617 "1000+ warnings of 'inlining failed' in libtransmission when compiled with gcc 4.4.4" -- fixed.
|
2010-10-11 15:41:27 +00:00 |
|
Charles Kerr
|
de4ab85030
|
(trunk libT) #3521 "rounding issue in tr_truncd()" -- fixed.
|
2010-10-11 15:05:24 +00:00 |
|
Charles Kerr
|
f29cda25bc
|
(trunk libT) remove unnecessary calls to time(NULL)
|
2010-10-08 13:36:33 +00:00 |
|
Charles Kerr
|
1eb2b44b75
|
(trunk libT) remove 120 unused ints and 2 unused time_t fields per-peer, whoo
|
2010-10-08 13:33:50 +00:00 |
|
Charles Kerr
|
56e90f1457
|
(trunk) more "svn propset" tweaks for $Id$
|
2010-10-01 20:22:51 +00:00 |
|
Charles Kerr
|
91cc3f4a2d
|
(trunk libT) #3329 "connection problems when downloading" -- apply Longinus00's fixSlowStart.diff
|
2010-10-01 18:16:01 +00:00 |
|
Charles Kerr
|
80f69ee7d3
|
(trunk) fix svn properties on several files. Thanks ot Elbandi for suggesting this
|
2010-10-01 13:33:39 +00:00 |
|
Daniel Lee
|
04a9add256
|
(libt) #3588:Torrents with non power 2 pieceSizes fail hashchecks
|
2010-09-30 17:59:30 +00:00 |
|
Daniel Lee
|
9cc56f3c7c
|
(libt) r11244 introduced a regression when making single file torrents
|
2010-09-30 05:22:33 +00:00 |
|
Charles Kerr
|
865d9d7a34
|
(trukn libT) call tr_close_file() instead of close() after saving a benc file to disk
|
2010-09-29 02:38:14 +00:00 |
|
Daniel Lee
|
04aee3c49b
|
(libt) remove jump discontinuities in getMaxAtomCount
|
2010-09-25 00:38:49 +00:00 |
|
Daniel Lee
|
afc7c5355e
|
(libT) #3453:Torrent does not stop when set per torrent seed ratio is reached before torrent is completed
(libT) #3578:Interested flag isn't cleared when transitioning from leeching to seeding
|
2010-09-25 00:34:15 +00:00 |
|
Charles Kerr
|
80582f8ccc
|
add an #include guard to keep tr-lpd.h package-visible
|
2010-09-23 13:29:41 +00:00 |
|
Charles Kerr
|
b63d64e0e3
|
(trunk libT) #3521 "rounding issue in tr_truncd()" -- fixed.
|
2010-09-22 16:09:36 +00:00 |
|
Charles Kerr
|
599c5a8cc4
|
(trunk daemon) #3511, part 2 of 2: get rid of the TR_DEBUG environment variable
|
2010-09-22 15:17:16 +00:00 |
|
Charles Kerr
|
a6c4cc2987
|
remove a harmless, but accidental, paste error
|
2010-09-22 14:20:42 +00:00 |
|
Charles Kerr
|
51a61bc1da
|
(trunk libT) #3562 ".torrent files are created incorrectly when the content is a single file inside a subdirectory" -- fixed.
|
2010-09-21 16:58:15 +00:00 |
|
Charles Kerr
|
65b4e28c60
|
(trunk libT) #3571 "Torrent done script clears important env vars" -- fixed.
|
2010-09-21 16:26:48 +00:00 |
|
Charles Kerr
|
bbd0391f01
|
(trunk libT) fix unchoke regression
|
2010-09-20 20:32:40 +00:00 |
|
Charles Kerr
|
0c6657d64d
|
(trunk libT) #3539 "Transmission sending corrupt data in metadata exchange" -- fixed. Thanks to The_8472 of Vuze fame for reporting this. :)
|
2010-09-19 21:07:57 +00:00 |
|
Daniel Lee
|
3ebe5d8f27
|
(trunk) bounds check trackerIds passed over rpc
|
2010-09-19 20:36:31 +00:00 |
|
Charles Kerr
|
9772cdb14d
|
(trunk libT) #3568 "don't optimistically unchoke torrents when our bandwidth is maxed out" -- fixed.
|
2010-09-19 01:04:49 +00:00 |
|
Charles Kerr
|
4d7046fd67
|
(trunk) #3547 "Wrong speed display in web UI" -- fixed
|
2010-09-18 23:06:03 +00:00 |
|
Charles Kerr
|
bf3dec4299
|
(trunk libT) #3567 "Minor memory leak in pthread_create()" -- fixed
|
2010-09-18 22:13:46 +00:00 |
|
Charles Kerr
|
c7ebb37876
|
(trunk libT) #3566 "Memory leak in libtransmission/torrent.c: refreshCurrentDir()" -- fixed.
|
2010-09-18 21:57:22 +00:00 |
|
Daniel Lee
|
acfec1c76f
|
(trunk) revert downloadSpeed and uploadSpeed in session stats to Bps
|
2010-09-16 02:01:49 +00:00 |
|