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

Skip to content
Snippets Groups Projects
  1. Jan 15, 2012
  2. Nov 07, 2011
    • zzz's avatar
      javadoc · 8ecf423d
      zzz authored
      8ecf423d
  3. Nov 04, 2011
  4. Oct 15, 2011
    • zzz's avatar
      * EepGet: · e8712a3a
      zzz authored
          - Add gunzip support (nonproxied only)
          - Clean up progress formatting
        * SSLEepGet:
          - Add gunzip support
          - Increase buffer size
      e8712a3a
  5. Oct 10, 2011
  6. Oct 01, 2011
  7. Sep 08, 2011
  8. Jul 14, 2011
    • zzz's avatar
      * Streaming: · 9f433b2e
      zzz authored
          - Hook I2CP ports through to I2PSocket
          - Javadocs, init cleanups, final
      9f433b2e
  9. Jul 08, 2011
  10. Jul 04, 2011
  11. Jun 26, 2011
    • zzz's avatar
      * Fixes after review: · 2f10cca4
      zzz authored
          - Fix Polish po file
          - Install as a service by default on Windows again
          - Change CPUID getters to package private
          - Split new jbigi install messages into two lines
          - Javadocs
      2f10cca4
  12. Jun 08, 2011
  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 11, 2011
  15. Jan 05, 2011
  16. Dec 04, 2010
    • zzz's avatar
      javadoc · 04ea1fb9
      zzz authored
      04ea1fb9
  17. Nov 29, 2010
  18. Nov 28, 2010
  19. Oct 15, 2010
  20. Oct 02, 2010
    • zzz's avatar
      * I2CP: · 3b2aa946
      zzz authored
            - Add new option i2cp.messageReliability=none, which prevents the
              router from sending MessageStatusMessages back in reply to an
              outbound SendMessageMessage. Since the streaming lib always ignored
              the MSMs anyway, make it the default for streaming.
              This will reduce the I2CP traffic significantly.
              MSM handling now avoided, but it is still fairly broken, see
              comments in I2PSessionImpl2.
            - Cleanups, javadoc, rate reduction
      3b2aa946
  21. May 05, 2010
  22. Oct 19, 2009
  23. Aug 27, 2009
  24. Aug 26, 2009
    • zzz's avatar
      * EepGet, I2PSnark: · 95aba0c5
      zzz authored
            - New I2PSocketEepGet fetches through existing tunnels
              rather than through the proxy
            - Use new eepget for i2psnark
            - Add a fake user agent for non-proxied fetches
            - Cleanups
      95aba0c5
  25. Aug 22, 2009
    • zzz's avatar
      * Streaming, I2PSession: · 3f3d43df
      zzz authored
            Prep for SessionKeyManager work in the router -
            Comment out, deprecate, and javadoc for unused keys and tags,
            they are vestiges of end-to-end crypto
      3f3d43df
  26. Aug 20, 2009
  27. Aug 17, 2009
  28. Aug 14, 2009
  29. 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
  30. Aug 02, 2009
    • zzz's avatar
      * Ministreaming: · d8d76fd3
      zzz authored
            - Make getInt() static
            - Move the big TestSwarm class out of the lib
      d8d76fd3
  31. Jul 16, 2009
    • sponge's avatar
      * ministreaming: · 5106c37a
      sponge authored
            - small pedantic fix
          * streaming:
            - Fix a deadly race condition.
            - Some small pedantic fixes.
          * core:
            - Fix a deadly race condition.
          * BOB:
            - Fixed some races that occured from fixing races in streaming and core.
            - Some badly needed code refactoring to depend less on the database.
      5106c37a
  32. Jun 30, 2009
    • sponge's avatar
      2009-06-30 sponge · c7541f81
      sponge authored
          * General cleanup on streaming and ministreaming.
            This fixes some compile warnings, and prepares for a larger fix.
            There is no code-flow changes, just lint. One warning remains as I am
            unsure exactly how to solve the problem yet.
      c7541f81
  33. May 05, 2009
  34. Apr 26, 2009
  35. Apr 08, 2009
    • zzz's avatar
      * IPV6/localhost: · 0cfbe9c2
      zzz authored
            - Enable IPv6 stack in the JVM, hopefully won't break anything
            - Patch Jetty to support binding to IPv6 addresses
            - Allow multiple bind addresses for the router console
              in the clients.config file; for new installs the
              default is now "127.0.0.1,::1"
            - Change most instances of "localhost" to "127.0.0.1"
              throughout the code
          * Router:
            - Move some classes to private static inner
      0cfbe9c2
  36. Apr 04, 2009
  37. Apr 02, 2009
    • mkvore-commit's avatar
      SAM version 3 : · a4d16af9
      mkvore-commit authored
            - Raw and Datagram sessions implemented
            - option "SILENT=true" added to the stream protocol
            - java 6 warnings removed
         ministreaming :
            - java 6 warnings removed
         ministreaming and streaming :
            -  added functions : 
            	I2PServerSocket.waitIncoming(long timeout)
            	I2PServerSocket.accept(boolean block)
      a4d16af9
  38. Nov 14, 2008
    • zzz's avatar
      * build files: · c7bb2e8f
      zzz authored
         - Don't die if depend not available
         - Only verify Jetty hash once
         - Add streaming lib tests to depends task
      c7bb2e8f
  39. Nov 12, 2008
    • zzz's avatar
      * Build files: · 98038e92
      zzz authored
            - Use the depend task with caching for more accurate dependencies
            - Make sure the routerconsole gets the latest router version
            - Fix addressbook repeated builds
      98038e92
Loading