1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00
Commit Graph

1323 Commits

Author SHA1 Message Date
Nikolay Kim
2600179169 remove constraint 2018-10-03 10:34:14 -07:00
Nikolay Kim
20b03a4780 add custom cell 2018-10-02 22:18:07 -07:00
Nikolay Kim
79b525bc2f add .then() combinator 2018-10-02 21:47:50 -07:00
Nikolay Kim
028279713e simplify FnNewService 2018-10-02 21:31:11 -07:00
Nikolay Kim
70efa00646 upgrade rustls 2018-10-02 13:37:30 -07:00
Nikolay Kim
fc7c436387 drop server service errors 2018-09-28 12:22:49 -07:00
Nikolay Kim
1745a575a5 add constraints 2018-09-27 21:45:40 -07:00
Nikolay Kim
a2245c1751 add rust-tls support 2018-09-27 21:06:27 -07:00
Nikolay Kim
65fd23c648 add native-tls support 2018-09-27 20:23:30 -07:00
Nikolay Kim
d19ed8b00a add Either service 2018-09-27 17:05:48 -07:00
Nikolay Kim
ba57e67a74 expose ServerMessage service 2018-09-26 20:40:45 -07:00
Nikolay Kim
13c66a2ac4 better FramedTransportError 2018-09-24 22:31:05 -07:00
Nikolay Kim
d5d2c81c68 simplify FramedTransport response 2018-09-24 21:03:05 -07:00
Nikolay Kim
205079adce simplify framed transport error 2018-09-24 20:51:53 -07:00
Nikolay Kim
d4b772d454 simplify FramedTransport 2018-09-24 20:40:31 -07:00
Nikolay Kim
7686011c1a refactor FramedTransport, add separate service for error handling 2018-09-24 20:06:20 -07:00
Nikolay Kim
01bed8b2e5 rename FramedDispatcher to FramedTransport 2018-09-24 17:50:29 -07:00
Nikolay Kim
477e1d6953 add keep-alive service 2018-09-20 11:16:12 -07:00
Nikolay Kim
ffe73c6875 add low res timer service 2018-09-19 15:05:14 -07:00
Nikolay Kim
4c422983ba remove fn state service 2018-09-19 08:04:31 -07:00
Nikolay Kim
601c8a4ee6 add CloneableService 2018-09-17 21:46:02 -07:00
Nikolay Kim
ed23caa314 add name to service registration 2018-09-17 20:19:48 -07:00
Nikolay Kim
4827990298 add NewServiceExt tests 2018-09-17 19:21:24 -07:00
Nikolay Kim
90ad1b12a8 do not constrain InitError for from_err new service 2018-09-17 18:49:55 -07:00
Nikolay Kim
118bfe5c14 update tarpaulin config 2018-09-17 18:42:24 -07:00
Nikolay Kim
c6eeae93d5 run coverage report on nightly 2018-09-17 18:22:16 -07:00
Nikolay Kim
e0f4aac3b4 add NewService::from_err combinator 2018-09-17 18:10:23 -07:00
Nikolay Kim
20cff6fc0b update apply tests 2018-09-17 16:50:35 -07:00
Nikolay Kim
a91b9a2f9e better ergonomics for aply combinator 2018-09-17 16:16:42 -07:00
Nikolay Kim
a4ba7cd5d4 Merge branch 'master' of https://github.com/actix/actix-net 2018-09-17 15:59:34 -07:00
Nikolay Kim
3384bbfae2 change apply combinator 2018-09-17 15:53:41 -07:00
Nikolay Kim
42070ed2b8
Merge pull request #1 from kellytk/patch-1
Correct spelling
2018-09-17 14:26:54 -07:00
Kelly Thomas Kline
bca8e47651
Correct spelling 2018-09-17 13:53:43 -07:00
Nikolay Kim
39a18d6969 add in-flight service 2018-09-14 13:30:29 -07:00
Nikolay Kim
2927a49fdf better method names 2018-09-14 13:12:55 -07:00
Nikolay Kim
39c3902818 rename Connections to more generic Counter and export it 2018-09-14 13:07:38 -07:00
Nikolay Kim
9888c1c5e6 fix switching to unavailable state for worker 2018-09-14 00:07:50 -07:00
Nikolay Kim
ec7757f032 refactor worker availibility management 2018-09-13 23:46:18 -07:00
Nikolay Kim
2764323580 fix service availability check 2018-09-13 13:32:51 -07:00
Nikolay Kim
d50829d956 add framed related services and utils 2018-09-12 18:47:39 -07:00
Nikolay Kim
62dbe1b001 add some doc apis and tests 2018-09-12 13:34:53 -07:00
Nikolay Kim
f66eec00e7 restart failed services; fix readiness check 2018-09-12 08:25:14 -07:00
Nikolay Kim
3395512040 fix api doc link 2018-09-11 14:01:51 -07:00
Nikolay Kim
f0554efb98 remove wrong doc example 2018-09-11 11:28:13 -07:00
Nikolay Kim
b0d120c101 update examples 2018-09-11 10:55:49 -07:00
Nikolay Kim
82b71d91ea move Service to service sub mod 2018-09-11 09:30:22 -07:00
Nikolay Kim
43d6719703 fix readme 2018-09-11 09:05:47 -07:00
Nikolay Kim
864a6babc9 add readme 2018-09-11 09:03:27 -07:00
Nikolay Kim
abef930f87 fix openssl uses 2018-09-11 08:59:03 -07:00
Nikolay Kim
dc50268c8a move server impl to sub module 2018-09-11 08:43:23 -07:00