Trustin Lee
|
215180511d
|
Add more cookie decoding test case
|
2012-06-27 12:41:16 +09:00 |
|
Trustin Lee
|
b2d8813bf3
|
Fix #218: CookieDecoder.decode() throws StackOverflowError
- Rewrote key-value decoder not using a regular expression
|
2012-06-24 19:01:20 +09:00 |
|
Trustin Lee
|
e3a8805259
|
Fix #397: Allow all cookie names that conform to the RFC
- lenient flag is not needed anymore
|
2012-06-24 14:16:03 +09:00 |
|
Trustin Lee
|
9ae847c33a
|
Fix test failures
|
2012-06-24 13:41:54 +09:00 |
|
Trustin Lee
|
c3e70186f8
|
StreamID -> StreamId (#393 Ensure all fields follow naming convention)
|
2012-06-12 20:57:34 +09:00 |
|
Trustin Lee
|
95d8e782e3
|
ID -> Id (#393 Ensure all fields follow our naming convention)
|
2012-06-12 20:31:45 +09:00 |
|
Trustin Lee
|
178d24a16d
|
Do not use the deprecated methods (#393)
|
2012-06-12 20:27:14 +09:00 |
|
norman
|
4776e6ae9f
|
Sorry.. bad revert "Revert "Merge branch '3' of ssh://github.com/netty/netty into 3""
This reverts commit 91accdc5e41ce4669df94296e625e6098b082d68.
|
2012-06-11 12:49:32 +02:00 |
|
norman
|
91accdc5e4
|
Revert "Merge branch '3' of ssh://github.com/netty/netty into 3"
This reverts commit 7d8a6f9c8ee5357624aded434495b37887d13d5e, reversing
changes made to 78da141c9ddeb65f769175e99794de9c2a36b7e6.
|
2012-06-11 10:07:46 +02:00 |
|
Norman Maurer
|
8f429cba47
|
@Ignore multicast tests
|
2012-06-08 18:08:16 +02:00 |
|
Trustin Lee
|
6d647feb7e
|
Fix a problem where multicast test eats 100% CPU on test failure (#373)
- Proper resource cleanup fixed 100% CPU issue
- Using a loopback interface made the test pass
|
2012-06-08 08:59:28 +09:00 |
|
Norman Maurer
|
758b7dc793
|
Make sure calling ExecutionHandler.releaseExternalResource() does not lead to a dead-lock when calling from a ChannelEventRunnable. See #200
|
2012-06-07 15:40:00 +02:00 |
|
Norman Maurer
|
4e8c3638e1
|
Make sure multicast test use correct interface. This also fix #373
|
2012-06-07 15:27:43 +02:00 |
|
Trustin Lee
|
977ce4e645
|
Update license headers
|
2012-06-04 13:35:22 -07:00 |
|
norman
|
9b097ddea0
|
Skip test on windows as it may fail because of permission problems
|
2012-06-04 15:04:24 +02:00 |
|
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 |
|
norman
|
8ca40aa148
|
Remove bad test
|
2012-06-01 10:26:21 +02:00 |
|
Trustin Lee
|
b0a2b43379
|
Overall automated clean up
|
2012-05-31 11:52:10 -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
|
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
|
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 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 |
|
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
|
2c7c67ef4c
|
Fix compilation error
|
2012-05-22 22:34:50 +02:00 |
|
norman
|
5f28d01507
|
Make sure the test also work on ipv6 interfaces
|
2012-05-22 10:03:33 +02:00 |
|
Jeff Pinner
|
706d4d8598
|
SPDY: add SPDY/3 support
|
2012-05-21 21:58:56 -07: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 |
|
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 |
|
Jeff Pinner
|
ba76d5b515
|
SPDY: fix for mozilla firefox bug 754766
|
2012-05-17 11:36:57 +09: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
|
7b7c585cf3
|
Hide the TooBigObjectException and just throw a TooLongFrameException
|
2012-05-14 20:10:58 +02: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 |
|