Commit Graph

11167 Commits

Author SHA1 Message Date
Mitchell Livingston ace8a619a9 minor NEWS tweaks 2011-06-28 01:39:30 +00:00
Jordan Lee 23adb55d2e (trunk libT) #4101 "RPC method blocklist-update is broken" -- use lower-level zlib API calls so that we can skip writing a temporary gzipped file to disk 2011-06-26 17:05:17 +00:00
Mitchell Livingston 36fd690e8a tweak NEWS 2011-06-26 07:10:44 +00:00
Jordan Lee cf2bc87e8c Update NEWS 2011-06-25 23:59:13 +00:00
Jordan Lee 6717816c2c (trunk qt) #4316 "Transmission 2.31 crashes (segfaults) immediately after launch" -- sync the Qt client to the changes made in r12514 2011-06-25 19:56:48 +00:00
Jordan Lee b4ffdaac42 (trunk libT) #4277 "Checkmarks for leechers" -- possible fix.
It appears 2.30 and 2.31 might be making too many assumptions about which peers are seeds.
2011-06-25 19:29:25 +00:00
Jordan Lee 34642e7259 (trukn libT) lessen the importance of error messages returned by trackers in a multi-tracker torrent. It's all too often that people will load up a .torrent file with dozens of announce URLs, many of them dead... 2011-06-25 18:47:35 +00:00
Jordan Lee 42a49a6c70 (trunk libT) #4332 "countRange/countArray exception" -- fix bug in tr_cpMissingBytesInPiece() 2011-06-25 13:31:25 +00:00
Jordan Lee 35fb00fd9e (trunk libt) #4315 "Transmission 2.31 crashes (segfaults) immediately after launch" -- remove the "max-open-files" code.
max-open-files might have been a nice configuration option once, but (1) we've never advertised it in the gui apps, and (2) the crazy cases are causing more trouble than this feature is worth. It's more complicated now after #4164 -- see #4294, #4311, and this ticket.
2011-06-24 22:39:20 +00:00
Jordan Lee f5815a89bf (trunk libT) minor code formatting 2011-06-24 19:30:25 +00:00
Jordan Lee 2d3fdc4235 (trunk libT) the edge condition bug in ptrarray's bsearch code seems to be fixed, so let's commit the fix with lots of assert()ions enabled so that the nightly build users can show me where I'm wrong :) 2011-06-24 18:25:56 +00:00
Jordan Lee caeeb7e94c (trunk gtk) #4308 "Open with Transmission from Firefox doesn't work since Transmission 2.31" -- added support for uri-formmatted filenames being passed in via the command line 2011-06-24 18:16:12 +00:00
Jordan Lee 4f0abde80b (trunk web) #4096 "IPv6 addresses in peer tab of daemon overflow" -- fixed with patch by Harry 2011-06-24 17:02:10 +00:00
Jordan Lee 2362580e0e (trunk libT) add a unique key to each tr_bandwidth object, so that when sorting them arbitrarily we can use that key rather than their pointer address. Apparently comparing pointers that aren't allocated in the same array is undefined behavior. 2011-06-19 18:34:10 +00:00
Jordan Lee f134858453 (trunk libT) avoid thread issues on startup by ensuring that tr_sessionLoadTorrents() runs in the libtransmission thread. 2011-06-19 18:30:57 +00:00
Jordan Lee bcf89fa9c3 (trunk libT) modify how the "stops" sorted container is used s.t. the container's uniqueness requirements are met. 2011-06-19 18:26:04 +00:00
Jordan Lee 437ebe32c7 (trunk libT) don't use tr_list for the tr_web_task queue 2011-06-19 18:18:48 +00:00
Mitchell Livingston 5124d87a5b in the dock badger, check for membership first when removing a torrent 2011-06-19 03:59:04 +00:00
Mitchell Livingston 4d5ab8a4c5 #4241 Update dock badge count after removing download through web interface 2011-06-19 03:52:54 +00:00
Mitchell Livingston 62f594267a #4326 flags for completeness and wasRunning flipped in completeness callback 2011-06-19 03:31:41 +00:00
Mitchell Livingston 0a5d025568 add µTorrent Embedded to the client list 2011-06-16 12:08:52 +00:00
Mitchell Livingston 878f8c775e #4176 Add torrent by info hash 2011-06-16 02:19:39 +00:00
Mitchell Livingston 967116ff71 decrease the width of the info options view 2011-06-16 01:25:58 +00:00
Mitchell Livingston 23ea776bd9 disabling alternating row colors in minimal view 2011-06-13 23:02:38 +00:00
Mitchell Livingston 8ff275b3b2 allow the torrent and tracker scrollviews to draw the background 2011-06-13 22:57:33 +00:00
Mitchell Livingston 3e7521963d remove the custom alternating row code in the tracker table, since it isn't futureproof 2011-06-13 22:32:55 +00:00
Mitchell Livingston 4458697259 remove the custom alternating row code, since it isn't futureproof 2011-06-13 22:26:43 +00:00
Jordan Lee 97d80b72aa (trunk web) #4312 "Add sorting by ratio" -- implemented. 2011-06-10 14:04:32 +00:00
Jordan Lee f6d68844bd (trunk libT) #4101 "RPC method blocklist-update is broken" -- add debugging error messages for cases where gzopen/gzread fails 2011-06-10 05:34:16 +00:00
Mitchell Livingston 334aa46d60 override isOpaque for the status bar and filter bar 2011-06-09 02:15:22 +00:00
Mitchell Livingston 83eefe11bd When hiding the filter bar, make the table view the first responder right away. 2011-06-07 23:40:10 +00:00
Mitchell Livingston f0555e8567 #4314 tweak the filter bar item positions and the text filter size 2011-06-07 23:21:15 +00:00
Mitchell Livingston a421f2289f When moving objects in an array from an index to a lower index, no need to first fill the final destination with the object before it. This is pointless and causes issues when moving the item to index 0. 2011-06-07 23:15:12 +00:00
Mitchell Livingston 6cde66f025 When a setting in the Options inspector tab changes, send a notification, preparing for future changes. 2011-06-04 13:48:56 +00:00
Mitchell Livingston 104a42333f #4245 Disable Quick Look space key in the inspector 2011-06-04 13:17:56 +00:00
Jordan Lee d3e427cfd8 (trunk gtk) #4306 "Bogus <b> and </b> in popup hints" -- fixed. 2011-06-02 20:04:23 +00:00
Mitchell Livingston 486679d11c whoops - re-add libz.dylib to the targets 2011-05-31 23:28:17 +00:00
Mitchell Livingston a1973747a1 move libz.dylib into the Libraries directory, and remove duplicates 2011-05-31 23:26:31 +00:00
Mitchell Livingston bab6334a64 compile the Mac executables with libz support 2011-05-31 23:17:03 +00:00
Mitchell Livingston 27fa4091dc have FileListNodes store their corresponding torrents, allowing the removal of this functionality from the file outline view 2011-05-31 22:26:04 +00:00
Mitchell Livingston 764f513c4e for good luck, set the creator window to auto-recalculate view loops 2011-05-31 02:49:05 +00:00
Mitchell Livingston 086eb80305 Set the prefs window to auto recalculate view loops 2011-05-31 02:35:32 +00:00
Mitchell Livingston 91b4edde2e Set the inspector to auto recalculate view loops 2011-05-31 02:34:01 +00:00
Mitchell Livingston 39971c0995 #4300 set the main window to auto-recalculate view loops, so that the tab order will be reset when views are added and removed 2011-05-31 02:25:33 +00:00
Jordan Lee 0aa163dfe9 (trunk libT) #4295 "'download-dir-free-space' contains garbage" -- fixed by bugmenot patch 2011-05-30 18:17:16 +00:00
Jordan Lee 3f6ffb90c2 (trunk libt) #4301 "strerror used instead of tr_strerror -- fix in peer-io.c too 2011-05-30 15:50:50 +00:00
Jordan Lee 4152033360 (trunk daemon) #4301 "strerror used instead of tr_strerror" -- fixed with a patch from taem 2011-05-30 15:28:55 +00:00
Jordan Lee 12270afcb2 (trunk libT) #4004 "allow drag-and-drop links into the web client" -- implemented via a patch from Mook 2011-05-30 15:12:42 +00:00
Mitchell Livingston 4c5f0dcce7 #4299 Don't color the entire row for file-level priorities 2011-05-30 00:28:32 +00:00
Mitchell Livingston 44a13d7803 instead of displaying a star for multiple priorities, display all relevant icons 2011-05-30 00:09:22 +00:00