Commit Graph

2481 Commits

Author SHA1 Message Date
Norman Maurer
ff5787266d Use Sec-WebSocket-Origin in WebSocketClientHandshaker08 as replacement for Origin. See #264 2012-04-16 15:29:27 +02:00
norman
951c275869 Add port to Origin HTTP Header if the port is non default (80/443). See
#262
2012-04-16 13:23:58 +02:00
norman
347772a1e9 Add port to Origin HTTP Header if the port is non default (80/443).
See #262
2012-04-16 13:15:04 +02:00
Norman Maurer
864167270d Add some javadocs notes that explain the behavior of CookieEncoder.encode(). See #94 2012-04-16 11:45:08 +03:00
norman
8bf84a8737 Throw IllegalStateException if DynamicChannelBuffer exceed the maximum
ChannelBuffer size of 2gb. See #258
2012-04-16 09:52:34 +02:00
Norman Maurer
fdc27db45d Add also tests for HttpClientCodec that tests handling chunked responses. See #256 amd #259 2012-04-15 20:54:57 +02:00
Norman Maurer
ad7c25866e Add test for HttpClientCodec that tests handling of missing responses. See #256 amd #259 2012-04-15 15:39:35 +02:00
Norman Maurer
d1ec95a320 Add test for HttpClientCodec that tests handling of missing responses. See #256 amd #259 2012-04-15 15:37:39 +02:00
Norman Maurer
705316f811 [maven-release-plugin] prepare for next development iteration 2012-04-12 18:04:56 +02:00
Norman Maurer
71d8949fb2 [maven-release-plugin] prepare release netty-3.4.0.Final 2012-04-12 18:04:50 +02:00
Norman Maurer
19a77969bf [maven-release-plugin] rollback the release of netty-3.4.0.Final 2012-04-12 17:46:04 +02:00
Norman Maurer
1c722e19f1 [maven-release-plugin] prepare for next development iteration 2012-04-12 17:40:46 +02:00
Norman Maurer
36b545cfa1 [maven-release-plugin] prepare release netty-3.4.0.Final 2012-04-12 17:40:40 +02:00
norman
5696742f73 Throw a PrematureChannelClosureException if the channel was closed before all responses were received for the sent requests. See #256 2012-04-12 14:29:41 +02:00
norman
5240772424 Fix regression which I introduced this morning 2012-04-12 14:27:34 +02:00
norman
4c449e902f Accept all ready connections after select the keys. See #257 2012-04-12 09:27:34 +02:00
Trustin Lee
2c2d64a75e Merge branch '3' of github.com:netty/netty into 3 2012-04-12 14:15:02 +09:00
Trustin Lee
1d74c13fe7 Remove Redis client codec (will continue work on master) 2012-04-12 14:13:21 +09:00
norman
272b6b01bb Fix regression in Zlib which was introduced while refactoring the code. See #255 2012-04-11 10:23:52 +02:00
norman
4f3685b05a Make it compatible with java5. See #250 2012-04-10 14:17:22 +02:00
Norman Maurer
ef530698c5 Take care of releasing the local channel when releaseExternalResources() is called. See #235 2012-04-09 20:06:20 +02:00
Norman Maurer
403fdb2035 Add test case to show that issue #235 is due some incorrect usage 2012-04-09 16:30:36 +02:00
Vibul Imtarnasan
cf462e6d9d Merge pull request #254 from veebs/3-wc-close
Issue #250. Implement web socket close frame status code and reason text
2012-04-08 21:48:30 -07:00
vibul
ac9d7ebe27 Issue #250. Implement web socket close frame status code and reason text. 2012-04-09 14:33:58 +10:00
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