1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00

Commit Graph

  • 44b00791f6 [maven-release-plugin] prepare release parent-3.12.3 parent-3.12.3 Jesse Wilson 2019-05-07 13:18:37 -04:00
  • f6543eb0eb Merge pull request #5004 from square/jwilson.0503.null_Route Jesse Wilson 2019-05-07 13:05:59 -04:00
  • 462c04e369 Merge pull request #5007 from square/jwilson.0503.assume_non_null Jesse Wilson 2019-05-07 13:05:18 -04:00
  • 6a5db2e1de Convert CacheStrategy to Kotlin (#5019) Jesse Wilson 2019-05-07 08:59:58 -04:00
  • b46f891a52 Convert HttpHeaders to Kotlin (#5016) Jesse Wilson 2019-05-06 20:50:19 -04:00
  • 981639ac55 Convert mockweserver/PushPromise SocketPolicy RecordedRequest to Kotlin (#5003) TangHuaiZhe 2019-05-06 03:31:51 +08:00
  • b1621462ac Merge pull request #5013 from amirlivneh/nosuchelement-test Jesse Wilson 2019-05-05 14:56:39 -04:00
  • bc6776c751 Convert Http2Connection to Kotlin (#5014) Jesse Wilson 2019-05-05 12:04:58 -04:00
  • 2d75be404a Convert HttpDate to Kotlin (#5000) Shaishav Gandhi 2019-05-04 17:50:57 -07:00
  • 33db7d9ef6 Convert Http2Stream to Kotlin (#5009) Jesse Wilson 2019-05-04 20:49:46 -04:00
  • 80d701afb1 Reproduce NoSuchElementException in RouteSelector.next() in a test Amir Livneh 2019-05-04 17:50:55 -04:00
  • ec1f47ba2d Convert ConnectionSpecSelector to Kotlin (#5012) Jesse Wilson 2019-05-04 17:44:45 -04:00
  • 3c0ed56d07 Convert MockDuplexResponseBody.java to Kotlin (#5008) Egor Andreevich 2019-05-04 17:04:34 -04:00
  • 73713c8bd0 Convert RouteSelector to Kotlin (#5010) Jesse Wilson 2019-05-04 16:55:36 -04:00
  • 6bb4669cc5 Convert DuplexResponseBody.java to Kotlin (#5006) Egor Andreevich 2019-05-03 21:50:44 -04:00
  • c3c9e191cd Convert MwsDuplexAccess.java to Kotlin (#5005) Egor Andreevich 2019-05-03 21:36:21 -04:00
  • 65b4535ddd Assume the route is non-null on HTTP 407 responses Jesse Wilson 2019-05-03 21:35:12 -04:00
  • 9fbd82f41b fix: StreamAllocation should keep route from reused connection congwu.wang 2019-02-14 14:57:55 +08:00
  • 815213617b Merge pull request #4618 from valepakh/okhttp_3.12.x Jesse Wilson 2019-05-03 20:31:39 -04:00
  • 6f3ff5c194 Convert Huffman to Kotlin (#4999) Jesse Wilson 2019-05-03 20:20:14 -04:00
  • b3eb9efc5b Merge pull request #5001 from TangHuaiZhe/dev1 Jake Wharton 2019-05-03 09:02:52 -04:00
  • f950f1c69c Fix Kotlin doc reference Tang HuaiZhe 2019-05-03 14:30:50 +08:00
  • 905b53b6f3 Convert mockwebserver/QueueDispatcher and Dispatcher to Kotlin (#4998) TangHuaiZhe 2019-05-03 08:28:31 +08:00
  • 07d35f24b9 Convert CacheInterceptor to kotlin (#4997) TangHuaiZhe 2019-05-02 20:16:26 +08:00
  • a8c65a822d Increase documentation of HttpUrl.Builder (#4983) Ryan O'Meara 2019-04-29 20:18:00 -04:00
  • 8b55ef07ab Merge pull request #4990 from square/jwilson.0428.dn_parser_dead Jesse Wilson 2019-04-28 14:11:41 -05:00
  • 8464c2502c Delete the unused DistinguishedNameParser. Jesse Wilson 2019-04-28 14:12:27 -04:00
  • 7f800e6106 Convert Hpack to Kotlin (#4987) Jesse Wilson 2019-04-28 12:42:14 -05:00
  • fc7ac8ae0b Merge pull request #4989 from TangHuaiZhe/dev2 Jesse Wilson 2019-04-28 10:58:11 -05:00
  • 1e386df1fe Convert RetryAndFollowUpInterceptor to Kotlin Tang HuaiZhe 2019-04-28 21:51:05 +08:00
  • 64573c4414 Merge pull request #4985 from yschimke/travis_jdk8_only Jesse Wilson 2019-04-27 10:18:15 -04:00
  • 6e1020eaf5 Travis CI builds in JDK 8 only Yuri Schimke 2019-04-27 05:17:34 +01:00
  • 23ca0ea3bb Convert Http2Reader, Http2Writer to Kotlin (#4982) Jesse Wilson 2019-04-26 16:27:06 -05:00
  • 5acc34753c Merge pull request #4979 from amirlivneh/HttpOverHttp2Test-warnings Jesse Wilson 2019-04-26 16:22:04 -05:00
  • 725c5043fd Merge pull request #4978 from amirlivneh/responseHeadersAfterGoaway-exception Jesse Wilson 2019-04-26 16:16:52 -05:00
  • 47351f57d0 Clean up errorprone warning Amir Livneh 2019-04-25 16:22:12 -07:00
  • 04415f3095 Fix IllegalArgumentException in responseHeadersAfterGoaway test Amir Livneh 2019-04-25 16:12:34 -07:00
  • 475a02420b Merge pull request #4970 from amirlivneh/rechostnameverifier-race-condition Jesse Wilson 2019-04-25 01:53:15 -04:00
  • 3ec8537bf5 Merge pull request #4976 from yschimke/another_branch_fix Jesse Wilson 2019-04-25 01:52:50 -04:00
  • 5d8316b4d1 Testing branch fix Yuri Schimke 2019-04-24 20:27:59 +01:00
  • baa96c23f4 Fix 3.14 snapshot builds in Travis after release (#4926) Yuri Schimke 2019-04-23 19:57:01 +01:00
  • 8deaef6702 Fix race condition in RecordingHostnameVerifier Amir Livneh 2019-04-21 08:30:39 -04:00
  • cc7e3c8e99 Merge pull request #4973 from yschimke/working_jdk12 Jesse Wilson 2019-04-22 17:54:21 -04:00
  • c122c54667 Convert WebSocketProtocol to Kotlin (#4961) Shaishav Gandhi 2019-04-22 14:52:47 -07:00
  • 69cfe551c5 Convert CallServerInterceptor to Kotlin (#4954) Thz 2019-04-23 05:50:18 +08:00
  • 4cb4e2781d Tests working with JDK12 Yuri Schimke 2019-04-22 16:02:08 +01:00
  • 243de952a8 Merge pull request #4962 from yschimke/avoid_errorprone Jake Wharton 2019-04-22 09:16:42 -04:00
  • af59d56fd3 Merge pull request #4968 from amirlivneh/requestbody-create-test Jesse Wilson 2019-04-19 18:13:41 -04:00
  • 9e0e9654f0 Exercise overload of RequestBody.create() that takes a ByteString Amir Livneh 2019-04-19 13:44:03 -04:00
  • 5f93ef292d Avoid errorprone in JDK12 Yuri Schimke 2019-04-18 07:15:14 +01:00
  • 3256f0bddc Gradle 5.4 upgrade (#4959) Yuri Schimke 2019-04-16 22:00:54 +01:00
  • 63ae337da8 Example Kotlin Cleanups (#4952) Yuri Schimke 2019-04-16 19:59:23 +01:00
  • 7590455292 Convert ConnectInterceptor to Kotlin (#4955) Thz 2019-04-15 23:25:04 +08:00
  • aed9ba2762 Convert DiskLruCache to Kotlin (#4947) Jesse Wilson 2019-04-14 22:48:38 -04:00
  • b15b93c542 Merge pull request #4946 from yschimke/mutate_all_the_state Jesse Wilson 2019-04-14 10:02:18 -04:00
  • 1cc6564c89 Fix kotlin source incompatibility Yuri Schimke 2019-04-14 14:19:15 +01:00
  • c11c19b9ec Convert OkHostnameVerifier and BasicTrustRootIndex to Kotlin (#4940) Jesse Wilson 2019-04-14 08:49:31 -04:00
  • 74a9c28ba0 Convert RealEventSource.java to .kt (#4910) Jesse Wilson 2019-04-14 08:16:06 -04:00
  • 43a2748900 ExchangeCodec Kotlin (#4943) Yuri Schimke 2019-04-14 08:31:14 +01:00
  • 2cbbdddcbd Merge pull request #4939 from amirlivneh/reproduce-4915 Jesse Wilson 2019-04-13 11:38:20 -04:00
  • ab3ff2d95f Test proxy disconnecting before sending response headers Amir Livneh 2019-04-13 11:00:58 -04:00
  • ad2c3898c8 Intellij Cleanup (#4932) Yuri Schimke 2019-04-13 14:47:24 +01:00
  • b2c85ba3dd Merge pull request #4936 from TangHuaiZhe/dev2 Jesse Wilson 2019-04-13 09:24:46 -04:00
  • dde7194d1a Move http classes to Kotlin (#4935) Shaishav Gandhi 2019-04-13 06:22:30 -07:00
  • ccf1ef0bcd Convert BridgeInterceptor to Kotlin (#4923) Thz 2019-04-13 21:18:10 +08:00
  • 0db2005de3 Fix #4915 nullPointerException caused by realConnection is null Tang HuaiZhe 2019-04-13 15:37:51 +08:00
  • 9f5a96fe7c Fix merge conflicts after spotless applied (#4933) Yuri Schimke 2019-04-12 21:54:08 +01:00
  • b89e9ed5c4 Fix kotlin source compatibility with logger (#4927) Yuri Schimke 2019-04-12 21:18:34 +01:00
  • 5828ebf9da Merge pull request #4925 from yschimke/spotless Jesse Wilson 2019-04-12 16:16:24 -04:00
  • f7cccdb40f Convert RealConnectionPool to Kotlin (#4907) Jesse Wilson 2019-04-12 16:12:45 -04:00
  • 8741c3c025 Merge pull request #4908 from square/jwilson.0408.version_kt Jesse Wilson 2019-04-12 16:12:27 -04:00
  • 9bd3b10e61 Kotlin 1.3.30 Upgrade (#4931) Yuri Schimke 2019-04-12 20:17:38 +01:00
  • f3949c23bc Spotless code formatter Yuri Schimke 2019-04-10 21:05:12 +01:00
  • a4c059967d Ignore dependency:resolve failure on 3.14 branch (#4924) Yuri Schimke 2019-04-10 21:02:04 +01:00
  • 9e12bc4d60 Improve PlatformRule autodetection (#4920) Yuri Schimke 2019-04-10 19:31:35 +01:00
  • f8c3305032 Merge pull request #4922 from square/jwilson.0409.actionable_advice Jesse Wilson 2019-04-10 10:51:59 -07:00
  • 06a18092fd OkHttp 3.14.1 is out Jesse Wilson 2019-04-10 13:47:28 -04:00
  • 03deb265b4 [maven-release-plugin] prepare for next development iteration Jesse Wilson 2019-04-10 12:07:38 -04:00
  • a5c4668abf [maven-release-plugin] prepare release parent-3.14.1 parent-3.14.1 Jesse Wilson 2019-04-10 12:07:33 -04:00
  • 2dc45fe576 Omit hpacktests from release Jesse Wilson 2019-04-10 09:57:06 -04:00
  • ab85960cdb Convert JavaNetAuthenticator to Kotlin (#4909) Jesse Wilson 2019-04-09 22:56:52 -07:00
  • 3ea2c22d64 Provide actionable advice when the exchange is non-null (4.x branch) Jesse Wilson 2019-04-08 09:28:01 -04:00
  • 3119db0a7f Merge pull request #4911 from square/jwilson.0308.better_exception_stacked_calls Jesse Wilson 2019-04-09 22:11:46 -07:00
  • 5b1bce4226 Convert Version to Kotlin Jesse Wilson 2019-04-08 09:58:08 -04:00
  • df95c77adf Run a minimal circleci maven build on 3.14 branch (#4912) Yuri Schimke 2019-04-09 06:55:45 +01:00
  • ff9c8ebcc6 Merge pull request #4905 from square/jwilson.0408.has_next_4x Jesse Wilson 2019-04-08 12:26:46 -07:00
  • b8f73ba12b Conscrypt Test Fix (#4892) Yuri Schimke 2019-04-08 19:52:00 +01:00
  • ca961db9e9 Provide actionable advice when the exchange is non-null (3.x branch) Jesse Wilson 2019-04-08 09:28:01 -04:00
  • 56557a8732 Don't crash on retry when there are no more routes (4.x branch) Jesse Wilson 2019-04-07 21:30:09 -04:00
  • 7f9d7801e1 Merge pull request #4901 from square/jwilson.0407.has_next Jesse Wilson 2019-04-08 06:31:11 -04:00
  • 677511dacc Merge pull request #4899 from square/jwilson.0407.more_idiomatic Jesse Wilson 2019-04-07 21:47:06 -04:00
  • 33f0d028a4 Don't crash on retry when there are no more routes (3.x branch) Jesse Wilson 2019-04-07 21:30:09 -04:00
  • 484a5d84a9 Use more idiomatic Kotlin in EventSources and elsewhere Jesse Wilson 2019-04-07 16:56:48 -04:00
  • 32a72b794b Convert internal.io & internal.proxy to Kotlin (#4897) Shaishav Gandhi 2019-04-07 17:04:30 -07:00
  • 859b6d500e Merge pull request #4900 from square/jwilson.0407.mws_ohno Jesse Wilson 2019-04-07 19:19:05 -04:00
  • bb890ad7de Merge pull request #4898 from square/jwilson.0407.apply_plugin Jesse Wilson 2019-04-07 19:18:31 -04:00
  • 778ed353b2 Add MockWebServer to KotlinSourceCompatibilityTest Jesse Wilson 2019-04-07 17:40:55 -04:00
  • 11805c14a4 Put apply plugin at the top of the build Jesse Wilson 2019-04-07 16:55:52 -04:00
  • 34b1909cc7 Convert okhttp-sse to Kotlin (#4896) Jesse Wilson 2019-04-07 16:48:44 -04:00
  • 6ee3c89dab Convert okhttp-tls classes to Kotlin (#4895) Jesse Wilson 2019-04-07 10:48:57 -04:00