summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/net/url
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add libcore.net.NetworkSecurityPolicy."Alex Klyubin2015-03-251-2/+9
|\
| * Add libcore.net.NetworkSecurityPolicy.Alex Klyubin2015-03-241-2/+9
* | Fix for ftp:// invalid urls with ProxySelectorNeil Fuller2015-03-251-1/+1
|/
* Remove more.Elliott Hughes2014-06-172-18/+3
* am 00c64297: am 469b6955: am 567dcb29: Merge "Fix various errors in FileURLCo...Narayan Kamath2014-05-091-12/+134
|\
| * Fix various errors in FileURLConnectionTest.Narayan Kamath2014-05-091-12/+134
* | Add APIs for better interoperability with Java 1.7Neil Fuller2014-03-072-3/+0
|/
* Addition of 1.7 methods to URLConnection.Neil Fuller2014-02-192-14/+35
* Cache the few unique Attributes.Name values.Elliott Hughes2013-08-051-28/+4
* Add java.nio.charsets.StandardCharsets.Elliott Hughes2013-06-281-3/+3
* Fix URLConnectionTest#test_getAllowUserInteraction.Elliott Hughes2012-07-241-7/+7
* Clean Up URI's parsing code.Jesse Wilson2011-05-261-1/+16
* Fix URI to behave more like the spec and browsers and less like the RI.Jesse Wilson2011-05-261-0/+12
* Use canonicalizePath in URI.Jesse Wilson2011-05-252-8/+24
* Rewrite parsing for java.net.URL.Jesse Wilson2011-05-253-7/+104
* Move URLConnection classes to libcore.net.Jesse Wilson2011-03-187-0/+1461