- Jan 03, 2011
-
-
zzz authored
* i2ptunnel: - Use context properties as defaults
-
- Dec 30, 2010
-
-
zzz authored
- New SDSCache for SimpleDataStructures - New SimpleByteCache for byte[] - Cache Hash, PublicKey, and SigningPublicKey - Remove global lock in ByteCache
-
- Dec 26, 2010
-
-
zzz authored
-
zzz authored
-
zzz authored
- Move BWLimits and DestLookup message support from I2PSimpleSession to I2PSessionImpl - Include the Hash in the DestReplyMessage on a failed lookup so the client may correlate replies - Add support for parallel lookups and BWLimits requests - Add support for specifying the timeout for DestLookups (can only be smaller than the router timeout for now) - Extend dest lookup router timeout from 10s to 15s
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
- Dec 24, 2010
-
-
zzz authored
tens of thousands of them
-
- Dec 17, 2010
-
-
zzz authored
-
- Dec 15, 2010
- Dec 14, 2010
- Dec 13, 2010
- Dec 12, 2010
-
-
zzz authored
-
- Dec 11, 2010
- Dec 05, 2010
-
-
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.
-
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.
-
- Dec 04, 2010
- Dec 03, 2010
-
-
zzz authored
-