summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/net
Commit message (Expand)AuthorAgeFilesLines
* Switch to OkHttp as URL's preferred HTTP implementation.jwilson2013-04-033-2184/+0
* HttpResponseCache should return 504, not 502.Elliott Hughes2012-07-301-5/+5
* Update the response cache on a conditional cache hitJesse Wilson2011-12-221-11/+60
* Support multiple challenges for HTTP authentication.Jesse Wilson2011-12-161-0/+57
* Don't expect caching of partial (HTTP 206) responses.Jesse Wilson2011-08-191-1/+1
* Make HTTP implementation details public for CTS tests.Jesse Wilson2011-08-151-35/+35
* Use external/mockwebserver in libcoreJesse Wilson2011-06-071-4/+4
* Use canonicalizePath in URI.Jesse Wilson2011-05-251-31/+31
* Rewrite parsing for java.net.URL.Jesse Wilson2011-05-251-0/+89
* Merge "Support HTTP cookies and header combining." into dalvik-devJesse Wilson2011-05-191-5/+119
|\
| * Support HTTP cookies and header combining.Jesse Wilson2011-05-191-5/+119
* | Address FindBugs warnings in libcore.net.httpJesse Wilson2011-05-191-9/+2
|/
* Make the HttpResponseCache robust to file I/O errors.Jesse Wilson2011-05-181-0/+59
* Cache HTTP responses with a Vary header.Jesse Wilson2011-05-171-18/+210
* Move APIs from internal HttpResponseCache to external one.Jesse Wilson2011-05-141-2/+5
* Add the application version to the DiskLruCache journal.Jesse Wilson2011-05-121-3/+3
* Provide more user-friendly HTTP cache stats.Jesse Wilson2011-05-121-41/+43
* Provide hit and miss stats on the HTTP response cache.Jesse Wilson2011-05-121-0/+1467
* Refactor HttpURLConnection implementation.Jesse Wilson2011-05-042-22/+22
* Split CacheHeader into RequestHeader and ResponseHeader.Jesse Wilson2011-05-023-194/+196
* Fix CacheHeaderTest to use the new constructor.Jesse Wilson2011-05-021-17/+25
* Cache authorization headers and default expiration date.Jesse Wilson2011-05-021-1/+1
* Improve parsing of HTTP caching headers.Jesse Wilson2011-04-292-0/+238