aboutsummaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)Author
2021-06-28Remove unused @CorePlatformApi and mark APIs in okhttp as @SystemApiVictor Chang
2021-06-23Document and @hide okhttp APIsVictor Chang
2019-12-10Use new UnsupportedAppUsage annotation.Artur Satayev
2019-09-04Add TEST_MAPPINGS for external/okhttp.Pete Gillin
2019-03-26Small updates to OkHttp-Conscrypt interactionAdam Vartanian
2019-03-22Use public API for Conscrypt featuresAdam Vartanian
2018-12-12Add hiddenapi entries from bugbot scrape of bug reportsPaul Duffin
2018-11-27Annotate repackaged API with @UnsupportedAppUsagePaul Duffin
2018-11-23Add missing default constructors (part 2)Paul Duffin
2018-11-13Make structure of android directory consistentPaul Duffin
2018-10-16Explicitly hide inner classNeil Fuller
2018-09-28Adding okhttp elements to core.platform.apiNeil Fuller
2018-09-24Expose okhttp_api_files filegroup for libcoreNeil Fuller
2018-07-17Create a full facade over okhttpNeil Fuller
2017-10-30Move of OkHttp facade API to new package.Tobias Thierer
2017-08-29Fix ConfigAwareConnectionPoolTestTobias Thierer
2017-07-25Isolate OkHttp from frameworks/base.Tobias Thierer
2017-04-20Track changes to ConscryptKenny Root
2016-10-19Drop insecure TLS protocol version fallbackTobias Thierer
2016-09-21Revert "Try to set endpoint identification algorithm if available"Kenny Root
2016-09-15Try to set endpoint identification algorithm if availableKenny Root
2016-06-29Android additions to OkHttpTobias Thierer
2016-06-29Update OkHttp to 2.7.5 and advance okio by one commit.Tobias Thierer
2016-01-28Use hostname aware isCleartextTrafficPermittedChad Brubaker
2015-12-09Merge "Refactor NetworkSecurityPolicy to be pluggable"Chad Brubaker
2015-12-08Refactor NetworkSecurityPolicy to be pluggableChad Brubaker
2015-11-30Fix HttpURLConnection.setFollowRedirects()Neil Fuller
2015-09-17Android modifications to OkHttpNeil Fuller
2015-09-17Pull latest code from upstream okhttp and okioNeil Fuller
2015-07-01Explicitly set Http(s)URLConnection timeoutsNeil Fuller
2015-03-25Honor NetworkSecurityPolicy regarding cleartext traffic.Alex Klyubin
2015-01-22Clean up comments that still reference NPN.Neil Fuller
2015-01-22Tidy up HttpsHandler / HttpHandler and change defaultsNeil Fuller
2015-01-20Pull latest OkHttp code from upstreamNeil Fuller
2015-01-06Remove NPN support from Android's OkHttp Platform classNeil Fuller
2014-12-04Honor getDefaultHostnameVerifier in HttpsHandler.Alex Klyubin
2014-11-20Changes for dealing with more granular TLS connection fallbackNeil Fuller
2014-11-19Fix for a socket leak in OkHttp on AndroidNeil Fuller
2014-10-27Fixing SNI, ALPN, NPN support for some casesNeil Fuller
2014-10-23SCSV supportNeil Fuller
2014-09-19Alter Android's connection pool behavior on network config changesNeil Fuller
2014-09-17external/okhttp changes to support connection pool flushingNeil Fuller
2014-09-16Enable android.net to reuse OkHttpClient creation logicNeil Fuller
2014-03-07Update okhttp to a more recent commit.Neil Fuller
2013-08-15Fix HttpsUrlConnection#setDefaultHostnameVerifier.Narayan Kamath
2013-07-18Update okhttp to commit abc8c9a30bc0c5a9aNarayan Kamath
2013-06-13Don't follow protocol redirects.Narayan Kamath
2013-06-12Update okhttp to commit b48247968a.Narayan Kamath
2013-04-29Track change to JSSE providerKenny Root
2013-01-03Upgrade to the latest OkHttp.jwilson