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

Skip to content
Snippets Groups Projects
  1. Aug 20, 2012
  2. Aug 16, 2012
  3. Aug 15, 2012
  4. Aug 12, 2012
  5. Aug 11, 2012
  6. Aug 10, 2012
  7. Aug 08, 2012
  8. Aug 06, 2012
  9. Aug 05, 2012
  10. Aug 03, 2012
  11. Aug 01, 2012
  12. Jul 31, 2012
  13. Jul 30, 2012
  14. Jul 27, 2012
    • zzz's avatar
      javadoc · 54a80d6b
      zzz authored
      54a80d6b
  15. Jul 23, 2012
  16. Jul 21, 2012
  17. Jul 02, 2012
  18. Jun 29, 2012
  19. Jun 25, 2012
  20. Jun 24, 2012
    • zzz's avatar
      Fix bad size estimate when tags are included in the AES block, · 1671e3b1
      zzz authored
      resulting in trailing zeros after the random padding in the unencrypted AES data block.
      The number of zeros equaled the number of tags included (typ. 6 or 40).
      As the data size is rounded up to the next multiple of 16,
      this increased the size of the data by 0, 16, 32, or 48 bytes when tags were included.
      Bug introduced 2004-10-30.
      1671e3b1
    • zzz's avatar
      * GarlicMessage: · fe535019
      zzz authored
        - Put data clove last to speed acks and leaseset store on far end
        - Change release target
        - Javadocs and cleanups
      fe535019
    • zzz's avatar
      * ElGamal/AES/SessionTag: · e4978595
      zzz authored
        - Increase TX expire from 10 to 12 min, while keeping RX expire at 15 min.
          3 minutes should be plenty of clock skew + delay.
        - Move tags-to-send and low-threshold values to be per-SKM
        - New session config options crypto.tagsToSend and crypto.lowTagThreshold
        - Prep for per-packet override of tags and thresholds
        - Cleanups and Javadocs
      * I2PTunnel: Add some defaults for the new session config options
      * OCMOSJ:
        - Don't bundle LeaseSet just because we're requesting an ACK
        - Changed session config option shouldBundleReplyInfo to default to true
          and be used to disable bundling altogether when set to false.
          Was previously an undocumented option to force bundling with a certain probability.
        - Don't send tags unless we've already generated a reply token (race)
        - Cleanups and Javadocs
      e4978595
    • zzz's avatar
      * I2PTunnel: Fix NPE on shared client creation, thx kytv · 97b05b1d
      zzz authored
       * Transport: Add Ethiopia to hidden mode list
       * Log and javadoc tweaks
      97b05b1d
  21. Jun 21, 2012
  22. 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
  23. 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
  24. Jun 11, 2012
  25. Jun 02, 2012
    • zzz's avatar
      - Uncomment DHT · 7b07eb89
      zzz authored
      - Change DHT from option bit to extension message
      - Add DHT start/stop code
      - Add UI for DHT enabling
      - Add raw datagram protocol type and use for response port
      7b07eb89
  26. 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
  27. May 28, 2012
  28. May 20, 2012
Loading