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

Skip to content
Snippets Groups Projects
  1. Dec 03, 2021
  2. Dec 06, 2020
  3. Oct 30, 2020
  4. Oct 29, 2020
  5. Oct 10, 2020
  6. Sep 16, 2020
  7. Apr 16, 2020
  8. Jan 26, 2017
  9. Sep 16, 2015
    • zzz's avatar
      Build: · 37597b8c
      zzz authored
       - Include geoip in update files for next release
       - Add created-by string to release torrents
      i2psnark:
       - Store torrent added and completed times in config files, display on details page
       - Display dates on details page in local time zone
       - Add metainfo creation command line support for created-by string
      37597b8c
  10. Mar 08, 2015
  11. Jun 21, 2014
    • zzz's avatar
      i2psnark: · 2dcc9b7a
      zzz authored
        - Display webapp name in html title (ticket #1311)
        - Use tracker from magnet link in display (ticket #1313)
        - Clarify auto-start (ticket #1293)
        - Include tracker in magnet link on details page (ticket #964)
        - Recognize .azw4 extension as ebook
        - Cleanups
      2dcc9b7a
  12. May 25, 2014
    • zzz's avatar
      i2psnark: · 5a3eab0c
      zzz authored
        - Change "private" value in infohash from string to number,
          to match what everybody else does
        - Send seed/leech status in DHT announces (ticket #1280)
      5a3eab0c
  13. Nov 26, 2013
  14. Nov 11, 2013
  15. Nov 10, 2013
  16. Jun 28, 2013
    • zzz's avatar
      * i2psnark: · 726eb587
      zzz authored
         - Show comment metadata on details page
         - Fix rar icon
         - Escape [] in URLs, chrome doesn't do it for us
         - Tweak column spacing
      726eb587
  17. Jun 23, 2013
  18. Dec 10, 2012
  19. May 22, 2012
  20. May 19, 2012
    • zzz's avatar
      * i2psnark: · 6ca4b519
      zzz authored
         - Store received chunks in temp files
         - Don't allocate from heap for unneeded chunks
         - Remove peer count restriction for torrents with large pieces
         - Use priorities and rarest calculations to sort partials
         - Preserve p parameter in clear messages link
      6ca4b519
  21. Mar 25, 2012
  22. Feb 18, 2012
  23. 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
  24. 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
  25. 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
  26. Dec 26, 2010
  27. Dec 22, 2010
  28. Dec 21, 2010
  29. Jul 09, 2010
  30. Apr 12, 2010
  31. 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
  32. Jul 01, 2009
  33. Oct 26, 2008
  34. Jul 16, 2008
  35. 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
Loading