Mitchell Livingston
|
94ea77a014
|
#3517 Only apply the idle seed limit when the transfer is comple
|
2010-08-19 22:14:59 +00:00 |
Mitchell Livingston
|
7e52a2e8bb
|
don't set an idle eta if the transfer is currently uploading
|
2010-08-14 19:44:43 +00:00 |
Mitchell Livingston
|
c3715ca6ce
|
add a stat for the eta of the seeding idle limit, and use it in the Mac eta display
|
2010-08-14 15:30:43 +00:00 |
Mitchell Livingston
|
8bee7fa23c
|
update Mac build for the change from inactive to idle
|
2010-07-24 03:19:41 +00:00 |
Charles Kerr
|
3655047e85
|
(trunk) #2560: rename "inactive limit" to "idle limit". Add support in GTK+ client and preliminary support to Qt client
|
2010-07-24 02:57:39 +00:00 |
Mitchell Livingston
|
496712a87d
|
fix typo
|
2010-07-23 23:37:03 +00:00 |
Mitchell Livingston
|
feb6e6b785
|
fix inactivity typo
|
2010-07-23 11:02:57 +00:00 |
Mitchell Livingston
|
fd0dd10419
|
First go at #2560 "inactive seeding time limit". libtransmission and Mac support are currently implemented.
|
2010-07-16 03:12:57 +00:00 |
Mitchell Livingston
|
235caa572b
|
Have libtransmission keep track of idle seconds. Use this value for determining the stalled minutes in the Mac code.
|
2010-07-11 21:02:30 +00:00 |
Charles Kerr
|
6f5c9dcafb
|
(trunk libt) rename tr_date() as tr_time_msec() for clarity
|
2010-07-11 20:49:19 +00:00 |
Charles Kerr
|
8d60d46538
|
(trunk libT) #3407 "stop ratio callback called twice in some situations" -- experimental fix in trunk
|
2010-07-11 18:36:18 +00:00 |
Charles Kerr
|
e3e7683077
|
(trunk libT) #3388 "file completion percentage never updates" -- fixed.
|
2010-07-10 21:30:37 +00:00 |
Charles Kerr
|
6e5af03d78
|
(trunk) #3045 "speed units" -- change the public API of libtransmission based on feedback from livings
|
2010-07-04 06:07:21 +00:00 |
Charles Kerr
|
1df54942dc
|
(trunk libT) fix overflow error in fileBytesCompleted()
|
2010-07-03 15:11:38 +00:00 |
Charles Kerr
|
cdcc4705aa
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
Charles Kerr
|
4ad26f7910
|
(trunk libT) a couple more minor -Wconversion warnings
|
2010-07-01 05:39:54 +00:00 |
Charles Kerr
|
a5a1f38393
|
(trunk libT) fix more issues found by -Wconversion
|
2010-07-01 05:14:34 +00:00 |
Charles Kerr
|
254a1f15cb
|
(trunk libT) down the rabbit hole: various minor type correctness changes unearthed by -Wconversion
|
2010-06-30 16:40:19 +00:00 |
Charles Kerr
|
7638e44724
|
(trunk libT) #3320 "If the seed ratio is already met" -- fix a bug in r10848 reported by BMW
|
2010-06-25 15:39:17 +00:00 |
Charles Kerr
|
7e239e932e
|
(trunk) #3320: "If the seed ratio is already met when download completes, the Mac callback options do not occur" -- possible fix. needs confirmation from OP or BMW
|
2010-06-25 06:57:34 +00:00 |
Charles Kerr
|
41f9ae0500
|
(trunk) #3339 "crash when download some magnet links" -- fixed
|
2010-06-24 20:36:05 +00:00 |
Charles Kerr
|
a54270a11a
|
(trunk libT) #3308 "Don't stop/restart torrents when setting the local data's location" -- fixed
|
2010-06-24 17:49:20 +00:00 |
Charles Kerr
|
5e2a6f6c6a
|
(trunk libT) #2581 "RPC extended to manage tracker lists" -- add safeguards in tr_torrentSetAnnounceList() to handle the case of tracker arrays not being sorted by tier.
|
2010-06-23 16:06:15 +00:00 |
Charles Kerr
|
5ad7ed550f
|
(trunk) more win32 fixes from rb07 in #3311
|
2010-06-22 00:12:52 +00:00 |
Charles Kerr
|
db44d81b24
|
(trunk) #3256 "libtransmission/publish.[ch] should be replaced" -- apply publish.diff for 2.10
|
2010-06-19 14:33:10 +00:00 |
Charles Kerr
|
e70bebf930
|
(trunk) #1521 "memory cache to reduce disk IO" -- commit block-cache-rc1.diff to trunk for the nightlies.
|
2010-06-19 14:25:11 +00:00 |
Charles Kerr
|
13b073fcdc
|
(libT) #3291 "tr_torrent.infoDictOffset should be lazily evaluated"
|
2010-06-16 03:05:23 +00:00 |
Charles Kerr
|
0ad06c50e8
|
(trunk) #3262 "problems with '.' as the first character in a .torrent's filename" -- fixed in trunk for 2.00
|
2010-06-07 14:25:31 +00:00 |
Charles Kerr
|
60ce7e5263
|
(trunk libT) #3258 "Transmission 1.93 sends 'stopped'+'started' announce instead of 'completed' if the incomplete-dir is enabled" -- probable fix
|
2010-06-03 16:37:50 +00:00 |
Charles Kerr
|
b0b9e17032
|
(trunk libT) define MAX_BLOCK_SIZE once instead of in a handful of places
|
2010-05-26 15:23:21 +00:00 |
Charles Kerr
|
52d82cee33
|
(trunk libT) #3235 "Changeset 10293 broke the moving files fron complete to incomplete dir when both dirs have same inode on different devices" -- fixed in trunk for 2.00
|
2010-05-26 13:46:37 +00:00 |
Charles Kerr
|
f3a5eed32b
|
(trunk libT) #3233 "torrent.c:1695: error: too few arguments to function `ctime_r'" on OpenSolaris
|
2010-05-25 15:23:16 +00:00 |
Charles Kerr
|
5ca8d41816
|
(trunk libT) #2929 "persistent tracker error messages in main window" -- experimental fix
|
2010-05-19 19:02:25 +00:00 |
Charles Kerr
|
8a83a4bf79
|
(trunk libT) remove dead function tr_torrentPromoteTracker()
|
2010-05-19 18:23:47 +00:00 |
Charles Kerr
|
7936f0d5d1
|
(trunk libT) clean up #includes for event.h and evutil.h
|
2010-05-19 16:17:51 +00:00 |
Charles Kerr
|
1b44fecec9
|
(trunk libT) #1869 "new status for torrents that reached the seed ratio" -- use suggestion from Longinus00 to ensure torrents don't get flagged as finished if the user hits "download none" in the "add torrent" dialog
|
2010-05-15 22:26:25 +00:00 |
Charles Kerr
|
f7d4377fa1
|
(trunk libT) minor API cleanup: constify array arguments in tr_torrentSetFilePriorities(), tr_torrentInitFileDLs(), and tr_torrentSetFileDLs()
|
2010-05-12 03:03:29 +00:00 |
Charles Kerr
|
da2ef53eeb
|
(trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients
|
2010-05-08 22:42:28 +00:00 |
Charles Kerr
|
2b9ab542cb
|
(trunk) #3060 "Local Peer Discovery" -- in the code, rename LDS as LPD for Local Peer Discovery
|
2010-05-08 08:42:45 +00:00 |
Charles Kerr
|
5a34347f4f
|
(trunk) #3060 -- Local Peer Discovery patch from Eszet
|
2010-05-01 16:04:00 +00:00 |
Charles Kerr
|
6643f98346
|
(trunk libT) #1869 "New status for torrents that reached the seed ratio" -- maybe fix the bug where the incomplete-dir and seed-ratio features conflicted with each other as reported by leena in http://trac.transmissionbt.com/ticket/1869#comment:45
|
2010-04-29 23:35:44 +00:00 |
Charles Kerr
|
c4d76cd8d0
|
(trunk libT) slightly better comment i tr_torrentFileCompleted()
|
2010-04-25 15:19:08 +00:00 |
Charles Kerr
|
546bca723b
|
(trunk libT) #3159 "better decision-making when choosing which peers to initiate new connections with" -- experimental commit
|
2010-04-20 21:54:03 +00:00 |
Charles Kerr
|
99a5412601
|
(trunk libT) #3105 "Torrentadd over rpc not files wanted/unwanted bug" -- fixed in trunk for 2.00
|
2010-04-19 23:10:30 +00:00 |
Charles Kerr
|
997e747821
|
(trunk libT) #3145 "Log torrent deletion" -- Longinus00's patch applied to trunk for 2.00
|
2010-04-17 04:07:56 +00:00 |
Charles Kerr
|
b7827565ee
|
(trunk libT) #1869 "new status for torrents that reach seed ratio" -- possible fix for the bug reported by leena
|
2010-04-15 13:43:54 +00:00 |
Charles Kerr
|
1a7bcbbea2
|
(trunk) #1869 "new status for torrents that reached the seed ratio" -- add temporary debug messages to help track down the issue leena's reporting in that ticket
|
2010-04-14 13:36:43 +00:00 |
Charles Kerr
|
8f0487b9d3
|
(trunk libT) in seedRatio, handle the case where a file is downloaded more than once
|
2010-04-14 00:34:31 +00:00 |
Charles Kerr
|
0aa422e262
|
(trunk libT) #1869 "new status for torrents that reached the seed ratio" -- maybe fix the issue reported by leena
|
2010-04-14 00:03:23 +00:00 |
Mitchell Livingston
|
39515ea28b
|
use leftUntilDone instead of percentDone when determining finished status
|
2010-04-13 00:20:04 +00:00 |