]> granicus.if.org Git - transmission/log
transmission
15 years ago(trunk gtk) rearrange the prefs dialog tabs a little
Charles Kerr [Mon, 30 Mar 2009 01:47:07 +0000 (01:47 +0000)]
(trunk gtk) rearrange the prefs dialog tabs a little

15 years ago(trunk libT) add tr_bencGetBool() and tr_bencGetDouble()
Charles Kerr [Mon, 30 Mar 2009 01:46:48 +0000 (01:46 +0000)]
(trunk libT) add tr_bencGetBool() and tr_bencGetDouble()

15 years ago(trunk) add arg "percentDone" to RPC "torrentGet"
Charles Kerr [Mon, 30 Mar 2009 00:57:41 +0000 (00:57 +0000)]
(trunk) add arg "percentDone" to RPC "torrentGet"

15 years ago(trunk) fix oops
Charles Kerr [Sun, 29 Mar 2009 23:13:46 +0000 (23:13 +0000)]
(trunk) fix oops

15 years agofix Mac build; use tr_bencDictAddBool()
Mitchell Livingston [Sun, 29 Mar 2009 23:10:36 +0000 (23:10 +0000)]
fix Mac build; use tr_bencDictAddBool()

15 years ago(trunk) use tr_bencDict{Find,Add}Bool() where appropriate
Charles Kerr [Sun, 29 Mar 2009 23:05:32 +0000 (23:05 +0000)]
(trunk) use tr_bencDict{Find,Add}Bool() where appropriate

15 years agoforget something jhujhiti?
Mitchell Livingston [Sun, 29 Mar 2009 21:20:29 +0000 (21:20 +0000)]
forget something jhujhiti?

15 years agoremove my e-mail address from AUTHORS
Erick Turnquist [Sun, 29 Mar 2009 19:53:40 +0000 (19:53 +0000)]
remove my e-mail address from AUTHORS

15 years ago(trunk rpc) add "seed ratio" feature to RPC
Charles Kerr [Sun, 29 Mar 2009 18:45:35 +0000 (18:45 +0000)]
(trunk rpc) add "seed ratio" feature to RPC

15 years ago(trunk libT) silence a couple of session.c warnings from last night
Charles Kerr [Sun, 29 Mar 2009 16:44:59 +0000 (16:44 +0000)]
(trunk libT) silence a couple of session.c warnings from last night

15 years agodon't use NDEBUG when compiling in release - this will cause asserts in libT to be...
Mitchell Livingston [Sun, 29 Mar 2009 16:40:06 +0000 (16:40 +0000)]
don't use NDEBUG when compiling in release - this will cause asserts in libT to be hit in release builds, which is probably better than a crash without useful debug info.

15 years ago(trunk gtk) maybe stop the turtle from stretching?
Charles Kerr [Sun, 29 Mar 2009 02:10:55 +0000 (02:10 +0000)]
(trunk gtk) maybe stop the turtle from stretching?

15 years agoensure alt speed limit is set on launch when using the scheduler
Mitchell Livingston [Sat, 28 Mar 2009 20:07:38 +0000 (20:07 +0000)]
ensure alt speed limit is set on launch when using the scheduler

15 years agoon startup, if the speed limit timer is set, check the timer and ignore TR_PREFS_KEY_...
Mitchell Livingston [Sat, 28 Mar 2009 19:53:44 +0000 (19:53 +0000)]
on startup, if the speed limit timer is set, check the timer and ignore TR_PREFS_KEY_ALT_SPEED_ENABLED

15 years agoimprove the logic when toggling the use of the speed limit timer
Mitchell Livingston [Sat, 28 Mar 2009 19:46:34 +0000 (19:46 +0000)]
improve the logic when toggling the use of the speed limit timer

15 years agothe Mac build works with the new speed limit libT code - still a bit quirky
Mitchell Livingston [Sat, 28 Mar 2009 17:18:43 +0000 (17:18 +0000)]
the Mac build works with the new speed limit libT code - still a bit quirky

15 years ago(trunk) more speedlimit work
Charles Kerr [Sat, 28 Mar 2009 16:47:01 +0000 (16:47 +0000)]
(trunk) more speedlimit work

15 years ago(trunk rpc) add peer-limit to torrent-get
Charles Kerr [Fri, 27 Mar 2009 12:05:41 +0000 (12:05 +0000)]
(trunk rpc) add peer-limit to torrent-get

15 years ago(daemon) remove debugging printf
Charles Kerr [Fri, 27 Mar 2009 12:03:41 +0000 (12:03 +0000)]
(daemon) remove debugging printf

