Commit Graph

  • 631cb86947 refactor framed and stream dispatchers Nikolay Kim 2019-12-11 12:42:07 +0600
  • 2e5e69c9ba Simplify oneshot and mpsc implementations Nikolay Kim 2019-12-11 11:28:09 +0600
  • e315cf2893 prep actix-rt release; update deps rt-1.0.0 Nikolay Kim 2019-12-11 10:34:50 +0600
  • 13fd615966 actix-macros release Nikolay Kim 2019-12-11 10:32:01 +0600
  • c094f84b85 prepare actix-service release service-v1.0.0 Nikolay Kim 2019-12-11 10:29:34 +0600
  • 25012d290a update actix-codec dependencies Nikolay Kim 2019-12-11 10:23:01 +0600
  • 32202188cc prepare actix-codec release codec-0.2.0 Nikolay Kim 2019-12-11 10:18:11 +0600
  • bf734a31dc update docs Nikolay Kim 2019-12-10 21:34:51 +0600
  • d29e7c4ba6 Merge branch 'master' of github.com:actix/actix-net Nikolay Kim 2019-12-10 21:14:18 +0600
  • 7163e2c2a2 update doc strings Nikolay Kim 2019-12-10 21:11:39 +0600
  • 1d810b4561 re-export AlpnError Nikolay Kim 2019-12-10 12:15:27 +0600
  • 0913badd61 Macro improvements. (#74) daxpedda 2019-12-10 03:47:35 +0100
  • 8b3062cd6e Fix buffer remaining capacity calcualtion Nikolay Kim 2019-12-09 21:50:36 +0600
  • cd6007d483
    Fix usage in `fn main`. daxpedda 2019-12-09 12:08:38 +0100
  • d7800612a5
    Macro improvements. daxpedda 2019-12-09 11:51:45 +0100
  • 35218a4df1 add Clone impl for Apply service Nikolay Kim 2019-12-09 14:07:20 +0600
  • d47f1fb730 prepare actix-service release Nikolay Kim 2019-12-08 19:49:35 +0600
  • 1ad0bbfb7f rename fn service helpers Nikolay Kim 2019-12-08 19:05:05 +0600
  • c38a25f102 fix hash impl Nikolay Kim 2019-12-07 11:51:47 +0600
  • 110457477a update changes router-v0.2.0 Nikolay Kim 2019-12-07 11:04:53 +0600
  • a899b1e04d bump actix-ioframe version bytestring-0.1.0 async-await-alpha.3 Nikolay Kim 2019-12-07 10:55:54 +0600
  • 393cf1ab25 add unsafe from_bytes_unchecked Nikolay Kim 2019-12-07 10:48:22 +0600
  • 40fbbb9c32 fix crate name Nikolay Kim 2019-12-07 10:39:33 +0600
  • 99fef4f06b add helper conversions Nikolay Kim 2019-12-07 10:22:08 +0600
  • fc0825fcdd update tokio to 0.2.4 Nikolay Kim 2019-12-07 10:15:26 +0600
  • 6c00ab8296 add string crate Nikolay Kim 2019-12-07 09:59:39 +0600
  • cbdbc05dbd update tokio verion and prep alpha3 release Nikolay Kim 2019-12-07 09:57:43 +0600
  • 5674840c01 Stop running tests for all features (#73) Yuki Okushi 2019-12-07 11:54:58 +0900
  • f970efed10 Stop running tests for all features Yuki Okushi 2019-12-06 16:01:59 +0900
  • 6f07c9d72a update trust-dns Nikolay Kim 2019-12-06 14:08:11 +0600
  • fa48ddcfa1 fix non unix signals support Nikolay Kim 2019-12-06 14:06:14 +0600
  • f89a992daf eager drop in then, and_then, and_then_apply_fn (#72) Max Gortman 2019-12-05 20:34:44 -0800
  • e670a32ff3 inclide stream feature Nikolay Kim 2019-12-06 01:34:13 +0600
  • 2190157aff eager drop in then, and_then, and_then_apply_fn Max Gortman 2019-12-05 10:58:21 -0800
  • 021c742d22 use string crate from master Nikolay Kim 2019-12-06 00:10:27 +0600
  • 88a60ffa66 reexport ssl types Nikolay Kim 2019-12-05 23:09:34 +0600
  • cb2845cb26 fix dependencies Nikolay Kim 2019-12-05 20:58:28 +0600
  • b18fbc98d5 move rustls and nativetls acceptor services to actix-tls Nikolay Kim 2019-12-05 20:52:37 +0600
  • 3a858feaec migrate to tokio 0.2.2 Nikolay Kim 2019-12-05 16:40:24 +0600
  • d49aca9595 use bitflags for internal flags; use tokio 0.2 Nikolay Kim 2019-12-05 13:11:56 +0600
  • 6f41b80cb4 optimize service combinators memory layout Nikolay Kim 2019-12-05 12:37:26 +0600
  • c6eb318536 Fix low/high watermark for write/read buffers; fix oneshot impl Nikolay Kim 2019-12-05 01:36:31 +0600
  • 21dcc22e53 refactor server configurations Nikolay Kim 2019-12-04 21:34:48 +0600
  • de84663768 fix initial worker service state Nikolay Kim 2019-12-04 15:52:49 +0600
  • c4e2051327 refactor server worker Nikolay Kim 2019-12-04 15:12:02 +0600
  • 0a4fe22003 Restore Service/Factory::apply_fn() in form of Pipeline/Factory::and_then_apply_fn() Nikolay Kim 2019-12-03 19:59:28 +0600
  • eb773c8b8c Merge branch 'master' of github.com:actix/actix-net Nikolay Kim 2019-12-03 18:34:32 +0600
  • db0bc1e156 Restore Transform::map_init_err() combinator Nikolay Kim 2019-12-03 18:32:02 +0600
  • 9eb12e0467
    Use GitHub Actions (#71) Yuki Okushi 2019-12-03 20:00:16 +0900
  • eb33f0ecbe add Clone for apply combinator Nikolay Kim 2019-12-03 16:15:06 +0600
  • cbc5da8625 update changes Nikolay Kim 2019-12-03 14:10:36 +0600
  • ec8dca8d69 Merge branch 'master' of github.com:actix/actix-net Nikolay Kim 2019-12-03 14:09:35 +0600
  • 6a9df026e7 Add missing Clone impl for factory_fn_cfg Nikolay Kim 2019-12-03 14:05:23 +0600
  • 2756bedc3d Fix for non Unix OS (#69) Aaron Housh 2019-12-02 21:07:54 -0700
  • a15924ec39 Use GitHub Actions Yuki Okushi 2019-12-03 11:33:57 +0900
  • 28528ffffb Fix for non Unix OS Aaron Housh 2019-12-02 14:42:53 -0700
  • bd4c4cda8b update threadpool Nikolay Kim 2019-12-02 22:49:02 +0600
  • c0ede65317 restore 0.1 behavior Nikolay Kim 2019-12-02 22:47:49 +0600
  • 9f575418c1 clippy warnings Nikolay Kim 2019-12-02 22:30:09 +0600
  • 9ed35cca7a use owned value for service factory config Nikolay Kim 2019-12-02 21:27:48 +0600
  • 3385682e09 remove server feature Nikolay Kim 2019-12-02 17:04:42 +0600
  • f55f96bc77 fix dependencies Nikolay Kim 2019-12-02 11:49:42 +0600
  • a08b1eba87 update tests Nikolay Kim 2019-12-02 11:43:52 +0600
  • d81e72cf06 remove deprecaed crate Nikolay Kim 2019-12-02 11:30:52 +0600
  • 9fbe6a1f6d refactor server configuration and tls support Nikolay Kim 2019-12-02 11:30:27 +0600
  • 16ff283fb2 add metadata Nikolay Kim 2019-12-01 20:30:24 +0600
  • 503c2feb08 re-export net primitives Nikolay Kim 2019-12-01 10:56:25 +0600
  • bec4efc699 add extra methods to pipeline Nikolay Kim 2019-11-29 13:51:00 +0600
  • 5e5ae2ddec restore stream dispatcher Nikolay Kim 2019-11-29 10:41:09 +0600
  • b809cfdd4e Update tokio-rustls to 0.12.0 Martell Malone 2019-11-28 17:38:07 -0800
  • 77621e2d0e Update actix-testing to tokio 0.2 Martell Malone 2019-11-28 02:50:46 -0800
  • 99e0a45d0d Update actix-utils to tokio 0.2 Martell Malone 2019-11-28 02:31:02 -0800
  • dca7cad09d WIP: Update actix-rt to tokio 0.2 Martell Malone 2019-11-27 23:41:49 -0800
  • b98b897c8e Update tokio to 0.2 Martell Malone 2019-11-26 19:30:50 -0800
  • 4d67682cff Update tokio-openssl to 0.4.0 Martell Malone 2019-11-26 19:29:40 -0800
  • eb44ffd22a Update actix-server to tokio 0.2 Martell Malone 2019-11-27 21:30:38 -0800
  • 939bcfd012 Update actix-server-config to tokio 0.2 Martell Malone 2019-11-27 21:25:55 -0800
  • 5cb5fdf499 Update actix-codec to tokio 0.2 Martell Malone 2019-11-27 21:12:57 -0800
  • a02064592b disable rustls Nikolay Kim 2019-11-27 21:03:26 +0600
  • af72005159 move BoxFuture to boxed mod Nikolay Kim 2019-11-27 20:59:36 +0600
  • c254bb978c allow to wait on Server until server stops; restore signal handling Nikolay Kim 2019-11-26 17:03:52 +0600
  • 009f8e2e7c allow to wait server exit Nikolay Kim 2019-11-26 16:33:45 +0600
  • f5aecdee8f work around to rust#62127 Nikolay Kim 2019-11-26 10:14:21 +0600
  • 4546774f4e inclide fn ident to err message Nikolay Kim 2019-11-26 10:04:46 +0600
  • 2cf140a869 inclide fn token to err message Nikolay Kim 2019-11-26 10:01:46 +0600
  • e76ea8e80c re-export timeout Nikolay Kim 2019-11-26 09:04:14 +0600
  • 52d03fa18c use actix deps instead of tokio Nikolay Kim 2019-11-26 08:26:22 +0600
  • 5efac449b1 re-export time utils Nikolay Kim 2019-11-26 08:12:16 +0600
  • 4ceac79f2c add test and main macros Nikolay Kim 2019-11-25 21:49:11 +0600
  • 1fddd1e75b renamed boxed service Nikolay Kim 2019-11-25 18:18:00 +0600
  • 905d058454 upgrade derive_more Nikolay Kim 2019-11-25 17:54:47 +0600
  • 5265714f68 prep alpha.1 release async-await-alpha.1 Nikolay Kim 2019-11-21 19:58:55 +0600
  • ae4394c0f2 fix uds server support Nikolay Kim 2019-11-21 00:35:44 +0600
  • d3c5518646 fix rustls acceptor Nikolay Kim 2019-11-19 18:54:36 +0600
  • 3bf83c1d98 cleanup Unpin constraint; simplify Framed impl Nikolay Kim 2019-11-19 14:51:40 +0600
  • 617e40a7e9 fix framed_read Nikolay Kim 2019-11-19 11:06:55 +0600
  • 3105cde168 add Service impl for RefCell<S> Nikolay Kim 2019-11-19 08:45:09 +0600
  • 5b74c79cf9 Simplify transform trait, remove map_init_err Nikolay Kim 2019-11-19 06:51:43 +0600
  • 8bf8ad86d6 add IntoServiceFactory impl for servie_fn Nikolay Kim 2019-11-18 20:46:49 +0600
  • 877f89eeb7 use service types for ssl connectors Nikolay Kim 2019-11-18 20:20:56 +0600