History log of /external/apache-http/src/org/apache/http/impl/conn/SingleClientConnManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e387462b084cf0c62e89c21cfd071df50163e39 23-Jan-2015 Narayan Kamath <narayan@google.com> Unbundle org.apache.http.legacy.

Lets us build it from source on both unbundled and platform
branches. The main changes are :

- We need a placeholder "WebAddress" class that's used internally.
The class will be deleted from the frameworks once the webview
stops using it (sigh...)

- Use TrafficStats instead of SocketTagger.

- Remove @hide annotations because they don't matter any more. We're
not building stubs any more, and apps in both unbundled and platform
branches will compile directly against the jar. We don't care about
any of that because this is all deprecated API and deleted from the
API specification.

bug: 18027885.

Change-Id: I6b5f06db2e3e0e34ccd7264c15e1fe594e61862e
/external/apache-http/src/org/apache/http/impl/conn/SingleClientConnManager.java
d42abb2fd917184764daf22f5f299e848b8701d7 23-Oct-2014 Narayan Kamath <narayan@google.com> Deprecate apache-http.

bug: 18067888
Change-Id: I8d830c20e952734e2bb63da1e785094b7a783308
/external/apache-http/src/org/apache/http/impl/conn/SingleClientConnManager.java
719e14938db79a6d98ab2bdfdaf1b7b15e1ecbdd 10-Nov-2011 Jesse Wilson <jessewilson@google.com> Remove incorrect doc comments. The scheme registry may not be null.

Bug: http://code.google.com/p/android/issues/detail?id=17073
Change-Id: I957549860d0b61acc08924156d5c43b7d182c27d
/external/apache-http/src/org/apache/http/impl/conn/SingleClientConnManager.java
9921905a96d7a4528cc30edc3a919f786821eb08 29-Jun-2011 Jesse Wilson <jessewilson@google.com> Track move of socket tagging from libcore to frameworks/base.

Change-Id: I989f7ecab7e4fd1cf21bbe0782e960dfe3b4c8e8
/external/apache-http/src/org/apache/http/impl/conn/SingleClientConnManager.java
d83e6b1cf9330504abce1d2c8700c9b6b43cc5e8 21-Apr-2011 Jeff Sharkey <jsharkey@android.com> Add Socket tagging for granular data accounting.

Changes SingleClientConnManager and ThreadSafeClientConnManager to tag
any recycled Sockets based on the current thread. (Actual tagging is
maintained and applied in BlockGuard.)

Change-Id: Ib34897bb2af8641fa65adc664f7858f9d43ffeeb
/external/apache-http/src/org/apache/http/impl/conn/SingleClientConnManager.java
069490a5ca2fd1988d29daf45d892f47ad665115 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/apache-http/src/org/apache/http/impl/conn/SingleClientConnManager.java
e5d9544310b857f3ee9ec172bdbff8077323f9a1 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/apache-http/src/org/apache/http/impl/conn/SingleClientConnManager.java
417f3b92ba4549b2f22340e3107d869d2b9c5bb8 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/apache-http/src/org/apache/http/impl/conn/SingleClientConnManager.java