Trustin Lee
|
967bd4d06d
|
Made sure OioDatagramChannel.joinGroup() is allowed only when the channel is bound.
|
2009-04-22 21:32:12 +00:00 |
|
Trustin Lee
|
59956be369
|
Bootstrap now implements ExternalResourceReleasable
|
2009-04-22 09:19:31 +00:00 |
|
Trustin Lee
|
c3f3e005d9
|
More null check in ChannelLocal
|
2009-04-22 00:01:02 +00:00 |
|
Trustin Lee
|
a24959b9ea
|
Fixed issue NETTY-148: ChannelLocal.initialValue() must return non-null
* Made ChannelLocal.initialValue() abstract
* Null check in ChannelLocal
|
2009-04-21 23:59:59 +00:00 |
|
Trustin Lee
|
726ab5236b
|
Fixed NotYetConnectedException
|
2009-04-21 11:19:35 +00:00 |
|
Trustin Lee
|
75cf84c5da
|
Exception logging
|
2009-04-21 11:14:59 +00:00 |
|
Trustin Lee
|
212be9327d
|
Fixed incorrect exception handling
|
2009-04-21 10:48:46 +00:00 |
|
Trustin Lee
|
d2b6078eaa
|
Fixed broken chunked encoding in HttpTunnelingClientSocketChannel
|
2009-04-21 09:49:20 +00:00 |
|
Trustin Lee
|
5a18c91435
|
Fixed a problem where HttpTunnelingChannelHandler does not log caught exceptions
|
2009-04-21 09:21:13 +00:00 |
|
Trustin Lee
|
55ed37d82c
|
Fixed documentation errors (thanks Stefan)
|
2009-04-21 03:35:07 +00:00 |
|
Trustin Lee
|
58ef4d1cc2
|
More timing tolerance to CookieDecoderTest
|
2009-04-21 03:32:11 +00:00 |
|
Frédéric Brégier
|
4511a10d58
|
bad commit
|
2009-04-19 09:25:58 +00:00 |
|
Frédéric Brégier
|
106c7e8978
|
Update license and pom (still Netty out of sync since branch TrafficShaping is not yet part of the official release)
|
2009-04-19 09:21:32 +00:00 |
|
Trustin Lee
|
c5af24045f
|
[maven-release-plugin] prepare for next development iteration
|
2009-04-18 14:11:52 +00:00 |
|
Trustin Lee
|
249b88dc1f
|
[maven-release-plugin] prepare release netty-3.1.0.BETA2
|
2009-04-18 14:11:38 +00:00 |
|
Trustin Lee
|
10fc8fb398
|
Will release a couple more BETA before CR
|
2009-04-18 12:54:59 +00:00 |
|
Trustin Lee
|
2440a1aabf
|
More constructors to LoggingHandlers
|
2009-04-18 12:42:40 +00:00 |
|
Trustin Lee
|
19cff0c04e
|
Tiny Javadoc improvement in ReplayingDecoder
|
2009-04-17 14:58:21 +00:00 |
|
Trustin Lee
|
f670bb238d
|
More documentation on ReplayingDecoder
|
2009-04-17 10:03:18 +00:00 |
|
Trustin Lee
|
14c7e67a0b
|
Better explanation when ChannelPipelineCoverage is missing
|
2009-04-17 08:18:28 +00:00 |
|
Trustin Lee
|
69ac7d174c
|
Replaced the usage of SimpleChannelHandler with SimpleChannelUpstreamHandler whereever possible
|
2009-04-17 07:33:32 +00:00 |
|
Trustin Lee
|
2c8055c9ca
|
Suppressed unnecessary event object creation in OneToOneDecoder
|
2009-04-17 07:29:08 +00:00 |
|
Trustin Lee
|
71ad5126b6
|
Suppressed unnecessary event object creation in OneToOneEncoder
|
2009-04-17 07:27:37 +00:00 |
|
Trustin Lee
|
c8480941ce
|
Clearer error message for Bootstrap.getPipeline()
|
2009-04-17 06:47:47 +00:00 |
|
Trustin Lee
|
c0f82cb385
|
Typo
|
2009-04-16 05:19:12 +00:00 |
|
Trustin Lee
|
5a67c13279
|
A newline between methods
|
2009-04-16 05:09:51 +00:00 |
|
Trustin Lee
|
f61412c828
|
More tolerance in CookieEncoderTest
|
2009-04-16 05:09:03 +00:00 |
|
Trustin Lee
|
f2f09e66aa
|
Converted an inner class to a nested class
|
2009-04-15 23:49:26 +00:00 |
|
Trustin Lee
|
5127313e97
|
Updated FindBugs filter
|
2009-04-15 23:46:33 +00:00 |
|
Trustin Lee
|
4bab7516d5
|
More tolerance in error message matching
|
2009-04-15 23:02:08 +00:00 |
|
Trustin Lee
|
fb8e337293
|
Converted 'SocketException: Socket closed' to ClosedChannelException (OIO sucks)
|
2009-04-15 22:59:37 +00:00 |
|
Trustin Lee
|
a6fb8708ca
|
A little bit more accuracy in swallowing ClosedChannelException
|
2009-04-15 22:52:48 +00:00 |
|
Trustin Lee
|
7d3fde9b14
|
SslHandler now swallows ClosedChannelException for all written non-app data
|
2009-04-15 22:50:54 +00:00 |
|
Trustin Lee
|
7d8d924f6b
|
Renamed CONNECTION_RESET to IGNORABLE_ERROR_MESSAGE
|
2009-04-15 22:09:57 +00:00 |
|
Trustin Lee
|
86a2c0c0ce
|
Used non-capturing group
|
2009-04-15 22:06:57 +00:00 |
|
Trustin Lee
|
d8bc5f07f2
|
Broken pipe error is reported instead of Connection reset in HPUX
|
2009-04-15 22:06:01 +00:00 |
|
Trustin Lee
|
d425ec761e
|
Simplistic HTTPS example in the comment
|
2009-04-15 15:48:05 +00:00 |
|
Trustin Lee
|
1e568be9cb
|
* Exception handling in HttpRequestHandler
* HttpRequestHandler prints the protocol version now
|
2009-04-15 15:41:49 +00:00 |
|
Trustin Lee
|
1262c45ab3
|
Fixed a problem where ClosedChannelException is raised when SslHandler sends a closure_notify
|
2009-04-15 15:28:30 +00:00 |
|
Trustin Lee
|
e323b221d7
|
Fixed a problem where SslHandler does not notify close futures when partial SSL frame is received.
|
2009-04-15 14:45:24 +00:00 |
|
Trustin Lee
|
9252f449bd
|
Better diagnosis message for AbstractSocketSslEchoTest
|
2009-04-15 13:50:06 +00:00 |
|
Trustin Lee
|
8c172a5a1d
|
More diagnosis message for AbstractSocketSslEchoTest
|
2009-04-15 13:45:05 +00:00 |
|
Trustin Lee
|
b67523ab1c
|
Typo
|
2009-04-15 12:33:54 +00:00 |
|
Trustin Lee
|
09b2a101bd
|
Made sure the close futures which are hold by SslHandler are notified when the connection is closed.
|
2009-04-15 12:33:39 +00:00 |
|
Trustin Lee
|
5966c93cfe
|
Removed the traffic shaper from 3.1 - rescheduled to 3.2.
|
2009-04-15 08:06:42 +00:00 |
|
Trustin Lee
|
bb6db4baf8
|
Removed printStackTrace
|
2009-04-15 07:41:45 +00:00 |
|
Trustin Lee
|
40c4d84477
|
Fixed NPE on interruption
|
2009-04-15 07:41:25 +00:00 |
|
Frédéric Brégier
|
bd1d184d69
|
Change according to ML discussion
|
2009-04-12 10:06:20 +00:00 |
|
Trustin Lee
|
e9793ee244
|
Added toString() to DefaultHttpRequest/Response
|
2009-04-12 07:52:43 +00:00 |
|
Trustin Lee
|
3065a00d81
|
Grammar
|
2009-04-12 07:21:14 +00:00 |
|