I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Jun 01, 2011
    • zzz's avatar
      * Crypto: · 43332bb6
      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.
      43332bb6
  2. May 30, 2011
  3. May 28, 2011
  4. Apr 28, 2011
  5. Apr 10, 2011
    • zzz's avatar
      * Console: Hide iframe on mobile browsers · 428db022
      zzz authored
          * DataHelper: Speed up eq() (Ticket #437)
          * HTTPServer: Strip inbound X-Accept-Encoding header
          * netdb.jsp: HTML fixes
          * Plugins: Log error when console server not found
          * Reseed: Log tweak
      428db022
  6. Mar 20, 2011
  7. Mar 19, 2011
  8. Mar 08, 2011
    • zzz's avatar
      * i2psnark: · f9b2c0bc
      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
      f9b2c0bc
  9. Mar 01, 2011
  10. Feb 26, 2011
  11. Feb 25, 2011
  12. Feb 24, 2011
    • zzz's avatar
      * i2psnark: · bb7d0287
      zzz authored
            - Fix delete and remove buttons for Opera and w3m (thx xiake)
            - Stop torrent if no valid trackers
            - Fix war build dependencies
      bb7d0287
  13. Feb 17, 2011
    • zzz's avatar
      * Build: · fd91927c
      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)
      fd91927c
  14. Feb 15, 2011
  15. Feb 13, 2011
  16. Feb 12, 2011
  17. Feb 10, 2011
  18. Feb 09, 2011
    • walking's avatar
      * fix typo in bat script · 467de344
      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
      467de344
  19. Feb 07, 2011
    • zzz's avatar
      message tweak · 3f3385fd
      zzz authored
      3f3385fd
    • zzz's avatar
      * i2psnark: · 6c1f5dd5
      zzz authored
            - Check for dup magnet torrent when adding torrent file
            - Add exotrack.i2p (ticket #403)
            - Disable spellcheck in textarea
      6c1f5dd5
  20. Feb 06, 2011
  21. Feb 05, 2011
  22. Jan 13, 2011
  23. Jan 12, 2011
  24. Jan 10, 2011
  25. Jan 07, 2011
  26. Jan 05, 2011
  27. Jan 04, 2011
  28. Jan 03, 2011
  29. Jan 01, 2011
  30. Dec 31, 2010
  31. Dec 30, 2010
  32. Dec 28, 2010
  33. Dec 27, 2010
    • zzz's avatar
      listing info tweaks · 2ae91a98
      zzz authored
      2ae91a98
    • zzz's avatar
      - Hide I2CP settings when in router context · 71043c41
      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
      71043c41
Loading