15 years ago(trunk) roll back a couple of the RPC naming changes for slightly better compatiblity...
Charles Kerr [Fri, 27 Mar 2009 01:40:51 +0000 (01:40 +0000)]
(trunk) roll back a couple of the RPC naming changes for slightly better compatiblity with 1.5x

15 years ago(trunk) fix a bug with the new libT alt speed limit code
Charles Kerr [Fri, 27 Mar 2009 01:39:35 +0000 (01:39 +0000)]
(trunk) fix a bug with the new libT alt speed limit code

15 years ago(trunk libT) make IPv6's two IPv4-compatible address formats invalid peer addresses
Erick Turnquist [Fri, 27 Mar 2009 01:31:17 +0000 (01:31 +0000)]
(trunk libT) make IPv6's two IPv4-compatible address formats invalid peer addresses

IPv4 peers should only be seen from an IPv4-connected tracker.

15 years ago(trunk libT) remove tr_suspectAddress() since all seems well
Erick Turnquist [Fri, 27 Mar 2009 01:14:25 +0000 (01:14 +0000)]
(trunk libT) remove tr_suspectAddress() since all seems well

15 years ago(trunk) rpc changes:
Charles Kerr [Thu, 26 Mar 2009 18:06:54 +0000 (18:06 +0000)]
(trunk) rpc changes:
1. new field "blocklist-size" to session-info, so RPC clients can know how big the blocklist is
2. new method "torrent-reannounce" so RPC clients can ask the tracker for more peers

15 years ago(trunk libT) modification to r8088 at livings1's request: make sure the alternate...
Charles Kerr [Wed, 25 Mar 2009 19:50:58 +0000 (19:50 +0000)]
(trunk libT) modification to r8088 at livings1's request: make sure the alternate speed test takes place at the top of the minute

15 years ago(trunk) #1950: Add off-peak hour bandwidth limiting to libtransmission, rpc
Charles Kerr [Wed, 25 Mar 2009 19:18:00 +0000 (19:18 +0000)]
(trunk) #1950: Add off-peak hour bandwidth limiting to libtransmission, rpc

15 years ago(trunk libT) make tr_localtime_r() a public function
Charles Kerr [Wed, 25 Mar 2009 18:42:39 +0000 (18:42 +0000)]
(trunk libT) make tr_localtime_r() a public function

15 years ago(trunk libT) make rpcimpl.h includable from C++
Charles Kerr [Wed, 25 Mar 2009 18:41:48 +0000 (18:41 +0000)]
(trunk libT) make rpcimpl.h includable from C++
M    rpcimpl.h

15 years ago(trunk libT) re-add rpc password to settings benc dict
Erick Turnquist [Wed, 25 Mar 2009 00:36:11 +0000 (00:36 +0000)]
(trunk libT) re-add rpc password to settings benc dict

15 years ago(trunk libT) wrap rpcimpl.h in 'namespace "C"' when #included from C++
Charles Kerr [Wed, 25 Mar 2009 00:15:42 +0000 (00:15 +0000)]
(trunk libT) wrap rpcimpl.h in 'namespace "C"' when #included from C++

15 years ago(trunk libT) fix a couple warnings from r8080
Erick Turnquist [Tue, 24 Mar 2009 21:49:19 +0000 (21:49 +0000)]
(trunk libT) fix a couple warnings from r8080

15 years ago(trunk libT) #1944: Web Client 301 redirect violates w3c.org specification
Charles Kerr [Tue, 24 Mar 2009 17:11:53 +0000 (17:11 +0000)]
(trunk libT) #1944: Web Client 301 redirect violates w3c.org specification

15 years ago(trunk libT) #1276 - hash rpc password with sha1
Erick Turnquist [Tue, 24 Mar 2009 01:39:06 +0000 (01:39 +0000)]
(trunk libT) #1276 - hash rpc password with sha1

15 years ago(trunk rpc) added "recently-active" as a valid "ids" argument in torrent-get, etc.
Charles Kerr [Mon, 23 Mar 2009 00:16:37 +0000 (00:16 +0000)]
(trunk rpc) added "recently-active" as a valid "ids" argument in torrent-get, etc.

15 years ago(gtk) huge multi-megabyte speeds weren't being generated correctly.
Charles Kerr [Mon, 23 Mar 2009 00:15:29 +0000 (00:15 +0000)]
(gtk) huge multi-megabyte speeds weren't being generated correctly.

