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
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
33cee3dc9d
Backport support for nio udp multicast to 3 branch. See #216
2012-05-10 10:15:40 +02:00
norman
d920c6dc95
Backport support for nio udp multicast to 3 branch. See #216
2012-05-10 09:35:24 +02:00
Norman Maurer
cfc52b9d49
Add more tests for ChunkedWriteHandler
2012-05-06 19:30:50 +02:00
Norman Maurer
ccfa196b3b
Add test for fix of regression in ChunkedWriteHandler. See #310
2012-05-06 19:30:41 +02:00
Norman Maurer
7e00f614d3
Remove benchmakr which use used as proof of concept
2012-04-24 20:20:17 +02:00
Norman Maurer
f0f152085a
Merge pull request #271 from netty/gathering_write_support
...
Use gathering writes if java version is >= 7 . See #269
2012-04-24 11:06:30 -07:00
Norman Maurer
c134a522c3
Allow to specify the local address when connect. See #276
2012-04-21 15:51:51 +02:00
Norman Maurer
510692d7e7
Add benchmark for gathering writes. See #269
2012-04-19 17:45:41 +02:00
Norman Maurer
3d762a7594
Make it configurable if the HttpClientCodec should throw an exception on close when the response and request count does not match. Default is false. See #266
2012-04-17 20:15:20 +02:00
Norman Maurer
fdc27db45d
Add also tests for HttpClientCodec that tests handling chunked responses. See #256 amd #259
2012-04-15 20:54:57 +02:00
Norman Maurer
ad7c25866e
Add test for HttpClientCodec that tests handling of missing responses. See #256 amd #259
2012-04-15 15:39:35 +02:00
Norman Maurer
d1ec95a320
Add test for HttpClientCodec that tests handling of missing responses. See #256 amd #259
2012-04-15 15:37:39 +02:00
Trustin Lee
2c2d64a75e
Merge branch '3' of github.com:netty/netty into 3
2012-04-12 14:15:02 +09:00
Trustin Lee
1d74c13fe7
Remove Redis client codec (will continue work on master)
2012-04-12 14:13:21 +09:00
Norman Maurer
ef530698c5
Take care of releasing the local channel when releaseExternalResources() is called. See #235
2012-04-09 20:06:20 +02:00
Norman Maurer
403fdb2035
Add test case to show that issue #235 is due some incorrect usage
2012-04-09 16:30:36 +02:00
Norman Maurer
ef6056f5f9
Let the test pass in osx also
2012-04-04 19:05:57 +02:00
norman
6995701f20
Fix UDP nio impl and add some tests for it
2012-04-03 07:44:28 +02:00
Trustin Lee
3e1a055f36
Overall Redis codec cleanup (more to come)
...
- Prefer ChannelBuffer over byte[]
- Hide the methods that users are not usually interested in
- Rename RedisEncoder/Decoder to RedisCommandEncoder/ReplyDecoder
- Add getter methods to Replies
- Rename getX() to X() because I like it for read-only properties
2012-03-30 22:29:04 +09:00
Trustin Lee
6cdd9ac711
Code cleanup
2012-03-30 12:22:56 +09:00
norman
b98ce36608
Move RedisClient to example package and license header
2012-03-12 07:08:00 +01:00
Norman Maurer
eabad22663
Fix up tests
2012-03-11 20:55:18 +01:00
Sam Pullara
f7a1ec61f2
Fixed several bugs in the replay state implementation
2012-03-10 22:12:17 -08:00
Sam Pullara
a0a59d916d
passes the JDK5 and license stuff wow
2012-03-10 12:04:05 -08:00
Sam Pullara
b3cdeff919
suggestions from both repositories applied
2012-03-10 10:04:26 -08:00
Sam Pullara
0776911ed1
Redis client codec
2012-03-10 10:04:26 -08:00
Trustin Lee
1df328034f
Fix #202 - Remove Twitter license
...
Twitter signed CCLA today.
2012-03-01 14:01:31 -08:00
norman
c12717bfed
Correctly decode URI in QueryStringDecoder. See #189
2012-02-15 08:35:53 +01:00
Trustin Lee
6e8e836b2e
Fix license headers
2012-02-07 17:40:16 +09:00
Jeff Pinner
3f9e89c17d
Merge remote-tracking branch 'upstream/3.2' into spdy_framing_layer_3_2
2012-02-03 16:23:41 -08:00
Jeff Pinner
9fcb4643b1
SPDY Protocol Framing Layer Tests
2012-02-03 16:22:39 -08:00