Norman Maurer
|
17cdc98499
|
Make sure setHandshakeComplete() is called before the handler is replaced. See #332
|
2012-05-18 21:27:19 +02:00 |
|
norman
|
288ed13b6b
|
Add a replace(..) method to FrameDecoder and also to ReplayDecoder as it now extend FrameDecoder. This also fix #332.
|
2012-05-18 11:21:29 +02:00 |
|
norman
|
e841e85bdc
|
Make all methods of SslBufferPool public so a subclass can be placed in another package. See #336
|
2012-05-18 08:04:25 +02:00 |
|
norman
|
231dc284d7
|
Use the correct ChannlBufferFactory when creating new ChannelBuffers. See #335
|
2012-05-18 07:43:43 +02:00 |
|
norman
|
ab5939e205
|
Remove silly import, sorry. See #329
|
2012-05-18 07:40:24 +02:00 |
|
norman
|
b76c996298
|
Make sure SslHandler also works if SslBufferPool use non heap ByteBuffers. See #329
|
2012-05-18 07:38:38 +02:00 |
|
norman
|
09e86c9c9b
|
Fix checkstyle
|
2012-05-18 07:36:38 +02:00 |
|
Jeff Pinner
|
ba76d5b515
|
SPDY: fix for mozilla firefox bug 754766
|
2012-05-17 11:36:57 +09:00 |
|
Norman Maurer
|
0136cbad1e
|
Add missing support
|
2012-05-15 22:16:27 +02:00 |
|
norman
|
80a2ae635b
|
Use a prelocation size of 1. Thanks to @fredericBregier fir spotting this
|
2012-05-15 13:53:42 +02:00 |
|
norman
|
f603494424
|
Make sure CompositeChanneBuffer does not throw a UnsupportedOperationException if discardReadBytes() discard the whole content of the buffer. See #325
|
2012-05-15 13:14:23 +02:00 |
|
Norman Maurer
|
ab1cf37f7c
|
Only some javadoc
|
2012-05-14 21:21:52 +02:00 |
|
Norman Maurer
|
94a5f3dbc7
|
Adjust javadocs as the usage has changed
|
2012-05-14 20:18:21 +02:00 |
|
Norman Maurer
|
7468340842
|
Merge pull request #324 from netty/jboss_marshalling
Add JBoss Marshalling support. Yay!
|
2012-05-14 11:12:37 -07:00 |
|
Norman Maurer
|
7b7c585cf3
|
Hide the TooBigObjectException and just throw a TooLongFrameException
|
2012-05-14 20:10:58 +02:00 |
|
Norman Maurer
|
6be409a4f6
|
Remove whitespace
|
2012-05-14 18:07:36 +02:00 |
|
Norman Maurer
|
0fa60c82fa
|
Hide ChannelBufferByteInput, ChannelBufferByteOutput and LimitingByteInput
|
2012-05-14 17:34:11 +02:00 |
|
Trustin Lee
|
ef51cf1c8e
|
Backport pretty hexdump from next-api
|
2012-05-15 00:15:50 +09:00 |
|
norman
|
1f866fc7ad
|
Add decoder/encoder for jboss marshalling
Use property for version
|
2012-05-14 17:15:45 +02:00 |
|
Trustin Lee
|
d24c48cbfb
|
Code clean up
|
2012-05-14 23:06:14 +09:00 |
|
Trustin Lee
|
b6aa509f32
|
Add ChannelFuture.sync() and syncUninterruptibly()
- Deprecate rethrowIfFailed() which is inferior to the new ones
|
2012-05-14 22:24:45 +09:00 |
|
norman
|
127b89f276
|
Fix checkstyle errors
|
2012-05-14 07:27:36 +02:00 |
|
Norman Maurer
|
bb51266b07
|
Merge pull request #323 from jpinner/spdy_stateful_frame_decoder
SPDY: remove frame size limit in frame decoder
|
2012-05-13 03:36:16 -07:00 |
|
Jeff Pinner
|
226c2f7243
|
SPDY: remove frame size limit in frame decoder
|
2012-05-12 20:00:00 -07:00 |
|
Norman Maurer
|
062a5943ab
|
Merge pull request #320 from veebs/3WsSubprotocol
Fixed websocket bug where subprotocol not sent by client (3 branch)
|
2012-05-12 12:55:59 -07:00 |
|
vibul
|
1bf045a7ba
|
Fixed bug where subprotocol not sent by client
|
2012-05-12 21:06:12 +10:00 |
|
Frédéric Brégier
|
49142f36c8
|
Merge pull request #318 from fredericBregier/3
3 Issue #317 fix through this commit (addContent ignore initial content)
|
2012-05-10 11:31:44 -07:00 |
|
Frédéric Brégier
|
614bd93348
|
Revert for Java 5 compatibility
|
2012-05-10 21:24:11 +03:00 |
|
Frédéric Brégier
|
11b139ace7
|
Revert for Java 5 compatibility
|
2012-05-10 21:21:19 +03:00 |
|
Frédéric Brégier
|
fb5eb0afd9
|
Revert for Java 5 compatibility
|
2012-05-10 21:20:08 +03:00 |
|
Frédéric Brégier
|
79f32ecba9
|
Fix for issue similar to #317
|
2012-05-10 20:58:57 +03:00 |
|
Frédéric Brégier
|
3cbc0b5f32
|
remove unecessary .name() in String methods
|
2012-05-10 20:56:05 +03:00 |
|
Frédéric Brégier
|
eac75ddfbb
|
remove unecessary .name() to Charset in String methods
|
2012-05-10 20:54:40 +03:00 |
|
Frédéric Brégier
|
b05fe03615
|
Remove unecessary .name() on Charset in String methods
|
2012-05-10 20:53:22 +03:00 |
|
Frédéric Brégier
|
a690166c77
|
Fix for issue #317
|
2012-05-10 20:51:33 +03:00 |
|
norman
|
33cee3dc9d
|
Backport support for nio udp multicast to 3 branch. See #216
|
2012-05-10 10:15:40 +02:00 |
|
norman
|
bd4f9cb384
|
Revert "Set source java version to 1.7. See #312" as this breaks compilation
This reverts commit 17bcebec6533218420c5df5925d7119b7e785395.
|
2012-05-10 09:36:11 +02:00 |
|
norman
|
d920c6dc95
|
Backport support for nio udp multicast to 3 branch. See #216
|
2012-05-10 09:35:24 +02:00 |
|
norman
|
17bcebec65
|
Set source java version to 1.7. See #312
|
2012-05-10 08:10:42 +02:00 |
|
Norman Maurer
|
cfc52b9d49
|
Add more tests for ChunkedWriteHandler
|
2012-05-06 19:30:50 +02:00 |
|
Norman Maurer
|
ccfa196b3b
|
Add test for fix of regression in ChunkedWriteHandler. See #310
|
2012-05-06 19:30:41 +02:00 |
|
Norman Maurer
|
ea5cb8ae2b
|
Fix regression in ChunkedWriteHandler. See #310
|
2012-05-06 19:30:29 +02:00 |
|
Norman Maurer
|
78ab007e1b
|
Fix regression in ChunkedWriteHandler. See #310
|
2012-05-06 19:30:14 +02:00 |
|
norman
|
924f0df93f
|
MemoryAwareThreadPoolExecutor needs to notify ChannelFuture's of the not-executed ChannelEventRunnable on shutdownNow(). See #309
|
2012-05-04 14:41:54 +02:00 |
|
norman
|
b5706d54f7
|
Make sure the ChannelFuture's of the MessageEvent's are notified on channelClosed(..) event and on removal of the handler from the ChannelPipeline. See #308
|
2012-05-04 13:47:30 +02:00 |
|
norman
|
9ebff3abf2
|
Make sure we fire the event from the io-thread. See #306
|
2012-05-04 13:46:23 +02:00 |
|
norman
|
f5eb6b61cd
|
Fix checkstyle. See #307
|
2012-05-04 13:45:02 +02:00 |
|
norman
|
85a280b356
|
Let ChannelLocal implement Iterable. See #307
|
2012-05-04 13:20:08 +02:00 |
|
norman
|
3a99550132
|
Refactor ChunkedWriteHandler to remove synchronization which can have bad side effects like deadlocks. See #297 and #301
|
2012-05-04 10:05:17 +02:00 |
|
norman
|
2a249c14b1
|
Notify ChannelFuture's of queued writes if the SslHandler gets removed from the ChannelPipeline. See #306
|
2012-05-04 09:49:37 +02:00 |
|