]>
granicus.if.org Git - transmission/log
Charles Kerr [Wed, 23 Jun 2010 20:14:30 +0000 (20:14 +0000)]
(trunk libT) formatter_get_size_str() -- we don't need decimal places when displaying bytes :)
Charles Kerr [Wed, 23 Jun 2010 16:51:16 +0000 (16:51 +0000)]
(trunk gtk) experimental fix for #3335 "magnet link options dialog does not respect setting."
Charles Kerr [Wed, 23 Jun 2010 16:32:02 +0000 (16:32 +0000)]
(trunk gtk) #3336 "gtk client confuses magnet links as files and tries to trash them" -- fixed
Charles Kerr [Wed, 23 Jun 2010 16:06:15 +0000 (16:06 +0000)]
(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.
Daniel Lee [Wed, 23 Jun 2010 08:58:23 +0000 (08:58 +0000)]
(web) un-uglify the peer list transfer speed colums from r10804
Charles Kerr [Wed, 23 Jun 2010 04:36:16 +0000 (04:36 +0000)]
(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.
Daniel Lee [Tue, 22 Jun 2010 22:32:44 +0000 (22:32 +0000)]
(web) #3331:Tracker and peer lists should work when more than one torrent is selected
Daniel Lee [Tue, 22 Jun 2010 22:30:58 +0000 (22:30 +0000)]
#3298:Prettier formating of percentages
Charles Kerr [Tue, 22 Jun 2010 20:39:19 +0000 (20:39 +0000)]
(trunk libT) minor procedural tweak to tr_peerMgrPeerStats() inspired by #3334
Charles Kerr [Tue, 22 Jun 2010 16:31:38 +0000 (16:31 +0000)]
(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
Charles Kerr [Tue, 22 Jun 2010 13:34:46 +0000 (13:34 +0000)]
(trunk libT) add an accessor for the formatter unit strings
Charles Kerr [Tue, 22 Jun 2010 04:34:16 +0000 (04:34 +0000)]
(trunk) add tr_formatter_size() and tr_formatter_speed() so that all the client apps don't have to reinvent the wheel
Daniel Lee [Tue, 22 Jun 2010 00:34:24 +0000 (00:34 +0000)]
(qt) keep the size display the same as the gtk client
Charles Kerr [Tue, 22 Jun 2010 00:12:52 +0000 (00:12 +0000)]
(trunk) more win32 fixes from rb07 in #3311
Charles Kerr [Mon, 21 Jun 2010 22:09:15 +0000 (22:09 +0000)]
(trunk) #3301 ".desktop file for transmission-qt" -- added to trunk for 2.10
Charles Kerr [Mon, 21 Jun 2010 16:44:35 +0000 (16:44 +0000)]
(trunk libT) part of rb07's win32 portability patches from ticket #3311
Daniel Lee [Mon, 21 Jun 2010 13:29:48 +0000 (13:29 +0000)]
(utils) add manpage for transmission-show
Daniel Lee [Mon, 21 Jun 2010 13:14:33 +0000 (13:14 +0000)]
(web) fix whitepsaces
Charles Kerr [Mon, 21 Jun 2010 13:08:04 +0000 (13:08 +0000)]
call fcntl(F_NOCACHE,1) right before closing a local datafile. Does it have any effect? Who knows.
Charles Kerr [Sun, 20 Jun 2010 13:19:24 +0000 (13:19 +0000)]
(trunk libT) silence a cache log message
Mitchell Livingston [Sun, 20 Jun 2010 03:50:44 +0000 (03:50 +0000)]
#3315 fix Help buttons in Preferences
Charles Kerr [Sat, 19 Jun 2010 23:28:12 +0000 (23:28 +0000)]
(trunk) silence minor compiler warning: s/%d/%zu/
Daniel Lee [Sat, 19 Jun 2010 21:42:16 +0000 (21:42 +0000)]
refactor formatter.js
Daniel Lee [Sat, 19 Jun 2010 20:54:20 +0000 (20:54 +0000)]
Goodbye
Daniel Lee [Sat, 19 Jun 2010 20:43:26 +0000 (20:43 +0000)]
fix r10804
Charles Kerr [Sat, 19 Jun 2010 18:40:07 +0000 (18:40 +0000)]
(trunk web) add a more flexible speed / size formatter to the web client
Mitchell Livingston [Sat, 19 Jun 2010 17:38:52 +0000 (17:38 +0000)]
try llvm as the compiler again
Charles Kerr [Sat, 19 Jun 2010 16:36:00 +0000 (16:36 +0000)]
(trunk) #2758 "add compact mode to web gui" -- patch by fx and kim
Mitchell Livingston [Sat, 19 Jun 2010 14:43:06 +0000 (14:43 +0000)]
make the mac build work with the last commit
Charles Kerr [Sat, 19 Jun 2010 14:33:10 +0000 (14:33 +0000)]
(trunk) #3256 "libtransmission/publish.[ch] should be replaced" -- apply publish.diff for 2.10
Mitchell Livingston [Sat, 19 Jun 2010 14:26:54 +0000 (14:26 +0000)]
make the mac build work with the new cache code
Charles Kerr [Sat, 19 Jun 2010 14:25:11 +0000 (14:25 +0000)]
(trunk) #1521 "memory cache to reduce disk IO" -- commit block-cache-rc1.diff to trunk for the nightlies.
Daniel Lee [Fri, 18 Jun 2010 13:53:54 +0000 (13:53 +0000)]
(web) Improve upon r10773 fix for #3296
Daniel Lee [Fri, 18 Jun 2010 07:34:37 +0000 (07:34 +0000)]
(qt) #3313:Long orign label can make torrent properites window arbitrarily wide
Daniel Lee [Fri, 18 Jun 2010 04:22:39 +0000 (04:22 +0000)]
(qt) #3312:Error in r10722 (fix for #3255)
Mitchell Livingston [Fri, 18 Jun 2010 03:21:29 +0000 (03:21 +0000)]
--warnings
Mitchell Livingston [Fri, 18 Jun 2010 03:11:22 +0000 (03:11 +0000)]
remove some excessive logging; --warnings
Charles Kerr [Thu, 17 Jun 2010 17:05:27 +0000 (17:05 +0000)]
(trunk) fix the autoreconf invocation s.t. automake knows to add our .m4 files to am__aclocal_m4_deps
Daniel Lee [Thu, 17 Jun 2010 05:56:48 +0000 (05:56 +0000)]
(qt) #3268:Within each session, each torrent added presents options dialog for that and all previous torrents added in that sesssion
Daniel Lee [Thu, 17 Jun 2010 05:28:49 +0000 (05:28 +0000)]
left out makefile changes for r10788
Daniel Lee [Thu, 17 Jun 2010 04:40:06 +0000 (04:40 +0000)]
(web) #3285:Add peer list to inspector
Daniel Lee [Thu, 17 Jun 2010 04:38:03 +0000 (04:38 +0000)]
(web) #3281:Filter by active
Daniel Lee [Thu, 17 Jun 2010 02:50:50 +0000 (02:50 +0000)]
(qt) #3299:Enabled setting encryption preference
Charles Kerr [Thu, 17 Jun 2010 02:49:39 +0000 (02:49 +0000)]
(trunk utils) #3302 "Scraping with transmission-show grabs /scrape without any GET parameters" -- fixed in trunk for 2.10. Thanks LolCol
Charles Kerr [Wed, 16 Jun 2010 15:14:16 +0000 (15:14 +0000)]
(trunk) fix Sérgio Miranda's name
Charles Kerr [Wed, 16 Jun 2010 14:27:24 +0000 (14:27 +0000)]
(trunk) #2983: add command-line utilities for creating .torrent files, for editing passkeys, for adding/removing trackers, etc.
Charles Kerr [Wed, 16 Jun 2010 14:05:18 +0000 (14:05 +0000)]
(trunk) #3263 "cli-based utils' --help page should limit themselves to 80 columns"
Charles Kerr [Wed, 16 Jun 2010 14:01:03 +0000 (14:01 +0000)]
(trunk libT) #3297 "tr_makemeta() should use tr_open_file_for_scanning()" -- implemented in trunk for 2.10
Daniel Lee [Wed, 16 Jun 2010 06:34:45 +0000 (06:34 +0000)]
(qt) fix oversight in r10771
Mitchell Livingston [Wed, 16 Jun 2010 03:35:31 +0000 (03:35 +0000)]
whoops
Mitchell Livingston [Wed, 16 Jun 2010 03:31:51 +0000 (03:31 +0000)]
update AUTHORS and Credits
Daniel Lee [Wed, 16 Jun 2010 03:29:47 +0000 (03:29 +0000)]
update AUTHORS
Daniel Lee [Wed, 16 Jun 2010 03:11:10 +0000 (03:11 +0000)]
(qt) #3269: When changing session source we should request a full refresh right away
r10770 is actually for #3282: After removing a torrent list jumps to the very top
Charles Kerr [Wed, 16 Jun 2010 03:05:23 +0000 (03:05 +0000)]
(libT) #3291 "tr_torrent.infoDictOffset should be lazily evaluated"
Daniel Lee [Wed, 16 Jun 2010 03:04:40 +0000 (03:04 +0000)]
(web) #3296: Deleting a torrent hidden in the webui corrupts the row model
Daniel Lee [Wed, 16 Jun 2010 03:03:24 +0000 (03:03 +0000)]
(qt) #3290: Ratio goal of a torrent in torrent list is sessions default until opening that torrent's properties
Daniel Lee [Wed, 16 Jun 2010 03:02:17 +0000 (03:02 +0000)]
(qt) #3277: Crash after getting magnet torrent metadata
Daniel Lee [Wed, 16 Jun 2010 03:01:09 +0000 (03:01 +0000)]
(qt) #3269: When changing session source we should request a full refresh right away
Daniel Lee [Wed, 16 Jun 2010 02:58:44 +0000 (02:58 +0000)]
(qt) #3147: qtr delayed to connect to remote session automatically
John Clay [Wed, 16 Jun 2010 02:34:15 +0000 (02:34 +0000)]
Update AUTHORS/Credits & Help
Charles Kerr [Wed, 16 Jun 2010 02:00:18 +0000 (02:00 +0000)]
(trunk) bump user-agent to 2.00+ and peer-id prefix to -TR200Z-
Mitchell Livingston [Wed, 16 Jun 2010 01:18:18 +0000 (01:18 +0000)]
remove zh_CH files from Xcode and update Makefile for missing localizations
Mitchell Livingston [Wed, 16 Jun 2010 00:59:07 +0000 (00:59 +0000)]
update NEW's 2.00 release date
Charles Kerr [Wed, 16 Jun 2010 00:53:57 +0000 (00:53 +0000)]
(trunk) bump to 2.00
Charles Kerr [Wed, 16 Jun 2010 00:47:13 +0000 (00:47 +0000)]
(trunk gtk) sync the translations from rosetta again
Mitchell Livingston [Tue, 15 Jun 2010 22:33:45 +0000 (22:33 +0000)]
update Simplified Chinese for 2.0
Charles Kerr [Tue, 15 Jun 2010 15:46:51 +0000 (15:46 +0000)]
(trunk) fix minor memory leak in the bencode-test unit tests
Charles Kerr [Tue, 15 Jun 2010 15:35:40 +0000 (15:35 +0000)]
(trunk gtk) #3295 "transmission updates the blocklist even when the blocklist is disabled" -- fixed in trunk for 2.00
Mitchell Livingston [Tue, 15 Jun 2010 01:43:44 +0000 (01:43 +0000)]
update NEWS
Mitchell Livingston [Tue, 15 Jun 2010 01:43:21 +0000 (01:43 +0000)]
update NEWS
Charles Kerr [Tue, 15 Jun 2010 01:36:12 +0000 (01:36 +0000)]
tweak the 2.0 news
Mitchell Livingston [Tue, 15 Jun 2010 00:38:36 +0000 (00:38 +0000)]
remove unused ggets.[ch] from xcode
Charles Kerr [Tue, 15 Jun 2010 00:38:10 +0000 (00:38 +0000)]
(trunk libT) #3293 "fggets() is overkill for parsing the blocklist" -- fixed in trunk for 2.00
Charles Kerr [Mon, 14 Jun 2010 23:14:58 +0000 (23:14 +0000)]
(trunk libT) remove a pair of unnecessary, but expensive, assert()s
Charles Kerr [Mon, 14 Jun 2010 12:48:28 +0000 (12:48 +0000)]
(trunk libT) rejigger the filter order again, based on profiling in cachegrind
Charles Kerr [Mon, 14 Jun 2010 12:01:50 +0000 (12:01 +0000)]
(trunk libT) as long as I'm committing these CPU tweaks, might as well throw in #3289 too. To undo all this, we can revert to r10745
Charles Kerr [Mon, 14 Jun 2010 11:57:46 +0000 (11:57 +0000)]
(trunk libT) when filtering out peers that aren't candidates, use the fastest filter tests first, so that the more expensive tests will be applied to fewer peers. In particular, call peerIsInUse() last.
Charles Kerr [Mon, 14 Jun 2010 03:42:54 +0000 (03:42 +0000)]
(trunk libT) experimental commit
Charles Kerr [Mon, 14 Jun 2010 01:56:03 +0000 (01:56 +0000)]
(trunk libT) add a much faster (but more complicated) implementation of comparePeerCandidates(). For testing in the nightlies, leave both and the new implementations in the code and run them both (which will make the nightlies slower for awhile) and crash if the results differ from each other. When it doesn't crash anymore I'll remove the old implementation. Happy testing! >:)
-place and compare them to make sure they both give the same results. If no testers can make it crash
Charles Kerr [Sun, 13 Jun 2010 23:06:50 +0000 (23:06 +0000)]
(trunk libT) small speed improvements to comparePeerCandidates()
Mitchell Livingston [Sun, 13 Jun 2010 20:54:03 +0000 (20:54 +0000)]
trivial improvement to compareSeedProbabilities()
Charles Kerr [Sun, 13 Jun 2010 18:14:49 +0000 (18:14 +0000)]
Sync translations from Rosetta. Four new languages: Aragonese (http://en.wikipedia.org/wiki/Aragonese_language), Manx (http://en.wikipedia.org/wiki/Manx_language), Occitan (http://en.wikipedia.org/wiki/Occitan_language), Uyghur (http://en.wikipedia.org/wiki/Uyghur_language)
Charles Kerr [Sun, 13 Jun 2010 17:17:33 +0000 (17:17 +0000)]
(trunk libT) speedups to comparePeerCandidates()
Mitchell Livingston [Sat, 12 Jun 2010 13:09:59 +0000 (13:09 +0000)]
update Dutch localization for 2.0
Eric Petit [Fri, 11 Jun 2010 07:24:06 +0000 (07:24 +0000)]
fix daemon build on platforms without inotify
Charles Kerr [Thu, 10 Jun 2010 15:18:02 +0000 (15:18 +0000)]
(trunk libT) when TR_CURL_VERBOSE is set, also log the benc announce response
Mitchell Livingston [Wed, 9 Jun 2010 23:22:10 +0000 (23:22 +0000)]
missed one
Mitchell Livingston [Wed, 9 Jun 2010 23:22:00 +0000 (23:22 +0000)]
update miniupnpc to
20100609
Daniel Lee [Tue, 8 Jun 2010 17:37:29 +0000 (17:37 +0000)]
(qt) #3275: Seed ratio limit and ratio limit enabled are currently not pulled from a remote session
Charles Kerr [Mon, 7 Jun 2010 19:35:57 +0000 (19:35 +0000)]
(trunk libT) #3274 "When connecting with a DHT-enabled peer, we send our port message out-of-order" -- fixed in trunk for 2.00
Charles Kerr [Mon, 7 Jun 2010 14:25:31 +0000 (14:25 +0000)]
(trunk) #3262 "problems with '.' as the first character in a .torrent's filename" -- fixed in trunk for 2.00
Mitchell Livingston [Mon, 7 Jun 2010 11:44:59 +0000 (11:44 +0000)]
update French localization for 2.00
Mitchell Livingston [Mon, 7 Jun 2010 00:57:40 +0000 (00:57 +0000)]
adjustments to German localization
Charles Kerr [Sun, 6 Jun 2010 17:47:34 +0000 (17:47 +0000)]
(trunk) remove hardcoded optimization flags for supported builds in configure.ac. Packagers/builders/installers know their kernel & hardware better than Transmission does.
Daniel Lee [Sat, 5 Jun 2010 20:44:11 +0000 (20:44 +0000)]
(qt) #3277 wasn't completely fixed, consider this a hack until a better solution presents itself
Charles Kerr [Sat, 5 Jun 2010 10:59:24 +0000 (10:59 +0000)]
(trunk qt) #3265 "-v --version command line doesn't quit transmission" -- call ::exit(0) instead of exit(0). d'oh!
Charles Kerr [Sat, 5 Jun 2010 10:47:41 +0000 (10:47 +0000)]
(trunk Qt) #3266 "statusbar different from gtk client" -- pass Longinus00's patch through to trunk as-is
Charles Kerr [Sat, 5 Jun 2010 10:38:49 +0000 (10:38 +0000)]
(trunk daemon) #3267 -- fix transmission-remote manpage formatting error.
Daniel Lee [Sat, 5 Jun 2010 00:58:11 +0000 (00:58 +0000)]
(qt) don't need -lrt for build
Daniel Lee [Sat, 5 Jun 2010 00:02:20 +0000 (00:02 +0000)]
(qt) typo caused some command line options to not work