index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
src
/
test
/
java
/
tests
/
http
/
MockWebServer.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
If libcore wants ASCII casing, it needs to ask for it like everyone else.
Elliott Hughes
2013-08-02
1
-1
/
+2
*
Fix @deprecated javadoc orthography.
Elliott Hughes
2013-06-06
1
-1
/
+1
*
Use external/mockwebserver in libcore
Jesse Wilson
2011-06-07
1
-0
/
+3
*
Don't lose the import for InetAddress.
Jesse Wilson
2011-05-05
1
-0
/
+1
*
Fix proxy+HTTPS to handle authentication requests from the proxy.
Jesse Wilson
2011-05-05
1
-4
/
+17
*
Honor max-age and min-fresh request headers.
Jesse Wilson
2011-04-29
1
-1
/
+1
*
Support conditional gets in HttpURLConnection.
Jesse Wilson
2011-04-29
1
-9
/
+29
*
am 866b399e: am 9d28a32d: am bc4c79c6: Don\'t read from the delegate stream a...
Jesse Wilson
2011-03-31
1
-2
/
+3
|
\
|
*
Don't read from the delegate stream after we close it.
Jesse Wilson
2011-03-31
1
-2
/
+3
*
|
Fix MockWebServer to use the same hostname as TestKeyStore.
Jesse Wilson
2011-03-29
1
-4
/
+7
|
/
*
Fix HTTP cookie to do case mapping with Locale.US.
Jesse Wilson
2011-01-13
1
-2
/
+2
*
Move tests from android.core.URLTest to URLConnectionTest.
Jesse Wilson
2011-01-13
1
-43
/
+51
*
Test that HttpURLConnection responds gracefully when the server closes a socket.
Jesse Wilson
2010-12-16
1
-6
/
+11
*
Fix broken interactions between HTTP response caches and redirects.
Jesse Wilson
2010-10-27
1
-2
/
+4
*
Strip usage of the term 'localhost' from URLConnectionTest.
Jesse Wilson
2010-09-23
1
-3
/
+6
*
Support for TLS Extensions enabled SSLSockets with fallback to vanila SSL
Brian Carlstrom
2010-08-02
1
-1
/
+6
*
Buffering the decoding of chunked encoding and HTTP headers.
Jesse Wilson
2010-07-01
1
-23
/
+104
*
Fixing response cache and connection reuse for HTTP client.
Jesse Wilson
2010-06-28
1
-14
/
+43
*
Fixing various problems with HTTPS proxies thru HTTP.
Jesse Wilson
2010-06-14
1
-1
/
+0
*
Adding testcases for HttpsURLConnection and through a proxy.
Jesse Wilson
2010-06-11
1
-0
/
+6
*
Adding HTTPS and proxy support to our mock webserver.
Jesse Wilson
2010-06-10
1
-19
/
+58
*
Testing that URLConnection uses CookieManager for send and receive.
Jesse Wilson
2010-05-17
1
-9
/
+4
*
Adding checks to make sure the HTTP method is consistent with its body.
Jesse Wilson
2010-05-10
1
-1
/
+16
*
New MockWebServer for HTTP testing.
Jesse Wilson
2010-05-10
1
-0
/
+274