15 years ago(daemon) fix incorrect #ifdef to get zlib compression working on rpc requests
Charles Kerr [Mon, 23 Mar 2009 00:14:41 +0000 (00:14 +0000)]
(daemon) fix incorrect #ifdef to get zlib compression working on rpc requests

15 years agomake json.h friendly to C++
Charles Kerr [Mon, 23 Mar 2009 00:08:34 +0000 (00:08 +0000)]
make json.h friendly to C++

15 years ago#1940 Disable file wanted and priority selector when there is only one file.
Mitchell Livingston [Thu, 19 Mar 2009 12:46:53 +0000 (12:46 +0000)]
#1940 Disable file wanted and priority selector when there is only one file.

15 years ago#1939 fix javascript error in r8073
Mitchell Livingston [Wed, 18 Mar 2009 21:43:11 +0000 (21:43 +0000)]
#1939 fix javascript error in r8073

15 years agoFixing remove data in webui
Malcolm Jarvis [Wed, 18 Mar 2009 00:47:25 +0000 (00:47 +0000)]
Fixing remove data in webui

15 years ago#1276 encrypt the password to access web client interface using SHA-2
Mitchell Livingston [Tue, 17 Mar 2009 21:50:20 +0000 (21:50 +0000)]
#1276 encrypt the password to access web client interface using SHA-2

15 years ago(trunk libT) make tr-getopt C++ friendly
Charles Kerr [Tue, 17 Mar 2009 18:08:02 +0000 (18:08 +0000)]
(trunk libT) make tr-getopt C++ friendly

15 years ago#1931 allow dialog window height to be dynamic
Mitchell Livingston [Mon, 16 Mar 2009 12:10:40 +0000 (12:10 +0000)]
#1931 allow dialog window height to be dynamic

15 years agoweb ui - file priority buttons that aren't clickable on a completed file
Mitchell Livingston [Mon, 16 Mar 2009 03:04:25 +0000 (03:04 +0000)]
web ui - file priority buttons that aren't clickable on a completed file

15 years agoeliminate a meaningless Safari error
Mitchell Livingston [Mon, 16 Mar 2009 02:49:02 +0000 (02:49 +0000)]
eliminate a meaningless Safari error

15 years agor8061 whoops
Mitchell Livingston [Sun, 15 Mar 2009 20:33:42 +0000 (20:33 +0000)]
r8061 whoops

15 years ago#1925 You can no longer toggle file wanted on completed files (web ui)
Mitchell Livingston [Sun, 15 Mar 2009 15:38:36 +0000 (15:38 +0000)]
#1925 You can no longer toggle file wanted on completed files (web ui)

15 years agoremove reference to tinysort
Mitchell Livingston [Sat, 14 Mar 2009 23:08:38 +0000 (23:08 +0000)]
remove reference to tinysort

15 years agofix NEWS
Mitchell Livingston [Sat, 14 Mar 2009 23:03:57 +0000 (23:03 +0000)]
fix NEWS

15 years agoupdate NEWS
Mitchell Livingston [Sat, 14 Mar 2009 21:36:55 +0000 (21:36 +0000)]
update NEWS

15 years ago#1435 selective downloading and file prioritization for web ui
Mitchell Livingston [Sat, 14 Mar 2009 21:33:08 +0000 (21:33 +0000)]
#1435 selective downloading and file prioritization for web ui

15 years agoallDownloaded should look at leftUntilDone, not percentDone
Mitchell Livingston [Sat, 14 Mar 2009 20:11:17 +0000 (20:11 +0000)]
allDownloaded should look at leftUntilDone, not percentDone

15 years agowhen showing the stats for selected files, progress on a transfer with no selected...
Mitchell Livingston [Sat, 14 Mar 2009 19:55:24 +0000 (19:55 +0000)]
when showing the stats for selected files, progress on a transfer with no selected files should be 0%, not -100%

15 years agofix #1921 Selected collapsed groups do not pause/resume together
Mitchell Livingston [Sat, 14 Mar 2009 17:10:05 +0000 (17:10 +0000)]
fix #1921 Selected collapsed groups do not pause/resume together

15 years agoget the rpc password without using tr_sessionGetRPCPassword, in preparation for ...
Mitchell Livingston [Sat, 14 Mar 2009 15:53:13 +0000 (15:53 +0000)]
get the rpc password without using tr_sessionGetRPCPassword, in preparation for #1276

15 years ago#1602 better ie 6 and 7 support
Mitchell Livingston [Thu, 12 Mar 2009 12:19:05 +0000 (12:19 +0000)]
#1602 better ie 6 and 7 support

