Jeff Pinner
|
1a28d6119f
|
SPDY: add SPDY/3 support
|
2012-05-23 08:54:11 -07:00 |
|
Jeff Pinner
|
f60997686d
|
SPDY: fix for mozilla firefox bug 754766
|
2012-05-23 08:53:29 -07:00 |
|
Jeff Pinner
|
69d5be4225
|
SPDY: remove frame size limit in frame decoder
|
2012-05-23 08:52:50 -07:00 |
|
Norman Maurer
|
3a7ed4b75c
|
Add workaround to let the sleep work correctly in windows too. See #356
|
2012-05-23 15:12:04 +02:00 |
|
Norman Maurer
|
a6685df3e2
|
Merge pull request #359 from Massive-Dynamics/out-of-bounds-details
Added messages to all IndexOutOfBoundsExceptions
|
2012-05-23 06:06:32 -07:00 |
|
Cruz Julian Bishop
|
71c1a2575d
|
Added messages to all IndexOutOfBoundsExceptions
I need to implement this to help myself finish more future pull requests which, so far, are plagued by these exceptions with no information available.
|
2012-05-23 21:25:35 +10:00 |
|
Norman Maurer
|
03f890a882
|
Only send event upstream once the Ssl handshake was completed successfull. See #358
|
2012-05-22 22:57:36 +02:00 |
|
norman
|
bd4358b3ad
|
Make sure the test also work on ipv6 interfaces
|
2012-05-22 09:51:45 +02:00 |
|
norman
|
128309367c
|
Also handle the case of missing shared lib for sctp
|
2012-05-22 09:36:14 +02:00 |
|
norman
|
0a95ce8104
|
Fix checkstyle
|
2012-05-21 11:57:55 +02:00 |
|
norman
|
10cd871df7
|
Release the resources of the BossWorkerPool. See #328
|
2012-05-21 11:48:52 +02:00 |
|
Norman Maurer
|
ba4736f33b
|
Merge pull request #350 from fredericBregier/master
Change Executor to Timer from Netty, in reference to Issue #345 in master branch
|
2012-05-20 08:36:28 -07:00 |
|
Frédéric Brégier
|
327e434925
|
Fix checkstyle
|
2012-05-20 18:25:10 +03:00 |
|
Frédéric Brégier
|
41c6aefdab
|
Fix checkstyle
|
2012-05-20 18:21:14 +03:00 |
|
Frédéric Brégier
|
c634539faa
|
Fix checkstyle
|
2012-05-20 18:20:21 +03:00 |
|
Frédéric Brégier
|
8846947081
|
Same fix than in version 3.5 for Master branch (refer to issue #345)
Will be proposed once the one in 3.5 will be validated
|
2012-05-20 16:40:06 +03:00 |
|
Frédéric Brégier
|
792035cd38
|
Same fix than in version 3.5 for Master branch (refer to issue #345)
Will be proposed once the one in 3.5 will be validated
|
2012-05-20 16:39:14 +03:00 |
|
Frédéric Brégier
|
3bd77e93f1
|
Same fix than in version 3.5 for Master branch (refer to issue #345)
Will be proposed once the one in 3.5 will be validated
|
2012-05-20 16:38:21 +03:00 |
|
Frédéric Brégier
|
714e3d682e
|
Same fix than in version 3.5 for Master branch (refer to issue #345)
Will be proposed once the one in 3.5 will be validated
|
2012-05-20 16:37:34 +03:00 |
|
Frédéric Brégier
|
54c97d0720
|
Same fix than in version 3.5 for Master branch (refer to issue #345)
Will be proposed once the one in 3.5 will be validated
|
2012-05-20 16:36:45 +03:00 |
|
Norman Maurer
|
7018b8453f
|
Cleanup
|
2012-05-19 17:10:52 +02:00 |
|
Norman Maurer
|
3d715a4967
|
Merge branch 'master' of github.com:netty/netty
|
2012-05-19 17:08:59 +02:00 |
|
Norman Maurer
|
b6abefb5b8
|
Add a replace(..) method to FrameDecoder and also to ReplayDecoder as it now extend FrameDecoder. This also fix #332
|
2012-05-19 17:08:45 +02:00 |
|
Frédéric Brégier
|
5e48c50589
|
Merge pull request #346 from fredericBregier/master
Proposal to fix 1rst issue presented in #345
|
2012-05-19 07:56:38 -07:00 |
|
Norman Maurer
|
3ca2a53e91
|
Add a replace(..) method to FrameDecoder and also to ReplayDecoder as it now extend FrameDecoder. This also fix #332
|
2012-05-19 16:35:22 +02:00 |
|
Frédéric Brégier
|
bc540d5ee1
|
Proposal for fix related to 1rst issue of #345
=> in configure (newcheckInterval/10)*10
(see http://www.javamex.com/tutorials/threads/sleep_issues.shtml)
|
2012-05-19 14:59:52 +03:00 |
|
Frédéric Brégier
|
2320a5919f
|
Proposal for fix related to 1rst issue of #345
=> (getTimeToWait /10)*10
(see http://www.javamex.com/tutorials/threads/sleep_issues.shtml)
|
2012-05-19 14:54:59 +03:00 |
|
Norman Maurer
|
ed538209e5
|
Fix syntax. See #342
|
2012-05-19 13:19:24 +02:00 |
|
Norman Maurer
|
7691d79de6
|
Merge pull request #342 from jpinner/ssl_buffer_pool_interface
Make SslBufferPool an interface
|
2012-05-19 03:43:35 -07:00 |
|
Jeff Pinner
|
ddb7d75c96
|
Make SslBufferPool an interface
|
2012-05-18 13:49:01 -07:00 |
|
Norman Maurer
|
3d49975a3c
|
Merge pull request #339 from fredericBregier/master
Fix compile errors which were introduced by #338
|
2012-05-18 12:41:57 -07:00 |
|
Frédéric Brégier
|
e54662f7d0
|
Same fix than other for correct import
|
2012-05-18 16:38:13 +03:00 |
|
Frédéric Brégier
|
a5fc2d82a5
|
Same fix than other for correct import
|
2012-05-18 16:37:46 +03:00 |
|
norman
|
bca791af4c
|
Fix compile errors which were introduced by #338
|
2012-05-18 15:13:13 +02:00 |
|
Norman Maurer
|
ba8cfa5d33
|
Merge pull request #338 from fredericBregier/master
Improvement: Allow ObjectSizeEstimator in traffic shaping
|
2012-05-18 05:45:20 -07:00 |
|
Frédéric Brégier
|
1afb209010
|
import fix
|
2012-05-18 15:33:23 +03:00 |
|
Frédéric Brégier
|
9c2262716f
|
Import fix
|
2012-05-18 15:32:59 +03:00 |
|
Frédéric Brégier
|
51debe1287
|
import fix
|
2012-05-18 15:32:36 +03:00 |
|
Frédéric Brégier
|
7d4a276ab0
|
Fix private class to static private class (dynamicity is not necessary there)
|
2012-05-18 15:26:21 +03:00 |
|
Frédéric Brégier
|
a1a60ec5b6
|
Add support for ObjectSizeEstimator
|
2012-05-18 15:23:11 +03:00 |
|
Frédéric Brégier
|
0996bac7ff
|
Add support for ObjectSizeEstimator: in order to allow special optimization if possible from user code
|
2012-05-18 15:20:46 +03:00 |
|
Frédéric Brégier
|
923498de92
|
Add support for ObjectSizeEstimator
|
2012-05-18 15:17:02 +03:00 |
|
norman
|
88d60c15c7
|
Make all methods of SslBufferPool public so a subclass can be placed in another package. See #336
|
2012-05-18 08:12:42 +02:00 |
|
norman
|
d2ec45e573
|
Use the correct ChannelBufferFactory when creating new ChannelBuffers. See #335
|
2012-05-18 08:11:45 +02:00 |
|
norman
|
a99f258984
|
Make sure SslHandler also works if SslBufferPool use non heap ByteBuffers. See #329
|
2012-05-18 08:10:34 +02:00 |
|
norman
|
ef384a7b21
|
Add JBoss Marshalling Encoder/Decoder. See #324
|
2012-05-16 13:00:49 +02:00 |
|
norman
|
52a7d28cb5
|
Make sure CompositeChanneBuffer does not throw a UnsupportedOperationException if discardReadBytes() discard the whole content of the buffer. See #325
|
2012-05-15 13:59:33 +02:00 |
|
norman
|
9f6cc0a0d2
|
Fix checkstyle errors
|
2012-05-14 07:32:52 +02:00 |
|
Norman Maurer
|
ddd2f22fcc
|
Merge pull request #321 from veebs/WsSubprotocol
Fixed websocket bug where subprotocol not sent by client (master)
|
2012-05-12 12:56:13 -07:00 |
|
vibul
|
b09962f4c2
|
forgot 1 more change
|
2012-05-12 21:22:33 +10:00 |
|