Commit Graph

1044 Commits

Author SHA1 Message Date
Trustin Lee
e80c7dbe0e Excluded container integration packages from apiviz view 2009-03-31 09:49:46 +00:00
Trustin Lee
c24077cab5 2009-03-31 09:45:52 +00:00
Trustin Lee
f0b5bbacf9 Fixed race condition in the HTTP example 2009-03-30 18:55:32 +00:00
Trustin Lee
4794030eab Fixed NETTY-148 OioDatagramChannel does not fire an channelOpen event. 2009-03-30 06:13:38 +00:00
Trustin Lee
4a27c83c04 Removed code duplication 2009-03-30 02:19:11 +00:00
Trustin Lee
c6b707c442 Fixed issue: NETTY-137 HttpChunkAggregator should not wait for content when the response status code implies empty content.
* Applied the same fix to HttpMessageDecoder
2009-03-30 02:14:11 +00:00
Trustin Lee
c511ff9872 Fixed issue: NETTY-134 HttpChunkAggregator should not wait for content when the response status code implies empty content.
* Added HttpChunkAggregator.isContentAlwaysEmpty() and implemented it with default behavior (i.e. return true when status code is < 200, 204, 205, or 304)
2009-03-30 02:03:01 +00:00
Trustin Lee
a52ce24f68 Added the second chapter to the master 2009-03-27 16:28:55 +00:00
Trustin Lee
5960fa30a9 Wrote the first section of the architecture chapter 2009-03-27 16:00:57 +00:00
Trustin Lee
9e25ac599a started to write the second chapter finally 2009-03-27 10:49:28 +00:00
Trustin Lee
f736fff687 Better null check 2009-03-27 09:24:28 +00:00
Trustin Lee
0aa5803632 0.9 sec -> 1.0 sec 2009-03-22 15:10:13 +00:00
Trustin Lee
acf7a9d46f Made sure the sleeping Runnable in ImmediateExecutorTest sleeps more than 1 sec 2009-03-22 15:09:40 +00:00
Frédéric Brégier
cceab617b0 2009-03-21 19:09:41 +00:00
Frédéric Brégier
eb80f86204 2009-03-21 19:07:55 +00:00
Frédéric Brégier
b3f9f91f6a Fix doc 2009-03-20 18:04:42 +00:00
Frédéric Brégier
66f645cd55 Fix doc 2009-03-20 17:52:43 +00:00
Frédéric Brégier
eb4e6bd556 Last but not least coding conventions 2009-03-19 22:59:02 +00:00
Frédéric Brégier
8db746d3fd small optimization on channelPC creation 2009-03-19 22:17:51 +00:00
Frédéric Brégier
cb6269ca4c Fix according to standard in Netty Coding 2009-03-19 14:33:27 +00:00
Frédéric Brégier
4d61f6bda6 TrafficShaping v1 2009-03-18 18:48:37 +00:00
Trustin Lee
f777482a97 Fixed a problem where DefaultChannelGroup.write() doesn't recognize ChannelBuffers 2009-03-18 06:53:04 +00:00
Trustin Lee
ac198791e9 Forgot to check in the dtd 2009-03-17 22:17:30 +00:00
Trustin Lee
4cad3dc940 * Added a section about shutting down a netty application
* Revised a section about fragmentation
2009-03-17 11:32:11 +00:00
Trustin Lee
ff9d27ddf8 Updating user guide 2009-03-17 09:04:00 +00:00
Trustin Lee
7565be76e7 Now supports UDP :) 2009-03-16 09:18:14 +00:00
Trustin Lee
1afcc06ba0 [maven-release-plugin] prepare for next development iteration 2009-03-16 08:09:42 +00:00
Trustin Lee
7115cf2935 [maven-release-plugin] prepare release netty-3.1.0.BETA1 2009-03-16 08:07:47 +00:00
Trustin Lee
a5ab271dc7 Deprecated CompatibleObjectDecoder 2009-03-16 07:52:19 +00:00
Trustin Lee
279bd7f0b9 Implemented ReplayingDecoderBuffer.toString() properly 2009-03-16 05:38:13 +00:00
Trustin Lee
7a1963249d Ported high-low watermark to xnio 2009-03-16 05:00:29 +00:00
Trustin Lee
4fa8e3adfc Reduced code duplication of AbstractXnioChannelHandler 2009-03-16 04:48:36 +00:00
Trustin Lee
880241366b Removed unnecessary System.out.println 2009-03-16 04:38:43 +00:00
Trustin Lee
9b0bf68148 Made sure DefaultCookie doesn't accept reserved names 2009-03-16 04:37:13 +00:00
Trustin Lee
566f72abe6 A little bit more explanation on the usage of HttpChunkAggregator 2009-03-16 04:29:47 +00:00
Trustin Lee
6d4adea536 Fixed incorrect parameter name 2009-03-16 04:17:53 +00:00
Trustin Lee
c4269c1697 Changed ImmediateExecutorTest to use nanoTime 2009-03-16 03:59:31 +00:00
Trustin Lee
d020ffe44c CookieDateFormat doesn't always use en_US locale 2009-03-15 15:39:41 +00:00
Trustin Lee
5f676a83af Added a build option 'attach-distribution' 2009-03-14 16:45:20 +00:00
Trustin Lee
a074c0a95d * Optimized QueryStringDecoder
* Moved DEFAULT_CHARSET to HttpCodecUtil
2009-03-14 13:48:01 +00:00
Trustin Lee
701d8a8aaa Made sure the encoded cookie conforms to the RFC 2009-03-14 13:35:10 +00:00
Trustin Lee
eaca45eb8a * Reimplemented CookieDecoder to understand quoted-strings 2009-03-14 13:13:28 +00:00
Trustin Lee
3e2bf2e163 A little bit more tolerance 2009-03-13 17:09:31 +00:00
Trustin Lee
f78ac1f29a A little bit more tolerance 2009-03-13 17:08:25 +00:00
Trustin Lee
e4c283fb89 Avoid timing errors 2009-03-13 16:43:39 +00:00
Trustin Lee
9e0e310ffe * Improved CookieDecoder to be more tolerant
* Added a test case for comma delimited cookies
2009-03-13 16:33:49 +00:00
Trustin Lee
611364e47c Suppressed unnecessary autoboxing 2009-03-13 16:28:20 +00:00
Trustin Lee
dc61906620 Fixed test failures 2009-03-13 15:53:52 +00:00
Trustin Lee
bbf32cae51 * Prettier cookie attribute names
* Removed an unused method
2009-03-13 15:49:35 +00:00
Trustin Lee
3e6f638449 Removed the unnecessary last semicolon 2009-03-13 15:48:23 +00:00