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 |
Daniel Lee
|
09df34e4c4
|
(trunk) check for duplicate ids when removing trackers
|
2010-09-14 18:07:42 +00:00 |
Daniel Lee
|
ac53f4792f
|
switch trackerRemove and trackerReplace rpc calls to use tracker id instead of announce urls as identifiers
|
2010-09-14 06:23:48 +00:00 |
Mitchell Livingston
|
9135d5e061
|
fix a display issue with the idle time for a split second after the transfer starts, since the transfer would be marked as downloading but would not yet have a start time
|
2010-09-12 19:49:06 +00:00 |
Mitchell Livingston
|
b3c8ca4604
|
#3513 inactive limit should set torrent state as finished, not stopped
|
2010-09-12 18:58:49 +00:00 |
Charles Kerr
|
18498e9c41
|
(trunk libT) #3077 "add support for cookies files"
|
2010-09-09 18:28:20 +00:00 |
Charles Kerr
|
c86b87a511
|
(trunk) revert the RPC behavior of rateUpload, rateDownload, rateToClient, and rateToPeer as discussed with Longinus00
|
2010-09-03 04:30:43 +00:00 |
Charles Kerr
|
92e06acf74
|
(trunk) RPC: add "scrape" to the trackerStats array, making it a proper superset of the "trackers" array. Also, very minor tweaks to the RPC spec
|
2010-09-01 20:54:04 +00:00 |
Mitchell Livingston
|
05fabc6255
|
#3535 remove unnecessary escape characters and use lowercase in escaped letters in info_hash
|
2010-08-31 11:49:09 +00:00 |
Charles Kerr
|
6df6fd929b
|
(trunk libT) #3519 "webseeds don't work" -- patch from gostrc to add support for a single string in the url-list
|
2010-08-22 18:40:18 +00:00 |
Daniel Lee
|
a42c86a701
|
(libt) Fix tr_cacheFlushDone overrunning run_info
|
2010-08-22 09:49:10 +00:00 |
Charles Kerr
|
07e37057f2
|
(trunk libT) handle URLs, as well as filenames, via the rpc server's /transmission/upload mechanism
|
2010-08-21 12:50:13 +00:00 |
Charles Kerr
|
2d5ac5b150
|
(trunk libT) add a string length argument to tr_urlIsValid()
|
2010-08-21 12:47:28 +00:00 |
Mitchell Livingston
|
94ea77a014
|
#3517 Only apply the idle seed limit when the transfer is comple
|
2010-08-19 22:14:59 +00:00 |