Trustin Lee
|
95d3b145e2
|
Deprecated receive size predictor
|
2008-12-08 09:17:10 +00:00 |
|
Trustin Lee
|
1fa791c4a4
|
Made sure all out-of-the-box encoders and decoders respect the ChannelBufferFactory configuration
|
2008-12-08 09:02:33 +00:00 |
|
Trustin Lee
|
22b3885fe5
|
Automatic code cleanup
|
2008-12-08 08:24:48 +00:00 |
|
Trustin Lee
|
799a95774c
|
Added another fixme
|
2008-12-08 08:21:17 +00:00 |
|
Trustin Lee
|
fe98713cba
|
* Added ChannelBufferFactory and its implementations
* Made sure ChannelBuffer implementations respect the associated ChannelBufferFactory
|
2008-12-08 08:20:34 +00:00 |
|
Trustin Lee
|
43de025c7c
|
More accurate client shutdown time test
|
2008-12-06 14:47:55 +00:00 |
|
Trustin Lee
|
f7e7d8f524
|
Workaround for NPE on ExecutorService.shutdownNow()
|
2008-12-06 14:35:13 +00:00 |
|
Trustin Lee
|
414e02cb3e
|
Fixed a problem where ReplayingDecoderBuffer.readBytes/readSlice() and AbstractChannelBuffer.readSlice() doesn't work properly.
|
2008-12-06 14:19:56 +00:00 |
|
Trustin Lee
|
549145687e
|
Fixed a problem where AbstractChannelBuffer.readBytes(int) does not respect the endianness of the original buffer
|
2008-12-06 13:54:16 +00:00 |
|
Trustin Lee
|
df2f9d9d50
|
Removed System.out.printlns
|
2008-12-05 02:05:42 +00:00 |
|
Trustin Lee
|
978bc83730
|
Made HttpMethod extensible
|
2008-12-05 01:58:38 +00:00 |
|
Trustin Lee
|
5075ac9d3a
|
Optimized imports in HttpVersion
|
2008-12-05 01:35:11 +00:00 |
|
Trustin Lee
|
48c28185a3
|
Removed broken Javadoc tags
|
2008-12-05 01:19:15 +00:00 |
|
Trustin Lee
|
5b69f0f5ac
|
Made HttpVersion extensible
|
2008-12-05 01:18:18 +00:00 |
|
Trustin Lee
|
cd5f5732a2
|
Added HttpMessage.setHeader(String, String)
|
2008-12-04 02:17:22 +00:00 |
|
Trustin Lee
|
f183b3d965
|
[maven-release-plugin] prepare for next development iteration
|
2008-12-03 10:16:53 +00:00 |
|
Trustin Lee
|
5512550389
|
[maven-release-plugin] prepare release netty-3.1.0.ALPHA2
|
2008-12-03 10:16:35 +00:00 |
|
Trustin Lee
|
10cc5c6384
|
* Upgraded APIviz 1.2.5.GA
* Replaced the package diagram with the overview.html
|
2008-12-03 10:08:43 +00:00 |
|
Trustin Lee
|
4691c5e240
|
Moved org.jboss.netty.group to Bootstrapping utilities group
|
2008-12-03 09:16:10 +00:00 |
|
Trustin Lee
|
a1bac0c843
|
APIviz tagging
|
2008-12-03 09:05:54 +00:00 |
|
Trustin Lee
|
a30c36d8e2
|
* APIviz tagging
* Added missing @version tags
|
2008-12-03 09:00:29 +00:00 |
|
Trustin Lee
|
748c169ee2
|
Fixed pom error
Added APIviz markups
|
2008-12-03 08:38:03 +00:00 |
|
Trustin Lee
|
deb8f2b4c0
|
Made AbstractCodecEmbedder public
|
2008-12-03 08:36:11 +00:00 |
|
Trustin Lee
|
144c6d3da7
|
Added the group package to Misc Javadoc group
|
2008-12-03 08:35:09 +00:00 |
|
Trustin Lee
|
cd3c0d25c8
|
Added ChannelHandlerContext.getChannel()
|
2008-12-03 08:31:17 +00:00 |
|
Trustin Lee
|
e659482215
|
* Code clean up
* Codec embedded now supports multiple handler combinations
|
2008-12-03 08:28:50 +00:00 |
|
Trustin Lee
|
2bf7467726
|
Fixed a bug where decoder embedder doesn't work
|
2008-12-03 08:24:31 +00:00 |
|
Trustin Lee
|
f04d8ae99a
|
Made a serious design mistake - rewrote partially
|
2008-12-03 08:20:59 +00:00 |
|
Trustin Lee
|
017dfff527
|
Fixed incorrect conditional statements
|
2008-12-03 08:09:10 +00:00 |
|
Trustin Lee
|
40ebf2b710
|
Added the initial implementation of codec embedder
|
2008-12-03 08:00:50 +00:00 |
|
Trustin Lee
|
c15d930bef
|
is -> has been
|
2008-12-03 07:24:13 +00:00 |
|
Trustin Lee
|
a0a713309e
|
Explicitly documented the case where life cycler handlers are not called.
|
2008-12-03 07:23:29 +00:00 |
|
Trustin Lee
|
d1f0d7fb5e
|
One condition is enough to check if a pipeline is attached or not
|
2008-12-03 07:20:46 +00:00 |
|
Trustin Lee
|
bb137dd5ec
|
Made sure life cycle handlers are called only when the pipeline is attached to a channel
|
2008-12-03 07:19:18 +00:00 |
|
Trustin Lee
|
f6b23a000b
|
Added ChannelPipeline.isAttached()
|
2008-12-03 07:14:22 +00:00 |
|
Trustin Lee
|
e5c42ba3f1
|
Made sure DefaultChannelGroup performs blocking I/O operations on server channels before performing non-blocking I/O operations on non-server channels.
|
2008-12-03 02:52:15 +00:00 |
|
Trustin Lee
|
493aad614d
|
Added ServerChannel tag interface
|
2008-12-03 02:38:32 +00:00 |
|
Trustin Lee
|
05b326a6e6
|
Added ChannelLocal.<init>
|
2008-12-03 00:42:10 +00:00 |
|
Trustin Lee
|
271c41d732
|
Resolved issue: NETTY-93 (ChannelLocal (as a counterpart of ThreadLocal))
* Added ChannelLocal
* Added ConcurrentWeakHashMap
|
2008-12-03 00:39:33 +00:00 |
|
Trustin Lee
|
b97a26d176
|
Fixed a silly bug in ChannelGroupFactory.getGroup()
|
2008-12-03 00:21:41 +00:00 |
|
Trustin Lee
|
49a0b8dbdb
|
Resolved issue: NETTY-90 (Add life cycle listener methods to ChannelHandler)
|
2008-12-01 10:07:54 +00:00 |
|
Trustin Lee
|
e8b1a2862e
|
Added get/setState() to ReplayingDecoder
|
2008-12-01 09:41:46 +00:00 |
|
Trustin Lee
|
5bed9f4bc4
|
Added HttpMessage.removeHeader()
|
2008-12-01 09:34:45 +00:00 |
|
Trustin Lee
|
ec33095eb7
|
Added package-info for the group package
|
2008-12-01 07:15:42 +00:00 |
|
Trustin Lee
|
969effde28
|
Strict check
|
2008-12-01 07:02:47 +00:00 |
|
Trustin Lee
|
00c7fe36f4
|
Tiny cleanup
|
2008-12-01 06:59:52 +00:00 |
|
Trustin Lee
|
722458ef34
|
Resolved issue: NETTY-85 (Global Channel registry)
* Initial implementation
|
2008-12-01 06:58:21 +00:00 |
|
Trustin Lee
|
22b23938b8
|
Channel should implement Comparable<Channel>
|
2008-12-01 06:08:52 +00:00 |
|
Trustin Lee
|
7d37a2f78b
|
Added QueryStringEncoder.toString()
|
2008-12-01 05:29:59 +00:00 |
|
Trustin Lee
|
2d92771ae6
|
Resolved NETTY-88 (Change the HTTP codec to use String instead of URI)
|
2008-12-01 05:27:56 +00:00 |
|