netty5/src/test/java/org/jboss/netty
Benoit Sigoure 1f1b8d8325 Add a new faster, memory efficient URL decoder.
Query string parameters need to be decoded as per RFC 3986, Section 2.
The implementation of the URLDecoder in the JDK is slow because it takes
long and inefficient code paths, and it generates a lot more garbage
than necessary.  This decoder is about 2x faster and doesn't allocate
any memory in the easy case where the decoded string is unchanged.
When the string needs to be changed, only one buffer is allocated for
the decoded string.
2011-01-04 14:44:36 +09:00
..
bootstrap * Deprecated ChannelPipelineCoverage (Will be replaced with something I will introduce later) 2010-02-01 11:46:09 +00:00
buffer NETTY-335 Remove deprecated elements 2010-06-30 05:48:23 +00:00
channel Added @Override annotations which were disallowed in Java 5 but not anymore in Java 6. 2010-11-12 09:45:39 +09:00
handler Add a new faster, memory efficient URL decoder. 2011-01-04 14:44:36 +09:00
logging * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
util Added @Override annotations which were disallowed in Java 5 but not anymore in Java 6. 2010-11-12 09:45:39 +09:00