| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I031443de83f93eb57a98863001826671b18f3b17
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| | |
* commit 'aa3a45ba5bc78ab4015a1d2c4c361d3f54118d8e':
Fix for broken docs build.
|
| |
| |
| |
| |
| |
| | |
Broken by commit 50a01d89606b40dd151ad407d05c3b2867bbdbad
Change-Id: Iab460aa6254d320349f67e747f763bbf06d3e9e7
|
|\ \
| |/
| |
| | |
Change-Id: Idfa2750230aa56e7ae34fcc33d62558df942abd0
|
| |
| |
| |
| | |
Change-Id: I2a4db602aa7ffdef886e0f1a955715a2551a87a5
|
|\ \
| |/
| |
| |
| | |
* commit 'ed2c9c6029b18df9c25d6c98c909ac5f300d6ab1':
Stop using ErrorStrings for apache.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
These strings only ever end up in logcat (at best), so there's no
point having them translated. Also, rename the ErrorStrings class
and move it android.webkit where the last remaining caller lives.
(congrats webview people, this is now your mess to maintain.)
Change-Id: I04dae37c34191b26a69282970318c1b782af1edf
|
|\ \
| |/
| |
| |
| |
| |
| | |
class."
* commit 'bedb13782a6beb5f15621915a7b68439c6649ced':
Delete general sounding "CharArrayBuffers" class.
|
| |
| |
| |
| |
| |
| |
| | |
Move the code to the only point of use. Preparatory work for
decoupling apache-http from the frameworks.
Change-Id: Ieee54bb725cbac19d0c7513867635df6fbcf2b49
|
|\ \
| |/
| |
| |
| | |
* commit 'f0c22b0c72c8fbd5ce507419adda0670871a07bf':
Delete unused class from android.net.http.
|
| |
| |
| |
| |
| |
| |
| | |
Foundation for moving a lot of these classes out of the frameworks
and @removing these APIs.
Change-Id: I590cdd2867b923533de189ec956b4dd3f82efa46
|
|\ \
| |/
| |
| |
| | |
* commit 'd00ced983ee235f72a9261fd967309a2638dde05':
Track change to Conscrypt
|
| |\
| | |
| | |
| | |
| | | |
* commit 'b0cb07348e6320ce51d0e8b88d240ecf834850d1':
Track change to Conscrypt
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change way in which an outside caller can get the preferred SSLContext.
Bug: 17136008
Change-Id: Ide578664bcb605304322bfddd2e640a63042fa09
|
| | |
| | |
| | |
| | |
| | |
| | | |
(cherry picked from commit 9881203920c8445e9a4bdd9e4a90ba0014f34c5e)
Change-Id: Ib40823b7c03af4c71da902b0e5c504e074cf0dd9
|
|/ /
| |
| |
| |
| |
| | |
bug: 18067888
Change-Id: I50511d53dfc9ae236dfb1646c55a5dd7fa15d7b2
|
| |
| |
| |
| | |
Change-Id: Ia2fa4ebae090838c2bf7bc96edc38a85fe3059dd
|
|\ \
| |/
| |
| |
| |
| |
| | |
X509TrustManagerExtensions argument validation"
* commit '7156b7c65d6f158c4898a93f8e2cea0bf94791d1':
Improve detail message for X509TrustManagerExtensions argument validation
|
| |
| |
| |
| |
| | |
Bug: 13728564
Change-Id: I03d08babcdc0d11baff5e76a339b4285e92edee8
|
|\ \
| |/
| |
| |
| |
| |
| | |
initialize TrustManagerFactory"
* commit '1dc1d6b22deb38d78960f3ce89f94e536610492e':
CertificateChainValidator: initialize TrustManagerFactory
|
| |
| |
| |
| |
| |
| |
| | |
Need to call TrustManagerFactory#init before use. I suspect this class
isn't used anywhere since this hasn't caused a problem yet.
Change-Id: I17425d0bba4795d71960062361a755830abba7de
|
|\ \
| |/
| |
| |
| |
| |
| | |
X509ExtendedTrustManager and not Conscrypt"
* commit '266de3efcd4b57ba3b301d87ff0fb692090d9a95':
Use X509ExtendedTrustManager and not Conscrypt
|
| |
| |
| |
| |
| |
| |
| |
| | |
This allows the new X509ExtendedTrustManager to be used instead of
Conscrypt directly.
Bug: 13103812
Change-Id: I736f475342395f26657f2371828a6d3a0065a50a
|
|\ \
| |/
| |
| |
| |
| |
| | |
change in the private SSLParameterImpl API."
* commit '7ae93b1d0cd1eb43b5fc8248dfc2703608a461f3':
Adjust to the change in the private SSLParameterImpl API.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Conscrypt's SSLParameterImpl getDefaultTrustManager was renamed to
getDefaultX509TrustManager.
Bug: 13563574
Change-Id: I601c651d631f5a2e4a04d21941186553988e5286
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 11257762
Change-Id: I0087048189f71b76761e7e95f98261c02bf73967
|
|/ /
| |
| |
| | |
Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
|
| |
| |
| |
| |
| |
| | |
This reverts commit 60b96502b39d221afb43ff7e8a49a19a2fb3c2e0.
Change-Id: Ie1c2ee4c983c4d6b0c086f252a191b3c60e50b9c
|
|/
|
|
|
| |
Bug: 11257762
Change-Id: Icb23ac4f452528751988db708f7588ef45d23c26
|
|
|
|
|
|
|
| |
http://elliotth.blogspot.com/2012/01/beware-convenience-methods.html
Bug: https://code.google.com/p/android/issues/detail?id=58359
Change-Id: Iaab02e718a7be7bda22e626dca05d79bfd2a8fc4
|
|\
| |
| |
| |
| | |
* commit '15cb526ece1420b1ae2061e20fd0982d82b41aae':
Fix import after okhttp update.
|
| |
| |
| |
| |
| |
| |
| | |
OkResponseCache moved packages in change
62321.
Change-Id: I2c08c4586405e767d1931ebc5f185c7916850fa1
|
|\ \
| |/
| |
| |
| | |
* commit '6706ca96b21ebbd620fb597a23e8180f76bb37cf':
Update HttpResponseCache to use the new cache API.
|
| |
| |
| |
| |
| |
| |
| |
| | |
The new API was introduced in
https://android-review.googlesource.com/#/c/59985/
Change-Id: Ie64de7fc64b818bebf1077dff407813865769387
|
|\ \
| |/
| |
| | |
Change-Id: I06c05d637613215b6d83df3e29cd495f6a5a0176
|
| |
| |
| |
| | |
Change-Id: I35e824e47ad758ab6408e91e2ba5dcda053a82f5
|
|\ \
| |/
| |
| |
| | |
* commit 'd152f7ec1ae43d77ff8e2206724ce71da3da9913':
Don't use X509CertImpl directly
|
| |
| |
| |
| | |
Change-Id: Ibabee35c90c2636c6f362e4d778d6795a0cef6c2
|
|\ \
| |/
| |
| |
| | |
* commit '6fdcb168a7a0a4f508063019ca4d2ec35458f892':
Adjust the HttpResponseCache for OkHttp.
|
| |
| |
| |
| | |
Change-Id: I2a80f3c3f30a3d15673d797fa3d1211286f75030
|
|\ \
| |/
| |
| |
| |
| |
| | |
for distinguished name display"
* commit '498eaf58ad399e42cf7b3aca020b828c35023288':
Use most specific attributes for distinguished name display
|
| |
| |
| |
| |
| |
| | |
Bug: 7894348
Bug: http://code.google.com/p/android/issues/detail?id=41662
Change-Id: I8048a53b8a9a17b384f12b6a4f40071bb3dd3e04
|
|\ \
| |/
| |
| |
| | |
* commit '878da6532836ec09f6d27e8f5af79444c79e78b6':
Fix AndroidHttpClient documentation error.
|
| |
| |
| |
| |
| |
| |
| | |
AndroidHttpClient doesn't let the user add HttpRequestInterceptor classes.
Bug: http://code.google.com/p/android/issues/detail?id=37294
Change-Id: I66f6581fa321dc16ddfe35c8f4242bc31f79bdfa
|
|/
|
|
|
|
|
|
| |
Backporting change made to AndroidHttpClient.java from
CL I0f3819e84542023fca65ec4a29534ef32e877570.
Bug: 7499444
Change-Id: Ie67d2917fa378afb00ec4bd7c3de238f48f7c6af
|
|\
| |
| |
| |
| | |
* commit '768d9e1a72ceee7d4a5f608776b87b62d6ce4a04':
Correct executable bit for source files
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Many media files and source code files were marked as executable in Git.
Remove those.
Also a shell script and python script were not marked as executable.
Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts fd901f735c858af8ec8884b2e7ab71a46a9639e6 and 5e21bf934b2a71b595deb9856a2044eea4dbce86
Bug: 7237764
Bug: 6693087
Change-Id: I7cc9657e4df219481eb33de803081a01b13ee0f2
|