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

Commit Graph

  • 7411ad94ac Merge pull request #2956 from serj-lotutovici/sl/remove_synthetic_methods Jesse Wilson 2016-11-03 12:13:17 -04:00
  • dedeab131a Merge pull request #2955 from square/jwilson.1101.graceful_disconnect Jesse Wilson 2016-11-02 18:20:41 -04:00
  • d320598247 Avoid generating synthetic accessor methods Serj Lotutovici 2016-11-02 18:56:43 +01:00
  • 5d70f5f7a7 Make HTTP/2's DISCONNECT_AT_END more graceful. jwilson 2016-11-01 20:33:49 -04:00
  • 37dab0df54 Merge pull request #2953 from sebkur/fix_typos Jesse Wilson 2016-11-01 08:01:43 -04:00
  • 456105e5fd Fix a few typos Sebastian Kürten 2016-11-01 12:52:20 +01:00
  • 98fa1aa4e7 Merge branch 'drlue-master' jwilson 2016-10-26 00:33:07 -07:00
  • bb357db283 Fix challenge parsing to permit incorrectly ordered authentication headers. Lukas Aichbauer 2016-10-17 13:31:59 +02:00
  • 7de5351e9a Merge pull request #2935 from square/jwilson.1022.slack_client_example Jesse Wilson 2016-10-23 11:47:54 -04:00
  • 643ee3ffc9 Merge pull request #2936 from square/jwilson.1023.alpn_for_java8_111 Jesse Wilson 2016-10-23 11:47:46 -04:00
  • bf5ade433f Set an ALPN-boot version for Java 8 v111. jwilson 2016-10-23 11:36:00 -04:00
  • ce695b67fa A WebSockets sample that uses the Slack API. jwilson 2016-10-22 13:01:42 -04:00
  • 35e9c97820 Merge pull request #2927 from square/jwilson.1018.heads_have_empty_bodies Jesse Wilson 2016-10-20 10:28:03 -04:00
  • 9851e20466 Add tests to confirm HEAD response bodies are empty. jwilson 2016-10-18 23:50:18 -04:00
  • da27d0bfc2 Merge branch 'JemarJones-master' jwilson 2016-10-18 21:57:06 -04:00
  • 1b0f58f8d0 Fixed incorrect comment from #2883 Jemar Jones 2016-10-18 19:03:56 -04:00
  • e78f75858c Merge branch '15characterlimi-pinner-equals' jwilson 2016-10-18 21:34:43 -04:00
  • 27ece26172 Fix Connection sharing across equivalent OkHttpClients Tobias Thierer 2016-07-29 20:02:33 +01:00
  • a28fee5a2b Merge pull request #2917 from square/jwilson.1016.default_client Jake Wharton 2016-10-16 19:01:13 -04:00
  • 993c9c6a1d Use TestUtil.defaultClient in more tests. jwilson 2016-10-16 18:04:10 -04:00
  • 199e5ff34f Merge pull request #2907 from square/jw/okio Jesse Wilson 2016-10-12 08:08:43 -04:00
  • af304b5a02 Okio 1.11.0. Jake Wharton 2016-10-12 01:08:42 -04:00
  • 019e9431cf Merge pull request #2905 from square/jw/forbid-writes-on-reader Jake Wharton 2016-10-12 00:09:59 -04:00
  • 8ab575ebb7 Forbid writes from reader thread. Jake Wharton 2016-10-11 23:58:14 -04:00
  • 33c24e4920 Merge pull request #2904 from square/jw/remove-prefix Jesse Wilson 2016-10-11 23:19:17 -04:00
  • 90f6bcb21f Remove inconsistent 'send' prefix from message/ping methods. Jake Wharton 2016-10-11 23:08:49 -04:00
  • bb0b222f4c Merge pull request #2899 from Jawnnypoo/cache-docs Jesse Wilson 2016-10-10 23:03:58 -04:00
  • 196817a50d Add javadoc for cache call in the builder John Carlson 2016-10-10 21:55:36 -05:00
  • 26d4e225f8 Merge pull request #2818 from square/jwilson.0829.update_the_cache Jesse Wilson 2016-10-05 22:47:02 -04:00
  • 8b680f30f4 Fix conditional cache hits to update timestamp fields. jwilson 2016-08-29 08:34:27 -04:00
  • 10360b88ef Merge branch 'Tolriq-issue_2881' jwilson 2016-09-27 15:57:19 -04:00
  • e7d74f47ca Keep the cause when sending ConnectException Tolriq 2016-09-25 16:05:32 +02:00
  • 59e70dad81 Merge pull request #2875 from square/jw/close-codes Jesse Wilson 2016-09-20 22:58:26 -04:00
  • bd8c48c1a4 Use web socket close codes 1005 and 1006 correctly. Jake Wharton 2016-09-20 19:52:25 -04:00
  • 71826717ec Merge pull request #2873 from square/jw/conveniences Jesse Wilson 2016-09-20 13:16:50 -04:00
  • 5ae1a9d8c9 Add convenience methods to WebSocketCall for symmetry with Call. Jake Wharton 2016-09-20 12:14:34 -04:00
  • 765ffb3b1e Merge pull request #2872 from square/jw/writer-tweak Jesse Wilson 2016-09-20 06:29:50 -04:00
  • 6391877eba Merge pull request #2871 from square/jw/ping-pong-byte-string Jake Wharton 2016-09-20 01:01:24 -04:00
  • 814d254ab7 Inline single-use method in web socket writer. Jake Wharton 2016-09-20 00:55:03 -04:00
  • 6306aec01d Use ByteString for web socket ping/pong payloads. Jake Wharton 2016-09-20 00:21:05 -04:00
  • ed0082262a Merge pull request #2865 from square/jw/ws-improvements Jake Wharton 2016-09-20 00:03:33 -04:00
  • 508eb90b3c Web socket API and implementation improvements. Jake Wharton 2016-09-18 14:32:54 -04:00
  • e7188216fb Merge pull request #2868 from klyubin/tlsv1.3 Jesse Wilson 2016-09-19 21:05:25 -04:00
  • f5e06cb09a Do not disable TLSv1.3 by default Alex Klyubin 2016-09-19 10:44:31 -07:00
  • 3ea7be9d9f Merge pull request #2866 from kilink/avoid-copy Jesse Wilson 2016-09-18 16:44:12 -04:00
  • 12d44f1e91 Avoid unnecessary copying in ConnectionSpec Patrick Strawderman 2016-09-18 12:54:50 -07:00
  • 5f6a7a8a17 Merge pull request #2864 from square/jw/dedupe Jesse Wilson 2016-09-17 22:01:37 -04:00
  • 73a4e3d0c7 Use shared empty response from cache interceptor. Jake Wharton 2016-09-17 21:36:28 -04:00
  • bb3aca1db9 Merge pull request #2862 from square/jw/no-synthetics Jesse Wilson 2016-09-17 21:05:47 -04:00
  • 61112b38f4 Merge pull request #2863 from square/jw/no-ws-timeouts Jesse Wilson 2016-09-17 21:04:02 -04:00
  • 2d3183bf6a Remove connection read/write timeouts for web sockets. Jake Wharton 2016-09-17 20:55:25 -04:00
  • e6e722226c Eliminate synthetic accessor methods, an allocation in web sockets. Jake Wharton 2016-09-17 20:02:50 -04:00
  • 2f23ee29d1 Merge pull request #2858 from franmontiel/master Jesse Wilson 2016-09-16 09:30:16 -04:00
  • d2db22b311 Corrected javadoc of the Cookie persistent() method: - It was claiming that returns true if the cookie expires and the end of the session and really is the opposite behavior. Francisco Montiel 2016-09-16 15:23:59 +02:00
  • 7135628c64 Merge pull request #2852 from square/jw/web-sockets Jesse Wilson 2016-09-14 14:58:30 -04:00
  • b2b4f4a706 Merge pull request #2853 from square/jw/expose-part-contents Jesse Wilson 2016-09-13 18:27:17 -04:00
  • d4de936355 Merge pull request #2855 from square/jw/closeable-mws Jesse Wilson 2016-09-13 18:25:30 -04:00
  • df0ff817c8 Merge pull request #2816 from square/jwilson.0828.upgrade Jake Wharton 2016-09-13 17:37:41 -04:00
  • ef8a1f93f1 Expose Part headers and body. Jake Wharton 2016-09-13 12:56:41 -04:00
  • 404f63a20c Implement Closeable on MockWebServer. Jake Wharton 2016-09-13 13:56:03 -04:00
  • 039bcf92db Move WebSockets from separate artifact to main. Jake Wharton 2016-09-13 12:18:08 -04:00
  • 413323f10d Merge pull request #2841 from 15characterlimi/header-values-allow-htab Jesse Wilson 2016-09-07 15:32:45 -04:00
  • 02b08fbde7 Allow HTAB in header values. Tobias Thierer 2016-09-07 18:23:08 +01:00
  • 1a1b6eaaac Merge pull request #2838 from square/dr.0905.optimize-hpack-encoder Jesse Wilson 2016-09-05 15:31:56 -04:00
  • 3a142cc65e Optimize HPACK encoder header search code path to avoid unnecessary work. Dave Roberge 2016-09-05 12:59:52 -04:00
  • 96d85c4fe5 Merge pull request #2833 from square/dr.0902.liberal-hpack-encoder Jesse Wilson 2016-09-05 11:05:41 -04:00
  • 9481a09848 Be more liberal adding headers to the HPACK encoder dynamic table. Dave Roberge 2016-09-01 08:45:08 -04:00
  • 08458f1ee1 Merge pull request #2835 from shaunkawano/sk/performance_sensitive_loop Jesse Wilson 2016-09-04 09:43:55 -04:00
  • 7cefceb1ff Modify for-loop more performance sensitively shaunkawano 2016-09-04 14:05:25 +09:00
  • 66d028048d Merge pull request #2831 from square/jw/empty-body Jesse Wilson 2016-09-02 00:09:26 -04:00
  • 749f4b960c WebSockets should show an empty body to interceptors. Jake Wharton 2016-09-01 09:24:44 -04:00
  • 3c9c0342cd Merge pull request #2823 from square/jw/someone-set-up-us-the Jake Wharton 2016-08-31 23:34:33 -04:00
  • 4225f73d4c Make string() and charStream() BOM-aware. Jake Wharton 2016-08-30 08:44:52 -04:00
  • ba1edd048e Upgrade to Okio 1.10. jwilson 2016-08-28 18:13:42 -04:00
  • 84472ac3db Merge branch 'yschimke-flaky_test' jwilson 2016-08-28 13:07:33 -04:00
  • 5f26982c39 fix flaky test CallTest.legalToExecuteTwiceCloning_Async Yuri Schimke 2016-08-24 07:06:38 +01:00
  • 65a1134324 Merge pull request #2804 from yschimke/clientauth_example Jesse Wilson 2016-08-23 08:16:39 -04:00
  • c25fb7fe20 Merge pull request #2806 from boxme/boxme.0822.update.pom.for.java.update Jesse Wilson 2016-08-22 06:55:59 -04:00
  • 557e4759cc Add mvn profile for ALPN version 8.1.9.v20160720 for jdk8 102 boxme 2016-08-22 12:05:58 +08:00
  • 45f9338ea8 client auth tests Yuri Schimke 2016-08-20 10:07:30 +01:00
  • 63eef5afaf Merge pull request #2800 from goncalossilva/patch-1 Jake Wharton 2016-08-17 16:29:23 -04:00
  • 40f2efa543 Fix typo in CHANGELOG.md Gonçalo Silva 2016-08-17 21:04:49 +01:00
  • d854e6d5ad Merge pull request #2790 from jwendell/WebSocketEcho-Improvements Jake Wharton 2016-08-14 00:39:25 -04:00
  • 7b2cbab2b7 Improve WebSocketEcho example Jonh Wendell 2016-08-13 13:40:20 -03:00
  • 7f53615807 Merge branch 'WhiskeyBravo-master' jwilson 2016-08-10 18:54:00 -04:00
  • 393650bfb7 Fix a documentation typo in OkHttpClient. WhiskeyBravo 2016-08-10 14:22:43 +02:00
  • 59c096ddfc Merge pull request #2765 from square/dr.0801.connection-leak-info Jesse Wilson 2016-08-07 13:35:59 -04:00
  • ecbcd51fc9 Provide capability to capture the Call stack trace on leaked connections. Dave Roberge 2016-08-07 11:51:19 -04:00
  • 8504f3a00f Merge pull request #2750 from square/jwilson.0725.source_relay Jesse Wilson 2016-08-02 00:28:38 -04:00
  • 35283b8950 Merge pull request #2391 from rburgst/master Jesse Wilson 2016-07-31 07:39:59 -04:00
  • b875778b55 PROPFIND redirects should maintain request body Rainer Burgstaller 2016-03-08 06:53:11 +01:00
  • 2494ec3362 Merge pull request #2763 from square/jwilson.0730.fix_sync_guard Jake Wharton 2016-07-30 13:41:54 -06:00
  • 3f65124276 Guard allocation changes by the connection pool lock. jwilson 2016-07-30 10:59:43 -04:00
  • 6dd8da72f9 Merge branch 'artem-zinnatullin-response-body-string-javadoc' jwilson 2016-07-30 11:05:25 -04:00
  • eb20b15056 Clarify behavior of ResponseBody.string() in its javadoc Artem Zinnatullin 2016-04-04 19:05:21 +03:00
  • 913f16bcd8 Relay. This is a single entry in the upcoming DiskLruCache2. jwilson 2016-07-24 15:27:06 -04:00
  • 915c3a41af Merge pull request #2751 from boxme/boxme.0726.redacted.httpurl Jesse Wilson 2016-07-29 10:19:11 -04:00
  • 27cc66ca68 HttpUrl#redact() to only return the HttpUrl free of username, password, path, query, and fragment boxme 2016-07-26 14:15:57 +08:00
  • 5d39392ee9 Merge pull request #2758 from 15characterlimi/01-cache-header-prefix Jesse Wilson 2016-07-28 18:25:43 -04:00
  • 9958fc6934 Make tests portable to platforms with different Header prefixes Tobias Thierer 2016-07-28 12:49:52 +01:00