Commit Graph

9261 Commits

Author SHA1 Message Date
Charles Kerr 5baab746c6 (trunk) #3332 "cannot run multiple qtr instances" -- fixed 2010-06-25 03:53:53 +00:00
Charles Kerr d43e284961 (trunk libt) #3311 "MingW build of Transmission" -- possible win32 fix for the curl thread's select() call. probably broken... :) 2010-06-25 01:31:25 +00:00
Charles Kerr 1f3ead026d (trunk) #3311 "MingW build of Transmission" -- modify tr_strip_positional_args() to strip out the ' printf flag. Platforms not supporting $ tend to not support ' either 2010-06-25 01:13:35 +00:00
Charles Kerr 41f9ae0500 (trunk) #3339 "crash when download some magnet links" -- fixed 2010-06-24 20:36:05 +00:00
Charles Kerr 5a0d9351d2 (trunk) #3341 "support alternate tracker syntax in magnet links" -- fixed 2010-06-24 18:25:21 +00:00
Charles Kerr a54270a11a (trunk libT) #3308 "Don't stop/restart torrents when setting the local data's location" -- fixed 2010-06-24 17:49:20 +00:00
Charles Kerr bcb53a8937 (2.0x) #3340 "tr_moveFile() can be faster" -- fixed for 2.01 2010-06-24 17:34:56 +00:00
Daniel Lee 02429724c6 (qt) Change default peer sort order to peer address 2010-06-24 16:11:02 +00:00
Daniel Lee 58084f5b32 (web) r10834, whoops 2010-06-24 05:23:48 +00:00
Daniel Lee 03ea4a35e8 (web) Math.roundWithPrecision does the exact same thing as toFixed. 2010-06-24 05:22:56 +00:00
Mitchell Livingston 2980120847 #3298 Move percentage string formatting into its own method, and don't append .00 to 100% 2010-06-24 00:00:43 +00:00
Charles Kerr 075169b409 (trunk libT) formatter_get_size_str() -- we don't need decimal places when displaying bytes :) 2010-06-23 20:14:30 +00:00
Charles Kerr fa267d9f2b (trunk gtk) experimental fix for #3335 "magnet link options dialog does not respect setting." 2010-06-23 16:51:16 +00:00
Charles Kerr 79ca1fb96a (trunk gtk) #3336 "gtk client confuses magnet links as files and tries to trash them" -- fixed 2010-06-23 16:32:02 +00:00
Charles Kerr 5e2a6f6c6a (trunk libT) #2581 "RPC extended to manage tracker lists" -- add safeguards in tr_torrentSetAnnounceList() to handle the case of tracker arrays not being sorted by tier. 2010-06-23 16:06:15 +00:00
Daniel Lee 4d486fc2c2 (web) un-uglify the peer list transfer speed colums from r10804 2010-06-23 08:58:23 +00:00
Charles Kerr 16f1ebefce (trunk libT) when comparing peer speed to decide which peers to unchoke, use different criteria for seeding, downloading public, and downloading private. Loosely related to #3334. 2010-06-23 04:36:16 +00:00
Daniel Lee 6ef82d3056 (web) #3331:Tracker and peer lists should work when more than one torrent is selected 2010-06-22 22:32:44 +00:00
Daniel Lee bbe9e9843a #3298:Prettier formating of percentages 2010-06-22 22:30:58 +00:00
Charles Kerr 7e9ba59807 (trunk libT) minor procedural tweak to tr_peerMgrPeerStats() inspired by #3334 2010-06-22 20:39:19 +00:00
Charles Kerr 610c912c5a (trunk libT) #3329 "connection problems when downloading" -- randomize the peer arrays so that all untested peers will have an equal chance of being used. Suggested by Longinus00 2010-06-22 16:31:38 +00:00
Charles Kerr e6cf296a68 (trunk libT) add an accessor for the formatter unit strings 2010-06-22 13:34:46 +00:00
Charles Kerr 1d63aa4cda (trunk) add tr_formatter_size() and tr_formatter_speed() so that all the client apps don't have to reinvent the wheel 2010-06-22 04:34:16 +00:00
Daniel Lee 5701ac82e0 (qt) keep the size display the same as the gtk client 2010-06-22 00:34:24 +00:00
Charles Kerr 5ad7ed550f (trunk) more win32 fixes from rb07 in #3311 2010-06-22 00:12:52 +00:00
Charles Kerr 3e6705db15 (trunk) #3301 ".desktop file for transmission-qt" -- added to trunk for 2.10 2010-06-21 22:09:15 +00:00
Charles Kerr 08628333d1 (trunk libT) part of rb07's win32 portability patches from ticket #3311 2010-06-21 16:44:35 +00:00
Daniel Lee 11ccd65373 (utils) add manpage for transmission-show 2010-06-21 13:29:48 +00:00
Daniel Lee ad9814612d (web) fix whitepsaces 2010-06-21 13:14:33 +00:00
Charles Kerr 99318552eb call fcntl(F_NOCACHE,1) right before closing a local datafile. Does it have any effect? Who knows. 2010-06-21 13:08:04 +00:00
Charles Kerr 8d413e98fc (trunk libT) silence a cache log message 2010-06-20 13:19:24 +00:00
Mitchell Livingston feabaf0c3d #3315 fix Help buttons in Preferences 2010-06-20 03:50:44 +00:00
Charles Kerr 6d0d0f9f64 (trunk) silence minor compiler warning: s/%d/%zu/ 2010-06-19 23:28:12 +00:00
Daniel Lee 1b15ec9879 refactor formatter.js 2010-06-19 21:42:16 +00:00
Daniel Lee a9671b93ac Goodbye 2010-06-19 20:54:20 +00:00
Daniel Lee f07921bad2 fix r10804 2010-06-19 20:43:26 +00:00
Charles Kerr 1aba1c8d66 (trunk web) add a more flexible speed / size formatter to the web client 2010-06-19 18:40:07 +00:00
Mitchell Livingston 0d671d5a15 try llvm as the compiler again 2010-06-19 17:38:52 +00:00
Charles Kerr 25b966fe24 (trunk) #2758 "add compact mode to web gui" -- patch by fx and kim 2010-06-19 16:36:00 +00:00
Mitchell Livingston f223bda8d0 make the mac build work with the last commit 2010-06-19 14:43:06 +00:00
Charles Kerr db44d81b24 (trunk) #3256 "libtransmission/publish.[ch] should be replaced" -- apply publish.diff for 2.10 2010-06-19 14:33:10 +00:00
Mitchell Livingston bab5d73dc5 make the mac build work with the new cache code 2010-06-19 14:26:54 +00:00
Charles Kerr e70bebf930 (trunk) #1521 "memory cache to reduce disk IO" -- commit block-cache-rc1.diff to trunk for the nightlies. 2010-06-19 14:25:11 +00:00
Daniel Lee dbcd1c942f (web) Improve upon r10773 fix for #3296 2010-06-18 13:53:54 +00:00
Daniel Lee 3a8809e38f (qt) #3313:Long orign label can make torrent properites window arbitrarily wide 2010-06-18 07:34:37 +00:00
Daniel Lee fab8e5e691 (qt) #3312:Error in r10722 (fix for #3255) 2010-06-18 04:22:39 +00:00
Mitchell Livingston 51fc9cd34f --warnings 2010-06-18 03:21:29 +00:00
Mitchell Livingston 6e66ec9f01 remove some excessive logging; --warnings 2010-06-18 03:11:22 +00:00
Charles Kerr 41fe524991 (trunk) fix the autoreconf invocation s.t. automake knows to add our .m4 files to am__aclocal_m4_deps 2010-06-17 17:05:27 +00:00
Daniel Lee 14cfd0fac0 (qt) #3268:Within each session, each torrent added presents options dialog for that and all previous torrents added in that sesssion 2010-06-17 05:56:48 +00:00