Trustin Lee
|
58ef4d1cc2
|
More timing tolerance to CookieDecoderTest
|
2009-04-21 03:32:11 +00:00 |
|
Trustin Lee
|
69ac7d174c
|
Replaced the usage of SimpleChannelHandler with SimpleChannelUpstreamHandler whereever possible
|
2009-04-17 07:33:32 +00:00 |
|
Trustin Lee
|
5a67c13279
|
A newline between methods
|
2009-04-16 05:09:51 +00:00 |
|
Trustin Lee
|
f61412c828
|
More tolerance in CookieEncoderTest
|
2009-04-16 05:09:03 +00:00 |
|
Trustin Lee
|
9252f449bd
|
Better diagnosis message for AbstractSocketSslEchoTest
|
2009-04-15 13:50:06 +00:00 |
|
Trustin Lee
|
8c172a5a1d
|
More diagnosis message for AbstractSocketSslEchoTest
|
2009-04-15 13:45:05 +00:00 |
|
Trustin Lee
|
e3fc229b03
|
A test case for NETTY-142 ReplayingDecoder calls decodeLast with unreplayable buffer
|
2009-04-08 07:24:14 +00:00 |
|
Trustin Lee
|
ec0b3fe3f2
|
* Moved internal utility classes to org.jboss.netty.util.internal
* Made org.jboss.netty.util public
* Moved ObjectSizeEstimator and its implementation to org.jboss.netty.util
|
2009-04-03 07:41:54 +00:00 |
|
Trustin Lee
|
a5ab271dc7
|
Deprecated CompatibleObjectDecoder
|
2009-03-16 07:52:19 +00:00 |
|
Trustin Lee
|
880241366b
|
Removed unnecessary System.out.println
|
2009-03-16 04:38:43 +00:00 |
|
Trustin Lee
|
701d8a8aaa
|
Made sure the encoded cookie conforms to the RFC
|
2009-03-14 13:35:10 +00:00 |
|
Trustin Lee
|
eaca45eb8a
|
* Reimplemented CookieDecoder to understand quoted-strings
|
2009-03-14 13:13:28 +00:00 |
|
Trustin Lee
|
3e2bf2e163
|
A little bit more tolerance
|
2009-03-13 17:09:31 +00:00 |
|
Trustin Lee
|
f78ac1f29a
|
A little bit more tolerance
|
2009-03-13 17:08:25 +00:00 |
|
Trustin Lee
|
e4c283fb89
|
Avoid timing errors
|
2009-03-13 16:43:39 +00:00 |
|
Trustin Lee
|
9e0e310ffe
|
* Improved CookieDecoder to be more tolerant
* Added a test case for comma delimited cookies
|
2009-03-13 16:33:49 +00:00 |
|
Trustin Lee
|
dc61906620
|
Fixed test failures
|
2009-03-13 15:53:52 +00:00 |
|
Trustin Lee
|
3e6f638449
|
Removed the unnecessary last semicolon
|
2009-03-13 15:48:23 +00:00 |
|
Trustin Lee
|
efd5af9313
|
Brought back the encode() method of CookieEncoder
|
2009-03-13 15:46:41 +00:00 |
|
Trustin Lee
|
b6cfc24127
|
Handles client-side cookie much better now
|
2009-03-13 15:29:54 +00:00 |
|
Trustin Lee
|
d1bafbc65f
|
* Fixed a problem where 'Expires' cookie attribute is misinterpreted
* CookieEncoder now uses Cookie.getVersion() to determine the cookie version instead of constructor parameter
|
2009-03-13 14:45:43 +00:00 |
|
Trustin Lee
|
32ddc4541d
|
Updated author tags
|
2009-03-13 13:57:24 +00:00 |
|
Trustin Lee
|
f04003abbe
|
CookieEncoder / CookieDecoder should not urlencode/urldecode attributes except for the value
|
2009-03-13 13:53:53 +00:00 |
|
Trustin Lee
|
0da3fcbe51
|
Fixed a bug where CookieEncoder generates a cookie with 'version=2'
|
2009-03-13 12:59:29 +00:00 |
|
Trustin Lee
|
1912bfc81d
|
Fixed test failures
|
2009-03-13 12:42:03 +00:00 |
|
Trustin Lee
|
b796a1d97b
|
* Renamed Cookie.portList to Cookie.ports and its type from int[] to Set<Integer>
* Renamed CookieHeaderNames.PORTLIST to CookieHeaderNames.PORT
|
2009-03-13 12:32:47 +00:00 |
|
Andy Taylor
|
b8f03d60e4
|
added cookie v1 and v2 decoding support
|
2009-03-13 11:58:29 +00:00 |
|
Andy Taylor
|
395d57b6eb
|
added cookie v1 and v2 encoding support
|
2009-03-13 10:12:51 +00:00 |
|
Trustin Lee
|
bd184cc665
|
Renamed TestOptions to TestUtil
|
2009-03-12 00:42:41 +00:00 |
|
Trustin Lee
|
ebdfec8ec0
|
Reduced the number of InetAddress.getLocalHost() calls in test cases
|
2009-03-12 00:14:17 +00:00 |
|
Trustin Lee
|
c4b1e5a011
|
* Renamed ExecutorShutdownUtil to ExecutorUtil
* Added ExternalResourceUtil
|
2009-01-19 05:23:41 +00:00 |
|
Trustin Lee
|
e9b841757a
|
* Replaced duplicate executor shutdown code with ExecutorShutdownUtil.shutdown()
* Applied the same workaround which was applied to ExecutorShutdownUtil.shutdown() to NioProviderMetadata
|
2009-01-02 16:57:15 +00:00 |
|
Trustin Lee
|
0e3679e919
|
Fixed a problem where AbstractSocketSslEchoTest doesn't close all channels when a connection attempt fails.
|
2008-11-16 16:25:08 +00:00 |
|
Trustin Lee
|
feac0d6a3d
|
Fixed a problem where AbstractSocketSslEchoTest doesn't close all channels when handshake fails.
|
2008-11-16 16:22:27 +00:00 |
|
Trustin Lee
|
9aec8119cb
|
Used logger instead of syserr
|
2008-11-16 13:34:24 +00:00 |
|
Trustin Lee
|
4cd9105eeb
|
Made sure all exceptions are printed (2nd try)
|
2008-11-16 13:30:42 +00:00 |
|
Trustin Lee
|
ea94ea850b
|
Fixed a problem where not all exceptions are logged immediately in AbstractSocketSslEchoTest
|
2008-11-16 11:43:44 +00:00 |
|
Trustin Lee
|
b3f39c1bb3
|
Additional debug information in AbstractSocketSslEchoTest
|
2008-11-16 10:33:00 +00:00 |
|
Trustin Lee
|
b50cc2b025
|
Removed an unused import
|
2008-11-07 01:50:51 +00:00 |
|
Trustin Lee
|
79fe2324c9
|
Fixed RejectedExecutionException in the OIO-OIO SSL echo test
|
2008-11-06 16:21:35 +00:00 |
|
Trustin Lee
|
7db3eacbb4
|
Potential fix for OIO-OIO SSL echo test
|
2008-11-06 15:56:05 +00:00 |
|
Trustin Lee
|
dddf14f79a
|
Fixed a bug: NETTY-56 (The ChannFuture returned by SslHandler.handshake() is not completed when the associated Channel is closed during handshake.)
|
2008-10-03 02:53:57 +00:00 |
|
Trustin Lee
|
b14b4c8714
|
Incorrect option name
|
2008-09-10 12:24:58 +00:00 |
|
Trustin Lee
|
20bbd3e38f
|
Workaround for blocking I/O transport write-write dead lock
|
2008-09-10 12:01:28 +00:00 |
|
Trustin Lee
|
ef6404ae0c
|
Fixed ClosedChannelException in various integration tests
|
2008-09-05 02:07:10 +00:00 |
|
Trustin Lee
|
a056b9af63
|
* Fixed randomly failing ChannelBuffers.compareTo test
* Used shutdownNow instead of shutdown to shorten the test running time
* Added a test case that checks shutdown time
|
2008-09-05 00:01:33 +00:00 |
|
Trustin Lee
|
1d1e88397e
|
Fixed a potential race condition in AbstractSocketStringEchoTest
|
2008-09-04 11:29:22 +00:00 |
|
Trustin Lee
|
79743b0528
|
Tiny micro optimization on test data generation
|
2008-08-29 00:26:54 +00:00 |
|
Trustin Lee
|
8da05713fe
|
Fixed issue: NETTY-40 (SslHandler dead lock on Oio-Oio communication)
* More fine-grained lock acquisition
|
2008-08-29 00:23:47 +00:00 |
|
Trustin Lee
|
506b7aeb05
|
Package renaming... (forgot to add 'codec')
|
2008-08-28 12:31:39 +00:00 |
|