Commit Graph

  • 1354946460 remove pin-project; update Unpin consrtaint Nikolay Kim 2019-11-18 18:28:54 +0600
  • 7404d82a9b use concrete types Nikolay Kim 2019-11-18 14:30:04 +0600
  • c1cdc9908a update deps and fix definitions Nikolay Kim 2019-11-15 16:06:44 +0600
  • be7904fd57
    Fix code style (#65) Yuki Okushi 2019-11-15 00:28:29 +0900
  • 97fe358927 Remove redundant lifetime Yuki Okushi 2019-11-15 00:11:46 +0900
  • 2af0dfd7f8 cargo fmt Yuki Okushi 2019-11-14 22:12:54 +0900
  • ad1e583785 Fix clippy warnings Yuki Okushi 2019-11-14 22:12:27 +0900
  • 13049b80ca
    Migrate actix-net to std::future (#64) Nikolay Kim 2019-11-14 18:38:24 +0600
  • 7ba0513579
    Merge branch 'master' into std-future Nikolay Kim 2019-11-14 18:23:28 +0600
  • 617377c5c1 update readme Nikolay Kim 2019-11-14 18:19:02 +0600
  • ab22dcea68 restore service tests Nikolay Kim 2019-11-14 18:17:10 +0600
  • e95f754817 update ssl connect tests Nikolay Kim 2019-11-14 17:46:10 +0600
  • 9fa2a36b4e prepare actix-rt release rt-0.2.6 Nikolay Kim 2019-11-14 17:33:28 +0600
  • 7b7b9a600c store the thread's handle with arbiter (#62) Ivan Ladelshchikov 2019-11-14 15:31:12 +0400
  • f895c7d186 migratte openssl and rustls connecttors Nikolay Kim 2019-11-14 17:29:05 +0600
  • b6f9a78011 migrate server rustls support Nikolay Kim 2019-11-14 15:23:06 +0600
  • ed83360605 fix boxed service Nikolay Kim 2019-11-14 15:13:41 +0600
  • ed5023128b store the thread's handle with arbiter (#60) Ivan Ladelshchikov 2019-11-14 13:07:33 +0400
  • d530094920 update version to alpha.1 Nikolay Kim 2019-11-14 15:07:04 +0600
  • 5271ba5ebd migrate actix-ioframe to std::future Nikolay Kim 2019-11-14 14:55:48 +0600
  • 38ff261d86 store the thread's handle with arbiter Ivan Ladelshchikov 2019-11-12 15:46:05 +0400
  • 2559620724 store the thread's handle with arbiter Ivan Ladelshchikov 2019-11-12 15:46:05 +0400
  • a87591769c migrate actix-connect to std::future Nikolay Kim 2019-11-14 10:53:59 +0600
  • b12b3b12a9 update openssl impl Nikolay Kim 2019-11-14 05:37:58 +0600
  • 210f183aa0 Merge branch 'std-future' of github.com:actix/actix-net into std-future Nikolay Kim 2019-11-14 05:16:06 +0600
  • 4a790088d6 Migrate actix-server::ssl::nativetls to std futures (#61) Kai Ren 2019-11-14 01:07:47 +0200
  • a326878d95 remove IntoTransform trait Nikolay Kim 2019-11-14 05:00:23 +0600
  • eb07b5477b update actix-utils Nikolay Kim 2019-11-14 04:55:23 +0600
  • c2679a280c
    Bikeshed features names and remove unnecessary dependencies for 'actix-server-config' crate tyranron 2019-11-12 22:58:09 +0200
  • cb052679ab
    Switch NativeTlsAcceptor to use 'tokio-tls' crate tyranron 2019-11-12 22:36:30 +0200
  • f2502c8a6c
    Merge branch 'std-future-server-config' into std-future-server-ssl tyranron 2019-11-12 19:53:35 +0200
  • 80aee0d531
    Migrate 'actix-server-config' to std futures tyranron 2019-11-12 19:53:26 +0200
  • e2efd927b7
    Refactor 'nativetls' module tyranron 2019-11-12 19:00:37 +0200
  • 0be859d440 start server worker in start mehtod Nikolay Kim 2019-11-12 11:44:30 +0600
  • 4c1cefefe6 rename Factor to ServiceFactory Nikolay Kim 2019-11-12 11:09:19 +0600
  • 8e882f0c37 update actix-server Nikolay Kim 2019-11-12 10:53:28 +0600
  • 46382a922a Migrate actix-server to std::future (#50) Michal Hornický 2019-11-12 00:37:04 +0100
  • 9e91022f76
    Merge branch 'master' into std-future-server Nikolay Kim 2019-11-12 05:35:43 +0600
  • ae40042ea7 drop IntoFuture trait Nikolay Kim 2019-11-11 13:35:35 +0600
  • 68e00ec18c refactor naming Nikolay Kim 2019-11-11 11:44:06 +0600
  • daaae9d2f0 update travis config Nikolay Kim 2019-11-11 02:48:44 +0600
  • 5a4ce470f9 disable tests Nikolay Kim 2019-11-11 02:44:53 +0600
  • c5e8764508 remove Pin from Service::poll_ready(); simplify combinators api; make code compile Nikolay Kim 2019-11-11 01:09:05 +0600
  • eba19a2da3 Migrate actix-rt to std::future (#47) Michal Hornický 2019-11-10 18:51:19 +0100
  • 67ca79af4b
    Merge branch 'std-future' into std-future-rt Nikolay Kim 2019-11-10 23:51:07 +0600
  • 05ae2585f3 Migrate actix-threadpool to std::future (#59) Kai Ren 2019-11-10 19:43:02 +0200
  • bfbf8d14e9
    Revert patching and fix 'actix-rt' tyranron 2019-11-10 18:41:58 +0200
  • 036d55bdf7
    Disable patching 'actix-threadpool' crate in global workspace as unnecessary tyranron 2019-11-10 18:02:51 +0200
  • c4b34d7744
    Bump up crate version to 0.2.0 and pre-fill its changelog tyranron 2019-11-10 18:02:05 +0200
  • 7d58446cb7
    Cosmetic refactor tyranron 2019-11-10 18:01:27 +0200
  • 5790da2d8e
    Merge branch 'std-future' into std-future-threadpool tyranron 2019-11-10 17:24:51 +0200
  • 8c09b1e7ae
    Merge pull request #58 from actix/std-future-service Christian Battaglia 2019-11-07 18:39:16 -0500
  • 172b35fae5 update futures-rs and tokio Christian Battaglia 2019-11-07 18:38:05 -0500
  • 7528e7f1cb Migrate actix-service to std::future, Michal Hornický 2019-10-01 09:54:02 +0200
  • e7631f76f2 update to latest tokio alpha and futures-rs Christian Battaglia 2019-11-07 17:49:54 -0500
  • 43c04fc041 Merge remote-tracking branch 'semtexzv/master' into std-future Christian Battaglia 2019-11-07 17:48:14 -0500
  • 2e8c2c7733 Re-register task on every future poll utils-v0.4.7 Nikolay Kim 2019-10-14 17:55:52 +0600
  • 115e82329f fix arbiter thread panic message Nikolay Kim 2019-10-14 11:19:08 +0600
  • 0b0060fe47 update deps testing-v0.2.0 Nikolay Kim 2019-10-14 10:37:48 +0600
  • 35e32d8e55 prepare actix-testing release Nikolay Kim 2019-10-14 10:30:27 +0600
  • 9982a9498d register current task in counters available method. utils-v0.4.6 Nikolay Kim 2019-10-08 15:02:43 +0600
  • fa72975f34 extra trace logging Nikolay Kim 2019-10-08 14:46:22 +0600
  • fe5de2510d
    Merge pull request #56 from actix/fix-52 Sven-Hendrik Haase 2019-10-04 13:48:20 +0200
  • e3155957a8
    Prepare actix-server release (#55) server-v0.7.0 Yuki Okushi 2019-10-04 17:36:23 +0900
  • 50d7ccbc5f Prepare actix-server release Yuki Okushi 2019-10-04 06:15:47 +0900
  • f6f9e1fcdb Add an error message if we receive a non-hostname-based dest Sven-Hendrik Haase 2019-10-04 07:30:13 +0200
  • 2667850d60 Prepare actix-server-config release (#54) server-config-v0.2.0 Yuki Okushi 2019-10-04 09:13:33 +0900
  • 33ccb8b128 Bump up actix-server-config to 0.2.0 Yuki Okushi 2019-10-04 07:02:27 +0900
  • d45b6655f5 Prepare actix-server-config release Yuki Okushi 2019-10-04 06:14:10 +0900
  • fba2002702
    Prepare actix-connect release (#53) connect-v0.3.0 Yuki Okushi 2019-10-04 06:21:59 +0900
  • 4ea34655bc Prepare actix-connect release Yuki Okushi 2019-10-04 06:11:51 +0900
  • e733c562d9 Update rustls, tokio-rustls and webpki across the board (#42) Jerome Gravel-Niquet 2019-10-03 14:32:32 -0400
  • 8f05986a9f
    Use `map()` instead of `and_then()` (#51) Yuki Okushi 2019-10-03 14:55:44 +0900
  • f5da3a7006 Use `map()` instead of `and_then()` Yuki Okushi 2019-10-02 07:42:48 +0900
  • b410a5e7a1 Migrate actix-threadpool to std::future Michal Hornický 2019-09-14 12:38:14 +0200
  • a36f7f4ca8 Migrate actix-rt to std::future Michal Hornický 2019-10-01 15:02:12 +0200
  • f3ce89f95a Migrate actix-server to std::future Michal Hornický 2019-10-01 15:00:33 +0200
  • b957640618 Migrate actix-service to std::future, Michal Hornický 2019-10-01 09:54:02 +0200
  • f42cba3bdc Migrate actix-codec to std::future Michal Hornický 2019-09-14 22:07:07 +0200
  • ce02f25f4d updated readme and changelogs to reflect changes and minimum required rust version Jerome Gravel-Niquet 2019-09-28 11:10:23 -0400
  • 64f0421ed6 bump minimum rust version to 1.37 Jerome Gravel-Niquet 2019-09-28 10:39:08 -0400
  • 551aab974a merged Jerome Gravel-Niquet 2019-09-27 11:09:49 -0400
  • aa9bbe2114 prepare actix-ioframe release ioframe-v0.1.0 Nikolay Kim 2019-09-25 10:47:06 +0600
  • 4837a901e2 prepare actix-server release server-v0.6.1 Nikolay Kim 2019-09-25 10:35:15 +0600
  • a02ff17cb1 remove actix-tower from workspace Nikolay Kim 2019-09-25 10:11:17 +0600
  • dbf566928c drop tower intergration Nikolay Kim 2019-09-25 10:01:08 +0600
  • ca982b2467 update workspace deps for tests Nikolay Kim 2019-09-25 10:00:54 +0600
  • c859d13e3b use actix-testing instead of test server Nikolay Kim 2019-09-25 09:51:28 +0600
  • 41e49e8093 update changes testing-v0.1.0 Nikolay Kim 2019-09-25 09:32:33 +0600
  • 715a770d7a deprecate test server Nikolay Kim 2019-09-25 09:31:52 +0600
  • 5469d8c910 prep actix-testing release Nikolay Kim 2019-09-25 09:26:12 +0600
  • 8be5f773f4 add actix-testing crate Nikolay Kim 2019-09-17 16:04:20 +0600
  • b686b4c34e Feature uds: Add listen_uds to ServerBuilder (#43) karlri 2019-09-16 07:07:46 +0200
  • a844941b9f Migrate actix-codec, actix-rt, and actix-threadpool to std::future Michal Hornický 2019-09-13 15:45:52 +0200
  • 808f185a89 Feature uds: Add listen_uds to ServerBuilder Karl Rikte 2019-09-12 09:06:26 +0200
  • 25b2529396 Update rustls, tokio-rustls and webpki across the board Jerome Gravel-Niquet 2019-09-09 08:45:04 -0400
  • 34a7b7f05a add TcpStreamService connect-v0.2.5 Nikolay Kim 2019-09-05 16:34:48 -0700
  • b1d9b06a87 Use arbiters storage for default async resolver connect-v0.2.4 Nikolay Kim 2019-09-02 15:15:55 -0700
  • 94e673b50b Add arbiter specific storage rt-0.2.5 Nikolay Kim 2019-09-02 15:03:03 -0700
  • 1a644c6bb1 Check service readiness for new_apply_cfg combinator service-v0.4.2 Nikolay Kim 2019-08-27 05:28:15 +0600