Commit Graph

2341 Commits

Author SHA1 Message Date
norman
c12717bfed Correctly decode URI in QueryStringDecoder. See #189 2012-02-15 08:35:53 +01:00
Norman Maurer
26871d2d05 Fix HttpSnoopClient. See #183 2012-02-12 12:34:18 +01:00
Norman Maurer
5663db690c Remove unused imports 2012-02-11 12:56:16 +01:00
Norman Maurer
b518a24700 Merge pull request #184 from jpinner/spdy_http_layer_3_2
SPDY Protocol HTTP Layer
2012-02-11 03:45:08 -08:00
Jeff Pinner
bbe9e55afa SPDY Protocol HTTP Layer 2012-02-10 12:23:59 -08:00
Trustin Lee
a447fbd18a Use getHeader() instead of getHeaders() 2012-02-07 18:13:33 +09:00
Trustin Lee
6e8e836b2e Fix license headers 2012-02-07 17:40:16 +09:00
Norman Maurer
40f4f118cd Don't require HttpChunkAggregator to be present in pipeline for WS. See
#177
2012-02-04 17:41:07 +01:00
Norman Maurer
50e76e1be5 [maven-release-plugin] prepare for next development iteration 2012-02-04 16:18:32 +01:00
Norman Maurer
08a8239655 [maven-release-plugin] prepare release netty-3.3.1.Final 2012-02-04 16:18:19 +01:00
Norman Maurer
447366168f Remove unused imports 2012-02-04 16:05:17 +01:00
Norman Maurer
471269eabe Remove unused imports 2012-02-04 16:03:32 +01:00
Norman Maurer
7344c7d87c Some small code cleanup 2012-02-04 16:02:44 +01:00
Norman Maurer
88ecc388d3 Remove unused imports 2012-02-04 15:56:36 +01:00
Norman Maurer
a3d3e22271 Merge pull request #176 from jpinner/spdy_framing_layer_3_2
Add SPDY Protocol Framing Layer. Thanks Twitter!
2012-02-04 06:47:50 -08:00
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 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