Commit Graph

9199 Commits

Author SHA1 Message Date
Daniel Lee fd8169c83e update AUTHORS 2010-06-16 03:29:47 +00:00
Daniel Lee 7e535bc227 (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
2010-06-16 03:11:10 +00:00
Charles Kerr 13b073fcdc (libT) #3291 "tr_torrent.infoDictOffset should be lazily evaluated" 2010-06-16 03:05:23 +00:00
Daniel Lee 59821c65c7 (web) #3296: Deleting a torrent hidden in the webui corrupts the row model 2010-06-16 03:04:40 +00:00
Daniel Lee 7f8db1f3c2 (qt) #3290: Ratio goal of a torrent in torrent list is sessions default until opening that torrent's properties 2010-06-16 03:03:24 +00:00
Daniel Lee 0bc8314809 (qt) #3277: Crash after getting magnet torrent metadata 2010-06-16 03:02:17 +00:00
Daniel Lee c944af72eb (qt) #3269: When changing session source we should request a full refresh right away 2010-06-16 03:01:09 +00:00
Daniel Lee 32a4f1df10 (qt) #3147: qtr delayed to connect to remote session automatically 2010-06-16 02:58:44 +00:00
John Clay e6af3ea090 Update AUTHORS/Credits & Help 2010-06-16 02:34:15 +00:00
Charles Kerr e54affeb34 (trunk) bump user-agent to 2.00+ and peer-id prefix to -TR200Z- 2010-06-16 02:00:18 +00:00
Mitchell Livingston e03fe7cc37 remove zh_CH files from Xcode and update Makefile for missing localizations 2010-06-16 01:18:18 +00:00
Mitchell Livingston 20211d89ea update NEW's 2.00 release date 2010-06-16 00:59:07 +00:00
Charles Kerr 2ede3f08d1 (trunk) bump to 2.00 2010-06-16 00:53:57 +00:00
Charles Kerr bba7ca17bf (trunk gtk) sync the translations from rosetta again 2010-06-16 00:47:13 +00:00
Mitchell Livingston 7a1e05a1ee update Simplified Chinese for 2.0 2010-06-15 22:33:45 +00:00
Charles Kerr 7dc9d4ac69 (trunk) fix minor memory leak in the bencode-test unit tests 2010-06-15 15:46:51 +00:00
Charles Kerr 0eccb5a477 (trunk gtk) #3295 "transmission updates the blocklist even when the blocklist is disabled" -- fixed in trunk for 2.00 2010-06-15 15:35:40 +00:00
Mitchell Livingston d930b4d781 update NEWS 2010-06-15 01:43:44 +00:00
Mitchell Livingston 32e3f95f4e update NEWS 2010-06-15 01:43:21 +00:00
Charles Kerr c82dcd81e9 tweak the 2.0 news 2010-06-15 01:36:12 +00:00
Mitchell Livingston 5f6365e9e4 remove unused ggets.[ch] from xcode 2010-06-15 00:38:36 +00:00
Charles Kerr 3ae99f79ec (trunk libT) #3293 "fggets() is overkill for parsing the blocklist" -- fixed in trunk for 2.00 2010-06-15 00:38:10 +00:00
Charles Kerr 3e7730e9b7 (trunk libT) remove a pair of unnecessary, but expensive, assert()s 2010-06-14 23:14:58 +00:00
Charles Kerr a5e708c824 (trunk libT) rejigger the filter order again, based on profiling in cachegrind 2010-06-14 12:48:28 +00:00
Charles Kerr 38a254ba78 (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 2010-06-14 12:01:50 +00:00
Charles Kerr 89201ab829 (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. 2010-06-14 11:57:46 +00:00
Charles Kerr f0a70d77b6 (trunk libT) experimental commit 2010-06-14 03:42:54 +00:00
Charles Kerr ec79257999 (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
2010-06-14 01:56:03 +00:00
Charles Kerr 48f9d61ba1 (trunk libT) small speed improvements to comparePeerCandidates() 2010-06-13 23:06:50 +00:00
Mitchell Livingston 493f5afa6a trivial improvement to compareSeedProbabilities() 2010-06-13 20:54:03 +00:00
Charles Kerr f33bc7310b 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) 2010-06-13 18:14:49 +00:00
Charles Kerr a33be6c4b8 (trunk libT) speedups to comparePeerCandidates() 2010-06-13 17:17:33 +00:00
Mitchell Livingston 8b23681730 update Dutch localization for 2.0 2010-06-12 13:09:59 +00:00
Eric Petit 2cb6279a72 fix daemon build on platforms without inotify 2010-06-11 07:24:06 +00:00
Charles Kerr 462e473410 (trunk libT) when TR_CURL_VERBOSE is set, also log the benc announce response 2010-06-10 15:18:02 +00:00
Mitchell Livingston faeb04bec4 missed one 2010-06-09 23:22:10 +00:00
Mitchell Livingston b13cfe2ea6 update miniupnpc to 20100609 2010-06-09 23:22:00 +00:00
Daniel Lee c19f73f77e (qt) #3275: Seed ratio limit and ratio limit enabled are currently not pulled from a remote session 2010-06-08 17:37:29 +00:00
Charles Kerr bc71c7753b (trunk libT) #3274 "When connecting with a DHT-enabled peer, we send our port message out-of-order" -- fixed in trunk for 2.00 2010-06-07 19:35:57 +00:00
Charles Kerr 0ad06c50e8 (trunk) #3262 "problems with '.' as the first character in a .torrent's filename" -- fixed in trunk for 2.00 2010-06-07 14:25:31 +00:00
Mitchell Livingston 9704a8637e update French localization for 2.00 2010-06-07 11:44:59 +00:00
Mitchell Livingston 8ae8138cb8 adjustments to German localization 2010-06-07 00:57:40 +00:00
Charles Kerr 78e62a38ed (trunk) remove hardcoded optimization flags for supported builds in configure.ac. Packagers/builders/installers know their kernel & hardware better than Transmission does. 2010-06-06 17:47:34 +00:00
Daniel Lee 7b70d91e8f (qt) #3277 wasn't completely fixed, consider this a hack until a better solution presents itself 2010-06-05 20:44:11 +00:00
Charles Kerr 928e2105f3 (trunk qt) #3265 "-v --version command line doesn't quit transmission" -- call ::exit(0) instead of exit(0). d'oh! 2010-06-05 10:59:24 +00:00
Charles Kerr e6aea2b29e (trunk Qt) #3266 "statusbar different from gtk client" -- pass Longinus00's patch through to trunk as-is 2010-06-05 10:47:41 +00:00
Charles Kerr 61e7d5d901 (trunk daemon) #3267 -- fix transmission-remote manpage formatting error. 2010-06-05 10:38:49 +00:00
Daniel Lee e78701ab15 (qt) don't need -lrt for build 2010-06-05 00:58:11 +00:00
Daniel Lee 076eca895f (qt) typo caused some command line options to not work 2010-06-05 00:02:20 +00:00
Daniel Lee a15888105c (qt) use already defined values in utils 2010-06-04 23:33:09 +00:00