summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/net/http
Commit message (Expand)AuthorAgeFilesLines
* Add a hidden API for detecting response charsets.Narayan Kamath2014-12-161-0/+90
* Switch to OkHttp as URL's preferred HTTP implementation.jwilson2013-04-0321-5062/+0
* Retry failed redirections when socket is recycled.Jeff Sharkey2012-12-172-0/+8
* Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2012-12-041-1/+1
* Fix a bug in tunnel construction and 'Connection: close' headers.Jesse Wilson2012-10-041-7/+9
* Strip content length in requests with "transparent" gzip handling.Narayan Kamath2012-09-242-0/+10
* Disable SSL compressionBrian Carlstrom2012-08-291-1/+0
* Performance improvements: DiskLruCache, HttpResponseCache.Vladimir Marko2012-08-161-26/+17
* HttpResponseCache should return 504, not 502.Elliott Hughes2012-07-301-4/+5
* Merge "Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPI...Brian Carlstrom2012-07-271-0/+9
|\
| * Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStreamBrian Carlstrom2012-07-271-0/+9
* | Tolerate cache files being removed from underneath DiskLruCacheBrian Carlstrom2012-07-241-1/+1
|/
* TLS + SNI + proxy => bug : the SNI at the TLS layer is the hostname of the pr...Brian Carlstrom2012-07-191-1/+1
* Merge from AOSPJean-Baptiste Queru2012-07-091-0/+7
|\
| * Improve HttpResponseCache performance.Vladimir Marko2012-07-091-0/+7
* | HttpEngine should not attempt to cache proxy CONNECT responsesBrian Carlstrom2012-06-291-0/+5
* | Make classes accessible to ParsedHeadersTestBrian Carlstrom2012-03-122-3/+12
* | Introduce an ExtendedResponseCache interface.Jesse Wilson2012-02-154-47/+12
* | Don't attempt to parse an HTTP response body on HEAD requests.Jesse Wilson2012-02-151-2/+7
* | Merge commit 'f41105dc' into manualmergeJesse Wilson2012-01-261-3/+0
|\ \ | |/
| * Don't throw needlessly when returning the CacheResponse.Jesse Wilson2012-01-261-3/+0
* | Merge "Update the response cache on a conditional cache hit"Jesse Wilson2012-01-043-73/+127
|\ \
| * | Update the response cache on a conditional cache hitJesse Wilson2011-12-223-73/+127
* | | Don't reuse an SSL socket if the socket factory has changed.Jesse Wilson2011-12-203-11/+33
|/ /
* | Support multiple challenges for HTTP authentication.Jesse Wilson2011-12-164-43/+117
* | Change the way we cope with stale pooled connections.Jesse Wilson2011-12-154-78/+74
* | Document the effect on timeouts of having both IPv4 and IPv6 addressesJesse Wilson2011-12-141-4/+4
* | Don't check available() when testing if a socket is stale.Jesse Wilson2011-11-251-4/+0
* | Don't NullPointerException when a URL contains a space.Jesse Wilson2011-11-101-2/+9
|/
* Fix chunked input stream's available() method to never return -1.Jesse Wilson2011-09-301-1/+4
* Make HTTP implementation details public for CTS tests.Jesse Wilson2011-08-157-87/+233
* Move socket tagging to frameworks/base.Jesse Wilson2011-06-281-4/+3
* Rewrite parsing for java.net.URL.Jesse Wilson2011-05-251-1/+3
* Merge "Support HTTP cookies and header combining." into dalvik-devJesse Wilson2011-05-192-2/+45
|\
| * Support HTTP cookies and header combining.Jesse Wilson2011-05-192-2/+45
* | Address FindBugs warnings in libcore.net.httpJesse Wilson2011-05-193-7/+2
|/
* Make the HttpResponseCache robust to file I/O errors.Jesse Wilson2011-05-181-21/+43
* Parse HTTP request headers only once.Jesse Wilson2011-05-187-96/+204
* Don't read through HTTP response headers more than necessary.Jesse Wilson2011-05-175-64/+97
* Cache HTTP responses with a Vary header.Jesse Wilson2011-05-175-13/+120
* Test DiskLruCache with fault injection.Jesse Wilson2011-05-161-2/+2
* Merge "Move APIs from internal HttpResponseCache to external one." into dalvi...Jesse Wilson2011-05-161-52/+19
|\
| * Move APIs from internal HttpResponseCache to external one.Jesse Wilson2011-05-141-52/+19
* | resolved conflicts for merge of 1e8d508f to dalvik-devJeff Sharkey2011-05-132-1/+18
|\ \ | |/ |/|
| * Add Socket tagging for granular data accounting.Jeff Sharkey2011-05-132-1/+18
* | Add the application version to the DiskLruCache journal.Jesse Wilson2011-05-122-12/+12
* | Provide more user-friendly HTTP cache stats.Jesse Wilson2011-05-122-59/+55
* | Provide hit and miss stats on the HTTP response cache.Jesse Wilson2011-05-125-60/+576
* | Address code review comments to Adopt DiskLruCache change.Jesse Wilson2011-05-112-5/+5
* | Adopt DiskLruCache in HttpResponseCache.Jesse Wilson2011-05-103-40/+25