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

Skip to content
Snippets Groups Projects
  1. Jul 31, 2012
  2. Jul 21, 2012
  3. Jun 29, 2012
  4. Jun 25, 2012
  5. Jun 24, 2012
  6. Jun 21, 2012
  7. Jun 20, 2012
    • zzz's avatar
      log tweak · 39d9a25e
      zzz authored
      39d9a25e
    • zzz's avatar
      * I2PSession: · b5dad73f
      zzz authored
         - Greatly simplify the VerifyUsage timers
         - Constructor cleanup
      b5dad73f
  8. Jun 19, 2012
    • zzz's avatar
      * Streaming: · 129b16d9
      zzz authored
         - Listen only on local port if set
         - Listen only for streaming protocol if configured (new option)
         - Javadocs re: ports
      129b16d9
  9. Jun 11, 2012
  10. May 30, 2012
    • zzz's avatar
      * Timestamper: · f14ff31a
      zzz authored
         - Move from core to router, leave stub in core
           so it doesn't break compatibility. This removes a
           thread in app context and prevents any app context from
           running NTP; external clients must use the time
           received from the router.
         - Increase query interval
      f14ff31a
  11. May 28, 2012
  12. May 20, 2012
  13. May 01, 2012
  14. Mar 28, 2012
  15. Mar 27, 2012
  16. Mar 26, 2012
  17. Mar 25, 2012
  18. Mar 23, 2012
  19. Mar 22, 2012
  20. Mar 17, 2012
  21. Mar 16, 2012
  22. Mar 14, 2012
    • zzz's avatar
      * DHSessionKeyBuilder: · 2436d860
      zzz authored
          - Move from core to router/transport
          - Make non-static, instantiate in TransportManager
          - Generate keypair in constructor and make final
            to move more processing to the precalc thread
            and eliminate races
          - Synchronize getSessionKey() to eliminate races
          - Comment out unused methods
        * UDPTransport:
          - Make key builder final in InboundEstablishState to
            eliminate rare NPE (ticket #406)
          - Remove unused static instance
      2436d860
    • zzz's avatar
      326b9998
    • zzz's avatar
      remove static logs · 3b64ce74
      zzz authored
      3b64ce74
  23. Mar 08, 2012
    • zzz's avatar
      * SessionKeyManager: · 97f402be
      zzz authored
          - Don't use unacked tagsets after consecutive ack failures
            and revert to full ElGamal if necessary (ticket #574)
          - Synchronize creation of new sessions to prevent dups
          - Don't remove an unacked session until it's really out of tags
          - Failsafe removal of old unacked tagsets
          - Cleanups, final, comments, log tweaks, debug.jsp tweaks, synchronization tweaks
      97f402be
    • zzz's avatar
      javadoc · 1e978ea4
      zzz authored
      1e978ea4
    • zzz's avatar
      log tweak · 629c7862
      zzz authored
      629c7862
  24. Feb 29, 2012
    • zzz's avatar
      * DataStructures: · f61183d2
      zzz authored
          - Remove static logs
          - Sort addresses in RouterInfo at initialization only;
            change from Set to List to save space
          - Remove unused counters in Lease to save space
          - Increase max leases to 16
      f61183d2
  25. Feb 28, 2012
  26. Feb 27, 2012
Loading