norman
|
e8ddc3cf00
|
remove unnecessary check. See #222
|
2012-03-20 15:44:59 +01:00 |
|
norman
|
8d9f78c84d
|
Correctly handle responses with return code of 1xx. See #222
|
2012-03-20 15:40:34 +01:00 |
|
norman
|
d68b104969
|
Make sure AbstractNioWorker.setInterestOps(..) will notify the future
and the handlers in all cases. See #238
|
2012-03-20 15:18:33 +01:00 |
|
Norman Maurer
|
6e68577d54
|
Merge pull request #225 from netty/workerpool
Support of sharing a WorkerPool between Factories
|
2012-03-20 01:44:28 -07:00 |
|
norman
|
fd3d98cf62
|
Fix UDP Multicast writes. See #237
|
2012-03-20 09:43:00 +01:00 |
|
Norman Maurer
|
b28ef57705
|
Merge branch 'master' of ssh://github.com/netty/netty
|
2012-03-15 14:33:02 +01:00 |
|
Norman Maurer
|
b09bf5b1fb
|
Tasks added to OrderedMemoryAwareThreadPoolExecutor may be lost in some
cases. See #234
|
2012-03-15 14:31:01 +01:00 |
|
Norman Maurer
|
f938765d6e
|
Update README.md
|
2012-03-14 14:33:12 +01:00 |
|
Norman Maurer
|
18c037d88b
|
Merge pull request #230 from veebs/Issue222Part2
Added README
|
2012-03-14 06:31:46 -07:00 |
|
norman
|
0fb4dc5431
|
Use java6+ methods
|
2012-03-12 13:25:19 +01:00 |
|
norman
|
5830e5a7fb
|
Merge branch 'master' of git@github.com:netty/netty.git
|
2012-03-12 12:28:27 +01:00 |
|
norman
|
0a6f7395f3
|
Merge redis codec to master branch. See #201
|
2012-03-12 12:28:07 +01:00 |
|
vibul
|
91463cad47
|
Added README
|
2012-03-12 15:13:41 +11:00 |
|
Norman Maurer
|
cb931bfb92
|
Correctly handle HTTP Patch. See #227
|
2012-03-11 11:54:54 +01:00 |
|
Norman Maurer
|
c061ddbf14
|
Merge pull request #226 from veebs/Issue222Part2
Issue #222 part 2 - Removed unnecessary websocket code and retested with Autobahn v0.4.10.
|
2012-03-10 23:38:08 -08:00 |
|
vibul
|
b56c17769c
|
Retested Websockets with Autobahn v0.4.10.
|
2012-03-11 11:35:33 +11:00 |
|
vibul
|
afcd033123
|
Issue #222. Remove WebSocketHttpResponseDecoder hack.
|
2012-03-11 11:35:12 +11:00 |
|
Trustin Lee
|
279d859c7e
|
Issue #220 - Treat content as non-empty on 101 Web Socket upgrade response
|
2012-03-09 11:07:26 +09:00 |
|
norman
|
92a907c4d7
|
Merge branch 'master' of github.com:netty/netty
|
2012-03-08 08:09:17 +01:00 |
|
norman
|
09b41b28ea
|
Correctly handle earlier versions of websockets. See #222
|
2012-03-08 08:08:36 +01:00 |
|
Norman Maurer
|
30ef214677
|
Make sure ...Decompressor.end() is called even on Exception. See #224
|
2012-03-07 21:14:48 +01:00 |
|
Norman Maurer
|
59ff76bd66
|
add javadocs
|
2012-03-07 17:55:37 +01:00 |
|
Norman Maurer
|
875d5ce513
|
Allow to force the execution of the Runnable in a async fashion even if
the IO-Thread is the current Thread
|
2012-03-07 17:52:49 +01:00 |
|
norman
|
e207af30a3
|
Make sure AbstractNioWorker gets started if needed
|
2012-03-07 15:37:33 +01:00 |
|
norman
|
62028f0042
|
execute the wrapped Runnable
|
2012-03-07 14:15:42 +01:00 |
|
norman
|
6375b84c9d
|
Change Worker.executeInIoThread() to not need a Channel as paramater
|
2012-03-07 14:13:48 +01:00 |
|
norman
|
e8c64ea593
|
Make classes public
|
2012-03-07 13:30:45 +01:00 |
|
norman
|
0b0edea6bc
|
Make classes public
|
2012-03-07 13:29:55 +01:00 |
|
Trustin Lee
|
70e0eba894
|
Replace SpdyHeaderBlockJZlibDecompressor with java.util.zip.Inflater-based one
It should be fine because the Inflater-based one uses only JDK 1.5 API
|
2012-03-07 20:09:05 +09:00 |
|
Trustin Lee
|
2109fdedb6
|
Fix cherry-pick where git was not very smart
|
2012-03-07 20:07:12 +09:00 |
|
Jeff Pinner
|
304eee1db4
|
SPDY: use java.util.zip for header block decompressor
|
2012-03-07 20:05:25 +09:00 |
|
Trustin Lee
|
cf02ad2a1e
|
Add DetectionUtil which replaces UnsafeDetectUtil / Improve SpdyHeaderBlockJZlibDecompressor
|
2012-03-07 19:54:44 +09:00 |
|
Norman Maurer
|
fd7e165fb6
|
Commit missing file
|
2012-03-06 20:06:29 +01:00 |
|
Norman Maurer
|
caff7c941b
|
Checkstyle fixes
|
2012-03-06 19:31:47 +01:00 |
|
Norman Maurer
|
bc47850bbe
|
Allow to obtain the Worker that was used to serve the IO of a Channel
|
2012-03-06 19:26:32 +01:00 |
|
Norman Maurer
|
e0e87ce2bc
|
Allow to share Workers by using a WorkerPool.
|
2012-03-06 19:26:10 +01:00 |
|
Norman Maurer
|
34e328f606
|
Merge pull request #220 from jestan/master
SCTP Transport Bug Fixes
|
2012-03-05 09:11:42 -08:00 |
|
Jestan Nirojan
|
c40de99083
|
Merge remote branch 'upstream/master'
|
2012-03-05 20:56:45 +05:30 |
|
Norman Maurer
|
3317dd7bff
|
Make sure we don't try to use Channel.setReadable(true) if it was not
set by the threadpool itself. See #215
|
2012-03-04 19:32:44 +01:00 |
|
Norman Maurer
|
69e047ad2e
|
Remove unused imports
|
2012-03-03 19:36:12 +01:00 |
|
Norman Maurer
|
480343e16e
|
Remove unused imports
|
2012-03-03 19:34:15 +01:00 |
|
Norman Maurer
|
520bf78f18
|
Surpress some warnings
|
2012-03-03 19:33:02 +01:00 |
|
Norman Maurer
|
66f8de91b1
|
Make it more clear in the javadocs that you should use *Later methods to
send upstream events from a ChannelDownstreamHandler
|
2012-03-03 19:14:36 +01:00 |
|
Jestan Nirojan
|
5bbabb6dda
|
fixed written bytes count in sctp send buffer pool
|
2012-03-03 11:45:50 +05:30 |
|
Trustin Lee
|
b3606eb57a
|
Remove unused library at the moment
|
2012-03-02 12:04:23 -08:00 |
|
Trustin Lee
|
efe27dbce5
|
Rename SPDY header block (de)compressor classes
|
2012-03-02 10:43:04 -08:00 |
|
Trustin Lee
|
5311257490
|
Upgrade to the latest netty-build version
|
2012-03-02 10:35:23 -08:00 |
|
norman
|
be46c6b954
|
Merge branch 'master' of git@github.com:netty/netty.git
|
2012-03-02 13:32:22 +01:00 |
|
norman
|
5d99d57cab
|
Fix checkstyle problems
|
2012-03-02 13:28:54 +01:00 |
|
Norman Maurer
|
a071759575
|
Fix formatting
|
2012-03-02 09:35:16 +01:00 |
|