]>
granicus.if.org Git - transmission/log
Charles Kerr [Wed, 4 Mar 2009 16:16:02 +0000 (16:16 +0000)]
(trunk) #1881: promote tr_strratio() to libtransmission, so that its code doesn't have to be repeated in all the clients
Charles Kerr [Wed, 4 Mar 2009 16:02:50 +0000 (16:02 +0000)]
(trunk daemon) #1881: Displayed ratio should be truncated, not rounded
Charles Kerr [Wed, 4 Mar 2009 15:37:54 +0000 (15:37 +0000)]
(trunk gtk) #1881: Displayed ratio should be truncated, not rounded
Charles Kerr [Wed, 4 Mar 2009 15:13:56 +0000 (15:13 +0000)]
(trunk libT) always invoke the stop-ratio check when a torrent switches from leeching to seeding.
Charles Kerr [Wed, 4 Mar 2009 05:52:33 +0000 (05:52 +0000)]
(trunk libT) recognize aria2 as a client
Mitchell Livingston [Wed, 4 Mar 2009 04:15:26 +0000 (04:15 +0000)]
simplify the project ignore list
Mitchell Livingston [Wed, 4 Mar 2009 00:19:11 +0000 (00:19 +0000)]
#1817 Add "verify local data" feature to web client
Mitchell Livingston [Wed, 4 Mar 2009 00:06:40 +0000 (00:06 +0000)]
hopefully apply #1887 by adding files to the ignore list, attempt 3
Mitchell Livingston [Wed, 4 Mar 2009 00:01:50 +0000 (00:01 +0000)]
hopefully apply #1887 by adding files to the ignore list, attempt 2
Mitchell Livingston [Tue, 3 Mar 2009 23:56:05 +0000 (23:56 +0000)]
undo last commit
Mitchell Livingston [Tue, 3 Mar 2009 23:52:44 +0000 (23:52 +0000)]
hopefully apply #1887 by adding files to the ignore list
Charles Kerr [Tue, 3 Mar 2009 20:06:45 +0000 (20:06 +0000)]
(trunk libT) when a "torrent-set" request is sent to change files' priorities and/or download flags, and some of the file indices are out-of-range, return an error message in the rpc response's "result" string.
Charles Kerr [Tue, 3 Mar 2009 19:43:23 +0000 (19:43 +0000)]
(trunk gtk) more hacking around with the gtk icons
Charles Kerr [Tue, 3 Mar 2009 17:58:25 +0000 (17:58 +0000)]
(trunk gtk) #628: tweak r7996 a little bit to play nicer on older versions of gtk+
Charles Kerr [Tue, 3 Mar 2009 14:06:56 +0000 (14:06 +0000)]
(trunk web) use a better minifier for jquery.form.min.js.
Charles Kerr [Tue, 3 Mar 2009 05:46:49 +0000 (05:46 +0000)]
(trunk gtk) back out a little bit of bad code.
Charles Kerr [Tue, 3 Mar 2009 05:13:48 +0000 (05:13 +0000)]
(trunk web) upgrade jquery from 1.2.6 to 1.3.1; upgrade jquery.form from 2.12 to 2.21
Charles Kerr [Tue, 3 Mar 2009 00:55:03 +0000 (00:55 +0000)]
(trunk gtk) maybe compile a little better for Lacrocivous
Charles Kerr [Tue, 3 Mar 2009 00:48:50 +0000 (00:48 +0000)]
(trunk gtk) Use gtk_tree_view_set_fixed_height_mode() in a few more places
Charles Kerr [Mon, 2 Mar 2009 23:52:25 +0000 (23:52 +0000)]
(trunk libT) add another seed-ratio check when starting a torrent, as per Mitchell's suggestion
Charles Kerr [Mon, 2 Mar 2009 23:31:01 +0000 (23:31 +0000)]
(gtk trunk) #628: Show thumbnails next to torrents
Charles Kerr [Mon, 2 Mar 2009 23:29:14 +0000 (23:29 +0000)]
(trunk gtk) #1886: faster main window renderering in gtk client
Charles Kerr [Mon, 2 Mar 2009 17:45:08 +0000 (17:45 +0000)]
(trunk gtk) #1835: A message should be in singular/plural form
Charles Kerr [Mon, 2 Mar 2009 05:48:32 +0000 (05:48 +0000)]
(trunk) #1608: Completed pieces bitfield in rpc
Mitchell Livingston [Mon, 2 Mar 2009 03:49:50 +0000 (03:49 +0000)]
a little cleanup of the project file
Charles Kerr [Mon, 2 Mar 2009 03:18:03 +0000 (03:18 +0000)]
(trunk libT) in tr_torrentCheckSeedRadio(), make sure to check & see if the torrent is running ;)
Mitchell Livingston [Sun, 1 Mar 2009 23:49:43 +0000 (23:49 +0000)]
if the ratio is infinity, stop seeding if a stop ratio is set
Mitchell Livingston [Sun, 1 Mar 2009 23:48:04 +0000 (23:48 +0000)]
move the percent to the stop ratio into libtransmission
Mitchell Livingston [Sun, 1 Mar 2009 20:08:52 +0000 (20:08 +0000)]
remove another unnecessary script
Charles Kerr [Sun, 1 Mar 2009 17:38:23 +0000 (17:38 +0000)]
(trunk libT) tweak r7985
Charles Kerr [Sun, 1 Mar 2009 17:37:10 +0000 (17:37 +0000)]
(trunk libT) tweak r7978
Mitchell Livingston [Sun, 1 Mar 2009 17:06:10 +0000 (17:06 +0000)]
I'll be keeping these to myself for now on (shifty eyes)
Mitchell Livingston [Sun, 1 Mar 2009 17:02:58 +0000 (17:02 +0000)]
trivial changes
Charles Kerr [Sun, 1 Mar 2009 16:00:41 +0000 (16:00 +0000)]
(trunk gtk) #1824: Display ETA when seeding
Mitchell Livingston [Sun, 1 Mar 2009 15:43:55 +0000 (15:43 +0000)]
add watch.[ch] for the daemon in Xcode
Charles Kerr [Sun, 1 Mar 2009 15:39:50 +0000 (15:39 +0000)]
oops, I left in the #undef WITH_INOTIFY that I was using to test the readdir() implementation...
Charles Kerr [Sun, 1 Mar 2009 15:38:58 +0000 (15:38 +0000)]
(trunk daemon) #1882: take KyleK's suggestion of using inotify when possible. As he writes, "the opendir() approach will basically prevent my NAS drives to go to standby."
Mitchell Livingston [Sun, 1 Mar 2009 14:01:49 +0000 (14:01 +0000)]
make the ratio that is checked for stop ratio match the displayed ratio
Charles Kerr [Sun, 1 Mar 2009 13:56:22 +0000 (13:56 +0000)]
(trunk libT) #1823: Ratio limit is only checked when peers are active
Charles Kerr [Sun, 1 Mar 2009 00:11:53 +0000 (00:11 +0000)]
(trunk gtk) add "sort by size" to the main window's list of torrents
Mitchell Livingston [Sat, 28 Feb 2009 21:45:16 +0000 (21:45 +0000)]
#1710 the daemon will use the Application Support folder on Mac
Charles Kerr [Sat, 28 Feb 2009 15:27:39 +0000 (15:27 +0000)]
(trunk daemon) another experiment: implement the watchdir with opendir() and readdir(), since those are available on every system we're on, even embedded ones...
Charles Kerr [Sat, 28 Feb 2009 14:43:37 +0000 (14:43 +0000)]
better configure-time checking for inotify & kqueue.
Charles Kerr [Fri, 27 Feb 2009 21:56:21 +0000 (21:56 +0000)]
thanks wereHamster
Charles Kerr [Fri, 27 Feb 2009 21:49:31 +0000 (21:49 +0000)]
(trunk daemon) experimental commit for part of #1483: adding a WatchDir to transmission-daemon. I don't know if this will work out because of (1) any possible C/C++ issues, and (2) maybe some embedded systems don't have inotify and/or kqueue?
Charles Kerr [Fri, 27 Feb 2009 15:59:09 +0000 (15:59 +0000)]
(trunk daemon) #1833: sum-total line of speed up & down columns at the end of transmission-remote -l
Charles Kerr [Fri, 27 Feb 2009 00:57:42 +0000 (00:57 +0000)]
(trunk libT) #1832: Transmission should notify when JSON parser fails
Mitchell Livingston [Fri, 27 Feb 2009 00:47:54 +0000 (00:47 +0000)]
update trunk to 1.51+
Mitchell Livingston [Fri, 27 Feb 2009 00:43:01 +0000 (00:43 +0000)]
(trunk) prepare for 1.51
Charles Kerr [Thu, 26 Feb 2009 19:19:23 +0000 (19:19 +0000)]
(trunk gtk) fix .po breakage
Charles Kerr [Thu, 26 Feb 2009 19:07:22 +0000 (19:07 +0000)]
(trunk gtk) update translations from launchpad
Charles Kerr [Thu, 26 Feb 2009 18:23:50 +0000 (18:23 +0000)]
(trunk gtk) #1873: Fallback path for the default download directory could be better
Charles Kerr [Thu, 26 Feb 2009 17:53:55 +0000 (17:53 +0000)]
(trunk gtk) #1871: webseed peer list in transmission gtk does not scroll, but instead resizes the window to fit it.
Charles Kerr [Wed, 25 Feb 2009 22:15:04 +0000 (22:15 +0000)]
(trunk libT) #1829: age out the refill list every 10 seconds, not every 1 second
Charles Kerr [Wed, 25 Feb 2009 18:06:57 +0000 (18:06 +0000)]
(trunk daemon) #1833: Sum-total line of speed Up and Down colums, at the end of the transmission-remote -l report
Charles Kerr [Wed, 25 Feb 2009 17:48:45 +0000 (17:48 +0000)]
(trunk gtk) #1865: Notifications should check notification server for capabilities before using actions
Charles Kerr [Wed, 25 Feb 2009 13:04:51 +0000 (13:04 +0000)]
(trunk libT) #1829: high CPU use in refillPiece()
Mitchell Livingston [Tue, 24 Feb 2009 00:34:46 +0000 (00:34 +0000)]
#1859 fix per-torrent action menu's ratio settings
Charles Kerr [Mon, 23 Feb 2009 03:26:01 +0000 (03:26 +0000)]
(trunk daemon) #1819: Indicate torrent error in list
Mitchell Livingston [Mon, 23 Feb 2009 03:08:32 +0000 (03:08 +0000)]
(trunk) update NEWS
Mitchell Livingston [Mon, 23 Feb 2009 03:03:21 +0000 (03:03 +0000)]
(trunk) #1855 improve the iphone's web ui appearance for the top bars
Mitchell Livingston [Mon, 23 Feb 2009 01:22:51 +0000 (01:22 +0000)]
update the release scripts to name the disk image "Transmission"
Mitchell Livingston [Sun, 22 Feb 2009 20:07:56 +0000 (20:07 +0000)]
(trunk) #1856 on the iPhone, when the web interface is in portrait mode and run full screen, display the footer bar in the correct place
Charles Kerr [Fri, 20 Feb 2009 17:34:35 +0000 (17:34 +0000)]
(trunk libT) make TR_DEFAULT_PEER_SOCKET_TOS_STR default to "0" based on a suggestion from sylware in #transmission
Mitchell Livingston [Fri, 20 Feb 2009 01:23:29 +0000 (01:23 +0000)]
(trunk) #1667 fix Tiger-only cropping issue
Mitchell Livingston [Thu, 19 Feb 2009 23:22:16 +0000 (23:22 +0000)]
(trunk) fix linux build, part 2
Mitchell Livingston [Thu, 19 Feb 2009 23:20:06 +0000 (23:20 +0000)]
(trunk) fix linux build
Mitchell Livingston [Thu, 19 Feb 2009 23:02:22 +0000 (23:02 +0000)]
(trunk) #1602 Internet Explorer 6 & 7 Support in WebUI
Charles Kerr [Thu, 19 Feb 2009 21:55:00 +0000 (21:55 +0000)]
(trunk libT) some minor tr_bool correctness
Charles Kerr [Thu, 19 Feb 2009 19:07:05 +0000 (19:07 +0000)]
(trunk web) #1811 update
Charles Kerr [Thu, 19 Feb 2009 17:12:41 +0000 (17:12 +0000)]
(trunk) #1847: Non-GCC compilers are not happy with -O options
Charles Kerr [Thu, 19 Feb 2009 14:38:55 +0000 (14:38 +0000)]
(trunk web) #1811: Validation XHTML of Web Interface
Charles Kerr [Wed, 18 Feb 2009 22:37:27 +0000 (22:37 +0000)]
(trunk libT) fix oops
Charles Kerr [Wed, 18 Feb 2009 22:25:13 +0000 (22:25 +0000)]
(trunk libT) more #1829
Charles Kerr [Wed, 18 Feb 2009 21:27:44 +0000 (21:27 +0000)]
(trunk libT) a little more work on #1829
Charles Kerr [Wed, 18 Feb 2009 18:40:38 +0000 (18:40 +0000)]
(trunk gtk) #1846: GTK client has no pause all / resume all buttons
Charles Kerr [Wed, 18 Feb 2009 17:19:36 +0000 (17:19 +0000)]
(trunk libT) experimental fix for #1829: High CPU use in refillPulse()
Charles Kerr [Wed, 18 Feb 2009 16:47:27 +0000 (16:47 +0000)]
(trunk libT) #1845: if settings.json is empty, T crashes with "Assertion: tr_bencIsDict( source ) failed"
Charles Kerr [Wed, 18 Feb 2009 16:16:24 +0000 (16:16 +0000)]
(trunk libT) #1844: Prefer curl_multi_socket_action() to curl_multi_perform() in modern versions of libcurl
Charles Kerr [Wed, 18 Feb 2009 13:10:00 +0000 (13:10 +0000)]
(trunk daemon) #1843: status not shown anymore
Charles Kerr [Wed, 18 Feb 2009 06:03:45 +0000 (06:03 +0000)]
(trunk gtk) #1834: Add the ability to sort by ETA
Charles Kerr [Wed, 18 Feb 2009 05:09:28 +0000 (05:09 +0000)]
(trunk libT) #1828: timestamp for log/debug output
Charles Kerr [Wed, 18 Feb 2009 02:24:12 +0000 (02:24 +0000)]
(trunk daemon) #1819: indicate torrent error in transmission-remote -l
Charles Kerr [Tue, 17 Feb 2009 20:45:38 +0000 (20:45 +0000)]
(trunk) local CFLAGS and CXXFLAGS environment variables are clobbered
Mitchell Livingston [Tue, 17 Feb 2009 04:00:53 +0000 (04:00 +0000)]
assorted trivial cleanup
Mitchell Livingston [Tue, 17 Feb 2009 01:42:10 +0000 (01:42 +0000)]
a newly-added torrent should always follow the global ratio setting
Mitchell Livingston [Sat, 14 Feb 2009 21:15:57 +0000 (21:15 +0000)]
have the mac ui use libT's ratio settings (attempt 1); when seed ratio is reached in libT, set the seed ratio setting to "seed forever"
Mitchell Livingston [Sat, 14 Feb 2009 05:15:23 +0000 (05:15 +0000)]
eta will now indicate time remaining to reach seed ratio when seeding
Mitchell Livingston [Fri, 13 Feb 2009 22:48:46 +0000 (22:48 +0000)]
(trunk) update appcast and version number for 1.50
Charles Kerr [Fri, 13 Feb 2009 18:23:56 +0000 (18:23 +0000)]
(trunk) #1787: add support for seeding ratio limiting in libtransmission
Charles Kerr [Fri, 13 Feb 2009 16:39:33 +0000 (16:39 +0000)]
(trunk) sync NEWS with 1.5x branch
Charles Kerr [Thu, 12 Feb 2009 20:43:07 +0000 (20:43 +0000)]
(trunk libT) #1810: DoS vulnerability wrt incoming connections
Duncan Beevers [Thu, 12 Feb 2009 17:20:43 +0000 (17:20 +0000)]
(trunk web) Add option to remove data when removing torrent from web interface
Charles Kerr [Wed, 11 Feb 2009 21:23:20 +0000 (21:23 +0000)]
(trunk gtk) fix "duplicate message definition" errors in a handful of .po files... I haven't seen these warnings before; I wonder what's changed...
Charles Kerr [Wed, 11 Feb 2009 21:08:01 +0000 (21:08 +0000)]
(trunk gtk) update translation strings from launchpad
Charles Kerr [Wed, 11 Feb 2009 16:34:35 +0000 (16:34 +0000)]
(trunk libT) partial revert of r7825: back out the refillPulse() changes
Charles Kerr [Tue, 10 Feb 2009 21:43:08 +0000 (21:43 +0000)]
(trunk libT) #1384: make tr_cryptoRandInt() simpler to read
Charles Kerr [Tue, 10 Feb 2009 18:19:09 +0000 (18:19 +0000)]
(trunk doc) tweak the RPC spec as suggested by chorlya
Charles Kerr [Tue, 10 Feb 2009 18:03:55 +0000 (18:03 +0000)]
(trunk libT) yet another possible fix for the libcurl/libevent/kqueue issue
Charles Kerr [Tue, 10 Feb 2009 16:22:59 +0000 (16:22 +0000)]
(trunk libT) #1784: add .netrc support to transmission-remote