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 |
|
Trustin Lee
|
48e258c810
|
* Renamed following the general naming convention used in Netty
* Renamed 'delay' to 'checkInterval'
* Added some design ideas, TODOs, and FIXMEs
|
2009-04-12 07:16:01 +00:00 |
|
Trustin Lee
|
7376367973
|
Renamed LimitRead/Write to Read/WriteLimit
|
2009-04-12 06:55:52 +00:00 |
|
Trustin Lee
|
4d88c5348a
|
Added container support for DefaultLocal(Client|Server)ChannelFactory
|
2009-04-12 06:36:36 +00:00 |
|
Trustin Lee
|
b6ff3a4cad
|
Added container support for OioDatagramChannelFactory
|
2009-04-12 06:26:28 +00:00 |
|
Trustin Lee
|
d01c7e05f9
|
Another experimental fix for SslHandler closure issue on handshake failure
|
2009-04-10 18:15:55 +00:00 |
|
Trustin Lee
|
29d56ff975
|
Updated the overview section of the Javadoc
|
2009-04-10 13:09:30 +00:00 |
|
Trustin Lee
|
90a0796d8d
|
* Added the new shiny architecture diagram
|
2009-04-10 12:55:27 +00:00 |
|
Trustin Lee
|
2fe0891f4f
|
Updated Docbook DTD
|
2009-04-10 07:55:54 +00:00 |
|
Trustin Lee
|
a579dabe25
|
Finished writing the chapter 2
|
2009-04-10 07:51:40 +00:00 |
|
Trustin Lee
|
5e00e14e17
|
Removed unnecessary sanity check
|
2009-04-10 05:52:30 +00:00 |
|
Trustin Lee
|
638ef60b33
|
fundamental - basic
|
2009-04-10 03:29:21 +00:00 |
|
Trustin Lee
|
5d008304cf
|
|
2009-04-10 03:20:32 +00:00 |
|
Trustin Lee
|
2e88f7a108
|
More stuff in the user guide
|
2009-04-10 03:16:37 +00:00 |
|
Trustin Lee
|
87fd349c66
|
* Split the buffer section to a separate chapter
* More stuff in the second chapter
|
2009-04-10 02:22:19 +00:00 |
|
Trustin Lee
|
bcd3fd5fe5
|
Removed unnecessary dots in the example
|
2009-04-10 01:46:54 +00:00 |
|
Trustin Lee
|
7de2d0c0df
|
Potential fix for infinite loop in SslHandler.unwrap()
|
2009-04-10 00:57:09 +00:00 |
|
Trustin Lee
|
f1b6534aaf
|
Reverted back the experimental workaround for SslHandler that did not work
|
2009-04-10 00:38:36 +00:00 |
|
Trustin Lee
|
a18a070b60
|
ReadTimeoutException and WriteTimeoutException must extend TimeoutException
|
2009-04-09 07:27:41 +00:00 |
|
Trustin Lee
|
6170cf8cc6
|
Upgraded to APIviz 1.3.0
|
2009-04-09 07:21:34 +00:00 |
|
Trustin Lee
|
bd7f8a561a
|
More example and explanation on ChannelPipelineCoverage("one")
|
2009-04-09 07:03:53 +00:00 |
|
Trustin Lee
|
25a2ade130
|
An experimental workaround for infinite blocking SSLEngine
|
2009-04-08 22:12:29 +00:00 |
|
Trustin Lee
|
763d0cf809
|
An experimental workaround for infinite blocking SSLEngine
|
2009-04-08 22:09:13 +00:00 |
|
Trustin Lee
|
ce30409da8
|
Improved ChannelFuture documentation
|
2009-04-08 09:37:47 +00:00 |
|
Frédéric Brégier
|
b5917ce576
|
Remove abstract from TrafficShapingHandler
Add method resetCumulativeTime and its attribute to reset cumulative counters if needed
|
2009-04-08 09:35:25 +00:00 |
|
Trustin Lee
|
91d26f5abc
|
Fixed Javadoc of OioDatagramChannelFactory
|
2009-04-08 08:48:53 +00:00 |
|
Trustin Lee
|
248125505d
|
Improved documentation of ChannelPipeline
|
2009-04-08 08:41:22 +00:00 |
|
Trustin Lee
|
415702217b
|
Improved documentation on how an event is processed in ChannelPipeline
|
2009-04-08 08:38:06 +00:00 |
|
Trustin Lee
|
945d2ea3cd
|
Improved documentation of LifeCycleAwareChannelHandler
|
2009-04-08 08:19:42 +00:00 |
|
Trustin Lee
|
70c41e53cc
|
Improved documentation of LifeCycleAwareChannelHandler
|
2009-04-08 08:17:42 +00:00 |
|
Trustin Lee
|
df1fc4556c
|
Made more methods in TrafficCounter package-private
|
2009-04-08 07:32:57 +00:00 |
|
Trustin Lee
|
079252700b
|
Made another method in TrafficCounter package-private
|
2009-04-08 07:32:22 +00:00 |
|
Trustin Lee
|
5442ca3600
|
Made another method in TrafficCounter package-private
|
2009-04-08 07:31:46 +00:00 |
|
Trustin Lee
|
cc181204c0
|
Various renames on TrafficCounter methods
|
2009-04-08 07:30:40 +00:00 |
|
Trustin Lee
|
e3fc229b03
|
A test case for NETTY-142 ReplayingDecoder calls decodeLast with unreplayable buffer
|
2009-04-08 07:24:14 +00:00 |
|
Trustin Lee
|
d0ee16781a
|
Fixed issue: NETTY-142 ReplayingDecoder calls decodeLast with unreplayable buffer
* decodeLast is now provided with replayable instead of cumulative
* Renamed fireMessageReceived to unfoldAndFireMessageReceived to avoid confusion
|
2009-04-08 07:23:24 +00:00 |
|