summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/net/UriCodec.java
Commit message (Expand)AuthorAgeFilesLines
* Add java.nio.charsets.StandardCharsets.Elliott Hughes2013-06-281-4/+4
* Make sure URL.toURILenient throws the proper exception on trailing garbage es...Brian Carlstrom2012-10-181-1/+1
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-141-1/+1
* Add a mode to UriCodec to handle invalid URLs without throwing.Jesse Wilson2011-10-281-11/+16
* Clean Up URI's parsing code.Jesse Wilson2011-05-261-11/+14
* Parity between URI and URL tests.Jesse Wilson2011-05-251-4/+4
* Fix URL encoder regression.Jesse Wilson2011-02-091-7/+10
* Use the same code to encode and fix poorly encoded URLs.Jesse Wilson2011-02-091-59/+40
* Remove redundant URL encoders and decoders.Jesse Wilson2011-02-091-0/+227