1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-18 20:40:58 +03:00

Commit Graph

  • 1364bf70f5 Merge pull request #858 from square/adrian.fixedContentLength0 Adrian Cole 2014-05-22 09:30:02 -07:00
  • 5648a6868d In HttpURLConnection, pay attention when fixedContentLength is set to zero. Adrian Cole 2014-05-21 14:44:22 -07:00
  • 21f81403b4 Merge pull request #854 from square/jw/rename-fix Jesse Wilson 2014-05-21 13:17:14 -04:00
  • efa4f6d10a Merge pull request #851 from square/jwilson_0521_v2_changelog Jesse Wilson 2014-05-21 13:15:50 -04:00
  • e2884a722b OkHttp/2 changelog. Jesse Wilson 2014-05-21 08:34:46 -04:00
  • efc791b84a Correct accidental rename of reflected method. Jake Wharton 2014-05-21 09:37:41 -07:00
  • 058da2c4ef Merge pull request #849 from square/jwilson_0520_getheaders Jake Wharton 2014-05-20 22:25:08 -07:00
  • 9e233ca544 Drop getHeaders() which is redundant with headers(). Jesse Wilson 2014-05-21 00:35:51 -04:00
  • cddcd3efa0 Merge pull request #847 from square/jwilson_0519_strip_auth_headers Jesse Wilson 2014-05-20 07:50:01 -04:00
  • d2df8677cf Merge pull request #846 from square/jwilson_0319_redirect_npe Jake Wharton 2014-05-19 23:37:35 -07:00
  • ed70981925 Strip auth headers when redirected to another host. Jesse Wilson 2014-05-19 23:18:01 -04:00
  • 3bf2e37122 Don't NPE after a redirect. Jesse Wilson 2014-05-19 22:14:20 -04:00
  • 3d0d59c2b7 Merge pull request #845 from square/jw/no-tests Adrian Cole 2014-05-19 16:10:45 -07:00
  • e40af071eb Do not deploy tests artifact. Jake Wharton 2014-05-19 15:47:13 -07:00
  • dd095a6069 Merge pull request #844 from square/jw/doc Jesse Wilson 2014-05-19 17:45:53 -04:00
  • 4eaa9b5b70 Remove unknown clause from response code javadoc. Jake Wharton 2014-05-19 14:37:59 -07:00
  • 057da5c16d Merge pull request #842 from square/jw/traffic-stats Jesse Wilson 2014-05-19 16:45:36 -04:00
  • 3384b3f431 Merge pull request #843 from square/jw/kill-failure Jesse Wilson 2014-05-19 16:23:27 -04:00
  • 53b9f84cb6 Remove Failure wrapper type. Jake Wharton 2014-05-19 13:15:50 -07:00
  • 630fd7fb08 Support Android TrafficStats socket tagging. Jake Wharton 2014-05-19 12:03:09 -07:00
  • 4f38d669f4 Merge pull request #838 from square/jwilson_0518_cache_request Jake Wharton 2014-05-19 08:40:52 -07:00
  • 900a0d3d40 Expose Vary headers in the cache request. Jesse Wilson 2014-05-19 09:03:00 -04:00
  • aade32d97e Merge pull request #840 from square/jwilson_0519_no_response_source Jake Wharton 2014-05-19 08:18:44 -07:00
  • d0128c7fbc Merge pull request #839 from square/jwilson_0519_gzip Jake Wharton 2014-05-19 08:01:25 -07:00
  • 22a03b59fa Drop ResponseSource. Jesse Wilson 2014-05-19 11:01:22 -04:00
  • d017be5b00 Test differences between user and network responses for gzip. Jesse Wilson 2014-05-19 09:50:33 -04:00
  • 7d49f77693 Merge pull request #836 from square/jwilson_0518_responsetypes Jake Wharton 2014-05-18 22:46:12 -07:00
  • 9abfde9e5a Network, cache and user response types. Jesse Wilson 2014-05-18 21:24:04 -04:00
  • 4ea4aa429a Merge pull request #835 from square/jwilson_0517_promote_code_to_urlconnection Jesse Wilson 2014-05-17 21:14:20 -04:00
  • 0676d8b173 Move code to the urlconnection module. Jesse Wilson 2014-05-17 19:37:13 -04:00
  • 85a3e9bfc5 Merge pull request #834 from square/jwilson_0517_urlconnection Jesse Wilson 2014-05-17 18:40:29 -04:00
  • 271cc7b632 First steps at making URLConnection a shim. Jesse Wilson 2014-05-17 15:00:05 -04:00
  • af08d4a3f3 Merge pull request #832 from square/jwilson_0511_authenticate_and_redirect Jesse Wilson 2014-05-17 18:38:26 -04:00
  • 95f4975430 Merge pull request #833 from square/jwilson_0517_prior_response Jake Wharton 2014-05-17 11:58:40 -07:00
  • 8ee5584a1c Update README.md Jesse Wilson 2014-05-17 13:59:17 -04:00
  • b21b0de304 Documentation moved to GitHub wiki. Jesse Wilson 2014-05-17 13:37:29 -04:00
  • d30c48a194 Rename redirectedBy to priorResponse. Jesse Wilson 2014-05-17 13:21:26 -04:00
  • 2bf8aeb420 Add tests to show we drop authentication headers on redirect. Jesse Wilson 2014-05-11 22:57:10 -04:00
  • 48831a9177 Merge pull request #826 from square/jwilson_0513_requesting_site Jake Wharton 2014-05-12 21:32:17 -07:00
  • 73aaaeecae Don't rely on a fully-populated InetAddress for tests to pass. Jesse Wilson 2014-05-13 00:23:49 -04:00
  • f74a8c6723 Merge pull request #824 from ChristianBecker/patch-1 Adrian Cole 2014-05-12 07:32:15 -07:00
  • 1ce14dad46 Fixed typo in HTTP_2 JavaDoc. Christian Becker 2014-05-12 10:43:46 +02:00
  • 99d540d71f Merge pull request #819 from square/jwilson_0510_rename_authenticator Jesse Wilson 2014-05-11 08:07:02 -04:00
  • d111f4cd19 Rename OkAuthenticator to Authenticator. Jesse Wilson 2014-05-10 11:35:07 -04:00
  • b6d8f809e3 Merge pull request #818 from square/jwilson_0510_callback Jesse Wilson 2014-05-10 11:31:40 -04:00
  • 84312bd93f Rename Response.Callback to Callback. Jesse Wilson 2014-05-10 11:17:36 -04:00
  • a27f21c7f6 Merge pull request #817 from square/jwilson_0510_drop_dots Jesse Wilson 2014-05-10 11:15:01 -04:00
  • 9fcb67db2f Rename Request.Body to RequestBody and Response.Body to ResponseBody. Jesse Wilson 2014-05-10 08:26:44 -04:00
  • 0f41975148 Merge pull request #812 from square/adrian.no-fix Jesse Wilson 2014-05-08 12:25:33 -04:00
  • d614f05614 Remove FIXME from Huffman as it is good enough. Adrian Cole 2014-05-08 09:09:35 -07:00
  • 9d53ef16c8 Merge pull request #811 from square/adrian.streaming-huffman Jesse Wilson 2014-05-08 10:01:53 -04:00
  • a68b85f7ef Don't coerce HTTP/2 response headers to lowercase Adrian Cole 2014-05-07 22:36:06 -07:00
  • 4044d787c6 Connections doc. Jesse Wilson 2014-05-07 01:58:48 -04:00
  • 92621f5bce Merge pull request #809 from square/adrian.tidy-http2 Jesse Wilson 2014-05-07 00:13:55 -04:00
  • 8ad79965de Fix a couple masks and remove duplication in http2 test. Adrian Cole 2014-05-06 07:35:08 -07:00
  • 9d173b9f0d Merge pull request #806 from square/adrian.missed-http2-setting Jake Wharton 2014-05-05 22:21:16 -07:00
  • 8f49f0e014 Added missing setting for compressed data frames. Adrian Cole 2014-05-05 20:02:12 -07:00
  • 13ea4b1158 Merge pull request #808 from square/adrian.flake-flashlight Jake Wharton 2014-05-05 21:49:17 -07:00
  • 483fd3a396 Merge pull request #807 from square/adrian.flakey-tests Jake Wharton 2014-05-05 21:28:32 -07:00
  • ce424f32fa Add more context to SpdyConnectionTest.receiveGoAwayHttp2 so that next flake is easier to identify. Adrian Cole 2014-05-05 21:19:57 -07:00
  • 8fee1602bc fix #800: NPE on proxySelector.select Adrian Cole 2014-05-05 20:52:45 -07:00
  • 08c24f0582 Merge pull request #804 from square/jwilson_0505_redirected_in_auth Jake Wharton 2014-05-05 17:51:54 -07:00
  • ee2ed56c9a Track redirectedBy in HttpEngine. Jesse Wilson 2014-05-05 20:41:13 -04:00
  • d8c4da5d90 Merge pull request #801 from square/adrian.pushcallback-order Jesse Wilson 2014-05-05 11:36:29 -04:00
  • c85153e6a6 fix #768: Ensure Push Promise callbacks are processed in order. Adrian Cole 2014-05-04 21:43:51 -07:00
  • f63a8d7de0 Merge pull request #802 from square/adrian.force-cancel-order Jesse Wilson 2014-05-05 08:32:39 -04:00
  • 80cb022e49 fix #789: Reorder test to ensure call is canceled before its body is returned. Adrian Cole 2014-05-04 22:33:06 -07:00
  • 899fb43a55 Merge pull request #792 from square/adrian.http2-draft12 Jesse Wilson 2014-05-04 23:26:29 -04:00
  • cc38140be4 Added support for http/2 draft 12, which is incompatible with previous priority schemes. Adrian Cole 2014-05-03 16:50:51 -07:00
  • 069dda77b1 Update to Hpack Draft 07. Adrian Cole 2014-05-03 12:03:56 -07:00
  • 25b2a67ff5 Merge pull request #798 from square/jwilson_0504_no_default_cache Adrian Cole 2014-05-04 08:27:14 -07:00
  • c536a8db8d Don't honor the default java.net.ResponseCache. Jesse Wilson 2014-05-04 10:02:27 -04:00
  • cd7cd8ffed Merge pull request #794 from square/jwilson_0503_routedb Jesse Wilson 2014-05-04 09:35:08 -04:00
  • 0466edb4ad Hide route database. Jesse Wilson 2014-05-04 00:00:23 -04:00
  • cf17703158 Merge pull request #793 from square/jwilson_0503_copywithdefaults Jesse Wilson 2014-05-03 23:52:25 -04:00
  • f4c1b7b159 Merge pull request #783 from square/jwilson_0427_okio_timeouts_spdy Adrian Cole 2014-05-03 18:19:39 -07:00
  • 5ddcdf5482 Use Okio for timeouts in SPDY. Jesse Wilson 2014-04-27 22:39:18 -04:00
  • 73a0649953 Test copyWithDefaults. Jesse Wilson 2014-05-03 19:47:59 -04:00
  • 05562e064a Merge pull request #790 from square/jwilson_0430_hide_hide_hide Jesse Wilson 2014-04-30 22:20:04 -04:00
  • c26f9af048 Hide ConnectionPool.recycle and share. Jesse Wilson 2014-04-30 22:02:51 -04:00
  • 033cfcf366 Merge pull request #788 from square/jwilson_0430_hide_more_apis Jesse Wilson 2014-04-30 22:00:48 -04:00
  • 1044d9eea2 Hide more APIs with Internal.access. Jesse Wilson 2014-04-30 20:58:06 -04:00
  • 7e6e92de51 Merge pull request #786 from square/jwilson_0430_hide_implementation_details Jesse Wilson 2014-04-30 12:26:30 -04:00
  • 853b4e35f1 New approach to hiding implementation details. Jesse Wilson 2014-04-30 09:10:00 -04:00
  • 31f5b1dba5 Merge pull request #785 from square/jwilson_0428_rename_cache Jake Wharton 2014-04-28 20:30:43 -07:00
  • 329750f917 Rename HttpResponseCache to Cache. Jesse Wilson 2014-04-28 23:01:54 -04:00
  • c277c8926f Merge pull request #784 from square/jwilson_0428_cache_interfaces Jesse Wilson 2014-04-28 21:52:59 -04:00
  • 7e28b1d6b6 Change HttpResponseCache to not implement java.net.ResponseCache. Jesse Wilson 2014-04-28 21:01:46 -04:00
  • d1768cb499 Merge pull request #687 from square/adrian.death-to-npn Jesse Wilson 2014-04-28 13:19:54 -04:00
  • a5b7c3b2f3 Add ALPN support; Configure maven to use ALPN on OpenJDK 8. Adrian Cole 2014-04-28 09:35:04 -07:00
  • 743ae0cbba Merge pull request #781 from square/jwilson_0427_tiny_cleanups Jake Wharton 2014-04-27 12:57:54 -07:00
  • 58b71d915f Merge pull request #780 from square/jwilson_0427_rename_execute Adrian Cole 2014-04-27 10:30:23 -07:00
  • 654c0d22cd Merge pull request #779 from square/adrian.remove-npn-tagging Jesse Wilson 2014-04-27 13:02:46 -04:00
  • 770a1f954d Small cleanups. Jesse Wilson 2014-04-27 12:40:58 -04:00
  • b057ad2418 Rename execute to enqueue for async calls. Jesse Wilson 2014-04-27 12:18:52 -04:00
  • 022173a444 Don't suggest NPN will be used when it might be ALPN. Adrian Cole 2014-04-27 09:09:00 -07:00
  • fc9f0ed592 Merge pull request #777 from square/jwilson_0427_kill_pickport Adrian Cole 2014-04-27 08:16:51 -07:00
  • da7ef589e1 When we want a port, take it. Jesse Wilson 2014-04-27 10:58:20 -04:00
  • c7c1d2605a Merge pull request #773 from square/jw/forwarding Jesse Wilson 2014-04-27 10:19:25 -04:00
  • a1f0b4a41e Merge pull request #774 from square/jw/huc-stuff Jesse Wilson 2014-04-27 10:18:06 -04:00