Commit Graph

2682 Commits

Author SHA1 Message Date
norman
508edbfdcc Add a testcase to prove that we have no bug in ChunkedWriteHandler when notify futures 2012-06-04 14:27:20 +02:00
norman
4a48419dc6 Merge branch '3' of ssh://github.com/netty/netty into 3 2012-06-04 13:45:48 +02:00
norman
a06b3a41e8 Move in correct package 2012-06-04 13:45:04 +02:00
Trustin Lee
38314b5191 Fix #378 again
- @jroper's fix did not work, so I just fixed it again.
Conflicts:

	src/main/java/org/jboss/netty/handler/codec/http/DefaultCookie.java
2012-06-02 23:08:43 -07:00
James Roper
e13ff4ae93 Fixing #378, when path or domain are null in both this and that, equals and compareTo return false even when the cookies are equal. 2012-06-02 19:50:36 -07:00
Frédéric Brégier
a8c1e3bb77 Merge pull request #376 from fredericBregier/3
HttpPostRequestDecoder: Improve Performance by calling very much less sao.setReadPosition(x)
2012-06-02 11:43:26 -07:00
Frédéric Brégier
25c31cd137 Improve Performance by calling very much less sao.setReadPosition(x) 2012-06-02 21:25:55 +03:00
Norman Maurer
b0ba1b9bb6 Let the user explicit set if gathering writes/reads should be used. See #374 2012-06-01 21:03:33 +02:00
norman
8ca40aa148 Remove bad test 2012-06-01 10:26:21 +02:00
norman
a77e4b041e Revert " Make sure calling ExecutionHandler.releaseExternalResource() does not lead to a dead-lock when calling from a ChannelEventRunnable. See #200"
This reverts commit 7800187433.
2012-06-01 10:01:36 +02:00
norman
9d9f96bb5e Merge branch '3' of ssh://github.com/netty/netty into 3 2012-06-01 09:26:41 +02:00
norman
7800187433 Make sure calling ExecutionHandler.releaseExternalResource() does not lead to a dead-lock when calling from a ChannelEventRunnable. See #200 2012-06-01 09:25:59 +02:00
Trustin Lee
75f0de5b41 Remove main()s in the ipfilter package
- They really should not be there.
2012-05-31 16:08:48 -07:00
Trustin Lee
ec5bd42b18 Fix checkstyle errors 2012-05-31 11:55:13 -07:00
Trustin Lee
b0a2b43379 Overall automated clean up 2012-05-31 11:52:10 -07:00
Trustin Lee
fae19efd73 Apply missing changes from master 2012-05-31 11:50:31 -07:00
Trustin Lee
689093408e Move HTTP multipart classes to its own package / Clean-up
- Add HttpConstants
2012-05-31 11:41:30 -07:00
Trustin Lee
4733db72d3 Add a missing newline at the end of the file 2012-05-31 02:45:27 -07:00
Trustin Lee
3f448f4387 Add missing license header 2012-05-31 02:44:33 -07:00
Trustin Lee
80d45f3a06 Use the default constructor which has been un-deprecated 2012-05-31 02:43:22 -07:00
Trustin Lee
aa9bb38f2e Moved ProtocolFamily to a separate class
- Also renamed it to InternetProtocolFamily to be more specific
- INET and INET6 are now IPv4 and IPv6 which are more straightforward
2012-05-31 02:42:50 -07:00
Trustin Lee
58d2d724e2 Un-deprecate the constructors in NioDatagramChannelFactory 2012-05-31 02:38:13 -07:00
Trustin Lee
7fc2d40a24 Fixed all compiler warnings 2012-05-31 02:23:33 -07:00
Trustin Lee
def46a641e Fix compiler warnings 2012-05-31 02:23:33 -07:00
Trustin Lee
af81d52f84 Test both SPDY 2 & 3 2012-05-31 02:23:33 -07:00
norman
fca7f89371 Make sure calling ExecutionHandler.releaseExternalResource() does not lead to a dead-lock when calling from a ChannelEventRunnable. See #200 2012-05-31 09:05:03 +02:00
norman
95e305f0e6 Add some comments and javadocs. Related to #368 2012-05-30 13:02:17 +02:00
norman
1cd0aac738 Fix for java.lang.NoClassDefFoundError: java/net/ProtocolFamily under jdk6. See #368 2012-05-30 12:16:29 +02:00
norman
b98448559d Fix checkstyle 2012-05-29 08:32:29 +02:00
Norman Maurer
a7ab9e0376 StringEncoder must respect the endianness of the used ChannelBufferFactory. See #365 2012-05-28 21:04:02 +02:00
Norman Maurer
80df72843b Make sure the cumulationbuffer will get handled in the right manner even on Exception. Before this could this could lead to an AssertionFailure. See #364 2012-05-28 14:35:11 +02:00
Trustin Lee
06a6b9b3a9 Remove Selector spinning optimization
- Needs more experiments
2012-05-25 09:25:10 -07:00
norman
ae5127ac6e [maven-release-plugin] prepare for next development iteration 2012-05-25 14:56:42 +02:00
norman
68c1a1e02f [maven-release-plugin] prepare release netty-3.5.0.Beta1 2012-05-25 14:56:35 +02:00
norman
3f3e343650 [maven-release-plugin] rollback the release of netty-3.5.0.Beta1 2012-05-25 14:50:11 +02:00
norman
921e5c52c4 [maven-release-plugin] prepare release netty-3.5.0.Beta1 2012-05-25 14:12:48 +02:00
Norman Maurer
be20b50512 Add a ContextBoundUnmarshallerProvider. See #324 2012-05-24 16:19:09 +02:00
norman
22282cf3e2 Add a ThreadLocalMarshallerProvider and add test cases. See #324 2012-05-24 14:18:12 +02:00
norman
cc97380170 Fix class naming. See #324 2012-05-24 10:23:11 +02:00
norman
1bc52cbd8c Merge back fix for #360 2012-05-24 08:45:48 +02:00
Norman Maurer
98a8bd25bb Add testcases for all marshal encoder and decoder. See #324 2012-05-23 21:48:50 +02:00
Norman Maurer
bc308310e0 Rename classes to reflect the real test coverage. See #324 2012-05-23 21:10:12 +02:00
Norman Maurer
6b0a6db3f5 Follow the same pattern as we have in the serialization package. So we have some compatible jboss marshalling impl and one optimized. See #324 2012-05-23 21:04:58 +02:00
Norman Maurer
c5f6af6584 Some refactoring for the jboss marshalling support to allow easier reuse of components. See #324 2012-05-23 20:38:58 +02:00
Norman Maurer
b0ff61cded Added messages to all IndexOutOfBoundsExceptions. See #359 2012-05-23 17:04:12 +02:00
Norman Maurer
35897027c5 Make sure we handle the sleepTime of 0 correctly in all cases. Thanks to @fredericBregier for review. See #356 2012-05-22 23:09:07 +02:00
Norman Maurer
df82853c11 Only send event upstream once the Ssl handshake was completed successfull. See #358 2012-05-22 22:51:22 +02:00
Norman Maurer
b994cde221 Add workaround to let the sleep work correctly in windows too. See #356 2012-05-22 22:42:02 +02:00
Norman Maurer
2c7c67ef4c Fix compilation error 2012-05-22 22:34:50 +02:00
norman
17dca37380 Fix more typos.. 2012-05-22 14:25:18 +02:00