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. 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
  3. Jan 10, 2011
    • zzz's avatar
      i2psnark: · 6670209c
      zzz authored
        - Update session options when max bandwidth changes
        - BufferedStream cleanup and comments
        - torrent name display tweak
        - findbugs
      6670209c
  4. Dec 26, 2010
  5. Dec 22, 2010
  6. Dec 21, 2010
  7. Jul 09, 2010
  8. Apr 12, 2010
  9. Aug 11, 2009
    • sponge's avatar
      2009-08-11 sponge · 3fbff718
      sponge authored
          * Code Janitor time! Many fixes and documenting fixes that should be
            done in the future. for the most part, this is a general code cleanup.
          * On smaller/embedded systems, the "final" keyword cleanups will have
            more of an impact than on larger systems.
          * Document missing hashCode() methods.
          * Unhide more variables to make code easier to read.
      3fbff718
  10. Jul 01, 2009
  11. Oct 26, 2008
  12. Jul 16, 2008
  13. Dec 19, 2005
    • jrandom's avatar
      2005-12-19 jrandom · 4a65fd4f
      jrandom authored and zzz's avatar zzz committed
          * I2PSnark logging, disconnect old inactive peers rather than new ones,
            memory usage reduction, better OOM handling, and a shared connection
            acceptor.
          * Cleaned up the Syndie blog page and the resulting filters (viewing a
            blog from the blog page shows threads started by the selected author,
            not those that they merely participate in)
      4a65fd4f
  14. Dec 17, 2005
    • jrandom's avatar
      2005-12-17 jrandom · ee0951b5
      jrandom authored and zzz's avatar zzz committed
          * Use our faster SHA1, rather than the JVM's within I2PSnark, and let
            'piece' sizes grow larger than before.
      ee0951b5
  15. Dec 14, 2005
    • jrandom's avatar
      2005-12-14 jrandom · 369b6930
      jrandom authored and zzz's avatar zzz committed
          * Fix to drop peer references when we shitlist people again (thanks zzz!)
          * Further I2PSnark fixes to deal with arbitrary torrent info attributes
            (thanks Complication!)
      369b6930
  16. Dec 13, 2005
    • jrandom's avatar
      2005-12-13 jrandom · 7ac673ce
      jrandom authored and zzz's avatar zzz committed
          * Fixed I2PSnark's handling of some torrent files to deal with those
            created by Azureus and I2PRufus (it didn't know how to deal with
            additional meta info, such as path.utf-8 or name.utf-8).
      7ac673ce
  17. Oct 19, 2005
Loading