Commit Graph

5070 Commits

Author SHA1 Message Date
Mitchell Livingston c60c6b0e10 "web seeds", not "web seeders" 2008-06-08 18:02:16 +00:00
Mitchell Livingston f205d28ffb rephrase the remote preferences check, and add a description below it 2008-06-08 17:02:32 +00:00
Mitchell Livingston 31a467a790 make the web seed table a little more efficient 2008-06-08 16:38:15 +00:00
Mitchell Livingston c83daab843 add a "DL" column to the web seed table (not yet functional) 2008-06-08 15:54:34 +00:00
Mitchell Livingston 2cbf55351d another attempt to improve the animation reliability of the sliding web seeds table 2008-06-08 05:36:49 +00:00
Mitchell Livingston 1c00343a02 fix minor memory leak when setting the rpc acl 2008-06-08 04:23:56 +00:00
Mitchell Livingston 9bbd4bb5d4 put in placeholder (non-functional) proxy preferences 2008-06-08 04:16:06 +00:00
Mitchell Livingston af27086420 re-implement animated resizing of the web seed table, this time in a safer and 10.4-compatable way 2008-06-08 04:11:29 +00:00
Mitchell Livingston 7012831928 get rid of the web seed table animation for now - it refuses to play well with others 2008-06-08 02:18:36 +00:00
Mitchell Livingston 0f9093cb7d more chicanery to get the web seed table resizing in edge-case situations 2008-06-08 02:10:10 +00:00
Mitchell Livingston e0e086b8cb refinement to the resizing web seeds table code 2008-06-08 01:27:49 +00:00
Mitchell Livingston 0a9e5d6bad first stab at animating the web seed table 2008-06-08 01:17:36 +00:00
Mitchell Livingston 651549d401 update the peer inspector tab to show web seeders 2008-06-07 23:38:05 +00:00
Mitchell Livingston 210412b4e8 mac build compiles again 2008-06-07 22:42:09 +00:00
Charles Kerr 7f8ef25acc whoops, left some test scaffolding code in r6073 2008-06-07 21:28:47 +00:00
Charles Kerr e3e3bee8b5 #800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag 2008-06-07 21:26:41 +00:00
Charles Kerr e212eeceb7 add first draft of tr_bitfieldFindTrue() courtesy of erdgeist 2008-06-07 14:41:31 +00:00
Charles Kerr 041561f232 minor refactoring of tr_bitfield to (a) simplify the tests and (b) make things easier to read 2008-06-07 01:44:54 +00:00
Charles Kerr 8732aa3bbc fix bitfield error reported by denis 2008-06-07 00:43:42 +00:00
Charles Kerr 7b88afdca7 (libT) 1. tweak tr_bitfieldTestFast(). 2. add tr_memdup() 2008-06-06 23:53:30 +00:00
Charles Kerr 17f686af57 (gtk) work on the proxy prefs UI a little more. 2008-06-06 23:48:17 +00:00
Mitchell Livingston aa1bea4065 add Growl 1.1.3 2008-06-06 22:07:46 +00:00
Mitchell Livingston 31d1252221 remove Growl 1.1.2 2008-06-06 22:07:21 +00:00
Charles Kerr ee59395c60 (gtk) rearrange the preferences dialog. add a `proxies' mockup. 2008-06-06 20:03:19 +00:00
Mitchell Livingston 7d9bc022e2 daemon should compile regardless of configuration setting 2008-06-06 16:59:42 +00:00
Mitchell Livingston d0fde72674 remove defunct transmission-proxy target 2008-06-06 16:58:03 +00:00
Mitchell Livingston d63e7181c3 daemon can be compiled in xcode 2008-06-06 16:54:37 +00:00
Mitchell Livingston 3bc2f91d2d fix typo when updating session settings through rpc; update strings and appcast 2008-06-06 05:01:28 +00:00
Charles Kerr dec4847b3f (gtk) #998: gtk client crashes if you quit while the stats window is still up 2008-06-05 20:41:32 +00:00
Charles Kerr db7b56e9f9 get the cli buildling again. 2008-06-05 20:26:46 +00:00
Charles Kerr 2878d0d32e bitfield speedups written by denis__. Thanks! 2008-06-05 20:21:56 +00:00
Mitchell Livingston 8b3f992ad8 update port status strings and creator "no tracker" string 2008-06-05 19:26:35 +00:00
Charles Kerr 382800fb00 (gtk) #992: Button icons cut off in New Torrent dialog 2008-06-05 18:59:07 +00:00
Charles Kerr 486bb768f0 add authentication support to daemon & remote 2008-06-05 18:16:59 +00:00
Charles Kerr c0e5efbc03 fix some stub code 2008-06-05 17:32:36 +00:00
Mitchell Livingston 0d13894dff add fields for rpc username and password 2008-06-05 16:50:39 +00:00
Charles Kerr f861f39711 maybe fix the tracker authentication problems reported by demio 2008-06-05 16:35:33 +00:00
Mitchell Livingston 189cbfbf22 fix mac breakage 2008-06-05 16:32:44 +00:00
Charles Kerr d3d4047da0 fix handshake.c crash reported by wereHamster 2008-06-05 16:25:22 +00:00
Charles Kerr ab17f553c4 get RPC password protections working in libT and the gtk+ client. mac, daemon, and cli need to be synced. 2008-06-05 16:23:03 +00:00
Mitchell Livingston bd2ad5ca97 handle all settings changed by rpc (previously download location was missing) 2008-06-05 15:22:18 +00:00
Mitchell Livingston 4951ba05d0 avoid unnecessary memory allocation when updating the rpc access list 2008-06-05 05:00:24 +00:00
Charles Kerr 4d29a29003 (rpc server) fix ACL error reported by pea_ 2008-06-05 04:02:46 +00:00
Mitchell Livingston 6d04fb8832 some small simplifications to the group code 2008-06-05 02:46:39 +00:00
Mitchell Livingston f010e5f372 minor efficiency improvements 2008-06-05 02:16:33 +00:00
Charles Kerr 32f71e1725 (libT RPC server): poll more frequently for new commands after we've received the first one. 2008-06-05 02:07:17 +00:00
Charles Kerr b92e88b29c fix tracker crash caused by the new add/remove tracker code reported by BentMyWookie 2008-06-04 23:46:32 +00:00
Mitchell Livingston e0345e462a adjust the placement of the port status indicator 2008-06-04 23:03:46 +00:00
Mitchell Livingston c6d45c0c73 update strings file; remove commented-out code 2008-06-04 21:18:42 +00:00
Mitchell Livingston 383f82cdd3 minor update to the creator window 2008-06-04 21:09:42 +00:00