Go to file
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
license Removed the license files for unused dependencies 2010-04-30 11:09:37 +00:00
src Add a new faster, memory efficient URL decoder. 2011-01-04 14:44:36 +09:00
.fbfilter.xml Updated FindBugs filter 2009-04-15 23:46:33 +00:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore Added IntelliJ specific files to .gitignore 2010-11-23 20:09:22 +09:00
COPYRIGHT.txt * Replaced e-mail addresses into homepage/blog URL anywhere possible 2010-01-26 09:04:19 +00:00
LICENSE.txt Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
NOTICE.txt Fixed wrong license file name 2010-10-24 18:17:54 +00:00
pom.xml Fixed NETTY-376 Manifest not present in the first entry of the zip 2011-01-04 14:22:35 +09:00