* I2CP Compression:

- Add i2cp.gzip option (default true)
      - Don't bother compressing if really small
This commit is contained in:
zzz
2008-11-15 15:03:19 +00:00
parent c7bb2e8f76
commit afa17a8c04
5 changed files with 73 additions and 4 deletions

View File

@ -1,3 +1,13 @@
2008-11-15 zzz
* Build files:
- Don't die if depend not available
- Only verify Jetty hash once
- Add streaming lib tests to depend task
* I2CP Compression:
- Add i2cp.gzip option (default true)
- Add compression stats
- Don't bother compressing if really small
2008-11-13 zzz
* Streaming:
- Add more info to Connection.toString() for debugging