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

Commit Graph

  • 943b582a36 Reduce memory requirements for MockWebServerTest.disconnectHalfway(). Tobias Thierer 2016-06-15 22:03:55 +01:00
  • df73a7e98e Let SocksProxy use the same definition of localhost as MockWebServer. Tobias Thierer 2016-06-21 17:25:00 +01:00
  • e444deddd9 Merge pull request #2638 from square/jwilson.0618.pipe Jesse Wilson 2016-06-19 00:33:01 -04:00
  • 9b4e74f8c8 A Pipe. jwilson 2016-06-18 14:11:20 -04:00
  • 0f48597312 Merge pull request #2617 from square/dr.0612.certpin-ignore-case Jesse Wilson 2016-06-14 22:14:27 -04:00
  • 3e24b4ba05 Changed CertificatePinner to match against canonicalized hostnames. Dave Roberge 2016-06-14 09:18:01 -04:00
  • a464a63aca Merge pull request #2615 from szpak/patch-1 Jake Wharton 2016-06-10 18:21:16 -04:00
  • d3eb37a359 Fix typo Marcin Zajączkowski 2016-06-11 00:10:13 +02:00
  • 5f40b814ea Merge pull request #2601 from square/jw/idle Jake Wharton 2016-06-03 11:45:28 -04:00
  • 05e5c4d22a Add support for an idle callback to Dispatcher. Jake Wharton 2016-06-02 15:16:40 -04:00
  • 77c0ad62e5 Merge pull request #2602 from square/jw/unused Jesse Wilson 2016-06-03 00:20:45 -04:00
  • 30920d6925 Remove unused method. Jake Wharton 2016-06-02 21:34:42 -04:00
  • 25491a9066 Merge pull request #2596 from teresakrause/alpn_jdk8_profiles Jesse Wilson 2016-06-01 18:21:52 -04:00
  • c0e4275df9 Publish Javadoc jwilson 2016-06-01 12:08:09 -04:00
  • 63ae84d0e6 Merge pull request #2594 from nfuller/RemoveUnusedMethods Jesse Wilson 2016-05-31 08:35:33 -04:00
  • c8c073cfd1 Merge pull request #2595 from bryant1410/patch-1 Jesse Wilson 2016-05-31 08:33:49 -04:00
  • 3a8f2c6f27 Fix changelog: Sent -> Received Santiago Castro 2016-05-31 08:22:02 -03:00
  • a18d4e184b Remove methods from FramedConnection that are unused Neil Fuller 2016-05-31 10:15:06 +01:00
  • efd74cb29e Merge branch 'yschimke-android_chain_cleaner_split' jwilson 2016-05-28 14:30:25 -04:00
  • 91d3fb1dd4 refactor Android specific ChainCleaner code under AndroidPlatform Yuri Schimke 2016-05-28 10:55:10 -07:00
  • 7a807aff6f [maven-release-plugin] prepare for next development iteration jwilson 2016-05-28 14:11:55 -04:00
  • 358d96c5fb [maven-release-plugin] prepare release parent-3.3.1 parent-3.3.1 jwilson 2016-05-28 14:11:52 -04:00
  • 455b8df2e9 Update changelog for OkHttp 3.3.1. jwilson 2016-05-28 14:07:21 -04:00
  • 80a799c0c0 Merge pull request #2587 from square/jwilson.0528.nonascii Jake Wharton 2016-05-28 13:34:25 -04:00
  • 8ddc587523 Merge pull request #2586 from square/jwilson.0528.newlines Jake Wharton 2016-05-28 13:31:58 -04:00
  • dd4dd05d25 Merge branch 'yschimke-java9_tests' jwilson 2016-05-28 13:09:30 -04:00
  • 8ceb7480f3 tests running in JDK 9 Yuri Schimke 2016-05-13 22:58:53 -07:00
  • 3ec5227d26 Don't crash reading non-ASCII characters from the server or the cache. jwilson 2016-05-28 12:08:42 -04:00
  • 639b279159 Merge pull request #2583 from square/dr.may27.ws-retain-body Jesse Wilson 2016-05-28 10:52:38 -04:00
  • 8271dc0fb1 Fix HttpLoggingInterceptor to be cool with newlines. jwilson 2016-05-28 10:49:31 -04:00
  • 8adf3d4a95 Retain response body when web socket returns non-101 response code. Dave Roberge 2016-05-27 08:30:50 -04:00
  • 16aed96a35 [maven-release-plugin] prepare for next development iteration jwilson 2016-05-24 22:12:31 -04:00
  • b031042e67 [maven-release-plugin] prepare release parent-3.3.0 parent-3.3.0 jwilson 2016-05-24 22:12:28 -04:00
  • 6b9eeb18d4 Update changelog for OkHttp 3.3.0. jwilson 2016-05-24 22:07:41 -04:00
  • acbd4e4d13 Merge pull request #2571 from square/jwilson.0521.recover_from_refused_stream Jesse Wilson 2016-05-24 21:40:23 -04:00
  • c9290b7696 Recover from REFUSED_STREAM errors in HTTP/2. jwilson 2016-05-21 14:24:02 -04:00
  • ed943ce136 Merge pull request #2574 from square/jwilson.0522.flush_on_window_updates Jesse Wilson 2016-05-22 23:15:10 -04:00
  • 1503e362f6 Flush streams if the window size is zero. jwilson 2016-05-22 10:16:13 -04:00
  • 3f7a3344a4 Merge pull request #2572 from square/jwilson.0521.close_examples Jesse Wilson 2016-05-21 22:23:48 -04:00
  • 3699d5c9fd Better documentation and examples on closing response bodies. jwilson 2016-05-21 18:47:05 -04:00
  • fcedc17f56 Fix some issues according to the comments in the previous pull request, and add some tests Yuanjing Zhang 2016-05-19 19:57:05 -07:00
  • 929bdaadfb Add alpn version support for all Java 8 versions Teresa Krause 2016-05-16 16:58:36 -04:00
  • 0693302fca Merge pull request #2559 from square/jwilson_0514_bad_interceptor_check Jesse Wilson 2016-05-14 16:52:01 -04:00
  • ec0301acb4 Another approach to handling strange interceptor bodies. jwilson 2016-05-14 14:05:56 -04:00
  • 61c1dad837 Merge branch 'adennie-log-connect-failure' jwilson 2016-05-14 13:21:36 -04:00
  • f1dea26fd6 update Logging Interceptor to log connection failures Andy Dennie 2016-05-10 09:14:50 -04:00
  • 03d4edcc2e Merge pull request #2555 from square/jwilson.0512.close_response_body Jake Wharton 2016-05-13 15:14:36 -07:00
  • a54adcef12 Don't crash when a stream hasn't been closed. jwilson 2016-05-12 21:03:47 -04:00
  • 3614e984b6 Add a simple version dynamic table of HPACK to the writer client. This will automatically add all the headers into the dynamic table if it is not in the static table. Yuanjing Zhang 2016-05-11 16:54:48 -07:00
  • 276ef646cd Merge pull request #2544 from square/jwilson.0508.no_synthetic_headers Jake Wharton 2016-05-09 00:03:38 -04:00
  • bab8943f2b Promote sent and received timestamps to fields on Response. jwilson 2016-05-08 15:20:58 -04:00
  • 7067047312 Merge pull request #2539 from square/jwilson.0507.dispatcher_shutdown Jesse Wilson 2016-05-08 09:59:53 -04:00
  • 3dc5ab2353 Merge pull request #2540 from square/jwilson.0507.logging Jesse Wilson 2016-05-08 09:59:24 -04:00
  • 4f24a30c12 Make logging more consistent throughout OkHttp. jwilson 2016-05-07 20:38:29 -04:00
  • ae5c364051 Unblock waiting dispatchers on MockWebServer shutdown. jwilson 2016-05-07 18:56:27 -04:00
  • 80ab4a3761 Merge pull request #2538 from square/jwilson.0507.fewer_pins Jake Wharton 2016-05-07 18:45:51 -04:00
  • 94bda42362 Pin fewer certificates in our sample. jwilson 2016-05-07 18:21:50 -04:00
  • 4505c1b856 Merge pull request #2520 from yschimke/platform_cleanup Jesse Wilson 2016-05-07 18:13:45 -04:00
  • 3c51907351 split out platform building now that there are 4 Yuri Schimke 2016-05-05 14:34:06 +10:00
  • be605dd647 Merge pull request #2529 from square/jwilson_0502_okio Jake Wharton 2016-05-02 01:33:21 -04:00
  • ba51f5bff8 Upgrade to Okio 1.8.0. jwilson 2016-05-02 00:48:15 -04:00
  • 312ebb36c6 Merge pull request #2528 from Mauin/update_junit Jesse Wilson 2016-05-01 12:09:28 -04:00
  • 8f8018ce5d updates junit version to v4.12 Marvin Ramin 2016-05-01 10:48:15 +02:00
  • adc97d5537 Merge pull request #2523 from venilnoronha/issue-2522-fix Jesse Wilson 2016-04-28 22:41:10 -04:00
  • 4b0c09eb6f Fixes #2522 - Format String using Locale.US. Venil Noronha 2016-04-29 00:19:13 +05:30
  • 48ff30b428 Merge branch 'venilnoronha-issue-2513-fix' jwilson 2016-04-26 23:42:09 -04:00
  • e3cd9b9f1c Fixes #2513 - NetworkSecurityPolicy based ConnectionSpec setup. Venil Noronha 2016-04-27 07:35:28 +05:30
  • 209c6c5589 Merge pull request #2507 from yschimke/java8_new Jesse Wilson 2016-04-23 23:08:57 -04:00
  • 6f18cc346a build with new alpn-boot and jdk in travis Yuri Schimke 2016-04-23 08:26:31 -07:00
  • a44b5ecfff Merge pull request #2502 from square/jwilson_0421_moshi Jake Wharton 2016-04-22 13:46:55 -04:00
  • ad103f421e Use Moshi in OkHttp. jwilson 2016-04-21 23:20:30 -10:00
  • 081c74433c Merge pull request #2494 from yschimke/alpn_java9_support Jesse Wilson 2016-04-21 21:57:27 -10:00
  • bd76ea26e4 Merge pull request #2495 from yschimke/sni_doc Jesse Wilson 2016-04-21 21:56:34 -10:00
  • ba54110370 Merge pull request #2496 from yschimke/retain_frame_logger Jesse Wilson 2016-04-21 09:00:28 -10:00
  • 14cb6e3e67 Merge pull request #2499 from square/dr-Apr212016-redact-async-url Jesse Wilson 2016-04-21 07:59:59 -10:00
  • 047b56833c Redact the full url in AsyncCall thread name. Dave Roberge 2016-04-21 08:15:14 -04:00
  • 5cf91cf72e retain logger instance to actually log things Yuri Schimke 2016-04-20 20:53:19 -07:00
  • c63be3ee65 document support for SNI Yuri Schimke 2016-04-20 18:30:47 -07:00
  • d8552f091b Java 9 support for ALPN without alpn-boot Yuri Schimke 2016-04-19 22:48:01 -07:00
  • b26ad3e01e Merge pull request #2493 from positron/patch-1 Jesse Wilson 2016-04-19 22:06:31 -10:00
  • 75c23ddb00 Fix CertificatePinner javadoc to use a Builder Philip Jagielski 2016-04-19 17:48:03 -05:00
  • bd22589ee3 Merge pull request #2479 from square/jwilson_0412_nuanced_connect_recovery Jesse Wilson 2016-04-12 23:20:36 -04:00
  • 51e4e39842 Further constrain when we recover from failed routes. jwilson 2016-04-12 22:37:04 -04:00
  • c9ad163e92 Merge pull request #2473 from square/jwilson_0410_connection_preface Jesse Wilson 2016-04-10 15:02:18 -04:00
  • 8996934748 Don't start the reader thread until after the connection preface. jwilson 2016-04-10 12:51:38 -04:00
  • 2c9fbb1bc8 Merge pull request #2471 from yschimke/insecure_npe Jesse Wilson 2016-04-10 07:32:44 -04:00
  • 3a85dda1e1 fix NPE with okcurl insecure mode Yuri Schimke 2016-04-09 22:48:32 -07:00
  • e712faa194 Merge pull request #2467 from square/dr-Apr072016-tunnel-proxy-close Jesse Wilson 2016-04-08 08:15:21 -04:00
  • 03a840de53 Accommodate tunneling proxies that close the connection after an auth challenge. Dave Roberge 2016-04-07 12:27:18 -04:00
  • 837dc04dbe Merge pull request #2454 from artem-zinnatullin/response-body-javadoc Jesse Wilson 2016-03-31 23:13:19 -04:00
  • de806c84c1 Add javadoc for Response.body() Artem Zinnatullin 2016-03-31 20:21:24 +03:00
  • f25858cd15 Merge pull request #2446 from square/jwilson_0328_accept_trust_manager Jake Wharton 2016-03-28 22:26:22 -04:00
  • 85f74e2004 Accept user-provided trust managers in OkHttpClient.Builder jwilson 2016-03-28 19:02:25 -04:00
  • e5b7409664 Merge pull request #2445 from square/jwilson_0328_android_cert_chain_cleaner Jesse Wilson 2016-03-28 15:22:58 -04:00
  • cbd3309c2f Use X509TrustManagerExtensions on Android 17+. jwilson 2016-03-28 14:56:42 -04:00
  • 338ad7f826 Merge pull request #2438 from square/jwilson_0325_ccc Jake Wharton 2016-03-25 12:42:27 -04:00
  • a2466acb7f Make CertificateChainCleaner an abstract class. jwilson 2016-03-25 10:05:31 -04:00
  • bb0d8f249f Merge pull request #2430 from ChristianBecker/cb/remove_javaneturi Jake Wharton 2016-03-23 10:06:39 -04:00
  • 2b6479725c Remove unused javaNetUri field from Request Christian Becker 2016-03-23 09:00:06 +01:00
  • 9a10ca3b7b Merge pull request #2428 from square/jwilson_0322_connection_close Jake Wharton 2016-03-22 23:37:09 -04:00