1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 09:12:08 +01:00

31 Commits

Author SHA1 Message Date
Nikolay Kim
ec7757f032 refactor worker availibility management 2018-09-13 23:46:18 -07:00
Nikolay Kim
d50829d956 add framed related services and utils 2018-09-12 18:47:39 -07:00
Nikolay Kim
f0554efb98 remove wrong doc example 2018-09-11 11:28:13 -07:00
Nikolay Kim
82b71d91ea move Service to service sub mod 2018-09-11 09:30:22 -07:00
Nikolay Kim
dc50268c8a move server impl to sub module 2018-09-11 08:43:23 -07:00
Nikolay Kim
88d8c99e31 use Resolver service for Connector 2018-09-10 19:39:55 -07:00
Nikolay Kim
2698534b05 add resolver service 2018-09-10 19:16:46 -07:00
Nikolay Kim
fbfca66e21 add DefaultConnector 2018-09-10 10:59:35 -07:00
Nikolay Kim
3fe029a8ad remove unneeded code 2018-09-10 10:01:58 -07:00
Nikolay Kim
8b13236d41 refactor connections counter 2018-09-08 09:36:38 -07:00
Nikolay Kim
5f016bd53c export server mod 2018-09-07 23:27:00 -07:00
Nikolay Kim
0fdce01375 remove Display from server service Error 2018-09-07 14:34:31 -07:00
Nikolay Kim
d4808acee1 implement worker availability system 2018-09-07 13:06:51 -07:00
Nikolay Kim
8540d81dcf stable compat 2018-09-04 12:42:06 -07:00
Nikolay Kim
0390ff37d3 Revert "use From/Into instead of custom IntoService and IntoNewService traits"
This reverts commit 9441624827e18c0f5a90b23a6582c4c1e1a7b29a.
2018-09-04 09:49:21 -07:00
Nikolay Kim
dfa08b3bf1 remove uneeded map_request 2018-09-04 09:32:37 -07:00
Nikolay Kim
9441624827 use From/Into instead of custom IntoService and IntoNewService traits 2018-09-04 09:30:52 -07:00
Nikolay Kim
42a49da199 add StreamDispatcher 2018-09-01 10:29:56 -07:00
Nikolay Kim
361ffd8d2f refactor Connector service 2018-08-29 15:15:24 -07:00
Nikolay Kim
7ec92f7b1c export ServiceExt trait 2018-08-29 12:26:27 -07:00
Nikolay Kim
6f607e79db export configurable mod 2018-08-28 22:28:13 -07:00
Nikolay Kim
10d2c67596 better Connector impl 2018-08-28 16:24:36 -07:00
Nikolay Kim
89b8da724b split service mod 2018-08-25 09:02:14 -07:00
Nikolay Kim
0eae4d84b1 fix and and then new service 2018-08-24 13:18:05 -07:00
Nikolay Kim
f2ef824011 add NewConfigurableService trait 2018-08-23 22:12:10 -07:00
Nikolay Kim
aba9b09450 export ConnectorError 2018-08-23 20:52:31 -07:00
Nikolay Kim
234c76f8bc add connector 2018-08-23 20:47:41 -07:00
Nikolay Kim
a5a026b5c4 remove custom NewService and cleanups 2018-08-23 15:42:34 -07:00
Nikolay Kim
29490e6c13 cleanups 2018-08-21 21:11:16 -07:00
Nikolay Kim
b8c8dbc90a add new service configuration 2018-08-21 17:08:23 -07:00
Nikolay Kim
1a496f4fda initial import 2018-08-19 10:47:04 -07:00