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

181 Commits

Author SHA1 Message Date
Nikolay Kim
8ad93f4838 move server to separate crate 2018-12-09 22:14:29 -08:00
Nikolay Kim
ffb07c8884 use actix-rt for server impl 2018-12-09 21:51:35 -08:00
Nikolay Kim
cdd6904aa0 rename Server to ServerBuilder 2018-12-09 20:30:14 -08:00
Nikolay Kim
98a151db4f add actix single threaded runtime 2018-12-09 19:55:40 -08:00
Nikolay Kim
227ea15683 remove unused code 2018-12-09 15:21:23 -08:00
Nikolay Kim
e50be58fdb move codec to separate crate 2018-12-09 15:19:25 -08:00
Nikolay Kim
3288b7648d update changes 2018-12-09 10:16:35 -08:00
Nikolay Kim
43e14818c4 migrate to actix-service crate 2018-12-09 10:15:49 -08:00
Nikolay Kim
a60bf691d5 add Service impl for Box<S> 2018-12-09 10:14:08 -08:00
Nikolay Kim
5f37d85f9b move service to separate crate 2018-12-09 09:56:23 -08:00
Nikolay Kim
e8aa73a44b update tests 2018-12-06 14:53:55 -08:00
Nikolay Kim
8fe7ce533c convert to edition 2018 2018-12-06 14:04:42 -08:00
Nikolay Kim
42a4679635 use FnMut for apply combinator 2018-12-05 17:43:31 -08:00
Nikolay Kim
36a15efeac do not export cell 2018-12-03 17:46:25 -08:00
Nikolay Kim
5937a06ebe export cell 2018-12-03 13:49:46 -08:00
Nikolay Kim
a16ad6b2cd cleanup clonable service 2018-11-30 11:55:30 -08:00
Nikolay Kim
8108f19580 update tests 2018-11-29 17:17:02 -10:00
Nikolay Kim
1b1ae01b5a migrate to new Service<Request> trait 2018-11-29 16:56:15 -10:00
Nikolay Kim
c62567f85f allow to skip name resolution 2018-11-21 08:07:04 -10:00
Nikolay Kim
410204a41e Framed::is_write_buf_empty() checks if write buffer is flushed 2018-11-17 18:46:26 -08:00
Nikolay Kim
29fe995a02 update version 2018-11-14 14:26:24 -08:00
Nikolay Kim
741b3fb1c0 Fix wrong service to socket binding 2018-11-14 14:20:33 -08:00
Nikolay Kim
dba86fbbf8 allow to force write to Framed object 2018-11-14 10:26:49 -08:00
Nikolay Kim
c29501fcf3 better name 2018-11-13 22:55:20 -08:00
Nikolay Kim
9a3321b153 allow to check if Framed's write buffer is full 2018-11-13 21:33:51 -08:00
Nikolay Kim
f13a0925f7 update defaults 2018-11-13 21:26:49 -08:00
Nikolay Kim
8886672ae6 add write buffer capacity caps for Framed 2018-11-13 21:13:37 -08:00
Nikolay Kim
8f20f69559 use RequestHost trait for OpensslConnector service 2018-11-11 23:04:39 -08:00
Nikolay Kim
9b9599500a refactor connector and resolver services 2018-11-11 21:12:30 -08:00
Nikolay Kim
a4b81a256c remove debug output 2018-11-08 18:45:40 -08:00
Nikolay Kim
38235c14bb update changes 2018-11-08 09:16:40 -08:00
Nikolay Kim
bf9269de9a reset delay instead of creating new one 2018-11-07 21:20:50 -08:00
Nikolay Kim
bb34df8c1b use configured token for service message 2018-11-03 10:22:04 -07:00
Nikolay Kim
1ac018dc79 refactor server service configuration protcess 2018-11-03 09:09:14 -07:00
Nikolay Kim
0e3d1068da separate stop worker channel 2018-11-01 15:33:35 -07:00
Nikolay Kim
60144a3cb8 update trust-dns 2018-11-01 12:25:03 -07:00
Nikolay Kim
6c25becd3f impl Clone for TakeItem and TakeItemService 2018-11-01 11:03:03 -07:00
Nikolay Kim
dc19a9f862 refactor Resolver service 2018-10-29 20:29:47 -07:00
Nikolay Kim
67961f8a36 rename timer to time 2018-10-29 15:48:56 -07:00
Nikolay Kim
3d51aa7115 no need for mut self for now method 2018-10-29 15:40:10 -07:00
Nikolay Kim
a8a831a098 add Display impl for Connect 2018-10-29 14:04:53 -07:00
Nikolay Kim
4b16af29c7 add Connect::parse() method 2018-10-29 13:41:54 -07:00
Nikolay Kim
c15e4b92a8 add Hash impl 2018-10-29 13:27:00 -07:00
Nikolay Kim
e1418018c6 add BytesCodec 2018-10-24 10:43:30 -07:00
Nikolay Kim
ff914f79fc make port required 2018-10-23 22:40:56 -07:00
Nikolay Kim
3a133e3974 restore DefaultConnector 2018-10-23 22:26:16 -07:00
Nikolay Kim
0b0d14d1ea refactor Connector service 2018-10-23 22:14:02 -07:00
Nikolay Kim
099ebbfaa3 add timeout service 2018-10-23 21:38:36 -07:00
Nikolay Kim
afe15ba44f use executor spawn 2018-10-20 08:34:16 -07:00
Nikolay Kim
4eabf3994a set min versions for actix and trust-dns 2018-10-10 08:23:42 -07:00