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
/
luni
/
src
/
main
/
java
/
libcore
/
net
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a hidden API for detecting response charsets.
Narayan Kamath
2014-12-16
1
-0
/
+90
*
Switch to OkHttp as URL's preferred HTTP implementation.
jwilson
2013-04-03
21
-5062
/
+0
*
Retry failed redirections when socket is recycled.
Jeff Sharkey
2012-12-17
2
-0
/
+8
*
Add detail messages to all the easy IllegalArgumentException cases.
Elliott Hughes
2012-12-04
1
-1
/
+1
*
Fix a bug in tunnel construction and 'Connection: close' headers.
Jesse Wilson
2012-10-04
1
-7
/
+9
*
Strip content length in requests with "transparent" gzip handling.
Narayan Kamath
2012-09-24
2
-0
/
+10
*
Disable SSL compression
Brian Carlstrom
2012-08-29
1
-1
/
+0
*
Performance improvements: DiskLruCache, HttpResponseCache.
Vladimir Marko
2012-08-16
1
-26
/
+17
*
HttpResponseCache should return 504, not 502.
Elliott Hughes
2012-07-30
1
-4
/
+5
*
Merge "Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPI...
Brian Carlstrom
2012-07-27
1
-0
/
+9
|
\
|
*
Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStream
Brian Carlstrom
2012-07-27
1
-0
/
+9
*
|
Tolerate cache files being removed from underneath DiskLruCache
Brian Carlstrom
2012-07-24
1
-1
/
+1
|
/
*
TLS + SNI + proxy => bug : the SNI at the TLS layer is the hostname of the pr...
Brian Carlstrom
2012-07-19
1
-1
/
+1
*
Merge from AOSP
Jean-Baptiste Queru
2012-07-09
1
-0
/
+7
|
\
|
*
Improve HttpResponseCache performance.
Vladimir Marko
2012-07-09
1
-0
/
+7
*
|
HttpEngine should not attempt to cache proxy CONNECT responses
Brian Carlstrom
2012-06-29
1
-0
/
+5
*
|
Make classes accessible to ParsedHeadersTest
Brian Carlstrom
2012-03-12
2
-3
/
+12
*
|
Introduce an ExtendedResponseCache interface.
Jesse Wilson
2012-02-15
4
-47
/
+12
*
|
Don't attempt to parse an HTTP response body on HEAD requests.
Jesse Wilson
2012-02-15
1
-2
/
+7
*
|
Merge commit 'f41105dc' into manualmerge
Jesse Wilson
2012-01-26
1
-3
/
+0
|
\
\
|
|
/
|
*
Don't throw needlessly when returning the CacheResponse.
Jesse Wilson
2012-01-26
1
-3
/
+0
*
|
Merge "Update the response cache on a conditional cache hit"
Jesse Wilson
2012-01-04
3
-73
/
+127
|
\
\
|
*
|
Update the response cache on a conditional cache hit
Jesse Wilson
2011-12-22
3
-73
/
+127
*
|
|
Don't reuse an SSL socket if the socket factory has changed.
Jesse Wilson
2011-12-20
3
-11
/
+33
|
/
/
*
|
Support multiple challenges for HTTP authentication.
Jesse Wilson
2011-12-16
4
-43
/
+117
*
|
Change the way we cope with stale pooled connections.
Jesse Wilson
2011-12-15
4
-78
/
+74
*
|
Document the effect on timeouts of having both IPv4 and IPv6 addresses
Jesse Wilson
2011-12-14
1
-4
/
+4
*
|
Don't check available() when testing if a socket is stale.
Jesse Wilson
2011-11-25
1
-4
/
+0
*
|
Don't NullPointerException when a URL contains a space.
Jesse Wilson
2011-11-10
1
-2
/
+9
|
/
*
Fix chunked input stream's available() method to never return -1.
Jesse Wilson
2011-09-30
1
-1
/
+4
*
Make HTTP implementation details public for CTS tests.
Jesse Wilson
2011-08-15
7
-87
/
+233
*
Move socket tagging to frameworks/base.
Jesse Wilson
2011-06-28
1
-4
/
+3
*
Rewrite parsing for java.net.URL.
Jesse Wilson
2011-05-25
1
-1
/
+3
*
Merge "Support HTTP cookies and header combining." into dalvik-dev
Jesse Wilson
2011-05-19
2
-2
/
+45
|
\
|
*
Support HTTP cookies and header combining.
Jesse Wilson
2011-05-19
2
-2
/
+45
*
|
Address FindBugs warnings in libcore.net.http
Jesse Wilson
2011-05-19
3
-7
/
+2
|
/
*
Make the HttpResponseCache robust to file I/O errors.
Jesse Wilson
2011-05-18
1
-21
/
+43
*
Parse HTTP request headers only once.
Jesse Wilson
2011-05-18
7
-96
/
+204
*
Don't read through HTTP response headers more than necessary.
Jesse Wilson
2011-05-17
5
-64
/
+97
*
Cache HTTP responses with a Vary header.
Jesse Wilson
2011-05-17
5
-13
/
+120
*
Test DiskLruCache with fault injection.
Jesse Wilson
2011-05-16
1
-2
/
+2
*
Merge "Move APIs from internal HttpResponseCache to external one." into dalvi...
Jesse Wilson
2011-05-16
1
-52
/
+19
|
\
|
*
Move APIs from internal HttpResponseCache to external one.
Jesse Wilson
2011-05-14
1
-52
/
+19
*
|
resolved conflicts for merge of 1e8d508f to dalvik-dev
Jeff Sharkey
2011-05-13
2
-1
/
+18
|
\
\
|
|
/
|
/
|
|
*
Add Socket tagging for granular data accounting.
Jeff Sharkey
2011-05-13
2
-1
/
+18
*
|
Add the application version to the DiskLruCache journal.
Jesse Wilson
2011-05-12
2
-12
/
+12
*
|
Provide more user-friendly HTTP cache stats.
Jesse Wilson
2011-05-12
2
-59
/
+55
*
|
Provide hit and miss stats on the HTTP response cache.
Jesse Wilson
2011-05-12
5
-60
/
+576
*
|
Address code review comments to Adopt DiskLruCache change.
Jesse Wilson
2011-05-11
2
-5
/
+5
*
|
Adopt DiskLruCache in HttpResponseCache.
Jesse Wilson
2011-05-10
3
-40
/
+25
[next]