Jeff Pinner
|
706d4d8598
|
SPDY: add SPDY/3 support
|
2012-05-21 21:58:56 -07:00 |
|
Norman Maurer
|
8d5f29639c
|
Fix checkstyle
|
2012-05-20 17:35:30 +02:00 |
|
Norman Maurer
|
f120e55855
|
Merge branch '3' of https://github.com/fredericBregier/netty into 3
|
2012-05-20 16:56:43 +02:00 |
|
Norman Maurer
|
90fe2ac675
|
Fix checkstyle
|
2012-05-20 15:09:05 +02:00 |
|
Trustin Lee
|
b79639f710
|
SelectorUtil.select() spins to get less latency
- This seems to boost performance dramatically when the number of
connections is very small.
|
2012-05-20 18:50:10 +09:00 |
|
Frédéric Brégier
|
5c8c0f2903
|
remove unecessary super()
|
2012-05-20 11:33:51 +03:00 |
|
Frédéric Brégier
|
e2facc51ae
|
Change Executor to Timer from Netty, in reference to Issue #345
|
2012-05-20 11:29:58 +03:00 |
|
Frédéric Brégier
|
82d8d8192e
|
Change Executor to Timer from Netty, in reference to Issue #345
|
2012-05-20 11:27:20 +03:00 |
|
Frédéric Brégier
|
fdd2a9ccfd
|
Change Executor to Timer from Netty, in reference to Issue #345
|
2012-05-20 11:26:26 +03:00 |
|
Frédéric Brégier
|
9ba9107267
|
Change Executor to Timer from Netty, in reference to Issue #345
|
2012-05-20 11:25:28 +03:00 |
|
Frédéric Brégier
|
f3a7029c0f
|
Change Executor to Timer from Netty, in reference to Issue #345
|
2012-05-20 11:24:51 +03:00 |
|
Frédéric Brégier
|
21284c430e
|
Change Executor to Timer from Netty, in reference to Issue #345
|
2012-05-20 11:24:12 +03:00 |
|
Norman Maurer
|
4bf2257d1a
|
Try to add a testcase to reproduce #343
|
2012-05-19 20:51:25 +02:00 |
|
Norman Maurer
|
33df31d7b7
|
Fix formatting
|
2012-05-19 20:39:00 +02:00 |
|
Norman Maurer
|
a2b3fc8367
|
Remove @Override annotation from interface implements
|
2012-05-19 20:34:24 +02:00 |
|
Frédéric Brégier
|
35d6d682df
|
Merge pull request #347 from fredericBregier/3
3 Proposal to fix 1rst issue presented in #345
|
2012-05-19 08:29:32 -07:00 |
|
Frédéric Brégier
|
16e271325d
|
Proposal for fix related to 1rst issue of #345
Thread.sleep(wait) => Thread.sleep((wait/10)*10)
(see http://www.javamex.com/tutorials/threads/sleep_issues.shtml)
|
2012-05-19 18:18:31 +03:00 |
|
Frédéric Brégier
|
d2cf217378
|
Proposal for fix related to 1rst issue of #345
Thread.sleep(wait) => Thread.sleep((wait/10)*10)
(see http://www.javamex.com/tutorials/threads/sleep_issues.shtml)
|
2012-05-19 18:16:59 +03:00 |
|
Norman Maurer
|
2a05afd418
|
Remove @Override annotation from interface implements
|
2012-05-18 22:16:17 +02:00 |
|
Norman Maurer
|
ce391d36f4
|
Merge branch '3' of https://github.com/blucas/netty into 3
|
2012-05-18 21:29:28 +02:00 |
|
Norman Maurer
|
17cdc98499
|
Make sure setHandshakeComplete() is called before the handler is replaced. See #332
|
2012-05-18 21:27:19 +02:00 |
|
blucas
|
c052f90410
|
#337 back-port ipfilter and traffic to 3 branch (Fix test package method override)
|
2012-05-18 18:00:16 +01:00 |
|
blucas
|
31eb8595be
|
#337 back-port ipfilter and traffic to 3 branch (Fix test package)
|
2012-05-18 17:57:30 +01:00 |
|
blucas
|
98b06c6237
|
#337 back-port ipfilter and traffic to 3 branch
|
2012-05-18 17:33:19 +01: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 |
|