-
- Downloads
2005-09-16 jrandom
* Added the i2p.exe and i2pinstall.exe for windows users, using launch4j. * Added runplain.sh for *nix/osx users having problems using the java service wrapper (called from the install dir as: sh runplain.sh) * Bundle susidns and syndie, with links on the top nav * Have I2PTunnelHTTPClient and I2PTunnelHTTPServer use the x-i2p-gzip content-encoding (if offered), reducing the payload size before it reaches the streaming lib. The existing compression is at the i2cp level, so we've been packetizing 4KB of uncompressed data and then compressing those messages, rather than compressing and then packetizing 4KB of compressed data. This should reduce the number of round trips to fetch web pages substantially. * Adjust the startup and timing of the addressbook so that susidns always has config to work off, and expose a method for susidns to tell it to reload its config and rerun.
Showing
- apps/addressbook/java/src/addressbook/Daemon.java 29 additions, 7 deletionsapps/addressbook/java/src/addressbook/Daemon.java
- apps/addressbook/java/src/addressbook/DaemonThread.java 4 additions, 4 deletionsapps/addressbook/java/src/addressbook/DaemonThread.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/HTTPResponseOutputStream.java 98 additions, 9 deletions.../java/src/net/i2p/i2ptunnel/HTTPResponseOutputStream.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java 7 additions, 0 deletions...unnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPServer.java 129 additions, 15 deletions...unnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPServer.java
- apps/routerconsole/jsp/help.jsp 1 addition, 1 deletionapps/routerconsole/jsp/help.jsp
- apps/routerconsole/jsp/nav.jsp 5 additions, 3 deletionsapps/routerconsole/jsp/nav.jsp
- build.xml 37 additions, 1 deletionbuild.xml
- history.txt 17 additions, 1 deletionhistory.txt
- installer/i2pinstaller.xml 20 additions, 0 deletionsinstaller/i2pinstaller.xml
- installer/i2pstandalone.xml 23 additions, 0 deletionsinstaller/i2pstandalone.xml
- installer/install.xml 1 addition, 1 deletioninstaller/install.xml
- installer/resources/postinstall.sh 1 addition, 0 deletionsinstaller/resources/postinstall.sh
- installer/resources/runplain.sh 6 additions, 0 deletionsinstaller/resources/runplain.sh
- router/java/src/net/i2p/router/RouterLaunch.java 14 additions, 0 deletionsrouter/java/src/net/i2p/router/RouterLaunch.java
- router/java/src/net/i2p/router/RouterVersion.java 2 additions, 2 deletionsrouter/java/src/net/i2p/router/RouterVersion.java
- router/java/src/net/i2p/router/transport/udp/PeerTestState.java 1 addition, 1 deletion.../java/src/net/i2p/router/transport/udp/PeerTestState.java
Loading
Please register or sign in to comment