1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-17 08:42:25 +03:00

Commit Graph

  • 71c4c8d77b Merge pull request #1506 from square/jwilson_0315_custom_trust_recipe Jesse Wilson 2015-03-15 21:08:10 -04:00
  • 2e07d308d2 Custom trust recipe. jwilson 2015-03-15 18:45:24 -04:00
  • 7623d34842 Merge pull request #1507 from square/jwilson_0315_okio_in_cache Jesse Wilson 2015-03-15 20:12:46 -04:00
  • 9343be07fc Use Okio when reading cached certificates. jwilson 2015-03-15 19:05:09 -04:00
  • 05da8aaf02 Merge pull request #1505 from square/jwilson_0315_relax_streamed_requests Jake Wharton 2015-03-15 16:15:38 -05:00
  • eaadc9e6bd Relax expectations when streamed requests fail. jwilson 2015-03-15 17:04:53 -04:00
  • 20a27d8163 Merge pull request #1503 from square/jwilson_0315_await_idle_watchdog Jesse Wilson 2015-03-15 15:01:31 -04:00
  • d1c002fbf4 Merge pull request #1501 from square/jwilson_0315_interceptor_throws Jesse Wilson 2015-03-15 14:20:03 -04:00
  • 7576c10e94 Fix a flaky test by waiting until the Okio watchdog is caught up. jwilson 2015-03-15 14:16:29 -04:00
  • 1ab0863607 Add a test for interceptors throwing unchecked exceptions. jwilson 2015-03-15 13:45:22 -04:00
  • 57b265b9d6 Merge pull request #1493 from square/jw/ws-call-close Adrian Cole 2015-03-14 21:00:17 -07:00
  • 7c1346fb8a Merge pull request #1498 from square/jwilson_0314_bigger_frames Adrian Cole 2015-03-14 20:54:25 -07:00
  • fcaa762e40 Merge pull request #1499 from square/jwilson_0314_stream_okcurl Adrian Cole 2015-03-14 20:34:59 -07:00
  • 548bd196de Merge pull request #1500 from square/jwilson_0314_spdyserver Adrian Cole 2015-03-14 20:34:22 -07:00
  • 3d0fb76bd5 Update SpdyServer. jwilson 2015-03-14 21:41:41 -04:00
  • e90fecef86 Stream the response in okcurl. jwilson 2015-03-14 21:34:21 -04:00
  • f5dc99aa49 Introduce a buffer in SpdyStream's outgoing frames. jwilson 2015-03-14 21:09:36 -04:00
  • d312d8c501 Merge pull request #1497 from square/jwilson_0314_hide_journal_write_fails Jesse Wilson 2015-03-14 19:02:50 -04:00
  • 6a683da022 Don't get corrupted when journal writing fails. jwilson 2015-03-14 18:21:13 -04:00
  • 0c2387c55e Merge pull request #1495 from square/jwilson_0314_filesystem Jake Wharton 2015-03-14 17:33:52 -05:00
  • 49e85a1fd2 New file system abstraction. jwilson 2015-03-14 15:14:04 -04:00
  • 96ba2175c0 Documentation that impls must call close on message payloads. Jake Wharton 2015-03-13 01:02:22 -04:00
  • e73a4fa5a6 Merge pull request #1492 from square/jw/missing-quote Jesse Wilson 2015-03-13 01:35:55 -04:00
  • db2721159e Add missing quote. Jake Wharton 2015-03-13 00:59:51 -04:00
  • 95cbd9ec50 Merge pull request #1487 from square/jwilson_0310_more_context Jesse Wilson 2015-03-12 21:57:47 -04:00
  • c6ecfb825a Merge pull request #1491 from square/jwilson_0312_cachecontrol Jake Wharton 2015-03-12 20:52:28 -05:00
  • b64901db40 Update cache docs to use Call and CacheControl. jwilson 2015-03-12 21:47:35 -04:00
  • dab882acc0 Provide context on unexpected EOFs. jwilson 2015-03-10 23:27:38 -04:00
  • a428f100a7 Merge pull request #1489 from square/jw/web-sockets Jesse Wilson 2015-03-12 21:12:34 -04:00
  • 293792c5ee Merge pull request #1488 from square/adrian.h2-final Jesse Wilson 2015-03-12 21:10:40 -04:00
  • 0b2ef95640 Move WebSocket to the public API in a sibling module. Jake Wharton 2015-03-11 12:17:53 -04:00
  • 60b1dfc169 Updates to http/2 final Adrian Cole 2015-03-11 08:14:55 -07:00
  • 96dfaaa817 Merge pull request #1481 from square/jw/generalize-ws-reply-executor Jesse Wilson 2015-03-10 22:15:31 -04:00
  • ab3f9f832b Merge pull request #1485 from square/jwilson_0310_execute_not_submit Jake Wharton 2015-03-10 21:08:36 -05:00
  • f78f74f5a2 Use ExecutorService.execute, not ExecutorService.submit. jwilson 2015-03-10 22:01:10 -04:00
  • dbbb6e6808 Merge pull request #1475 from square/jwilson_0308_cipher_suites_2015_03 Jesse Wilson 2015-03-09 20:38:59 -04:00
  • 8a1e6ceec9 Use the now-generalized reply executor for peer close. Jake Wharton 2015-03-09 18:37:09 -04:00
  • c724fa4fc9 Merge pull request #1480 from square/jw/tiny-tweaks Jesse Wilson 2015-03-09 10:38:32 -04:00
  • 6b46003b74 Correctly determine when test code times out. Jake Wharton 2015-03-09 10:06:11 -04:00
  • 964f1b4c90 Merge pull request #1479 from square/jwilson_0308_mockwebserver_crash Jake Wharton 2015-03-09 00:19:14 -04:00
  • c25728dd79 Don't attempt to read a source after closing it. jwilson 2015-03-08 23:45:47 -04:00
  • f6baae0bcb Merge pull request #1478 from square/jw/do-not-propagate-peer-close-exceptions Jesse Wilson 2015-03-08 23:04:11 -04:00
  • 0a67394f2a Exceptions from peer closing should not be propagated. Jake Wharton 2015-03-08 22:46:25 -04:00
  • 8d0b2b9d3c Merge pull request #1457 from longbai/byte-range-requestbody-create Jesse Wilson 2015-03-08 21:55:51 -04:00
  • a8a98a0fbb Squashed commit of the following: longbai 2015-03-09 09:36:58 +08:00
  • 2a6b4fe447 Drop some RC4 cipher suites. jwilson 2015-03-08 19:52:43 -04:00
  • 200ae1df91 Merge pull request #1474 from square/jwilson_0308_disable_alpn_android_44 Jake Wharton 2015-03-08 18:22:34 -04:00
  • b70a1c22f9 Disable ALPN on Android 4.4. jwilson 2015-03-08 17:47:33 -04:00
  • f8e8f8961d Merge pull request #1473 from square/jw/normalize-exception-messages Jesse Wilson 2015-03-07 23:54:34 -05:00
  • fd162a351a Normalize web socket exception messages to match. Jake Wharton 2015-03-07 23:15:57 -05:00
  • f152f35b8b Merge pull request #1394 from nfuller/FixSubjectSn Jesse Wilson 2015-03-07 18:17:17 -05:00
  • 2dc180e321 Merge pull request #1472 from square/jwilson_0307_shutdown Jake Wharton 2015-03-07 15:26:59 -05:00
  • c324114447 Don't crash on shutdown() before start(). jwilson 2015-03-07 15:16:48 -05:00
  • efcc2df358 Merge pull request #1469 from nashira/master Jesse Wilson 2015-03-06 13:05:36 -05:00
  • cba15c8bc1 Merge pull request #1465 from square/jw/unsigned Jake Wharton 2015-03-06 03:07:46 -05:00
  • e71beb4a07 Payload length continuations are unsigned values. Jake Wharton 2015-03-03 13:09:55 -07:00
  • 7e5da6b0ad null out Request.Builder.url when setting urlString Nash Lincoln 2015-03-05 21:30:49 -08:00
  • 4dd90dc5c0 Merge pull request #1456 from square/jwilson_0222_delete_delete_delete Jake Wharton 2015-02-24 12:07:42 -08:00
  • 35bf0ab4a2 Test that DELETE can have a body. jwilson 2015-02-24 14:50:35 -05:00
  • e961166c4b Merge pull request #1450 from square/jwilson_0222_port_range Jake Wharton 2015-02-22 20:26:54 -08:00
  • c90f24948b Fail properly when a port is out of range. jwilson 2015-02-22 23:18:15 -05:00
  • 57efb6dff0 Merge pull request #1449 from square/jwilson_0222_multipart_length Jake Wharton 2015-02-22 19:07:25 -08:00
  • dde9196a49 Compute the content length of multipart bodies. jwilson 2015-02-22 21:49:51 -05:00
  • b4a9de1487 Merge pull request #1448 from square/jwilson_0222_okio_number_formatting Jake Wharton 2015-02-22 17:10:48 -08:00
  • ef47c446a2 Use Okio's new APIs for number parsing and formatting. jwilson 2015-02-22 17:50:03 -05:00
  • 353ec0b0cd Fix for SslContextBuilder/MockWebServer disagreeing about localhost Neil Fuller 2015-02-12 09:47:03 +00:00
  • 4b037e7b22 Merge pull request #1393 from klyubin/unknownserviceexception-when-no-connection-specs Jesse Wilson 2015-02-11 22:48:00 -05:00
  • c8f5992b7d A way to catch that cleartext HTTP request was attempted. Alex Klyubin 2015-02-11 19:36:47 -08:00
  • 65961e2d12 Merge pull request #1391 from mikevoyt/master Jesse Wilson 2015-02-11 18:43:37 -05:00
  • e5cd5ae623 Add Gradle download info to project Pages Voytovich, Mike 2015-02-11 12:36:40 -08:00
  • 432ca1ef31 Reduce flakiness and document reasons for flakiness Neil Fuller 2015-01-23 17:26:51 +00:00
  • b609edd078 Merge pull request #1383 from kboyarshinov/kboyarshinov/ssl-exception Jesse Wilson 2015-02-10 00:08:51 -05:00
  • cc94dea6d7 Throw SSLPeerUnverifiedException when host verification fails, instead of IOException Kirill Boyarshinov 2015-02-10 10:30:40 +06:00
  • eb5aeb0976 Merge pull request #1364 from raggi/support-custom-connectionspecs Jesse Wilson 2015-02-06 20:25:55 -05:00
  • fee2720913 ConnectionSpec: Allow custom specifications James Tucker 2015-02-05 14:32:05 -08:00
  • b92c1b9db1 Wording tweak. Jake Wharton 2015-01-31 14:47:13 -08:00
  • 31081fb82c Merge pull request #1357 from square/jw/do-not-round-timeouts Jesse Wilson 2015-01-31 17:44:54 -05:00
  • 58f6cf5130 Do not allow timeouts less than 1ms. Jake Wharton 2015-01-31 14:27:32 -08:00
  • c1a39c9ce6 Merge pull request #1355 from square/jwilson_0130_if_none_match Jesse Wilson 2015-01-30 17:41:22 -05:00
  • 4db679b39e Send at most one condition. jwilson 2015-01-30 13:45:18 -05:00
  • f84b4de480 Merge pull request #1353 from square/jwilson_0130_actually_async Jesse Wilson 2015-01-30 13:27:05 -05:00
  • 24767e1387 Fix a major bug where threads weren't being created. jwilson 2015-01-30 09:17:49 -05:00
  • 64193c7ded Merge pull request #1345 from brennantaylor/bt/config-mockwebserver-inetaddr Jake Wharton 2015-01-28 10:17:09 -08:00
  • 3ee539edec Merge pull request #1347 from nfuller/PrivateCache Jesse Wilson 2015-01-26 10:27:01 -05:00
  • 4048663140 Private cache improvements Neil Fuller 2015-01-23 09:51:36 +00:00
  • c99ac2b462 Allow user to configure what mockwebserver binds to Brennan Taylor 2015-01-25 16:17:55 -08:00
  • 621d270207 Merge pull request #1341 from nfuller/OptConnectionSpec Jesse Wilson 2015-01-21 22:56:11 -05:00
  • b16a4b2621 Trivial optimization for comparing ConnectionSpecs Neil Fuller 2015-01-21 17:32:59 +00:00
  • 0a19746660 Merge pull request #1308 from nfuller/FixResponseCache Jesse Wilson 2015-01-18 13:47:33 -05:00
  • e2f3a21849 Merge pull request #1330 from joschi/headers-map Jesse Wilson 2015-01-16 22:54:29 -05:00
  • 74001bbdb6 Merge pull request #1332 from jbornemann/update_http_default_cache_codes Jesse Wilson 2015-01-16 22:52:54 -05:00
  • 515ae8fef6 cache-by-default status codes now up to date Jeff Bornemann 2015-01-11 14:47:35 -05:00
  • ab2dbb98dd Adapt to Square code style Jochen Schalanda 2015-01-16 10:37:28 +01:00
  • dd0f2e9d1b Add method to create Headers from Map<String, String> Jochen Schalanda 2015-01-15 16:08:32 +01:00
  • 84d87a7e39 Merge pull request #1326 from nfuller/FixSocketCloseOnAndroid Jake Wharton 2015-01-15 09:41:13 -05:00
  • 0b69d29ba1 Fix for MockWebServer on Android Neil Fuller 2015-01-15 10:37:00 +00:00
  • c7803020b5 Merge pull request #1324 from nfuller/1208FollowUpFixes Jesse Wilson 2015-01-14 15:24:54 -05:00
  • 6e3fc45ebf Follow up fixes from pull request 1208 Neil Fuller 2015-01-14 14:02:24 +00:00
  • 3a65dcd37b Fix ResponseCache handling for Android usecases Neil Fuller 2015-01-08 15:23:01 +00:00
  • 1551f50f99 Merge pull request #1323 from square/jwilson_0113_clean_shutdown Jake Wharton 2015-01-13 18:42:14 -05:00