Jeff Pinner
3f9e89c17d
Merge remote-tracking branch 'upstream/3.2' into spdy_framing_layer_3_2
2012-02-03 16:23:41 -08:00
Jeff Pinner
9fcb4643b1
SPDY Protocol Framing Layer Tests
2012-02-03 16:22:39 -08:00
Norman Maurer
188f01f317
Remove the child Executor with the right method so it will also work
...
when the channel is not the key.See #175
2012-02-03 15:47:34 +01:00
Norman Maurer
01225b0a52
HttpMessageEncoder should add Header "Transfer-Encoding: chunked" if
...
HttpMessage.isChunked(). See #171
2012-02-02 15:18:46 +01:00
Trustin Lee
0ee43f770f
Remove a unused field
2012-02-02 16:18:27 +09:00
Trustin Lee
a7d419a481
Merge pull request #172 from jpinner/http_accept_encoding_3_2
...
Fix #164 : HttpContentCompressor accepts encodings whose qvalue is 0
2012-02-01 22:53:19 -08:00
Trustin Lee
eb81fd9393
Merge pull request #174 from jpinner/jzlib_update_3_2
...
Fix #163 : HttpContentCompressor consumes too much memory
2012-02-01 22:30:09 -08:00
Jeff Pinner
24baa9a2ac
Fix #163 : HttpContentCompressor consumes too much memory
2012-02-01 16:00:10 -08:00
Jeff Pinner
aecce011e8
Fix #164 : HttpContentCompressor accepts encodings whose qvalue is 0
2012-01-31 14:34:21 -08:00
Norman Maurer
4116c44c77
FixedLengthFrameDecoder should used a optimizated initialSize
...
when creating the cumulative ChannelBuffer. See #170
2012-01-31 21:02:00 +01:00
Jeff Pinner
cf8a4d627d
SPDY Protocol Framing Layer
2012-01-31 12:00:21 -08:00
Norman Maurer
4d7c9b397d
Allow to @override the cumulative ChannelBuffer creation. See #169
2012-01-31 20:57:23 +01:00
Norman Maurer
edc34c319d
Mark StaticChannelPipeline @Deprecated. See #168
2012-01-31 13:03:53 +01:00
Norman Maurer
3b0f45c93c
Fix possible NPE which will be thrown if the Buffer was set to null and
...
after that Exception was thrown. See #166
2012-01-31 11:07:33 +01:00
Norman Maurer
12852a20fb
Remove not-needed call of ByteBuffer.clear(). See #161
2012-01-24 20:39:42 +01:00
Norman Maurer
e4fa180478
Merge pull request #158 from jpinner/zlib_decoder_preset_dict_3_2
...
ZlibDecoder preset dictionary 3.2
2012-01-24 08:03:45 -08:00
Jeff Pinner
cd934c8305
Fix #157 : ZlibDecoder does not support preset dictionary
2012-01-21 15:32:53 -08:00
Norman Maurer
57df916755
UnsafeDetectUtil checks that the Unsafe class has the field theUnsafe.
...
Fix for #156
2012-01-21 21:52:37 +01:00
Trustin Lee
3bb69960e7
[maven-release-plugin] prepare for next development iteration
2012-01-19 13:52:15 +09:00
Trustin Lee
6ec46bc17f
[maven-release-plugin] prepare release netty-3.3.0.Final
netty-3.3.0.Final
2012-01-19 13:52:04 +09:00
Trustin Lee
c95f9314f3
Fix #153 : Add ChannelFuture.rethrowIfFailed()
2012-01-19 13:34:28 +09:00
Trustin Lee
fafeae7aa3
Clean up the new WebSocket package
2012-01-19 13:12:28 +09:00
Trustin Lee
4759a791b3
Enable checkstyle validation
2012-01-17 18:36:36 +09:00
Trustin Lee
e4a7900b10
Rename HTTP snoop example classes for disambiguation
2012-01-15 00:28:57 +09:00
Trustin Lee
c850bd9231
Overall code cleanup
...
* Fixes based on checkstyle feed back
* Simplify WebSocket client example (needs more work)
* Rename Autobahn test server classes
2012-01-15 00:17:41 +09:00
Trustin Lee
831a13694c
Reverting the previous commit which makes no sense
2012-01-13 20:49:31 +09:00
Trustin Lee
968ed8b53e
Do not count a ChannelDownstreamEventRunnable
...
* MATPE is only for upstream events.
2012-01-13 20:47:13 +09:00
Trustin Lee
9c4cd3702f
Backport #111 - Improve org.jboss.netty.execution for more flexible thread model
2012-01-13 20:36:45 +09:00
Trustin Lee
009300fad3
Overall cleanup / Add lost old jzlib headers
2012-01-13 17:39:53 +09:00
Trustin Lee
2393c3ff0b
Tab to spaces
2012-01-13 14:26:13 +09:00
Norman Maurer
94490aeb2e
Fix compile error. No idea why this was in here..
2012-01-11 18:00:38 +01:00
Norman Maurer
02be2523e0
Remove close(..) call which gave us troubles with
...
ClosedChannelException. See #142 and #138
2012-01-11 17:59:30 +01:00
Trustin Lee
e2109b236b
Fix various checkstyle violations
...
Backported from master
2012-01-11 20:17:47 +09:00
Norman Maurer
53fede511c
Fix possible JavaDoc error in QueryStringEncoder. Type mismatch.
2012-01-08 21:53:02 +01:00
Norman Maurer
54bba7239c
Fix NPE which is triggered if the destory method is called before
...
channelOpen(..). See #143
2012-01-07 17:44:36 +01:00
Trustin Lee
72a8159344
Issue #141 : hashdos security vulnerability in QueryStringDecoder and possibl
...
* Limited maximum number of parameters to 1024 by default and made the limitation configurable
* QueryStringDecoder is now able to handle an HTTP POST content
* Backported the improvements from master
2011-12-30 18:00:42 +09:00
Vibul Imtarnasan
9d8f08628e
Merge pull request #131 from veebs/WebSocketVersion3.2
...
Changed tabs to spaces and added some docs for websocket packages.
2011-12-15 03:51:09 -08:00
vibul
cc494310da
Change tabs to spaces.
2011-12-15 22:36:47 +11:00
Trustin Lee
0897206e69
Do not call setPipelineFactory() unnecessarily
2011-12-15 17:01:11 +09:00
Trustin Lee
414b18e704
Fix #129 : Memory leak when setOptions() fails while accepting a new connection.
2011-12-15 16:39:10 +09:00
Trustin Lee
c6ef712503
Do not use ObjectStreamClass.lookupAny() to resolve interfaces
...
Fixes #130
2011-12-15 16:35:27 +09:00
Vibul Imtarnasan
8145ad96f6
Merge pull request #127 from veebs/WebSocketVersion3.2
...
Format source
2011-12-14 21:57:33 -08:00
vibul
d8d3cfd60b
Format source code
2011-12-15 16:35:01 +11:00
Vibul Imtarnasan
e9c0c40253
Merge pull request #124 from veebs/WebSocketVersion3.2
...
Use web socket version rather than spec version
2011-12-14 20:16:49 -08:00
vibul
f5cc1e02fa
Support websocket client custom headers. See pull #123
2011-12-15 15:09:21 +11:00
vibul
cedbfba07d
Change use of specification version to wire protocol version
2011-12-15 14:34:20 +11:00
Vibul Imtarnasan
e479b3d6b2
Merge pull request #118 from veebs/WsPipelineReplace3.2
...
Back port #115 and #117 to 3.2 branch
2011-12-11 03:58:20 -08:00
vibul
a664e92244
Back port #115 and #117 to 3.2 branch
2011-12-11 22:50:19 +11:00
vibul
24ef8a5259
Remove @override annotations which are only valid with java6
2011-12-11 22:23:44 +11:00
Norman Maurer
3359a565c2
Make LinkedTransferQueue also work in java5 envs.
2011-12-11 11:53:00 +01:00