15 years ago#1519 fix web ui's dialog layout
Mitchell Livingston [Thu, 12 Mar 2009 12:18:41 +0000 (12:18 +0000)]
#1519 fix web ui's dialog layout

15 years ago(trunk libnatpmp) update to new version
Charles Kerr [Wed, 11 Mar 2009 13:04:03 +0000 (13:04 +0000)]
(trunk libnatpmp) update to new version

15 years ago(trunk web) don't use jquery.dimensions as a separate file anymore; it's been integra...
Charles Kerr [Tue, 10 Mar 2009 23:00:17 +0000 (23:00 +0000)]
(trunk web) don't use jquery.dimensions as a separate file anymore; it's been integrated into the JQuery core. http://forum.transmissionbt.com/viewtopic.php?f=8&t=7193&p=35322#p35322

15 years ago(trunk gtk) launchpad bug #338046: XDG_DOWNLOAD_DIR isn't honored in gtk client
Charles Kerr [Tue, 10 Mar 2009 15:24:40 +0000 (15:24 +0000)]
(trunk gtk) launchpad bug #338046: XDG_DOWNLOAD_DIR isn't honored in gtk client

15 years ago(trunk web) update jquery from 1.3.1 to 1.3.2
Charles Kerr [Tue, 10 Mar 2009 02:00:53 +0000 (02:00 +0000)]
(trunk web) update jquery from 1.3.1 to 1.3.2

15 years ago(trunk daemon): #1899: if the daemon isn't responding, timeout transmission-remote...
Charles Kerr [Tue, 10 Mar 2009 00:10:20 +0000 (00:10 +0000)]
(trunk daemon): #1899: if the daemon isn't responding, timeout transmission-remote after 60 seconds.

15 years ago(trunk) remove the wx client
Charles Kerr [Mon, 9 Mar 2009 23:55:56 +0000 (23:55 +0000)]
(trunk) remove the wx client

15 years ago(trunk libT) #1906: Huge ratio precision (too many decimal places)
Charles Kerr [Mon, 9 Mar 2009 23:51:58 +0000 (23:51 +0000)]
(trunk libT) #1906: Huge ratio precision (too many decimal places)

15 years agoFixes new blocklist URL
Eric Petit [Sun, 8 Mar 2009 13:23:17 +0000 (13:23 +0000)]
Fixes new blocklist URL

15 years agoconsist naming of "global bandwidth limit"
Mitchell Livingston [Sat, 7 Mar 2009 01:05:08 +0000 (01:05 +0000)]
consist naming of "global bandwidth limit"

15 years ago(trunk gtk) when running for the first time and deciding on a default watch directory...
Charles Kerr [Fri, 6 Mar 2009 16:14:40 +0000 (16:14 +0000)]
(trunk gtk) when running for the first time and deciding on a default watch directory, check G_USER_DIRECTORY_DOWNLOAD *before* G_USER_DIRECTORY_DESKTOP.  Suggested by Chris Coulson @ https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/338046

15 years agoadd an option in the per-torrent action menu to follow the global bandwidth limit
Mitchell Livingston [Thu, 5 Mar 2009 22:48:01 +0000 (22:48 +0000)]
add an option in the per-torrent action menu to follow the global bandwidth limit

15 years agoupdate NEWS
Mitchell Livingston [Thu, 5 Mar 2009 22:32:43 +0000 (22:32 +0000)]
update NEWS

15 years ago(trunk gtk) minor tweaks
Charles Kerr [Thu, 5 Mar 2009 17:18:36 +0000 (17:18 +0000)]
(trunk gtk) minor tweaks

15 years ago(trunk gtk) icons.c: silence a couple of compiler warnings on older systems
Charles Kerr [Thu, 5 Mar 2009 16:08:16 +0000 (16:08 +0000)]
(trunk gtk) icons.c: silence a couple of compiler warnings on older systems

