summaryrefslogtreecommitdiffstats
path: root/support/src/test/java/tests/http
Commit message (Expand)AuthorAgeFilesLines
* Fix HTTP cookie to do case mapping with Locale.US.Jesse Wilson2011-01-131-2/+2
* Move tests from android.core.URLTest to URLConnectionTest.Jesse Wilson2011-01-131-43/+51
* Test that HttpURLConnection responds gracefully when the server closes a socket.Jesse Wilson2010-12-163-35/+74
* Fix broken interactions between HTTP response caches and redirects.Jesse Wilson2010-10-271-2/+4
* Fix ResponseCache to support caching of HTTPS responses.Jesse Wilson2010-10-261-6/+76
* Strip usage of the term 'localhost' from URLConnectionTest.Jesse Wilson2010-09-231-3/+6
* Support for TLS Extensions enabled SSLSockets with fallback to vanila SSLBrian Carlstrom2010-08-022-1/+29
* Buffering the decoding of chunked encoding and HTTP headers.Jesse Wilson2010-07-011-23/+104
* Fixing response cache and connection reuse for HTTP client.Jesse Wilson2010-06-283-14/+215
* Fixing various problems with HTTPS proxies thru HTTP.Jesse Wilson2010-06-142-2/+6
* Adding testcases for HttpsURLConnection and through a proxy.Jesse Wilson2010-06-111-0/+6
* Adding HTTPS and proxy support to our mock webserver.Jesse Wilson2010-06-102-19/+63
* Testing that URLConnection uses CookieManager for send and receive.Jesse Wilson2010-05-171-9/+4
* Adding checks to make sure the HTTP method is consistent with its body.Jesse Wilson2010-05-101-1/+16
* New MockWebServer for HTTP testing.Jesse Wilson2010-05-103-0/+476