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

Commit Graph

  • c908bfbcf6 Update cache tests to use JUnit rules. Break out HUC-specific test. Jake Wharton 2014-04-27 03:44:22 -07:00
  • 7f3d9b43b7 Drop redundant qualifier on already-imported constant. Jake Wharton 2014-04-27 02:52:10 -07:00
  • 550c5e3865 Use a ForwardingSource where possible. Jake Wharton 2014-04-27 01:16:32 -07:00
  • d32d452ecb Merge pull request #771 from square/adrian.okcurl-frames Jesse Wilson 2014-04-26 16:45:40 -04:00
  • e0c0e9d563 Merge pull request #770 from square/adrian.methods-spdy Jesse Wilson 2014-04-26 15:51:27 -04:00
  • bdf42b20e8 Add --frames arg to okcurl, which sends HTTP/2 frame metadata to STDERR. Adrian Cole 2014-04-26 11:12:43 -07:00
  • a76a1f93d3 Merge pull request #760 from square/jwilson_0424_more_followup Adrian Cole 2014-04-26 11:04:19 -07:00
  • b7542587b8 Move more behavior into HttpEngine.followUpRequest Jesse Wilson 2014-04-24 22:09:03 -04:00
  • 0ee2cc330a Ensure SPDY variants support zero-length DELETE, POST. Adrian Cole 2014-04-26 09:33:24 -07:00
  • fa842d11fc Merge pull request #769 from square/adrian.common-verbs Jesse Wilson 2014-04-26 12:22:50 -04:00
  • 520d9fc2bc Support common http verbs including zero length POST, DELETE. Adrian Cole 2014-04-26 08:11:19 -07:00
  • 04aee71eb5 Merge pull request #766 from square/adrian.dont-split-hairs Jesse Wilson 2014-04-25 22:31:18 -04:00
  • c3e8a5d326 Use IOE for canceled streams. Adrian Cole 2014-04-25 15:21:41 -07:00
  • 1873309de5 Merge pull request #765 from square/adrian.blockingcall-cancellationexception Adrian Cole 2014-04-25 15:04:48 -07:00
  • 38ea820a73 Throw CancellationException when blocking call cancelled as opposed to returning null. Adrian Cole 2014-04-25 14:30:32 -07:00
  • 499f402d05 Merge pull request #764 from square/adrian.callfusion Adrian Cole 2014-04-25 13:00:59 -07:00
  • 63d4dfaaa6 Merge Job into Call. CallTest = AsyncApiTest + SyncApiTest. Adrian Cole 2014-04-25 09:36:38 -07:00
  • 348062e8f4 Merge pull request #763 from square/jw/okio-8 Jesse Wilson 2014-04-25 13:10:56 -04:00
  • 7bfcaa60e2 Use more convenience methods from Okio 0.8.0. Jake Wharton 2014-04-25 09:20:16 -07:00
  • f4c83e8eb8 Merge pull request #755 from square/adrian.mwsrulez Adrian Cole 2014-04-25 08:18:51 -07:00
  • e19326c033 Add MockWebServerRule. Adrian Cole 2014-04-23 23:01:55 -07:00
  • 5ba274d14e Merge pull request #761 from square/adrian.callmeanytime Jesse Wilson 2014-04-25 09:49:26 -04:00
  • 0b677ac70d Introduce Call for async invocations. Adrian Cole 2014-04-24 21:12:54 -07:00
  • 142868f8e6 Merge pull request #758 from square/jw/close-on-exhaust Jake Wharton 2014-04-24 18:56:21 -07:00
  • 92e427d7c6 Close the source after reading regardless of result. Jake Wharton 2014-04-24 11:29:03 -07:00
  • 65a03787a9 Merge pull request #759 from nmittler/master Jesse Wilson 2014-04-24 19:48:02 -04:00
  • 786423c8c2 Making a few classes/interfaces within SPDY public so that the framing layer can be used for non-HTTP traffic. nmittler 2014-04-24 14:21:22 -07:00
  • 45db8bc42f Merge pull request #756 from square/jw/request-to-string Jesse Wilson 2014-04-24 14:31:01 -04:00
  • 1ad3b6d749 Simple toString on Request and Response. Jake Wharton 2014-04-23 23:35:13 -07:00
  • 7052d7691e Merge pull request #752 from square/jwilson_0423_post_retransmit Jesse Wilson 2014-04-24 01:23:54 -04:00
  • 5b6f64a462 Fix HTTP post retransmit in the new API. Jesse Wilson 2014-04-23 00:55:58 -04:00
  • 2199e99e9e Merge pull request #743 from square/adrian.cancel-with-disconnect Adrian Cole 2014-04-22 10:38:55 -07:00
  • 112dcc4090 Clarified behavior of AsyncApi when a request is canceled, including its implied disconnect. Adrian Cole 2014-04-21 15:43:44 -07:00
  • 4c929a6e37 Merge pull request #749 from square/jwilson_0421_followup Adrian Cole 2014-04-22 07:48:35 -07:00
  • 9146c579dd Deduplicate followup request handling. Jesse Wilson 2014-04-21 22:51:15 -04:00
  • 6dff9f5630 Merge pull request #748 from square/jwilson_0421_honor_setFollowSslRedirectsFalse Jake Wharton 2014-04-21 17:51:52 -07:00
  • 322438f8b0 Fix a bug where the new API wasn't honoring SSL redirects properly. Jesse Wilson 2014-04-21 20:22:42 -04:00
  • 68f1d74c49 Merge pull request #747 from square/jwilson_0421_method_output_test Adrian Cole 2014-04-21 16:23:12 -07:00
  • 2d47bc2631 Add a test for corner-case behavior. Jesse Wilson 2014-04-21 19:16:01 -04:00
  • 02ee75d038 Merge pull request #744 from square/jwilson_0421_restructure_authenticator Jesse Wilson 2014-04-21 12:06:39 -04:00
  • e920196fbd Change the authenticator API to take request and response. Jesse Wilson 2014-04-21 09:30:15 -04:00
  • f5111c2835 Merge pull request #742 from square/adrian.bump-npn Jesse Wilson 2014-04-20 14:02:30 -04:00
  • d5d540fac7 Update NPN dependency to target jdk7u60-b13 and Oracle jdk7u55-b13. Adrian Cole 2014-04-20 10:19:14 -07:00
  • 276908f532 Merge pull request #738 from square/jwilson_0420_kill_utility_code Marcelo Cortes 2014-04-20 12:36:20 -04:00
  • 28c5c0edcb Merge pull request #741 from square/jwilson_0420_timeouts_recycling Adrian Cole 2014-04-20 08:58:28 -07:00
  • b60875421b Update Okio timeouts when recycling connections. Jesse Wilson 2014-04-20 11:36:50 -04:00
  • 6e373d870e Move unshared code out of Util. Jesse Wilson 2014-04-20 09:42:44 -04:00
  • 452b44b084 Merge pull request #739 from square/jwilson_0420_kill_tunnelrequest Adrian Cole 2014-04-20 08:20:21 -07:00
  • da48493262 Replace TunnelRequest with a regular Request. Jesse Wilson 2014-04-20 10:10:28 -04:00
  • 8a9b9e7830 Merge pull request #733 from square/jw/unused Jesse Wilson 2014-04-20 09:19:30 -04:00
  • 1b340c0872 Merge pull request #737 from square/jw/snapshot-leak Jesse Wilson 2014-04-20 09:13:14 -04:00
  • 95e8ee043c Merge pull request #736 from square/jw/linkplain Jesse Wilson 2014-04-20 09:09:46 -04:00
  • 09bb8bcd0d Merge pull request #735 from square/jw/never-null Jesse Wilson 2014-04-20 09:09:21 -04:00
  • d964fde6f4 Merge pull request #734 from square/jw/huc Jesse Wilson 2014-04-20 09:08:19 -04:00
  • c51382a430 Prevent leaking a Snapshot's InputStreams when metadata read fails. Jake Wharton 2014-04-20 00:58:21 -07:00
  • a9b4ec6bb7 Use linkplain for text links. Jake Wharton 2014-04-20 00:23:58 -07:00
  • 986fa83423 Authenticator is never null. Jake Wharton 2014-04-20 00:19:23 -07:00
  • 996e9c95bd Move HttpUrlConnection implementation to its own package. Jake Wharton 2014-04-19 23:53:57 -07:00
  • aca1ff99af Remove unused field. Jake Wharton 2014-04-19 23:22:37 -07:00
  • 6486179b9d Merge pull request #732 from square/jwilson_0419_deadcode Jake Wharton 2014-04-19 18:19:38 -07:00
  • 96099a6ad3 Merge pull request #731 from square/jwilson_0419_tls_versions Jake Wharton 2014-04-19 18:18:26 -07:00
  • 09e734c812 Delete some dead code. Jesse Wilson 2014-04-19 20:37:32 -04:00
  • 9db4b86e75 Use a String to identify TLS versions. Jesse Wilson 2014-04-19 20:03:36 -04:00
  • 23774087db Merge pull request #723 from square/adrian.frame-logger Adrian Cole 2014-04-19 14:43:01 -07:00
  • ad1286a09b Add frame logger for HTTP/2. Adrian Cole 2014-04-18 21:05:52 -07:00
  • d662768313 Merge pull request #730 from square/jwilson_0419_status_line_is_not_a_thing Adrian Cole 2014-04-19 12:34:57 -07:00
  • 307c7a144a Scrub StatusLine from the public API. Jesse Wilson 2014-04-19 15:26:08 -04:00
  • 326a4b565f Merge pull request #729 from square/jwilson_0419_kill_httpMinorVersion Adrian Cole 2014-04-19 11:59:33 -07:00
  • 9546527a1c Kill httpMinorVersion. Jesse Wilson 2014-04-19 14:29:27 -04:00
  • 1c60fe6636 Merge pull request #728 from square/jwilson_0419_http_10 Jesse Wilson 2014-04-19 14:21:03 -04:00
  • fa42933c78 Expose HTTP/1.0 as a potential protocol. Jesse Wilson 2014-04-19 13:48:13 -04:00
  • 23a25e49c4 Merge pull request #727 from square/jwilson_0419_http_1_1_docs Adrian Cole 2014-04-19 10:00:54 -07:00
  • 8f9e50686d Document protocols and link to their specs. Jesse Wilson 2014-04-19 12:54:57 -04:00
  • c4366c6581 Merge pull request #726 from square/jwilson_0419_http_1_1 Adrian Cole 2014-04-19 09:49:13 -07:00
  • e9b5bf2a1d Rename HTTP_11 to HTTP_1_1. Jesse Wilson 2014-04-19 12:23:48 -04:00
  • 1c7ab54e6a Merge pull request #724 from square/jw/more-okio Jesse Wilson 2014-04-19 09:04:54 -04:00
  • 617641d7d7 Update Response bytes() to use Okio. Jake Wharton 2014-04-19 03:28:29 -07:00
  • d68fc05bd2 Merge pull request #722 from square/jwilson_0418_even_more_protocol Jake Wharton 2014-04-18 20:07:20 -07:00
  • e76f8f651d Use 'Protocol' to describe framing. Jesse Wilson 2014-04-18 22:51:36 -04:00
  • 6c86d9ad80 Merge pull request #721 from square/jwilson_0418_fewer_protocols_apis Jake Wharton 2014-04-18 18:39:50 -07:00
  • 2d3bdd9d92 Fewer public APIs for Protocol identification. Jesse Wilson 2014-04-18 21:30:03 -04:00
  • c48a646267 Merge pull request #720 from square/allocation-extermination Jake Wharton 2014-04-18 17:57:01 -07:00
  • 76fbd892db Merge pull request #719 from square/jwilson_0418_protocol_tostring Jake Wharton 2014-04-18 17:53:20 -07:00
  • 58717fdc44 Remove all implicit StringBuilder allocations in disk cache. Dimitris+Jake 2014-04-18 17:41:13 -07:00
  • ab4927b857 Hide Protocol's internal byte string. Jesse Wilson 2014-04-18 20:46:54 -04:00
  • 17840eda56 Merge pull request #718 from square/jwilson_0418_use_file_helpers Jake Wharton 2014-04-18 15:06:02 -07:00
  • 411a338105 Use File helpers in Okio. Jesse Wilson 2014-04-18 17:29:35 -04:00
  • 80cac1916c Merge pull request #716 from square/jwilson_0418_write_timeouts_for_http11 Jesse Wilson 2014-04-18 17:20:55 -04:00
  • 41aa4b6805 Implement write timeouts for HTTP/1.1 streams. Jesse Wilson 2014-04-18 17:06:10 -04:00
  • 8fe12e106e Merge pull request #715 from square/jwilson_0418_remove_workaround Adrian Cole 2014-04-18 15:09:19 -04:00
  • 9549fb4455 Remove workaround for clients.google.com misconfiguration. Jesse Wilson 2014-04-18 15:00:59 -04:00
  • a867db6457 Merge pull request #714 from square/jwilson_0418_rename_maybeRemove Jake Wharton 2014-04-18 11:56:25 -07:00
  • 8e9d8f6fbf Change the signature of OkResponseCache.maybeRemove. Jesse Wilson 2014-04-18 14:39:19 -04:00
  • cdc7a33c3c Merge pull request #713 from square/jwilson_0418_vary_ii Jesse Wilson 2014-04-18 14:15:48 -04:00
  • c676ee28ef Move awkward bulk-read method out of Headers. Jesse Wilson 2014-04-18 14:08:56 -04:00
  • 3956f67ac7 Merge pull request #712 from square/jwilson_0418_reader_close Marcelo Cortes 2014-04-18 12:04:19 -04:00
  • 0c1e1ce724 Merge pull request #711 from square/jwilson_0417_vary Marcelo Cortes 2014-04-18 12:01:48 -04:00
  • 889bc764a5 Let the reader thread clean up after itself. Jesse Wilson 2014-04-18 11:58:54 -04:00
  • 9babb8d8e5 Move Vary headers and Last-Modified out of the public API. Jesse Wilson 2014-04-18 09:16:10 -04:00
  • 6597405511 Merge pull request #710 from square/jwilson_0417_tidy Jake Wharton 2014-04-17 22:11:16 -07:00