Commit Graph

2457 Commits

Author SHA1 Message Date
Norman Maurer
16c3d4bc3c Make sure Future get notified before event is fired. See #254 2012-04-07 22:01:36 +02:00
Norman Maurer
bb0e39bd78 [maven-release-plugin] prepare for next development iteration 2012-04-04 20:13:10 +02:00
Norman Maurer
dfec26d4cc [maven-release-plugin] prepare release netty-3.4.0.Beta1 2012-04-04 20:13:01 +02:00
Norman Maurer
67fb9cc0ab [maven-release-plugin] rollback the release of netty-3.4.0.Beta1 2012-04-04 19:42:45 +02:00
Norman Maurer
f72ffac8a5 [maven-release-plugin] prepare for next development iteration 2012-04-04 19:32:37 +02:00
Norman Maurer
f0df3572df [maven-release-plugin] prepare release netty-3.4.0.Beta1 2012-04-04 19:32:28 +02:00
Norman Maurer
ef6056f5f9 Let the test pass in osx also 2012-04-04 19:05:57 +02:00
norman
33f9d55bc4 Make sure Channel connected event is not fired on connect failure. See #249 2012-04-04 07:43:52 +02:00
norman
6995701f20 Fix UDP nio impl and add some tests for it 2012-04-03 07:44:28 +02:00
Norman Maurer
e73d9a60e7 Remove unused imports 2012-04-02 19:50:55 +02:00
Norman Maurer
f1f92c0290 Fix broken UDP support. This got broken in 3.4.0.Alpha1 2012-04-02 19:50:31 +02:00
norman
0334267b51 Fix UDP Multicast writes #237 2012-04-02 14:38:07 +02:00
Trustin Lee
2c3fef467a Fixed a regression while cleaning up Redis codec 2012-03-30 22:42:20 +09:00
Trustin Lee
3e1a055f36 Overall Redis codec cleanup (more to come)
- Prefer ChannelBuffer over byte[]
- Hide the methods that users are not usually interested in
- Rename RedisEncoder/Decoder to RedisCommandEncoder/ReplyDecoder
- Add getter methods to Replies
- Rename getX() to X() because I like it for read-only properties
2012-03-30 22:29:04 +09:00
Trustin Lee
c98ab997c5 Code cleanup / Hide internal constants from a user 2012-03-30 17:02:29 +09:00
Trustin Lee
6cdd9ac711 Code cleanup 2012-03-30 12:22:56 +09:00
Trustin Lee
9788ea7291 Fix compilation error at source level 1.5 2012-03-30 12:03:10 +09:00
Trustin Lee
3db4053f77 Merge pull request #242 from spullara/3
Adds the ability to send many commands in a single netty call
2012-03-29 05:04:44 -07:00
Vibul Imtarnasan
182d544a61 Merge pull request #243 from veebs/3
Apache benchmark (ab) hangs on keep alive connections.
2012-03-28 22:56:56 -07:00
vibul
a051163427 Unless the Connection: keep-alive header is present in the HTTP response, apache benchmark (ab) hangs on keep alive connections.
Also, added http caching header code from master to HttpStaticFileServerHandler
2012-03-29 16:29:27 +11:00
Sam Pullara
b75933b835 remove pooling 2012-03-28 16:54:54 -07:00
Sam Pullara
d0dd93974a clean up the style 2012-03-28 13:24:28 -07:00
Sam Pullara
5daf3b10a6 add the ability to send an iterable of commands at a time that will be on the wire together 2012-03-28 13:18:35 -07:00
norman
80490f5170 Add missing no-arg constructor 2012-03-27 09:39:17 +02:00
Norman Maurer
784bf791c2 Add a no-args constructor for simple use cases 2012-03-26 20:49:36 +02:00
Norman Maurer
5e01ab7f4e Fix javadoc warnings 2012-03-26 18:45:31 +02:00
Trustin Lee
fb15e3672f [maven-release-plugin] prepare for next development iteration 2012-03-27 01:26:09 +09:00
Trustin Lee
89c8abab62 [maven-release-plugin] prepare release netty-3.4.0.Alpha2 2012-03-27 01:25:56 +09:00
Norman Maurer
9f68fae5d9 [maven-release-plugin] rollback the release of netty-3.4.0.Alpha2 2012-03-27 01:22:21 +09:00
Trustin Lee
84b77ec812 [maven-release-plugin] prepare release netty-3.4.0.Alpha2 2012-03-27 01:13:21 +09:00
Norman Maurer
3db8d80350 [maven-release-plugin] rollback the release of netty-3.4.0.Alpha2 2012-03-26 18:05:43 +02:00
Norman Maurer
1c5457b8bb [maven-release-plugin] prepare for next development iteration 2012-03-26 17:50:30 +02:00
Norman Maurer
4dfb7d6a2b [maven-release-plugin] prepare release netty-3.4.0.Alpha2 2012-03-26 17:49:42 +02:00
Norman Maurer
41c407a26c [maven-release-plugin] rollback the release of netty-3.4.0.Alpha2 2012-03-26 17:42:45 +02:00
Norman Maurer
c420f7a1e1 [maven-release-plugin] prepare release netty-3.4.0.Alpha2 2012-03-26 17:38:58 +02:00
Norman Maurer
a344b2021c [maven-release-plugin] rollback the release of netty-3.4.0.Alpha2 2012-03-26 17:31:11 +02:00
Norman Maurer
32c9746238 [maven-release-plugin] prepare for next development iteration 2012-03-23 19:53:21 +01:00
Norman Maurer
85c56e646f [maven-release-plugin] prepare release netty-3.4.0.Alpha2 2012-03-23 19:53:14 +01:00
Trustin Lee
04fe8bf84c Fix #239: IdleStateHandler starts two timers
1) ReadTimeoutHandler is also affected by this bug - fixed
2) Reverted IdleStateHandler.beforeAdd() and channelConnected() -
without isAttached() check, timeout can be inaccurate if beforeAdd() is
called long before channelConnected().
2012-03-22 16:06:34 +09:00
Trustin Lee
bab2ebc32d Fix #239: IdleStateHandler starts two timers
1) Do not rely on ChannelPipeline.isAttached() to ensure initialize() is
called once.
2) Fix a race condition where initialize() can schedule timeouts after
destroy() is called.
2012-03-22 15:48:08 +09:00
Norman Maurer
5ecadf930e Correctly handle Hixie 76 websocket handshake response. See #222 2012-03-21 19:03:09 +01:00
norman
8532112224 Correctly handle responses with return code of 1xx. See #222 2012-03-20 15:43:52 +01:00
norman
cc41970d2f Make sure AbstractNioWorker.setInterestOps(..) will notify the future
and the handlers in all cases. See #238
2012-03-20 15:15:21 +01:00
norman
32e4f1b030 Fix visibility 2012-03-20 11:40:07 +01:00
norman
4709f7fa48 Add empty line 2012-03-20 11:37:09 +01:00
norman
75ce548eda Add missing changes from the master branch 2012-03-20 11:32:18 +01:00
norman
16e373cabd Support of sharing a WorkerPool between Factories. See #225 2012-03-20 10:28:23 +01:00
norman
d1f2226799 Fix UDP Multicast writes. See #237 2012-03-20 09:57:19 +01:00
Norman Maurer
beac1313a5 Tasks added to OrderedMemoryAwareThreadPoolExecutor may be lost in some
cases. See #234
2012-03-15 14:27:07 +01:00
Norman Maurer
192fbe0572 Merge pull request #229 from veebs/3.2
Issue #222 part 2 for 3.x branch - Removed unnecessary websocket code and retested with Autobahn v0.4.10.
2012-03-12 05:28:03 -07:00