1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-08-31 23:16:58 +02:00

Commit Graph

  • 8108f19580 update tests Nikolay Kim 2018-11-29 17:17:02 -10:00
  • 1b1ae01b5a migrate to new Service<Request> trait Nikolay Kim 2018-11-29 16:56:15 -10:00
  • c62567f85f allow to skip name resolution v0.2.4 Nikolay Kim 2018-11-21 08:07:04 -10:00
  • 410204a41e Framed::is_write_buf_empty() checks if write buffer is flushed v0.2.3 Nikolay Kim 2018-11-17 18:46:26 -08:00
  • 29fe995a02 update version v0.2.2 Nikolay Kim 2018-11-14 14:26:24 -08:00
  • 741b3fb1c0 Fix wrong service to socket binding Nikolay Kim 2018-11-14 14:20:33 -08:00
  • dba86fbbf8 allow to force write to Framed object Nikolay Kim 2018-11-14 10:26:49 -08:00
  • c29501fcf3 better name Nikolay Kim 2018-11-13 22:55:20 -08:00
  • 9a3321b153 allow to check if Framed's write buffer is full Nikolay Kim 2018-11-13 21:33:10 -08:00
  • f13a0925f7 update defaults Nikolay Kim 2018-11-13 21:26:49 -08:00
  • 8886672ae6 add write buffer capacity caps for Framed Nikolay Kim 2018-11-13 21:13:37 -08:00
  • 8f20f69559 use RequestHost trait for OpensslConnector service Nikolay Kim 2018-11-11 23:04:39 -08:00
  • 9b9599500a refactor connector and resolver services Nikolay Kim 2018-11-11 21:12:30 -08:00
  • a4b81a256c remove debug output Nikolay Kim 2018-11-08 18:45:40 -08:00
  • 38235c14bb update changes v0.2.0 Nikolay Kim 2018-11-08 09:16:40 -08:00
  • bf9269de9a reset delay instead of creating new one Nikolay Kim 2018-11-07 21:20:50 -08:00
  • bb34df8c1b use configured token for service message stable-0.2 Nikolay Kim 2018-11-03 10:22:04 -07:00
  • 1ac018dc79 refactor server service configuration protcess Nikolay Kim 2018-11-03 09:09:14 -07:00
  • 0e3d1068da separate stop worker channel Nikolay Kim 2018-11-01 15:33:35 -07:00
  • 60144a3cb8 update trust-dns Nikolay Kim 2018-11-01 12:25:03 -07:00
  • 6c25becd3f impl Clone for TakeItem and TakeItemService Nikolay Kim 2018-11-01 11:03:03 -07:00
  • dc19a9f862 refactor Resolver service Nikolay Kim 2018-10-29 20:29:47 -07:00
  • 67961f8a36 rename timer to time Nikolay Kim 2018-10-29 15:48:56 -07:00
  • 3d51aa7115 no need for mut self for now method Nikolay Kim 2018-10-29 15:40:10 -07:00
  • a8a831a098 add Display impl for Connect Nikolay Kim 2018-10-29 14:04:53 -07:00
  • 4b16af29c7 add Connect::parse() method Nikolay Kim 2018-10-29 13:41:54 -07:00
  • c15e4b92a8 add Hash impl Nikolay Kim 2018-10-29 13:27:00 -07:00
  • e1418018c6 add BytesCodec Nikolay Kim 2018-10-24 10:43:30 -07:00
  • ff914f79fc make port required Nikolay Kim 2018-10-23 22:40:56 -07:00
  • 3a133e3974 restore DefaultConnector Nikolay Kim 2018-10-23 22:26:16 -07:00
  • 0b0d14d1ea refactor Connector service Nikolay Kim 2018-10-23 22:14:02 -07:00
  • 099ebbfaa3 add timeout service Nikolay Kim 2018-10-23 21:38:36 -07:00
  • afe15ba44f use executor spawn Nikolay Kim 2018-10-20 08:34:16 -07:00
  • 4eabf3994a set min versions for actix and trust-dns v0.1.1 Nikolay Kim 2018-10-10 08:23:42 -07:00
  • e32961a897 docs url Nikolay Kim 2018-10-08 22:02:38 -07:00
  • 4ff8c248c7 prep release v0.1.0 Nikolay Kim 2018-10-08 21:46:57 -07:00
  • 614d1696d8 add Framed2 Nikolay Kim 2018-10-08 15:38:52 -07:00
  • 29ae1600a3 add TakeItem service Nikolay Kim 2018-10-05 16:00:44 -07:00
  • d204c438a1 add IntoFramed service Nikolay Kim 2018-10-05 15:37:15 -07:00
  • b1899e2bb1 allow to change framed codec Nikolay Kim 2018-10-05 14:29:47 -07:00
  • 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