History log of /external/okhttp/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8cdfc1007818eec034fd6f547425cfda7369ed49 16-Oct-2014 Neil Fuller <nfuller@google.com> Fixing SNI, ALPN, NPN support for some cases

Fixing the case where the socket implementation is not in the package or
with the exact name we expect. We now use something like duck-typing.

Bug: 18014455
(cherry pick from commit 565c2ad69684ef7c23b5aaa3b7f0c7363cef6bd7)

Change-Id: Ib018209c171e2b18d5f4ee2c4f364778f5e239dc
/external/okhttp/Android.mk
8bced3e769d315a0a81b89de7a5282f1a85acbf7 11-Sep-2014 Neil Fuller <nfuller@google.com> Alter Android's connection pool behavior on network config changes

Rather than clearing out and closing the shared connection pool
each time the network changes with evictAll() this ensures that
later Http(s)URLConnections will reference a new ConnectionPool
instance.

This is an improvement over the current implementation:
1) It is obviously non-blocking.
2) It ensures that connections for the old network config
and are currently in use are not put back into the shared
pool.

Change-Id: I7b62f2bbd306c932dfd8d0ff4fff236ec04405bf
Bug: 17314604
/external/okhttp/Android.mk
c5fecf2bb352836b44feb95f5adbfbba9614afd2 19-Jun-2014 Brian Carlstrom <bdc@google.com> Switch from core to core-libart

Bug: 14298175
Change-Id: I1cb07364784fe0047ba84e26d01ec4250aa2492c
/external/okhttp/Android.mk
112fb0840a3eb606a0923626e7f23fd5229f2d7a 23-May-2014 Ian Rogers <irogers@google.com> Remove deprecated WITH_HOST_DALVIK.

Bug: 13751317
Change-Id: I58696b3acf0c75996bab6cdb7169cd39c1da4bf7
/external/okhttp/Android.mk
3341b7d250a6f664f7b913c0158857f5c99a99ec 29-May-2014 Neil Fuller <nfuller@google.com> am 5f331151: Merge "Delete okhttp-tests and add okhttp-tests-nojarjar"

* commit '5f331151268b253770d13b2a3c52bdfdd14deeb5':
Delete okhttp-tests and add okhttp-tests-nojarjar
98d2d60725cd85a0aa158168cf1426dfc7833582 29-May-2014 Neil Fuller <nfuller@google.com> Delete okhttp-tests and add okhttp-tests-nojarjar

Running jar-jar'd tests is tricky because of classloader
restrictions under Android instrumentation tests. Instead
the tests can be run in their original package against
the okhttp-nojarjar .jar file.

Change-Id: I707051a5493915e8be08754f63610dd45e893246
/external/okhttp/Android.mk
c52ee301ae5923fa035f2681c0e528857ebf9a9f 11-Mar-2014 Neil Fuller <nfuller@google.com> am 5a6bf640: Merge "Update okhttp to a more recent commit."

* commit '5a6bf640d16514a44ca99df1b6f2244935046c7c':
Update okhttp to a more recent commit.
6daa2d53a6cd17e0b70ee4e15d2f8028661a3b91 10-Mar-2014 Costin Manolache <costin@google.com> am 3aed1bfc: Fixed to build cleanly in GMS Core environment, where the platform code is not available.

* commit '3aed1bfc89e32f93d3e365d07c1c11bc079f3ef3':
Fixed to build cleanly in GMS Core environment, where the platform code is not available.
3aed1bfc89e32f93d3e365d07c1c11bc079f3ef3 18-Sep-2013 Costin Manolache <costin@google.com> Fixed to build cleanly in GMS Core environment, where the platform code is not available.

Change-Id: Ie427e37cb6b7df5293fdbd9b65a561dc9d4da659
(cherry picked from commit 1de2f9d7ddb6678573319c90892153b75aec5bce)
/external/okhttp/Android.mk
3c938a3f6b61ce5e2dba0d039b03fe73b89fd26c 19-Feb-2014 Neil Fuller <nfuller@google.com> Update okhttp to a more recent commit.

Updating to upstream commit : 7b106923e078ac2435e8c8ce9d615f9903106ed8
/ 7th Mar 2014 / main branch.

The following changes were made to Android-only code:
1) HttpsHandler has been changed to deal with the fix for:
https://github.com/square/okhttp/issues/184 (commit 5d7fdba).
2) Platform.java changed to accomodate changes in okhttp Platform
method signatures.
3) .mk file updates to reflect src directory changes.

