Charles Kerr [Sat, 15 May 2010 22:26:25 +0000 (22:26 +0000)]
(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
Charles Kerr [Tue, 11 May 2010 13:36:21 +0000 (13:36 +0000)]
(trunk) #1796 "run script after torrent completion" -- (1) add to transmission-remote. (2) remove cli's custom script handler and have it use libtransmission instead.
Charles Kerr [Thu, 6 May 2010 14:16:17 +0000 (14:16 +0000)]
(trunk qt) #2050 "properties dialog changes seem to undo themselves" -- another patch from Longinus00. Seems like he should have svn write access by now...
Charles Kerr [Wed, 5 May 2010 16:03:33 +0000 (16:03 +0000)]
(trunk libT) fix bencode.c cross-compile error on arm-based NAS reported by nahkiss. This bug was introduced in a patch to fix #3172 and was added to trunk with r10549 and 1.9x/ with r10549
Charles Kerr [Fri, 30 Apr 2010 19:17:29 +0000 (19:17 +0000)]
(trunk libT) #3178 "transmission-remote: adding (-a) torrents should set them as the current torrents" -- fix side-effect bug introduced in r10543 and reported by KyleK_ in irc
Charles Kerr [Fri, 30 Apr 2010 17:38:40 +0000 (17:38 +0000)]
(trunk libT) #3117 "Tracker queries to not honor bind-address-ipv4" -- fix a crash-on-shutdown reported by Waldorf in #3181. The crash was introduced by r10535 for #3117
Charles Kerr [Fri, 30 Apr 2010 00:27:15 +0000 (00:27 +0000)]
(trunk libT) #2551: "when uploading to peers, prefetch local data from disk" -- commit jch patch #1, to prefetch when a block is requested. I was surprised, but when measuring io time with and without this patch, it *is* an improvement...
Charles Kerr [Fri, 30 Apr 2010 00:04:15 +0000 (00:04 +0000)]
(trunk libT) #2551 "when uploading to peers, prefetch local data from disk" -- commit jch patch #2, which prefetches before checksumming an individual piece
Charles Kerr [Thu, 29 Apr 2010 23:35:44 +0000 (23:35 +0000)]
(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
Charles Kerr [Thu, 29 Apr 2010 23:08:11 +0000 (23:08 +0000)]
(trunk) minor transmission.h API cleanup.
1. remove tr_sessionGetActiveTorrentCount()
2. make tr_sessionCountTorrents() package-visible instead of public.
3. make tr_torrentGetActivity() private instead of public.
Charles Kerr [Thu, 29 Apr 2010 16:41:21 +0000 (16:41 +0000)]
(trunk daemon) #3178 "transmission-remote --torrent-uplimit no longer works after r10543" -- update to r10545, which forgot to remove the torrent-uplimit parameter from --help
Charles Kerr [Thu, 29 Apr 2010 13:35:57 +0000 (13:35 +0000)]
(trunk daemon) #3178 "transmission-remote --torrent-uplimit no longer works after r10543" -- updated --help and manpage to reflect that -u can be used per-torrent or per-session now because it now knows whether a torrent has been specified
Charles Kerr [Wed, 28 Apr 2010 20:47:00 +0000 (20:47 +0000)]
(trunk daemon) #3141 "Web client should be disabled by default" -- fix bug introduced by r10485 where some users could wind up starting a daemon that did not listen to RPC commands
Charles Kerr [Wed, 28 Apr 2010 14:51:38 +0000 (14:51 +0000)]
(trunk libT) #3041 "Blocklist - bad peers decreases after update; corrupt error messages" -- fix r10533 oops. fggets() doesn't strip linefeeds, so when filtering out lines with nonprintable characters, a line shouldn't fail the test just because or \r or \n. :)
Charles Kerr [Wed, 28 Apr 2010 01:38:20 +0000 (01:38 +0000)]
(trunk gtk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- don't use g_format_size_for_display(), since we can't control what units it uses
Charles Kerr [Fri, 23 Apr 2010 23:45:44 +0000 (23:45 +0000)]
(trunk libT) #2842 "Transmission crashes randomly on ARM-based Synology NAS" -- experimental commit based on giovannibajo's suggestion in comment:39 about the list struct's alignment
Charles Kerr [Fri, 23 Apr 2010 14:10:39 +0000 (14:10 +0000)]
(trunk libT) fix JSON_parser.c build failure when compiled against some versions of libevent 1.4.x. Reported by Lacrocivious in #transmission. This probably was introduced in r10492 when I updated the JSON_parser.c snapshot.
Charles Kerr [Thu, 22 Apr 2010 04:15:49 +0000 (04:15 +0000)]
(trunk libT) #3126 "Incomplete Dir. doesn't need to be auto created" -- have the default incomplete dir be the same as the default download dir. The Mac client already does it this way.
Charles Kerr [Thu, 22 Apr 2010 03:12:31 +0000 (03:12 +0000)]
(trunk libT) #2993 '"Downloaded" much greater than "Have" or "verified"' -- tweak the download throttle algorithm a bit to try & address the slowness reported by Rolcol @ http://trac.transmissionbt.com/ticket/2993#comment:42