2005-03-04 jrandom
* Filter HTTP response headers in the eepproxy, forcing Connection: close so that broken (/malicious) webservers can't allow persistent connections. All HTTP compliant browsers should now always close the socket. * Enabled the GZIPInputStream's cache (they were'nt cached before) * Make sure our first send is always a SYN (duh) * Workaround for some buggy compilers
Showing
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/HTTPResponseOutputStream.java 232 additions, 0 deletions.../java/src/net/i2p/i2ptunnel/HTTPResponseOutputStream.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java 1 addition, 1 deletion...unnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientRunner.java 41 additions, 0 deletions...java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientRunner.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelRunner.java 5 additions, 2 deletions...i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelRunner.java
- apps/streaming/java/src/net/i2p/client/streaming/Connection.java 2 additions, 0 deletions...reaming/java/src/net/i2p/client/streaming/Connection.java
- apps/streaming/java/src/net/i2p/client/streaming/ConnectionDataReceiver.java 5 additions, 2 deletions.../src/net/i2p/client/streaming/ConnectionDataReceiver.java
- apps/streaming/java/src/net/i2p/client/streaming/PacketLocal.java 1 addition, 0 deletions...eaming/java/src/net/i2p/client/streaming/PacketLocal.java
- core/java/src/net/i2p/data/DataHelper.java 2 additions, 1 deletioncore/java/src/net/i2p/data/DataHelper.java
- core/java/src/net/i2p/time/Timestamper.java 2 additions, 2 deletionscore/java/src/net/i2p/time/Timestamper.java
- core/java/src/net/i2p/util/OrderedProperties.java 2 additions, 2 deletionscore/java/src/net/i2p/util/OrderedProperties.java
- core/java/src/net/i2p/util/ReusableGZIPInputStream.java 2 additions, 2 deletionscore/java/src/net/i2p/util/ReusableGZIPInputStream.java
- history.txt 10 additions, 1 deletionhistory.txt
- 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/tunnel/InboundGatewayReceiver.java 3 additions, 3 deletions...ava/src/net/i2p/router/tunnel/InboundGatewayReceiver.java
- router/java/src/net/i2p/router/tunnel/OutboundReceiver.java 5 additions, 5 deletionsrouter/java/src/net/i2p/router/tunnel/OutboundReceiver.java
- router/java/src/net/i2p/router/tunnel/TunnelParticipant.java 5 additions, 5 deletionsrouter/java/src/net/i2p/router/tunnel/TunnelParticipant.java
Loading
Please register or sign in to comment