1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-14 08:45:57 +02:00

Commit Graph

  • f8efabdce7 expose service and framed instances from framed transport Nikolay Kim 2018-10-05 13:13:36 -07:00
  • 7da916e382 add forked version of Framed type Nikolay Kim 2018-10-05 13:07:09 -07:00
  • 2600179169 remove constraint Nikolay Kim 2018-10-03 10:34:14 -07:00
  • 20b03a4780 add custom cell Nikolay Kim 2018-10-02 22:18:07 -07:00
  • 79b525bc2f add .then() combinator Nikolay Kim 2018-10-02 21:47:50 -07:00
  • 028279713e simplify FnNewService Nikolay Kim 2018-10-02 21:31:11 -07:00
  • 70efa00646 upgrade rustls Nikolay Kim 2018-10-02 13:37:30 -07:00
  • fc7c436387 drop server service errors Nikolay Kim 2018-09-28 12:22:49 -07:00
  • 1745a575a5 add constraints Nikolay Kim 2018-09-27 21:45:40 -07:00
  • a2245c1751 add rust-tls support Nikolay Kim 2018-09-27 21:06:27 -07:00
  • 65fd23c648 add native-tls support Nikolay Kim 2018-09-27 20:23:30 -07:00
  • d19ed8b00a add Either service Nikolay Kim 2018-09-27 17:05:48 -07:00
  • ba57e67a74 expose ServerMessage service Nikolay Kim 2018-09-26 20:40:45 -07:00
  • 13c66a2ac4 better FramedTransportError Nikolay Kim 2018-09-24 22:31:05 -07:00
  • d5d2c81c68 simplify FramedTransport response Nikolay Kim 2018-09-24 21:03:05 -07:00
  • 205079adce simplify framed transport error Nikolay Kim 2018-09-24 20:51:53 -07:00
  • d4b772d454 simplify FramedTransport Nikolay Kim 2018-09-24 20:40:31 -07:00
  • 7686011c1a refactor FramedTransport, add separate service for error handling Nikolay Kim 2018-09-24 20:06:20 -07:00
  • 01bed8b2e5 rename FramedDispatcher to FramedTransport Nikolay Kim 2018-09-24 17:50:29 -07:00
  • 477e1d6953 add keep-alive service Nikolay Kim 2018-09-20 11:16:12 -07:00
  • ffe73c6875 add low res timer service Nikolay Kim 2018-09-19 15:05:14 -07:00
  • 4c422983ba remove fn state service Nikolay Kim 2018-09-19 08:04:31 -07:00
  • 601c8a4ee6 add CloneableService Nikolay Kim 2018-09-17 21:46:02 -07:00
  • ed23caa314 add name to service registration Nikolay Kim 2018-09-17 20:19:48 -07:00
  • 4827990298 add NewServiceExt tests Nikolay Kim 2018-09-17 19:21:24 -07:00
  • 90ad1b12a8 do not constrain InitError for from_err new service Nikolay Kim 2018-09-17 18:49:55 -07:00
  • 118bfe5c14 update tarpaulin config Nikolay Kim 2018-09-17 18:42:24 -07:00
  • c6eeae93d5 run coverage report on nightly Nikolay Kim 2018-09-17 18:22:16 -07:00
  • e0f4aac3b4 add NewService::from_err combinator Nikolay Kim 2018-09-17 18:10:23 -07:00
  • 20cff6fc0b update apply tests Nikolay Kim 2018-09-17 16:50:35 -07:00
  • a91b9a2f9e better ergonomics for aply combinator Nikolay Kim 2018-09-17 16:16:42 -07:00
  • a4ba7cd5d4 Merge branch 'master' of https://github.com/actix/actix-net Nikolay Kim 2018-09-17 15:59:34 -07:00
  • 3384bbfae2 change apply combinator Nikolay Kim 2018-09-17 15:53:41 -07:00
  • 42070ed2b8
    Merge pull request #1 from kellytk/patch-1 Nikolay Kim 2018-09-17 14:26:54 -07:00
  • bca8e47651
    Correct spelling Kelly Thomas Kline 2018-09-17 13:53:43 -07:00
  • 39a18d6969 add in-flight service Nikolay Kim 2018-09-14 13:30:29 -07:00
  • 2927a49fdf better method names Nikolay Kim 2018-09-14 13:12:55 -07:00
  • 39c3902818 rename Connections to more generic Counter and export it Nikolay Kim 2018-09-14 13:07:38 -07:00
  • 9888c1c5e6 fix switching to unavailable state for worker Nikolay Kim 2018-09-14 00:07:50 -07:00
  • ec7757f032 refactor worker availibility management Nikolay Kim 2018-09-13 23:46:01 -07:00
  • 2764323580 fix service availability check Nikolay Kim 2018-09-13 13:32:51 -07:00
  • d50829d956 add framed related services and utils Nikolay Kim 2018-09-12 18:47:39 -07:00
  • 62dbe1b001 add some doc apis and tests Nikolay Kim 2018-09-12 13:34:53 -07:00
  • f66eec00e7 restart failed services; fix readiness check Nikolay Kim 2018-09-12 08:25:14 -07:00
  • 3395512040 fix api doc link Nikolay Kim 2018-09-11 14:01:51 -07:00
  • f0554efb98 remove wrong doc example Nikolay Kim 2018-09-11 11:28:13 -07:00
  • b0d120c101 update examples Nikolay Kim 2018-09-11 10:55:49 -07:00
  • 82b71d91ea move Service to service sub mod Nikolay Kim 2018-09-11 09:30:22 -07:00
  • 43d6719703 fix readme Nikolay Kim 2018-09-11 09:05:47 -07:00
  • 864a6babc9 add readme Nikolay Kim 2018-09-11 09:03:27 -07:00
  • abef930f87 fix openssl uses Nikolay Kim 2018-09-11 08:59:03 -07:00
  • dc50268c8a move server impl to sub module Nikolay Kim 2018-09-11 08:43:23 -07:00
  • 56b31960f1 derive Debug for connector/resolver error Nikolay Kim 2018-09-10 20:02:55 -07:00
  • d8ed9ae43a create Connector with custom Resolver Nikolay Kim 2018-09-10 19:42:51 -07:00
  • 88d8c99e31 use Resolver service for Connector Nikolay Kim 2018-09-10 19:39:55 -07:00
  • 2698534b05 add resolver service Nikolay Kim 2018-09-10 19:16:46 -07:00
  • a1e875e985 add Clone impl for DefaultConnector Nikolay Kim 2018-09-10 11:16:58 -07:00
  • fbfca66e21 add DefaultConnector Nikolay Kim 2018-09-10 10:59:35 -07:00
  • 3fe029a8ad remove unneeded code Nikolay Kim 2018-09-10 10:01:58 -07:00
  • 552d19a0eb add generic server service factory Nikolay Kim 2018-09-08 14:50:16 -07:00
  • 4264574af1 fix openssl NewService definition Nikolay Kim 2018-09-08 12:58:08 -07:00
  • c2eff62efb openssl new service is not failable Nikolay Kim 2018-09-08 12:52:43 -07:00
  • bf10f6dfcf simplify openssl acceptor Nikolay Kim 2018-09-08 10:16:43 -07:00
  • 8b13236d41 refactor connections counter Nikolay Kim 2018-09-08 09:36:38 -07:00
  • 5f016bd53c export server mod Nikolay Kim 2018-09-07 23:27:00 -07:00
  • 4e186cc6d2 explicitly use unit for server service error Nikolay Kim 2018-09-07 14:49:17 -07:00
  • 0fdce01375 remove Display from server service Error Nikolay Kim 2018-09-07 14:34:31 -07:00
  • d4808acee1 implement worker availability system Nikolay Kim 2018-09-07 13:06:51 -07:00
  • 8298da0f4a change InitError type Nikolay Kim 2018-09-07 11:42:22 -07:00
  • db1fe14fd2 add service readiness to ServerService Nikolay Kim 2018-09-07 11:35:25 -07:00
  • 467350c9fc add readiness support for OpensslAcceptor Nikolay Kim 2018-09-07 10:38:39 -07:00
  • d917b47868 remove unneeded phantom data Nikolay Kim 2018-09-06 18:03:01 -07:00
  • 0525da70bf add Clone impl for FromErr combinator Nikolay Kim 2018-09-05 19:27:52 -07:00
  • 983223a839 add clone impls for combinator services Nikolay Kim 2018-09-05 13:54:15 -07:00
  • 8540d81dcf stable compat Nikolay Kim 2018-09-04 12:42:06 -07:00
  • 9456065d7b better error conversion impl for and_then Nikolay Kim 2018-09-04 12:07:13 -07:00
  • 41eddae266 move into fn service impl Nikolay Kim 2018-09-04 09:57:47 -07:00
  • 0390ff37d3 Revert "use From/Into instead of custom IntoService and IntoNewService traits" Nikolay Kim 2018-09-04 09:49:21 -07:00
  • dfa08b3bf1 remove uneeded map_request Nikolay Kim 2018-09-04 09:32:37 -07:00
  • 9441624827 use From/Into instead of custom IntoService and IntoNewService traits Nikolay Kim 2018-09-04 09:30:52 -07:00
  • 42a49da199 add StreamDispatcher Nikolay Kim 2018-09-01 10:29:56 -07:00
  • 27af05de9a simplify Apply combinator Nikolay Kim 2018-08-31 12:51:26 -07:00
  • c2d73873cc rename Apply combinator Nikolay Kim 2018-08-30 17:54:59 -07:00
  • 7ff24863ab add apply() combinator Nikolay Kim 2018-08-30 17:46:11 -07:00
  • fbd17e43f3 fix ApplyService constraint Nikolay Kim 2018-08-30 15:12:01 -07:00
  • eaa9d4b273 allow to change Connector's request type Nikolay Kim 2018-08-30 10:06:47 -07:00
  • 061a0339ff convert to new service Nikolay Kim 2018-08-30 09:38:09 -07:00
  • a928d82895 rename Apply service Nikolay Kim 2018-08-30 09:26:27 -07:00
  • e0513e4085 replace partial with more generic Apply Nikolay Kim 2018-08-30 09:17:17 -07:00
  • 42b0d53c16 change AndThen InitError constrain Nikolay Kim 2018-08-29 21:31:43 -07:00
  • 9b48e952b8 add map_request combinator Nikolay Kim 2018-08-29 20:20:13 -07:00
  • 77cf7016b7 add partial combinator Nikolay Kim 2018-08-29 20:06:33 -07:00
  • 918c764641 use String as default type for Connector Nikolay Kim 2018-08-29 15:28:16 -07:00
  • 361ffd8d2f refactor Connector service Nikolay Kim 2018-08-29 15:15:24 -07:00
  • 7ec92f7b1c export ServiceExt trait Nikolay Kim 2018-08-29 12:26:27 -07:00
  • eeb4f8c61c add Service combinators Nikolay Kim 2018-08-29 12:20:35 -07:00
  • 6f607e79db export configurable mod Nikolay Kim 2018-08-28 22:28:13 -07:00
  • cb1ea341c3 make new public Nikolay Kim 2018-08-28 20:32:01 -07:00
  • f689f6500a export more service types Nikolay Kim 2018-08-28 20:29:56 -07:00
  • 10d2c67596 better Connector impl Nikolay Kim 2018-08-28 16:24:36 -07:00