Tunnel Library - Change Log
[MAIN] [LICENSE] [CHANGELOG] [TUTORIALS] [JAVADOC] [FORUM]CHANGELOG
2009-10-15 - Version 2.2.0
* Added keep-alive support.
* Changed default HTTP tunnel client parameters to smaller buffer and block sizes.
* Changed default HTTP tunnel client parameters to chunked mode.
* Changed default HTTP tunnel client parameters to new request after flush (for compatibility reasons).
* Changed default HTTP tunnel server parameters to smaller buffer and block sizes.
* Changed default multiplexer parameters to smaller buffer and block sizes.
2009-07-06 - Version 2.1.1
* Added plain socket tunnel support.
2009-07-04 - Version 2.1.0
* Replaced gzip support with zlib support.
* Completed missing javadoc documentation.
* Added a DelegatingTunnelClient.
* Minor bugfixes.
2009-07-03 - Version 2.0.7
* Fixed a bug in the gzip tunneling support.
2009-03-11 - Version 2.0.6
* Updated dependencies to httpclient 4.0-beta2 and httpcore 4.0-beta3.
* Added SSL tunneling support.
* Added gzip tunneling support.
2008-10-31 - Version 2.0.5
* Updated dependencies to httpclient 4.0-beta1 and httpcore 4.0-beta3.
* Added SystemPropertiesXXXParams to configure the tunnel via system properties.
* Added NTLM support (available when jcifs-1.2.19 is present in the classpath).
* Added socket timeout to client side to detect silent (without RST packet) connection failure.
2008-05-07 - Version 2.0.4
* First public release.