History log of /frameworks/base/core/java/android/net/http/HttpResponseCache.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf0dc0fba790cf95f76870c37469703f8f20a57c 24-Nov-2015 Neil Fuller <nfuller@google.com> Add thread safety documentation

An upcoming change will remove "synchronized" from the API docs. This change
documents those cases where the guarantees can be determined from code
inspection.

Bug: 25767152
Change-Id: I75083ce01513ed315222304fe3f34190d40748cb
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
3bdd327f8532a79b83f575cc62e8eb09a1f93f3d 27-Nov-2014 Narayan Kamath <narayan@google.com> Move apache specific portions of android.net.http to external/apache-http.

We continue to compile external/apache-http into ext.jar. This contains
a few changes apart fom the classes moving around :

- Makefile changes to build docs and api-stubs for now. A future change
will revert these changes and remove these classes from stubs and
docs.
- Hardcode event IDs in legacyerrorstrings to avoid a dependency between
the frameworks and apache. These strings are on their way out and will
never change anyway.
- Remove imports due to {@link} tags and use {@code} instead.
- Remove an accidental(?) dependency on apache commons code that's a
part of apache-http.

bug: 18027885

Change-Id: I51cd038d846ec7d02c283a4541b10a6a9cf62ecf
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
ae69120b0f56da6d2c3f6661be0885b7b9283c12 20-Jan-2015 Neil Fuller <nfuller@google.com> Fix for broken docs build.

Broken by commit 50a01d89606b40dd151ad407d05c3b2867bbdbad

Change-Id: Iab460aa6254d320349f67e747f763bbf06d3e9e7
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
50a01d89606b40dd151ad407d05c3b2867bbdbad 12-Jan-2015 Neil Fuller <nfuller@google.com> Changes associated with an OkHttp upgrade

Change-Id: I2a4db602aa7ffdef886e0f1a955715a2551a87a5
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
c0bb16673e697f76ee987648ceb828e15ae0ca06 18-Jul-2013 Narayan Kamath <narayan@google.com> Fix import after okhttp update.

OkResponseCache moved packages in change
62321.

Change-Id: I2c08c4586405e767d1931ebc5f185c7916850fa1
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
68a3cd7955479d3f77fe3facd20c5ded7dafc68e 06-Jun-2013 Narayan Kamath <narayan@google.com> Update HttpResponseCache to use the new cache API.

The new API was introduced in

https://android-review.googlesource.com/#/c/59985/

Change-Id: Ie64de7fc64b818bebf1077dff407813865769387
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
dea64ad715c121bfc5cd1881abc51fac9b1d04d6 30-Mar-2013 jwilson <jwilson@squareup.com> Adjust the HttpResponseCache for OkHttp.

Change-Id: I2a80f3c3f30a3d15673d797fa3d1211286f75030
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
18c227ba72406c0b69ce9925a80113060d870256 15-Feb-2012 Jesse Wilson <jessewilson@google.com> Implement the (hidden) ExtendedResponseCache interface.

Bug: http://code.google.com/p/android/issues/detail?id=25418
Change-Id: I4b20d576bac7036f94e57db7124de44f5b8d75be
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
8543b5480d9c261e72965f64a7bc918eb183ea25 15-Dec-2011 Jesse Wilson <jessewilson@google.com> Give a reflection example for installing the HTTP response cache.

From the Android developers blog,
http://android-developers.blogspot.com/2011/09/androids-http-clients.html

Change-Id: Iff0a06fb7b0b8c085b9f16e85b30db44c889235e
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
98e8b19c7bc422600a7a27819311d0059b5af2da 24-Jun-2011 Jesse Wilson <jessewilson@google.com> Warn about the lack of access controls for SD card HTTP caches.

Change-Id: I54adc2f9b57964e15a0fc26b719729e6087b1bda
http://b/4772280
/frameworks/base/core/java/android/net/http/HttpResponseCache.java
a7284f0e72745d66155e1e282fc07113332790fa 27-May-2011 Brian Carlstrom <bdc@google.com> Tracking merge of dalvik-dev to master

Adapt to change in the way MockWebServer sets up CONNECT proxies.
git cherry-pick --no-commit c7e2feee5e7908a019a0de91123c1feb9bdc38bc

React to move of Base64 in libcore
git cherry-pick --no-commit 119f7ebdd1f8df3a8ff8e3b8056bff725d569253

Expose and document android.net.HttpResponseCache.
git cherry-pick --no-commit 7b73f0fdb8c032a65c55610541d66385bd8bcbe6)

make update-api

Change-Id: Ieb48b304ea38ee8c2ec01e860d99b1404583889e
/frameworks/base/core/java/android/net/http/HttpResponseCache.java