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

Skip to content
Snippets Groups Projects
  1. Jun 03, 2015
  2. Jun 02, 2015
  3. May 31, 2015
  4. May 30, 2015
  5. May 27, 2015
  6. May 24, 2015
  7. May 23, 2015
  8. May 18, 2015
  9. May 13, 2015
  10. May 12, 2015
  11. May 11, 2015
  12. May 07, 2015
  13. May 06, 2015
  14. May 05, 2015
  15. May 04, 2015
  16. May 03, 2015
  17. May 02, 2015
  18. Apr 27, 2015
    • zzz's avatar
      NamingService: Add export methods, · eaac4d3d
      zzz authored
      fill in subclass methods for efficient exporting,
      fill in getBase64Entires() and getNames() where unimplemented
      SusiDNS: Add export support, no UI yet
      eaac4d3d
  19. Apr 26, 2015
  20. Apr 25, 2015
    • zzz's avatar
      add package.html files · b90816fd
      zzz authored
      b90816fd
    • zzz's avatar
      I2PSSLSocketFactory: · 40c4a429
      zzz authored
      - Add hostname verification using code from
      Apache HttpClient 4.4.1 (Apache 2.0 license)
      and one small class from HttpCore 4.4.1,
      slightly modified to remove additional Apache dependencies
      and unneeded code.
      - Includes support for public suffix list;
      use basic list with standard TLDs,
      and also support loading the big Mozilla list,
      but don't bundle the 150KB Mozilla list for now.
      - For Android, use its default verifier, which
      should actually work (unlike Oracle)
      - Java 7 not required, although servers requiring SNI will now
      fail on Java 6, which does not support SNI
      SSLEepGet:
      - Rework recent setSoTimeout code changes, as they broke SNI
      - Add option to save certs even if no errors
      - Add option to disable hostname verification
      40c4a429
    • zzz's avatar
      Mods to remove additional Apache dependencies · 26f89391
      zzz authored
      and unneeded code, now compiles
      26f89391
    • zzz's avatar
      - Initial checkin of Apache classes from · aaae72cf
      zzz authored
      Apache HttpClient 4.4.1 (Apache 2.0 license)
      and one small class from HttpCore 4.4.1,
      unmodified as a baseline for future merges.
      Does not compile.
      See following checkins for more info
      aaae72cf
    • zzz's avatar
      Util: Catch and convert OOM in I2PThread.start() to a RuntimeException, · 3e55cff1
      zzz authored
      to give better message to users and prevent JVM shutdown
      on what is unlikely to be a heap issue.
      3e55cff1
  21. Apr 22, 2015
  22. Apr 20, 2015
Loading