Commit graph

19 commits

Author SHA1 Message Date
Nikolay Kim
f0f899a36e update ServiceFactory api 2021-12-24 03:53:39 +06:00
Nikolay Kim
ea7d86e905 migrate ntex-tls 2021-12-24 01:19:44 +06:00
Nikolay Kim
211eb00715 get read buf from inner filter for ssl filters 2021-12-22 17:52:16 +06:00
Nikolay Kim
8bbbfde22d cleanup Filter trait 2021-12-22 13:50:14 +06:00
Nikolay Kim
fd97208a01 change recv/poll_recv api 2021-12-22 02:13:02 +06:00
Nikolay Kim
2e7547948e re-export max_concurrent_ssl_accept 2021-12-22 01:25:28 +06:00
Nikolay Kim
0b98468c1a update default generic type for ssl filters 2021-12-21 21:52:22 +06:00
Nikolay Kim
6c68a59e99 refactor io api and backpressure api 2021-12-21 14:22:57 +06:00
Nikolay Kim
8f4eb4e6bb rename write_ready to flush 2021-12-21 01:42:29 +06:00
Nikolay Kim
7f1ff246f3 prep release 2021-12-20 21:40:42 +06:00
Nikolay Kim
72ac0b1629 update examples 2021-12-20 20:20:23 +06:00
Nikolay Kim
ed57a964b6 cleanup ntex-io api 2021-12-20 18:43:12 +06:00
Nikolay Kim
a57da1b3f3 prep release and update tests 2021-12-19 11:15:21 +06:00
Nikolay Kim
d1071a1f18 update tls filters 2021-12-19 10:55:42 +06:00
Nikolay Kim
1af728eb01 impl rustls acceptor; update filter trait 2021-12-19 03:22:55 +06:00
Nikolay Kim
d7083c15d8 add ntex-io changes 2021-12-18 20:40:33 +06:00
Nikolay Kim
aa5f6e4b55
Replace mio with polling for accept loop (#71)
* replace mio with poller for accept loop
2021-12-18 00:49:27 +06:00
Nikolay Kim
c370dd74b4 move tls acceptors to ntex-tls crate 2021-12-17 09:52:01 +06:00
Nikolay Kim
6bc654762d cleanup api; update tests 2021-12-17 09:52:00 +06:00