The following changes were made to OkHttp code:
1) Removal of org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
annotation from okio/src/main/java/okio/DeflaterSink.java

Change-Id: I644a883482ac7ee7d029785f110a2ca00762419b
/external/okhttp/Android.mk
565b47238713f6ae430101adb577ab1cd8bdb65d 28-Oct-2013 Narayan Kamath <narayan@google.com> Remove use of LOCAL_BUILD_HOST_DEX

Use the new BUILD_HOST_DALVIK_JAVA_LIBRARY rule instead.

(cherry picked from commit 857e2105b022ff46c1c617187d9faffaacde28cc)

Change-Id: I8477abba8072578a08b5b463f4dc9476c9224e35
/external/okhttp/Android.mk
166772be0e5cfdaea1a64b9f63e4c8dbfe48cba3 04-Nov-2013 Narayan Kamath <narayan@google.com> Update okhttp.

Updated to commit 19a21936ffbb5e358799af9e4fb7306af45f38.

This also moves src/ to okhttp/src/ to stay faithful
to the original okhttp tree & to make it easier to pull
updates.

Change-Id: Ia1971823f31e5c6957d831f368e3a1fcce38d44d
/external/okhttp/Android.mk
e7f03919322be5e2fecea46fc149a214ee171839 28-May-2013 Allan Wojciechowski <allanwoj@google.com> Add a new static library version of okhttp for inclusion in apps

$ make okhttp-static

Change-Id: I9f9c82c5fd4a1607ec2765d0488241397b72b7fa
/external/okhttp/Android.mk
ee421d18ac7dec851d74c1a61f78a7e37665988c 24-Apr-2013 Kenny Root <kroot@google.com> Track change to JSSE provider

Change-Id: I93f95fe62d776996d3ea291822f2687133dd3e3c
/external/okhttp/Android.mk
38381e412237546d0fb3bfe1d96ffc9f1a009c69 04-Apr-2013 Brian Carlstrom <bdc@google.com> Make okhttp-nojarjar static to keep it off the device

Change-Id: I994869692e12e0bcfb731cd67dfd1aaa4601648b
/external/okhttp/Android.mk
d935f3138d9c22e7372201ec627a830cdf92d299 03-Apr-2013 Brian Carlstrom <bdc@google.com> Add build for okhttp-tests

Change-Id: Ic31f65dd8a916faf620713ec28e2c258e7476457
/external/okhttp/Android.mk
cd5fb67d2de8a4d8b2688a54ec4c39cc8220573f 02-Apr-2013 Brian Carlstrom <bdc@google.com> okhttp should depend on only core.jar, not frameworks.jar

Change-Id: I673a50ea5258bdc5c76d4fb8914d047ddc02684f
/external/okhttp/Android.mk
2231db3e6bb54447a9b14cf004a6cb03c373651c 26-Dec-2012 jwilson <jwilson@squareup.com> Upgrade to the latest OkHttp.

Note the internal package name has changed from libcore.net.http
to com.squareup.okhttp.

Change-Id: Ib0eb4bdd69f24f2a255975460bd001e59657ddcc
/external/okhttp/Android.mk
9542e750421542d4dea1f1d33c0f4349b3c48536 15-Aug-2012 Narayan Kamath <narayan@google.com> Fix usage DeflaterOutputStream constructor on android

This API is hidden and unbundled apps that attempt to use
it on android will not compile. Also added a
LOCAL_SDK_VERSION to the make file to ensure that it can
compile against an SDK. All uses of hidden / private APIs are now
in Libcore.java so this should make it easier for us to move
forward with building an interface for okhttp to use these
APIs.

Change-Id: Ie7fc097b84445d55745a94ce048dd46590887d80
/external/okhttp/Android.mk
153d0953fe0df254bf3ffaa56934c97020b86edb 09-Aug-2012 Narayan Kamath <narayan@google.com> Add makefile + jarjar rule for okhttp.

Created a new path android/ that contains android
specific patches to this code. This is not a long term approach,
simply a stop gap measure to get this codebase compiling and usable
under android. For now, this path contains changes to Libcore.java
to remove OpenJDK dependencies.

This patchset also updates the snapshot to upstream revision
2a05f0e18f0ae67.

Change-Id: Ic1ef8245109e07c7cf9f59c1e7881b86d357d74f
/external/okhttp/Android.mk