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

Skip to content
Snippets Groups Projects
  1. Dec 24, 2016
  2. Dec 16, 2016
  3. Nov 24, 2016
  4. Nov 21, 2016
  5. Aug 19, 2016
  6. Apr 30, 2016
  7. Mar 01, 2016
  8. Feb 06, 2016
  9. Jan 10, 2016
    • zzz's avatar
      Tunnels: Fix build request Bloom filter (ticket #1746) · c8197b81
      zzz authored
      Change from 60s DHS to 60m DBF
      Use reply key as filter key, not first part of
      encrypted data, to match the specs and hopefully reduce dups
      BuildMessageProcessor cleanups
      log and stat tweaks
      remove deprecated methods
      remove some timing measurements
      javadocs
      c8197b81
  10. Dec 13, 2015
  11. Dec 12, 2015
  12. Dec 10, 2015
    • zzz's avatar
      Router: · 7e872088
      zzz authored
        - Change addCapabilities() to getCapabilities()
        - Add netdb family sign/verify utility (ticket #1510)
          (verify not yet used)
      RouterInfo:
        - Remove addCapability() and delCapability()
      StatPublisher:
        - Remove Service interface, not required
        - Consolidate getCapabilities() and network ID here
        - Add family signatures
        - Remove unused coreVersion and stat_uptime (as of 0.9.24)
      7e872088
  13. Nov 12, 2015
  14. Nov 08, 2015
  15. Oct 17, 2015
  16. Sep 27, 2015
  17. Jul 12, 2015
  18. Jun 08, 2015
  19. May 27, 2015
    • zzz's avatar
      Banlist: Ban all-zero hash · fba03723
      zzz authored
      NetDb: Drop all-zero lookups and stores, add stats
      SSU:
       - Fix debug logging of dumped packets
       - Drop sessions with bad clock skew, banlist peer, add stats
       - Drop sessions with corrupt DSM, banlist peer, add stats
      Log tweaks
      fba03723
    • zzz's avatar
      remove cast · 716bff41
      zzz authored
      716bff41
  20. May 12, 2015
  21. May 03, 2015
  22. Apr 11, 2015
    • zzz's avatar
      Updates after review: · dd265bbd
      zzz authored
      Remove meeh.i2p as update host (ticket #1515)
      Re-add 193.xxx https reseed
      Fix SocketManagerFactory property handling
      Restore UPnP locale fix lost in the merge
      i2ptunnel finals
      I2NP unique id fixes
      duplicate done() in ReseedChecker
      bigger langbox in CSS
      reformatting
      Javadocs
      dd265bbd
  23. Apr 04, 2015
  24. Apr 03, 2015
  25. Mar 16, 2015
  26. Mar 13, 2015
  27. Jan 28, 2015
  28. Jan 05, 2015
  29. Dec 02, 2014
  30. Nov 15, 2014
    • zzz's avatar
      I2NP: · 5044f3e5
      zzz authored
      Move some data structures away from ByteArray; offsets were always zero
        - New BuildRequestRecord constructors
        - BuildRequestRecord field becomes final byte[222]
        - IV becomes byte[16]
        - Build record becomes EncryptedBuildRecord
      Remove extra copy in BuildRequestRecord.encryptRecord()
      Remove unused BuildRequestRecord.readOurIdentityMatches()
      5044f3e5
    • zzz's avatar
      I2NP: · 279e102d
      zzz authored
      - Set lookup type flags even if no reply tunnel specified
      - Reduce object churn when writing some messages
      279e102d
  31. Nov 08, 2014
  32. Oct 28, 2014
  33. Oct 14, 2014
  34. Sep 15, 2014
    • zzz's avatar
      RoutingKeyGenerator: · c1e8ea0e
      zzz authored
        - Move from core to RouterKeyGenerator in router.jar
        - Leave RoutingKeyGenerator as a simple abstract class
        - DatabaseEntry now uses timestamp instead of mod data
          to determine if mod data has changed. Don't expose
          mod data to DatabaseEntry any more.
        - I2PAppContext.routingKeyGenerator() now returns null;
          you must be in RouterContext to get a generator.
      c1e8ea0e
  35. Sep 04, 2014
Loading