15 years ago(trunk gtk) allow redirects in the blocklist downloader (launchpad bug #338202)
Charles Kerr [Thu, 5 Mar 2009 13:14:21 +0000 (13:14 +0000)]
(trunk gtk) allow redirects in the blocklist downloader (launchpad bug #338202)

15 years ago#1881: Displayed ratio should be truncated, not rounded (Mac)
Mitchell Livingston [Thu, 5 Mar 2009 04:59:24 +0000 (04:59 +0000)]
#1881: Displayed ratio should be truncated, not rounded (Mac)

15 years agowhoops ratio
Mitchell Livingston [Thu, 5 Mar 2009 04:31:30 +0000 (04:31 +0000)]
whoops ratio

15 years ago(trunk gtk) #1773: First run - error in Properties
Charles Kerr [Thu, 5 Mar 2009 02:40:58 +0000 (02:40 +0000)]
(trunk gtk) #1773: First run - error in Properties

15 years agofix per-torrent action menu's limit submenus
Mitchell Livingston [Thu, 5 Mar 2009 01:33:51 +0000 (01:33 +0000)]
fix per-torrent action menu's limit submenus

15 years agoallow the new limit checks to show a mixed state
Mitchell Livingston [Thu, 5 Mar 2009 01:23:19 +0000 (01:23 +0000)]
allow the new limit checks to show a mixed state

15 years ago#8021 per-torrent vs. global speed limit confusion for mac ui
Mitchell Livingston [Thu, 5 Mar 2009 01:10:09 +0000 (01:10 +0000)]
#8021 per-torrent vs. global speed limit confusion for mac ui

15 years agoupdate "update" urls
Mitchell Livingston [Wed, 4 Mar 2009 22:38:49 +0000 (22:38 +0000)]
update "update" urls

15 years ago(trunk) libT and gtk+ parts for #1889: per-torrent vs. global speed limit confusion
Charles Kerr [Wed, 4 Mar 2009 19:52:57 +0000 (19:52 +0000)]
(trunk) libT and gtk+ parts for #1889: per-torrent vs. global speed limit confusion

16 years ago(trunk gtk) update the blocklist URL
Charles Kerr [Wed, 4 Mar 2009 16:42:20 +0000 (16:42 +0000)]
(trunk gtk) update the blocklist URL

16 years ago(trunk) #1881: promote tr_strratio() to libtransmission, so that its code doesn't...
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

16 years ago(trunk daemon) #1881: Displayed ratio should be truncated, not rounded
Charles Kerr [Wed, 4 Mar 2009 16:02:50 +0000 (16:02 +0000)]
(trunk daemon) #1881: Displayed ratio should be truncated, not rounded

16 years ago(trunk gtk) #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

16 years ago(trunk libT) always invoke the stop-ratio check when a torrent switches from leeching...
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.

16 years ago(trunk libT) recognize aria2 as a client
Charles Kerr [Wed, 4 Mar 2009 05:52:33 +0000 (05:52 +0000)]
(trunk libT) recognize aria2 as a client

16 years agosimplify the project ignore list
Mitchell Livingston [Wed, 4 Mar 2009 04:15:26 +0000 (04:15 +0000)]
simplify the project ignore list

16 years ago#1817 Add "verify local data" feature to web client
Mitchell Livingston [Wed, 4 Mar 2009 00:19:11 +0000 (00:19 +0000)]
#1817 Add "verify local data" feature to web client

16 years agohopefully apply #1887 by adding files to the ignore list, attempt 3
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

16 years agohopefully apply #1887 by adding files to the ignore list, attempt 2
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

16 years agoundo last commit
Mitchell Livingston [Tue, 3 Mar 2009 23:56:05 +0000 (23:56 +0000)]
undo last commit

16 years agohopefully apply #1887 by adding files to the ignore list
Mitchell Livingston [Tue, 3 Mar 2009 23:52:44 +0000 (23:52 +0000)]
hopefully apply #1887 by adding files to the ignore list

16 years ago(trunk libT) when a "torrent-set" request is sent to change files' priorities and...
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.

16 years ago(trunk gtk) more hacking around with the gtk icons
Charles Kerr [Tue, 3 Mar 2009 19:43:23 +0000 (19:43 +0000)]
(trunk gtk) more hacking around with the gtk icons

16 years ago(trunk gtk) #628: tweak r7996 a little bit to play nicer on older versions of gtk+
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+

16 years ago(trunk web) use a better minifier for jquery.form.min.js.
Charles Kerr [Tue, 3 Mar 2009 14:06:56 +0000 (14:06 +0000)]
(trunk web) use a better minifier for jquery.form.min.js.

16 years ago(trunk gtk) back out a little bit of bad code.
Charles Kerr [Tue, 3 Mar 2009 05:46:49 +0000 (05:46 +0000)]
(trunk gtk) back out a little bit of bad code.

16 years ago(trunk web) upgrade jquery from 1.2.6 to 1.3.1; upgrade jquery.form from 2.12 to...
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

16 years ago(trunk gtk) maybe compile a little better for Lacrocivous
Charles Kerr [Tue, 3 Mar 2009 00:55:03 +0000 (00:55 +0000)]
(trunk gtk) maybe compile a little better for Lacrocivous

16 years ago(trunk gtk) Use gtk_tree_view_set_fixed_height_mode() in a few more places
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