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
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
norman
643f39b2c9
Fix checkstyle
2012-03-12 12:02:44 +01:00
norman
ba118f214c
Make sure ErrorReply and StatusReply can be written more then one time
2012-03-12 08:27:10 +01:00
norman
a5a41a51a2
Some more cleanup of the redis code
2012-03-12 08:15:15 +01:00
norman
4cb3bf2c4a
Add @Override annotations
2012-03-12 07:32:23 +01:00
norman
05883f5523
Make pooling configurable
2012-03-12 07:22:48 +01:00
norman
26513bb4f8
Reduce visibility of method
2012-03-12 07:11:48 +01:00
norman
b98ce36608
Move RedisClient to example package and license header
2012-03-12 07:08:00 +01:00
vibul
cc888a5b3e
Retested Websockets with Autobahn v0.4.10.
2012-03-12 11:30:18 +11:00