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

Skip to content
Snippets Groups Projects
  1. Jan 03, 2011
  2. Dec 30, 2010
    • zzz's avatar
      * Data Structures: · 08a3165c
      zzz authored
            - New SDSCache for SimpleDataStructures
            - New SimpleByteCache for byte[]
            - Cache Hash, PublicKey, and SigningPublicKey
            - Remove global lock in ByteCache
      08a3165c
  3. Dec 26, 2010
  4. Dec 24, 2010
  5. Dec 17, 2010
  6. Dec 15, 2010
  7. Dec 14, 2010
  8. Dec 13, 2010
  9. Dec 12, 2010
  10. Dec 11, 2010
  11. Dec 05, 2010
    • zzz's avatar
      * Console: · 4a9f7b74
      zzz authored
            - Add SSL support - To enable, change clients.config. Examples:
                  ## Change to SSL only - just add a '-s'
                  clientApp.0.args=-s 7657 ::1,127.0.0.1 ./webapps/
                  ## Use both non-SSL and SSL - add '-s port interface'
                  clientApp.0.args=7657 ::1,127.0.0.1 -s 7667 ::1,127.0.0.1 ./webapps/
                  ## ...and change URLLauncher args further down for the browser to open https:// at startup if you like.
      4a9f7b74
    • zzz's avatar
      * DataHelper: Have readLong() and readString() throw an · 3872cad2
      zzz authored
            EOFException instead of a DataFormatException on EOF,
            which should lower the log severity in I2CP and I2NP
            when a client or peer disconnects.
      3872cad2
  12. Dec 04, 2010
  13. Dec 03, 2010
Loading