Commit Graph

9250 Commits

Author SHA1 Message Date
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
Daniel Lee fb8bcfb05d left out makefile changes for r10788 2010-06-17 05:28:49 +00:00
Daniel Lee e8432b769a (web) #3285:Add peer list to inspector 2010-06-17 04:40:06 +00:00
Daniel Lee 2db4b86a12 (web) #3281:Filter by active 2010-06-17 04:38:03 +00:00
Daniel Lee 0988fd3ead (qt) #3299:Enabled setting encryption preference 2010-06-17 02:50:50 +00:00
Charles Kerr 66650a2b62 (trunk utils) #3302 "Scraping with transmission-show grabs /scrape without any GET parameters" -- fixed in trunk for 2.10. Thanks LolCol 2010-06-17 02:49:39 +00:00
Charles Kerr d4c8701ac8 (trunk) fix Sérgio Miranda's name 2010-06-16 15:14:16 +00:00
Charles Kerr eda211e5ce (trunk) #2983: add command-line utilities for creating .torrent files, for editing passkeys, for adding/removing trackers, etc. 2010-06-16 14:27:24 +00:00
Charles Kerr 71c1919cfc (trunk) #3263 "cli-based utils' --help page should limit themselves to 80 columns" 2010-06-16 14:05:18 +00:00
Charles Kerr 82f0ec7413 (trunk libT) #3297 "tr_makemeta() should use tr_open_file_for_scanning()" -- implemented in trunk for 2.10 2010-06-16 14:01:03 +00:00
Daniel Lee d3c4c1ec16 (qt) fix oversight in r10771 2010-06-16 06:34:45 +00:00
Mitchell Livingston 34083f1371 whoops 2010-06-16 03:35:31 +00:00