Skip to content

Releases: erikvanzijst/scala_tlsproxy

Fix NPE on ServerChannel.getRemoteAddress

03 Sep 15:58
Compare
Choose a tag to compare

Close connection on CancelledKeyException

01 Sep 08:55
Compare
Choose a tag to compare
v0.4.2

Close connection on CancelledKeyException

Fix CancelledKeyException

01 Sep 08:31
Compare
Choose a tag to compare

Also changed the config callbacks to expose addresses as InetSocketAddress,
instead of the useless SocketAddress base type.

Config options and unit tests

31 Aug 13:53
Compare
Choose a tag to compare

You can now specify a max connection limit and custom runtime rules to allow/block individual requests.

Demote broken connections from error to warning

19 Aug 13:44
Compare
Choose a tag to compare

To avoid diluting the signal to noise ratio on a host system.

Stability improvements & tidy logging output

18 Aug 21:11
Compare
Choose a tag to compare

Dropped the logback dependency and improved connection shutdown logic.

First alpha release

17 Aug 22:36
Compare
Choose a tag to compare

Initial release