Commit Graph

5273 Commits

Author SHA1 Message Date
Mitchell Livingston ecc8214601 store the completed pieces of the pieces bar as an index set 2008-06-11 16:28:33 +00:00
Charles Kerr f0229ed8ad (libT) allow custom blocklists... now all you need to do is place a file in the blocklists/ folder and Transmission will automatically use it the next time it starts. 2008-06-11 16:15:45 +00:00
Charles Kerr d2459fa2af fix ACL parsing error introduced by the shttpd auth code change. 2008-06-11 15:17:59 +00:00
Charles Kerr 51aa583d60 (gtk) #1015: only count selected files in the progress bar 2008-06-11 13:41:56 +00:00
Mitchell Livingston 44a675ab0f another update to the help; remove a warning 2008-06-11 04:24:34 +00:00
Mitchell Livingston 3cf08f357f update NEWS 2008-06-11 03:49:34 +00:00
Mitchell Livingston 845645c213 adjustments to the Mac help documentation 2008-06-11 03:48:16 +00:00
Mitchell Livingston 860ef24480 typo fix 2008-06-11 03:29:06 +00:00
Mitchell Livingston 60b5c525cf updated help from jah 2008-06-11 03:28:14 +00:00
Charles Kerr bc26bcb705 maybe fix the forced-recheck-on-startup bug that pea_, John_Clay, and Gimp_ reported over the last two days 2008-06-11 02:19:40 +00:00
Charles Kerr 9776f10c65 (gtk) sync the proxy preferences' text with the mac client 2008-06-10 23:05:30 +00:00
Mitchell Livingston 5b80678dd0 rearrange proxy prefs, and validate the proxy address value on entry 2008-06-10 22:54:30 +00:00
Mitchell Livingston 5158d6a38e only lock focus and redraw the pieces view if it has been updated 2008-06-10 21:46:34 +00:00
Mitchell Livingston 6a0038f146 combine some of the code from the last commit 2008-06-10 21:33:13 +00:00
Mitchell Livingston a896093804 remember the previous color of the pieces view as much as possible to avoid excessive drawing 2008-06-10 21:13:33 +00:00
Mitchell Livingston 658881a93b some cleanup of the pieces view code 2008-06-10 20:15:00 +00:00
Mitchell Livingston 493d0fa474 the pieces bar and pieces view now show shades of blue/green based on progress/availability instead of preset "levels" of color - in other words, it mixes white with either blue or green where the amount of color is the exact percentage of the piece that has been downloaded 2008-06-10 19:56:53 +00:00
Charles Kerr 13424ed977 (libT) add NULL pointer checks to tr_torrentStart(), tr_torrentStop() 2008-06-10 19:25:18 +00:00
Mitchell Livingston 92a178d75f accidentally tied the rpc toggle to the proxy toggle 2008-06-10 18:10:51 +00:00
Mitchell Livingston 96955aaf35 (mac) implement proxy support 2008-06-10 18:08:57 +00:00
Charles Kerr cd314c1af8 (libT) poll the RPC request queue more frequently if there have been recent requests. 2008-06-10 17:13:56 +00:00
Charles Kerr b94893a4c9 wire up the backend proxy support. 2008-06-10 16:16:31 +00:00
Mitchell Livingston b7ab0132e7 the pieces bar "slides" using NSAnimation instead of a timer 2008-06-10 05:09:30 +00:00
Charles Kerr a1c55c7444 (gtk) #1012: don't show the tray by default 2008-06-10 04:23:11 +00:00
Charles Kerr 7eea3985e2 tweak the NEWS a bit 2008-06-10 02:51:20 +00:00
Mitchell Livingston 11572bcf97 display the number of webseeds that we're downloading from in the main window 2008-06-10 02:40:40 +00:00
Charles Kerr 393ebbc24a more webseed work. 2008-06-10 02:36:52 +00:00
Mitchell Livingston aeb0a5704a show the dl speed of webseeds in the webseed table 2008-06-10 01:49:09 +00:00
Charles Kerr 61b41adf1a have idle webseeds return a speed of -1 instead of 0 so that we can differentiate between stalled and idle. document this in transmission.h. 2008-06-10 01:46:36 +00:00
Charles Kerr 837f997e6c (libT) new API for webseed statistics: tr_torrentGetWebSpeeds() 2008-06-10 01:38:12 +00:00
Charles Kerr 9f23502411 use "1.0f" instead of "1f" 2008-06-10 00:31:06 +00:00
Charles Kerr eb72d44d94 fix oops from previous commit. hi, titer 2008-06-10 00:28:59 +00:00
Charles Kerr 10302af22a fix copy-and-paste error in the RPC spec. Thanks to KyleK for reporting this. 2008-06-10 00:18:17 +00:00
Charles Kerr adbbf82302 (libT) make tr_torrentAmountFinished() look at the same pieces as tr_torrentAvailability() for consistency's sake as requested by BentMyWookie 2008-06-09 23:58:31 +00:00
Charles Kerr 550a183d16 (daemon) #1008: tr-remote crash when using -a flag (connecting to mac client) [r6093] 2008-06-09 23:34:52 +00:00
Charles Kerr 0fced3a431 #1007: check_auth space delimiter bug 2008-06-09 23:28:14 +00:00
Mitchell Livingston 9207316488 make the pieces view a bit more efficient in terms of not storing values when it's not shown 2008-06-09 23:23:55 +00:00
Charles Kerr 6d65981a83 (gtk) #1009 "Not available" ambiguous 2008-06-09 23:21:02 +00:00
Charles Kerr 51f1126a6d (libT) make tr_torrentAvailability() a lot faster in the case where the torrent is complete, and a little faster in the genral case too. 2008-06-09 23:11:15 +00:00
Charles Kerr 52cd591d5c (libT) make tr_torrentAmountFinished() much faster when the torrent is complete 2008-06-09 23:05:14 +00:00
Charles Kerr dce24eb1f0 libT: first cut at implementing the internal peers' request queues as pieces rather than blocks, as discussed with erdgeist and denis, to avoid a couple of nasty CPU bottlenecks. 2008-06-09 22:53:45 +00:00
Mitchell Livingston dd715ccaf6 accidently committed some log statements 2008-06-09 22:45:31 +00:00
Mitchell Livingston 41ff271f20 more adjustments to the pieces view 2008-06-09 22:44:08 +00:00
Mitchell Livingston 09db9d7f0c some maintenance on the pieces view 2008-06-09 21:20:01 +00:00
Charles Kerr 1526065c3f fix hibernation bug reported by tonfa 2008-06-09 15:23:09 +00:00
Charles Kerr ebc3deeec8 #1004: update man pages FILES section 2008-06-09 15:06:48 +00:00
Mitchell Livingston 7c483044b2 email addresses should start with "mailto:" 2008-06-09 04:33:53 +00:00
Mitchell Livingston 84882eaff8 update email addresses; make links clickable in the Mac about box 2008-06-09 04:26:53 +00:00
Charles Kerr 9f2d7c2c67 (libT) if there are webseeds, update the available amount accordingly 2008-06-09 02:38:27 +00:00
Charles Kerr ef3203a765 roll back the completion changes in r6072; it caused a crash 2008-06-09 00:59:33 +00:00