- Jun 01, 2011
-
-
zzz authored
- Use java.security.MessageDigest instead of bundled GNU SHA-256 code if available, which it should always be. 5 to 20% faster on Oracle JVM; 40 to 60% on Harmony; 5 to 15% on JamVM; 20x (!) on GIJ. - Use java.security.MessageDigest instead of bundled Bitzi SHA-1 code if available on non-Oracle JVMs, which it should always be. Not faster on Oracle JVM; 30 to 60% faster on Harmony; 15 to 20% on JamVM; 10-15x (!) on GIJ.
-
- May 30, 2011
-
-
zzz authored
-
- May 28, 2011
-
-
zzz authored
-
- Apr 28, 2011
-
-
zzz authored
-
- Apr 10, 2011
-
- Mar 20, 2011
-
-
zzz authored
-
- Mar 19, 2011
- Mar 08, 2011
-
-
zzz authored
- More efficient metainfo handling, reduce instantiations - Improved handling of storage errors - Improved handling of duplicate file names - More metainfo sanity checks - Metadata transfer error handling improvements - Code cleanup, remove dead and duplicated code
-
- Mar 01, 2011
-
-
zzz authored
-
- Feb 26, 2011
-
-
walking authored
-
- Feb 25, 2011
-
-
walking authored
-
- Feb 24, 2011
-
-
zzz authored
- Fix delete and remove buttons for Opera and w3m (thx xiake) - Stop torrent if no valid trackers - Fix war build dependencies
-
- Feb 17, 2011
-
-
zzz authored
- Add includeAntRuntime=false to all javac targets - Add build date, mtn rev, and changed file list to all manifests - Add unless=uptodate to all jar and war targets (bob and dtg still todo)
-
- Feb 15, 2011
-
-
zzz authored
-
- Feb 13, 2011
-
-
duck authored
-
- Feb 12, 2011
-
-
walking authored
-
- Feb 10, 2011
- Feb 09, 2011
-
-
walking authored
* fix build script poupdate target on windows * change messages_nl.po's encoding to UTF-8 (desktopUI) * add message_zh.po for desktopUI - POs not translated yet, just updated
-
- Feb 07, 2011
-
-
zzz authored
-
- Feb 06, 2011
-
-
zzz authored
-
- Feb 05, 2011
-
-
zzz authored
-
- Jan 13, 2011
-
-
zzz authored
- Disable KRPC - Shorten tracker string
-
- Jan 12, 2011
-
-
zzz authored
-
- Jan 10, 2011
- Jan 07, 2011
-
-
zzz authored
-
- Jan 05, 2011
-
-
zzz authored
-
- Jan 04, 2011
-
-
zzz authored
-
- Jan 03, 2011
- Jan 01, 2011
-
-
zzz authored
-
- Dec 31, 2010
-
-
zzz authored
-
- Dec 30, 2010
- Dec 28, 2010
-
-
zzz authored
- Fix changing 'use open trackers' config setting (old bug) - More TrackerClient fixes for no primary announce - More BEValue.toString() improvements for debugging
-
- Dec 27, 2010
-
-
zzz authored
-
zzz authored
- Better BEValue.toString() (most of the following got missed in the last checkin) - Fix about 9 NPEs - Fix numwant in magnet mode - Send metadata size in extension handshake - Open trackers are primary if we don't have primary trackers - Add missing break in port message handling - Increase max msg size to account for metadata msg - Remember magnets across restarts - Drop peers w/o extensions if we need metainfo - Fix DATA messages - Fix tracker transition to non-magnet - Fix infohash for non-magnet - Fix up peer transition to non-magnet - More logging
-