Commit Graph

5319 Commits

Author SHA1 Message Date
Charles Kerr 26261e3bde (rpc) fix crash when quickly toggling rpc on/off reported by John_Clay 2008-06-25 11:34:35 +00:00
Mitchell Livingston 88e907383f store progress gradients in the gradient class; miscellaneous cleanup 2008-06-25 05:01:04 +00:00
Charles Kerr b1cc67ce2b when getting 5xx errors from a tracker, keep increasing the intervals between retries, instead of hammering the tracker at constant intervals. thanks to mape for this suggestion. 2008-06-24 21:39:07 +00:00
Mitchell Livingston 4a24269a82 some more adjustments to the progress bar gradient 2008-06-24 19:36:25 +00:00
Charles Kerr 707f5b81e1 #1055 transmission-remote --list outputs an empty list 2008-06-24 08:37:08 +00:00
Mitchell Livingston 6450f36349 avoid some unnecessary calculations when drawing the progress bar gradients by flipping it 2008-06-24 04:16:46 +00:00
Mitchell Livingston ecab0ddc15 whoops 2008-06-24 04:00:39 +00:00
Mitchell Livingston 94f08e3074 the progress bar color gradients are now all generated by a single color fed into a method to generate the gradient (more consistent gradient between colors and easier to adjust the gradient look in the future) 2008-06-24 03:59:34 +00:00
Charles Kerr cd6ff83415 (RPC) make all the speed units consistent. 2008-06-22 13:44:50 +00:00
Mitchell Livingston 8a0b2ed988 don't allow quick look of folders that don't exist 2008-06-22 01:31:50 +00:00
Charles Kerr 14e5ab6334 (gtk) #1050 make some changes to help track down Lacrocivious' bug 2008-06-22 01:25:03 +00:00
Mitchell Livingston 75ba83b830 assume that fTorrents is always sorted by queue order, and as a result eliminate some unneeded code 2008-06-21 19:01:46 +00:00
Mitchell Livingston e1ca9ac445 attempt to fix #1048 2008-06-21 17:44:01 +00:00
Charles Kerr 072bbce030 (daemon) #1046: "transmission-remote -l" should display percentage done and ETA 2008-06-21 15:49:18 +00:00
Mitchell Livingston 6a49bd1a70 mac build compiles again 2008-06-21 15:47:43 +00:00
Charles Kerr 64fc8fe2d2 (daemon) #1047: man page inconsistencies 2008-06-21 15:16:16 +00:00
Charles Kerr 751c166e9f (rpc) remove the sort and filter options from the "torrent-get" rpc command. NOTE: probably breaks the mac build; xcode needs to drop "rpc-utils" from its list of libtransmission source files 2008-06-21 15:08:34 +00:00
Charles Kerr cda886028d fix `HAVE' error that broke during the webseed-piece changes last week. Reported by Aloisius in http://forum.transmissionbt.com/viewtopic.php?t=5175 2008-06-21 01:03:31 +00:00
Mitchell Livingston ff4a64aba5 call new versions of Azureus Vuze 2008-06-20 22:05:37 +00:00
Charles Kerr 5c3cb6fbf2 add `isPrivate' to the info section of the torrent-get method 2008-06-20 19:55:34 +00:00
Mitchell Livingston d129975858 when setting up the speed limit timer, create the fire date using the user's default calendar 2008-06-19 20:53:08 +00:00
Mitchell Livingston c6d0d4ced9 improve method for determining number of displayed transfers 2008-06-19 16:37:05 +00:00
Mitchell Livingston 8234314578 finish purse of NSCalendarDate 2008-06-19 15:54:59 +00:00
Charles Kerr d4a6ccb375 sync remote w/r6222 2008-06-19 13:15:44 +00:00
Charles Kerr d4fac7b34f (gtk) #1042: Manual Announce allowed when Never 2008-06-19 13:11:25 +00:00
Charles Kerr 625bc10895 (libT) recognize & parse FlashGet peer-ids 2008-06-19 05:48:32 +00:00
Mitchell Livingston 1c2b05f75f have the speed limit timer keep track of what the next state should be instead of determining it when the timer fires 2008-06-19 03:47:11 +00:00
Mitchell Livingston f4fb4d7b27 start removal of NSCalendarDate, as recommended by Apple in the 10.5 docs 2008-06-19 03:23:50 +00:00
Charles Kerr 8dd3e46450 minor bencode cleanup: (1) remove unused BENC_NULL (2) make tr_bencInit() a private static function in bencode.c 2008-06-19 02:53:57 +00:00
Mitchell Livingston e16279d0f4 refactor some of the speed limit scheduling code, so that the timer goes off only when the speed has to change instead of every 5 seconds (so at most twice a day instead of 17280 times a day) 2008-06-19 02:53:45 +00:00
Charles Kerr 509dbaae3d senseless RPC changes 2008-06-18 22:01:15 +00:00
Mitchell Livingston abf1349f91 #562 display an error message when opening broken torrent file 2008-06-18 16:25:30 +00:00
Mitchell Livingston daa2c6fbd8 remove the reference to Clutch in the Remote prefs for now 2008-06-17 23:00:10 +00:00
Mitchell Livingston e92df8e0bd dim the "peer" label in the the inspector options tab 2008-06-17 21:18:00 +00:00
Mitchell Livingston e2f5596b0c dim text fields in the prefs window when they correspond to disabled fields 2008-06-17 21:09:06 +00:00
Charles Kerr ed29e553f1 (libT) fix compiler warning. 2008-06-17 18:47:31 +00:00
Mitchell Livingston a6d1c8bc28 undo part of the last commit 2008-06-17 17:18:56 +00:00
Mitchell Livingston 9d5affb0b7 some cleaning 2008-06-17 17:17:15 +00:00
Charles Kerr 4de77e3d2d fix very minor oops from previous commit. (hi, titer) 2008-06-17 16:35:33 +00:00
Charles Kerr 75cb355579 (rpc) fix sorting. simplify the spec, folding similar functions together 2008-06-17 16:25:13 +00:00
Charles Kerr 81b510bfd1 #1034: fix optimistic unchoke bug reported by Aloisius 2008-06-17 15:19:12 +00:00
Charles Kerr 16e3803082 small tr_torrentStat() speedup suggested by BentMyWookie 2008-06-17 14:25:23 +00:00
Charles Kerr 9ca2a3e0f8 (rpc) tweaks to the rpc spec. 2008-06-17 04:47:20 +00:00
Mitchell Livingston 4ff5ea5e66 make sure the events for "finished downloading" occur if it finishes seeding (for ratio) at the same time 2008-06-16 23:27:38 +00:00
Mitchell Livingston 87f0b40589 typo caused only a single character of a password to be stored in the keychain 2008-06-16 23:13:56 +00:00
Mitchell Livingston 842293a1c8 remove "Security" from the list of targets 2008-06-16 22:23:23 +00:00
Mitchell Livingston b4ee1e64ae add HAVE_STRCASECMP to libT's list of #defines 2008-06-16 22:19:26 +00:00
Mitchell Livingston 5bdac9c724 mac build now compiles 2008-06-16 22:17:19 +00:00
Charles Kerr e8694f7f66 fix tr_strcasecmp in the case where HAVE_STRCASECMP is not defined 2008-06-16 22:15:53 +00:00
Charles Kerr 518f277e9f (RPC) add utility arguments for torrent-info: sort by (activity|age|id|name|progress|ratio|state|tracker), filter by (active|all|downloading|paused|seeding) 2008-06-16 22:11:50 +00:00