1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-15 20:56:41 +03:00

Commit Graph

  • 73e410a400 Merge pull request #4136 from square/jwilson.0710.validate_certificateAuthority Jesse Wilson 2018-07-11 10:08:44 -04:00
  • c71ef59a90 Validate the certificate's basic constraints. Jesse Wilson 2018-07-10 21:24:36 -04:00
  • dfc82db14c Merge pull request #4137 from square/jwilson.0710.prod_worthy Jesse Wilson 2018-07-11 09:19:55 -04:00
  • 00def7aecf Avoid hard conscrypt dep (#4128) Yuri Schimke 2018-07-11 07:00:22 +01:00
  • db2ae92156 Fixup HeldCertificate so that it's worthy of production use. Jesse Wilson 2018-07-10 22:49:00 -04:00
  • 67f786d984 Merge pull request #4133 from square/jwilson.0709.okhttp_tls Jesse Wilson 2018-07-09 14:21:08 -04:00
  • b1bfe7130c New okhttp-tls module Jesse Wilson 2018-07-09 12:00:28 -04:00
  • 35247e9fcc Merge pull request #4130 from square/jwilson.0708.tlsnode Jesse Wilson 2018-07-09 11:38:03 -04:00
  • 31c511f694 Rename SslClient to TlsNode and make it a public API Jesse Wilson 2018-07-08 15:33:16 -04:00
  • 44c2696932 Merge pull request #4124 from square/jwilson.0706.client_certs Jesse Wilson 2018-07-06 16:22:42 -04:00
  • a2fb46b1a4 Merge pull request #4118 from square/jakew/parseOrThrow/2018-07-05 Jake Wharton 2018-07-06 15:49:25 -04:00
  • 351b3d6bf7 Add get(String) alternative which fails on invalid inputs Jake Wharton 2018-07-06 00:35:39 -04:00
  • 5785e1b4f6 Update Headers.addAll doc. (#4125) Eric Cochran 2018-07-06 11:47:36 -07:00
  • c84c8fadc2 Add headerBuilder.addAll(headers) method (#4121) Yuri Schimke 2018-07-06 17:24:40 +01:00
  • 21acfae8e3 Remove TLSv1.3 as default (#4122) Yuri Schimke 2018-07-06 17:20:51 +01:00
  • d908a676c2 Support client authentication in MockWebServer Jesse Wilson 2018-07-06 10:06:10 -04:00
  • dd720d260a Merge pull request #4120 from yschimke/reverse_suppression Jesse Wilson 2018-07-06 06:53:49 -04:00
  • 9745e15d27 Reverse suppression of connect exceptions Yuri Schimke 2018-07-06 07:48:47 +01:00
  • e7aed0e03d Merge pull request #4116 from square/jakew/parseOrThrow/2018-07-05 Jesse Wilson 2018-07-05 23:34:34 -04:00
  • 36f4fd04f7 Add parse overload which fails on invalid inputs Jake Wharton 2018-07-05 22:09:40 -04:00
  • 552db2f42e Merge pull request #4117 from square/jwilson.0705.retain_interrupted_state Jesse Wilson 2018-07-05 22:58:29 -04:00
  • aac684aeae Retain interrupted state when throwing InterruptedIOException Jesse Wilson 2018-07-05 22:22:19 -04:00
  • d45f517f1f Merge pull request #4115 from square/jakew/defer/2018-06-23 Jake Wharton 2018-07-05 20:43:56 -04:00
  • e41f2cb1d8 Add ResponseBody factory overload for ByteString Jake Wharton 2018-07-05 20:28:06 -04:00
  • 30e72340e0 HTTP Logging interceptor breaks EventListener (#4095) Yuri Schimke 2018-07-05 07:42:54 +01:00
  • bdbe2dad88 Android 4 and Java 1.7 prefer TLSv1.2 provider (#4089) Yuri Schimke 2018-06-30 14:32:10 +01:00
  • 714c9ac8b5 Merge branch 'oliveroneill-h2-stream-cancel-fix' Jesse Wilson 2018-06-29 13:18:39 -04:00
  • 8b17ab4e65 Fix stream cancel error stopping reused connection Oliver 2018-06-08 22:16:45 +10:00
  • aa58436fbf Update cloudflare GET example (#4097) Yuri Schimke 2018-06-29 03:38:47 +01:00
  • 8fc6748b6d Merge pull request #4096 from square/jwilson.0628.heldcertificate Jesse Wilson 2018-06-28 13:49:03 -04:00
  • e983dd2ae0 HeldCertificate: a cert and its private key Jesse Wilson 2018-06-28 12:00:19 -04:00
  • 5b37cda9e0 DNS over HTTPS (#3972) Yuri Schimke 2018-06-24 20:29:21 +01:00
  • 9a1217d27c Merge pull request #4090 from square/jakew/defer/2018-06-23 Jake Wharton 2018-06-23 17:48:36 -04:00
  • 0d04eecc01 Defer creating reader until necessary Jake Wharton 2018-06-23 16:54:56 -04:00
  • 171460b8a8 Merge pull request #4088 from yschimke/sse_response Jake Wharton 2018-06-23 16:48:45 -04:00
  • 63ed542534 API for handling an unexpected SSE response Yuri Schimke 2018-06-23 16:16:57 +01:00
  • f6502e89f9 Additional error checking for SSE (#4082) Yuri Schimke 2018-06-21 09:14:39 +01:00
  • 67bb8b2368 Merge pull request #4078 from square/jwilson.0619.unix_domainsockets_example Jesse Wilson 2018-06-20 11:46:45 -04:00
  • 60031057d2 Merge pull request #4068 from yschimke/finalise_api Jesse Wilson 2018-06-20 08:00:12 -04:00
  • 0e1ce121cf Merge pull request #4069 from yschimke/failed_timeout_test Jesse Wilson 2018-06-20 07:58:54 -04:00
  • 8a6b3100b5 Merge pull request #4046 from yschimke/conscrypt113 Jesse Wilson 2018-06-20 07:57:28 -04:00
  • 44efb09904 Example of OkHttp+MockWebServer with UNIX domain sockets Jesse Wilson 2018-06-19 22:27:08 -04:00
  • caba1ef45f Merge pull request #4072 from yschimke/better_mock_test_fix Jesse Wilson 2018-06-19 22:40:26 -04:00
  • 0024b66b4f Move conscrypt NONE checks internal to Handshake (#4055) Yuri Schimke 2018-06-20 01:48:57 +01:00
  • 7d5793dcac Add EventSource type and first HTTP test. (#4074) Jake Wharton 2018-06-19 01:11:53 -04:00
  • c3c9592474 better mock test fix Yuri Schimke 2018-06-17 15:13:34 +01:00
  • 563d2f15ec Merge pull request #4070 from yschimke/fixtests Jake Wharton 2018-06-16 09:43:00 -04:00
  • 327de18c95 Fix tests for now Yuri Schimke 2018-06-16 12:26:45 +01:00
  • 092f9a1b4e test for failed response Yuri Schimke 2018-06-16 10:55:36 +01:00
  • 5a17198ace remove experimental doc Yuri Schimke 2018-06-16 08:53:49 +01:00
  • cb26e1cb23 Merge pull request #4060 from square/jakew/sse/2018-06-11 Jake Wharton 2018-06-15 19:56:22 -04:00
  • 355c8b0ef1 Skip UTF-8 decode of keys, defer UTF-8 decode of data Jake Wharton 2018-06-13 15:15:53 -04:00
  • 26e4be0f1c Merge pull request #4065 from square/jakew/rules/2018-06-15 Jesse Wilson 2018-06-15 13:48:38 -04:00
  • a16ec15ee0 Embed R8/ProGuard rules in the jar Jake Wharton 2018-06-15 12:13:58 -04:00
  • 897103e179 Make toString output match field name (#4058) Jake Wharton 2018-06-13 13:00:22 -04:00
  • 064f1420b5 Merge pull request #4057 from square/jakew/sse/2018-06-11 Jake Wharton 2018-06-13 09:19:53 -04:00
  • fd1e5551fd Add a basic mechanism for parsing server-sent events Jake Wharton 2018-06-11 23:51:01 -04:00
  • 84d24fa538 update conscrypt including shutdown NPE fix Yuri Schimke 2018-06-06 06:51:12 +01:00
  • 1523d25614 Merge pull request #4040 from utsavoza/utsavoza/fix-javadoc-code-tag Jesse Wilson 2018-05-31 06:55:04 -04:00
  • f27e8b408b Correct the javadoc code tag utsavoza 2018-05-31 13:50:39 +05:30
  • e41424d00e Fix another Error Prone bad timezone error (#4038) Jesse Wilson 2018-05-30 03:15:40 -04:00
  • e71965586a Merge branch 'based2-patch-1' Jesse Wilson 2018-05-29 22:39:17 -04:00
  • fb83491cc6 Ensure discarded HTTP/2 data frames free flow-control space. (#4033) Dave Roberge 2018-05-29 22:34:43 -04:00
  • 5c73e3e1b8 Use header delay instead of body delay before status line (#4011) Yuri Schimke 2018-05-29 19:10:12 +01:00
  • f9cef65e35 Ensure discarded HTTP/2 data frames free flow-control space. (#4033) Dave Roberge 2018-05-29 22:34:43 -04:00
  • d66238d256 Use header delay instead of body delay before status line (#4011) Yuri Schimke 2018-05-29 19:10:12 +01:00
  • 1f668c41d1 update maven plugins and apache.httpcomponents/httpclient to 4.2.6 based2 2018-05-22 22:45:16 +02:00
  • 795cafd2ac Update index.html (#3999) HearSilent 2018-05-13 05:31:15 +08:00
  • db18f0e404 Rename H2C to H2_PRIOR_KNOWLEDGE. (#3996) Jesse Wilson 2018-05-12 04:29:21 -04:00
  • fa994f54e4 Confirm we handle too many leading zeros in IPv6 addresses (#3976) Jesse Wilson 2018-04-27 01:00:20 -04:00
  • cdbcad9a51 Merge pull request #3977 from yschimke/alpn_boot_versions Jesse Wilson 2018-04-23 08:12:17 -04:00
  • 117b755c98 typo Yuri Schimke 2018-04-21 12:41:55 +01:00
  • 9b6afa15b6 alpn boot versions - no upstream version yet Yuri Schimke 2018-04-21 11:46:10 +01:00
  • 1ca5c113e4 Release the connection when an Authenticator throws an exception. (#3971) Dave Roberge 2018-04-16 15:34:34 -04:00
  • 12fd57b7c8 Merge pull request #3967 from yschimke/conscrypt_11 Jesse Wilson 2018-04-12 17:57:42 -04:00
  • c218c1a445 Conscrypt 1.1 Yuri Schimke 2018-04-12 07:40:20 +01:00
  • e593e2e163 Merge pull request #3960 from square/http2-connection-flow-control Jesse Wilson 2018-04-11 22:24:36 -04:00
  • b35ad1bcd1 Fixed flaky CallTest.cancelImmediatelyAfterEnqueue. (#3961) Dave Roberge 2018-04-11 22:14:33 -04:00
  • 691a82b58e Defer StreamResetException until response body buffer is fully read. Dave Roberge 2018-03-24 18:06:29 -04:00
  • 878bde8fd6 Do not alter connection flow-control window on SETTINGS frame. (#3920) Dave Roberge 2018-03-19 22:36:24 -04:00
  • 5fe3cc2d08 OkHttpClient.cache() is nullable. (#3916) Eric Cochran 2018-03-06 19:26:55 -08:00
  • 69bdd6961b Restricted ciphers (#3908) Yuri Schimke 2018-03-04 12:57:14 +00:00
  • 2864001d99 Avoid flaky test using pushExecutor after shutdown (#3900) Yuri Schimke 2018-03-01 08:03:34 +00:00
  • 0b74bba088 Readme: Update version, add ProGuard for Conscrypt (#3901) Andrew Shu 2018-02-28 02:33:36 -08:00
  • c3d6607a14 fix #3895: Set Conscrypt.setUseEngineSocket per SocketFactory (#3896) Carter Kozak 2018-02-28 02:32:50 -08:00
  • 9a6f88dc34 gh-1019: Implemented prior knowledge approach to h2c (#3873) Jaye Pitzeruse 2018-02-26 17:55:10 -06:00
  • adb2a82049 Dont System.exit the test runner (#3888) Yuri Schimke 2018-02-26 03:32:03 +00:00
  • 25d306ca76 Merge pull request #3889 from square/jwilson.0225.https_links Jake Wharton 2018-02-25 22:19:03 -05:00
  • ff32c38d2c Use HTTPS links in documentation where possible. Jesse Wilson 2018-02-25 22:06:34 -05:00
  • 6efc9ab53a Publish Javadoc Jesse Wilson 2018-02-24 20:45:00 -05:00
  • e86eb0e48b [maven-release-plugin] prepare for next development iteration Jesse Wilson 2018-02-24 13:33:57 -05:00
  • c0739a4199 [maven-release-plugin] prepare release parent-3.10.0 parent-3.10.0 okhttp_3.10.x Jesse Wilson 2018-02-24 13:33:52 -05:00
  • 91b1b671fc Release writer threads when the connection is shut down. (#3886) Jesse Wilson 2018-02-23 23:03:46 -05:00
  • cce5ca8aed Unexpected pongs shouldn't interfere with our ping interval. (#3881) Jesse Wilson 2018-02-23 17:04:56 -05:00
  • 7704df6f9c Give the changelog more details on using Conscrypt. Jesse Wilson 2018-02-23 10:06:36 -05:00
  • b8806e284c Update changelog for 3.10.0. Jesse Wilson 2018-02-22 23:27:02 -05:00
  • af6198a1e9 Fail HTTP/2 connections if the pong is not received. (#3878) Jesse Wilson 2018-02-22 18:37:34 -05:00
  • b6e32b4fb0 Merge branch '15characterlimi-null-sslsocketfactory' Jesse Wilson 2018-02-21 20:19:14 -05:00
  • 27c8a79302 First step towards HTTP/2 automatic pings. (#3874) Jesse Wilson 2018-02-21 20:17:09 -05:00
  • 7d67e37da7 Fix swapped name and value tests. (#3877) Eric Cochran 2018-02-21 17:16:14 -08:00