Version | Date | Description |
---|---|---|
0.7.3 | 2005-07-11 | |
0.7.2 | 2005-06-08 | |
0.7.1 | 2005-05-17 | |
0.7 | 2005-05-07 |
Type | Changes | By |
---|---|---|
![]() | Session.getWrittenWriteRequests() and getScheduledWriteRequests() | trustin |
![]() | SumUp example to demonstrate the usage of DemuxingProtocolCodecFactory | trustin |
![]() | FilterChain.remove() now returns the removed filter. | trustin |
![]() | DemuxingProtocolHandler now extends ProtocolHandlerAdapter to provide default handler implementations. | trustin |
![]() | SimpleServiceRegistry doesn't throw an IOException in its constructor anymore. | trustin |
![]() | Idle time doesn't work. | trustin |
![]() | ThreadPoolFilters sometimes fire events in non-sequential order. | trustin |
![]() | ByteBuffer.put/getString() throws IllegalStateException if the buffer or the specified CharSequence is empty. | trustin |
![]() | Unnecessary selector wake-ups. | trustin |
![]() | ByteBuffer leak in autoexpand mode. | trustin |
![]() | SessionLog.log() doesn't add a remote address prefix to messages. | trustin |
Type | Changes | By |
---|---|---|
![]() | More JavaDoc | trustin |
![]() | Users can get SSLSession using SSLFilter.getSSLSession() | trustin |
![]() | DemuxingProtocolHandler.(de)registerMessageType() is now public. | trustin |
![]() | NullPointerException in SocketIoProcessor | trustin |
![]() | ProtocolHandler.sessionCreated() is not invoked. | trustin |
![]() | DatagramSssion.close(true) can block forever. | trustin |
![]() | Selectors once opened by acceptors and connectors are not released. | trustin |
![]() | SSLFilter doesn't throw SSLExceptions correctly. | trustin |
![]() | SSLHandler doesn't set client auth params correctly. | trustin |
![]() | DemuxingProtocolCodecFactory.doDecode() is called once more after the buffer becomes empty. | trustin |