Commit Graph

  • d1eec03a51 test(client): remove warning about disabled tests Sean McArthur 2019-09-11 14:55:14 -07:00
  • 7ca6612457 test(h1): re-enable h1 decoder tests Sean McArthur 2019-09-11 14:49:14 -07:00
  • 2f29bfe526 test(h1): re-enable h1 dispatch tests Sean McArthur 2019-09-11 13:56:14 -07:00
  • 206c537cb8 test(rewind): re-enable common::io::Rewind tests Sean McArthur 2019-09-11 12:38:14 -07:00
  • 78b2b6293f test(drain): re-enable drain tests Sean McArthur 2019-09-11 11:31:02 -07:00
  • 770994719b chore(server): stop using deprecated method internally Sean McArthur 2019-09-11 11:00:48 -07:00
  • 7fd2d51023 chore(dependencies): update pin-project to 0.4.0-alpha.11 Jon Gjengset 2019-09-11 13:13:37 -04:00
  • bba5ce1d30 chore(dependencies): update pin-project to 0.4.0-alpha.10 Jon Gjengset 2019-09-11 11:23:16 -04:00
  • a23e781524 refactor(examples): remove lifetime workaround in send_file example memoryruins 2019-09-11 10:54:29 -04:00
  • 4d79c97bf4 Upgrade some lib tests to async/.await version (#1882) Weihang Lo 2019-09-07 00:54:11 +08:00
  • e6a086de93 feat(body): put Stream impl for Body behind stream feature Sean McArthur 2019-09-05 14:46:12 -07:00
  • 52199ec4d4 feat(server): introduce Accept trait Sean McArthur 2019-09-05 10:54:50 -07:00
  • d18afc13f7 fix(client): allow client GET requests with explicit body headers Sean McArthur 2019-09-04 14:32:06 -07:00
  • 8c53c21a1e chore(dependencies): update pin-project to 0.4.0-alpha.9 Taiki Endo 2019-09-05 06:45:35 +09:00
  • 4ace09585c v0.13.0-alpha.1 Sean McArthur 2019-09-04 11:16:49 -07:00
  • 8bcdace2b8 refactor(lib): Use pin-project crate to perform pin projections Aaron Hill 2019-08-22 23:06:12 -04:00
  • 5001444e13 style(server): remove FutureExt::boxed to unify project style Atkins 2019-09-03 20:41:36 +08:00
  • 19db3c59da style(common): remove FutureExt::boxed to unify project style Atkins 2019-09-03 20:38:43 +08:00
  • 0d33bba202 chore(ci): re-enable running of tests in CI Sean McArthur 2019-08-30 16:49:45 -07:00
  • c86f1a2881 perf(body): re-enable optimization for full-data Bodies Sean McArthur 2019-08-30 16:44:10 -07:00
  • e5d20fb63c wip: body typeid full data Sean McArthur 2019-08-29 10:02:47 -07:00
  • 8d2eaec1aa feat(body): change Sender::send_data to an async fn. Sean McArthur 2019-08-30 14:50:37 -07:00
  • b14d12c4f4 docs(examples): add more comments to hello server example Sean McArthur 2019-08-30 14:38:22 -07:00
  • c344321710 feat(client): provide tower::Service support for clients (#1915) Lucio Franco 2019-08-30 15:54:22 -04:00
  • 28c1534e4c docs(client): Remove comment that had grown out of date (#1918) Alex Gaynor 2019-08-30 14:14:56 -04:00
  • f2233532c3 feat(client): change GaiResolver to use a global blocking threadpool Sean McArthur 2019-08-29 13:38:22 -07:00
  • 9541e2e328 refactor(tests): update to newest tokio-timer Sean McArthur 2019-08-29 13:50:55 -07:00
  • 696439ebaa refactor(lib): update to tokio alpha.4 Sean McArthur 2019-08-29 10:42:29 -07:00
  • 10ad0841bc refactor(dns): migrate deprecated trim_{left,right} -> trim_{start,end} Daniel Johnson 2019-08-29 11:12:56 -07:00
  • 052593b885 chore(dependencies): pin alphas to specific versions Sean McArthur 2019-08-29 10:43:29 -07:00
  • f20c589662 feat(body): Update Payload to be a trait alias of http_body::Body (#1908) Lucio Franco 2019-08-22 14:13:27 -07:00
  • 801451e9bf refactor(lib): fix remaining lint warnings (besides tests) Sean McArthur 2019-08-22 13:57:50 -07:00
  • a804647b29 refactor(lib): fix many lint warnings Sean McArthur 2019-08-21 11:58:02 -07:00
  • 0451093a76 style(lib): use rust 2018 edition idioms (#1910) lzutao 2019-08-22 01:22:07 +07:00
  • e33cb06eda chore(lib): remove async_await feature gate (#1909) lzutao 2019-08-22 01:09:14 +07:00
  • 86b29fe93d fix(server): change Builder window size methods to be by-value Sean McArthur 2019-08-20 17:45:01 -07:00
  • ffbd960eae chore(dependencies): update h2's trailer signature Sean McArthur 2019-08-20 17:34:36 -07:00
  • 596ee63a14 chore(dependencies): update to newer h2 Sean McArthur 2019-08-20 16:24:34 -07:00
  • 21720bd231 chore(dependencies): update to want 0.3 Sean McArthur 2019-08-20 12:02:05 -07:00
  • 637d4d43af feat(service): use tower_service::Service for hyper::service Lucio Franco 2019-08-20 15:01:06 -04:00
  • f6491fcf66 chore(tests): fixup re-enabled tests Sean McArthur 2019-08-19 17:55:37 -07:00
  • 61e5b1f391 test(client): Uncomment failing tests and make them #[ignore]d. Jakub Wieczorek 2019-07-27 16:10:02 +00:00
  • 839657c8fd test(server): Update and re-enable the tests/server.rs test Jakub Wieczorek 2019-07-27 15:29:40 +00:00
  • f87e3aa17e chore(body): fix missing SizeHint import Sean McArthur 2019-08-19 16:34:37 -07:00
  • 46a510ea7d chore(dependencies): update to futures alpha 18 Sean McArthur 2019-08-19 16:30:13 -07:00
  • 3fc8b6f305 refactor(client): restore handshake to by-ref Sean McArthur 2019-08-19 16:10:57 -07:00
  • bcfa586fb9 refactor(http2): re-enable http2 client and server support Sean McArthur 2019-08-19 14:03:05 -07:00
  • 8c07e9c073 chore(dependencies): Upgrade tokio Douman 2019-08-18 14:16:25 +02:00
  • 88328d31a8 chore(dependencies): Bump spmc, since 0.2 was yanked Alex Gaynor 2019-08-17 14:35:22 -04:00
  • 87d24e6986 fix(client): impl<T: Connect> Connect for Box<T> (#1889) Kyle Huey 2019-08-14 14:10:40 -07:00
  • c9767b53da chore(dependencies): update tokio to v0.2.0-alpha.1 Alex Gaynor 2019-08-14 14:56:52 -04:00
  • a6796d071d refactor(server): work around deprecation of poll_accept method in tokio (#1890) Yotam Ofek 2019-08-14 21:46:49 +03:00
  • d046d900ff test(body): remove concat test for Body Sean McArthur 2019-07-23 11:07:06 -07:00
  • bdb46cd724 test(client): fix background thread panics Sean McArthur 2019-07-23 11:03:04 -07:00
  • 1279d46da0 test(end_to_end): ignore unimplemented h2 benchmarks Weihang Lo 2019-07-24 01:30:16 +08:00
  • 3002cbccbf test(benches): update end to end benchmark to async/await Weihang Lo 2019-07-21 08:01:29 +08:00
  • a770ace822 test(benches): uncomment deny warning attr Weihang Lo 2019-07-18 04:46:42 +08:00
  • 50ecc62c14 test(client): Re-enable the tests/client.rs test Jakub Wieczorek 2019-07-22 23:57:14 +00:00
  • 5ba5c917a0 refactor(rt): remove re-export of tokio::main (#1879) Daiki Mizukami 2019-07-23 02:06:36 +09:00
  • 5ebdeba384 chore(client): re-enable client's custom executor config Sean McArthur 2019-07-19 14:18:10 -07:00
  • 04cfd128c3 chore(dependencies): Upgrade futures version (#1877) Gurwinder Singh 2019-07-18 23:41:49 +05:30
  • 183770bc06 test(benches): update server benchmark to async/await Weihang Lo 2019-07-17 06:54:41 +08:00
  • 950f610df1 test(benches): update pipeline benchmark to async/await Weihang Lo 2019-07-16 22:55:38 +08:00
  • fbd533e71d test(examples): uncomment re-enabled examples Weihang Lo 2019-07-17 07:10:51 +08:00
  • 1b7ccecbc0 test(h1): re-enable the proto::h1::io tests Sean McArthur 2019-07-16 14:03:01 -07:00
  • 4a7a40aac7 docs(examples): formatting and refactoring Weihang Lo 2019-07-16 09:17:26 +08:00
  • 5d7ad841f1 docs(examples): move web_api to examples folder Weihang Lo 2019-07-16 09:10:32 +08:00
  • db95489ee0 docs(examples): fix web_api shared client lifetime issue Weihang Lo 2019-07-16 09:09:36 +08:00
  • 9e8a71fc15 docs(examples): update send_file example to async/await Weihang Lo 2019-07-16 06:26:15 +08:00
  • 52ca43bd0c docs(examples): Update web_api example to use async await messense 2019-07-12 14:21:34 +08:00
  • b1bbede179 docs(examples): update upgrade example to async/await Weihang Lo 2019-07-15 09:40:30 +08:00
  • 111a8a0eb0 docs(examples): update single_threaded example to async/await Weihang Lo 2019-07-15 07:31:48 +08:00
  • e58ad1e022 docs(examples): update state example to async/await Weihang Lo 2019-07-15 06:57:38 +08:00
  • 31406cef0f docs(examples): update proxy example to async/await Weihang Lo 2019-07-15 00:51:09 +08:00
  • 645625f279 docs(client): doc tests to async/await Weihang Lo 2019-07-13 16:42:42 +08:00
  • 4270c4c6d8 docs(client): HttpInfo doc test to async/await Weihang Lo 2019-07-13 15:34:08 +08:00
  • 56937cd387 docs(client): send_request doc test to async/await Weihang Lo 2019-07-13 15:33:20 +08:00
  • b5ac9d5d1d docs(service): service_fn doc test to async/await Weihang Lo 2019-07-13 08:29:01 +08:00
  • 462e8f4cc7 docs(service): make_service_fn doc test to async/await Weihang Lo 2019-07-13 08:21:50 +08:00
  • be10c466f3 docs(body): wrap_stream using futures_util Weihang Lo 2019-07-13 19:10:31 +08:00
  • 35887e9c29 docs(server): serve_connection doc test to async/await Weihang Lo 2019-07-13 18:40:09 +08:00
  • 7821b4ad37 docs(server): update `with_graceful_shutdown doc test Weihang Lo 2019-07-13 18:26:11 +08:00
  • 7916ea7857 docs(server): doc test to async/await Weihang Lo 2019-07-13 17:56:34 +08:00
  • fad66f1b07 docs(server): doc test of Builder to async future Weihang Lo 2019-07-13 17:47:14 +08:00
  • a80f7f5ee8 chore(lib): individually disable tests and examples that aren't updated Sean McArthur 2019-07-12 13:29:57 -07:00
  • 871ed05ff1 docs(examples): Update params example to use async await messense 2019-07-12 16:11:23 +08:00
  • ea375902c6 docs(examples): Update multi_server example to use async await messense 2019-07-12 15:40:14 +08:00
  • adbf0d93e1 docs(examples): update echo example to use async/await Fuyang Liu 2019-07-12 19:39:08 +02:00
  • 58aa48fbb9 docs(examples): Update client_json example to use async await messense 2019-07-12 14:17:06 +08:00
  • 10c8d5c1fe chore(dependencies): disable serde while it has nightly errors Sean McArthur 2019-07-11 11:42:04 -07:00
  • 4afdfc9cab feat(body): require Sync when wrapping a dynamic Stream Sean McArthur 2019-07-10 16:41:44 -07:00
  • 203388efbb refactor(client): use a tokio-threadpool for the GaiResolver Sean McArthur 2019-07-10 15:58:08 -07:00
  • 29d808d372 docs(examples): update client example to use rt::main Sean McArthur 2019-07-10 15:57:33 -07:00
  • c6d2ca8a4f chore(body): re-enable Body::wrap_stream Sean McArthur 2019-07-10 14:17:36 -07:00
  • 6d5783878b feat(rt): export hyper::rt::main attribute macro Sean McArthur 2019-07-10 14:12:21 -07:00
  • e3dba9bac8 refactor(lib): remove build script detecting rust >= 1.34 Sean McArthur 2019-07-10 10:23:48 -07:00
  • 1829c89a18 chore(dependencies): remove tokio-executor from runtime feature Sean McArthur 2019-07-10 10:16:35 -07:00
  • d9fbfae6a1 docs(examples): Update the example hello (#1852) Fuyang Liu 2019-07-10 18:43:56 +02:00
  • d1cdf89c43 feat(lib): update to std::future::Future Sean McArthur 2019-07-09 15:37:43 -07:00
  • 2e89bb7fb7 refactor(lib): update to 2018 edition Sean McArthur 2019-07-09 14:50:51 -07:00