Commit graph

4305 commits

Author SHA1 Message Date
Nikolay Kim
8166fde2e0 prep ntex-io release 2021-12-18 20:31:43 +06:00
Nikolay Kim
4d5395c89a deps 2021-12-18 20:28:44 +06:00
Nikolay Kim
6698c829fb move mpsc to ntex-util 2021-12-18 20:25:56 +06:00
Nikolay Kim
3bb8b2cca3 remove http-framework feature 2021-12-18 19:03:12 +06:00
Nikolay Kim
151c8841c5
Merge pull request #72 from ntex-rs/rt-customization
Allow to replace async runtime
2021-12-18 18:49:23 +06:00
Nikolay Kim
087078da51 allow to replace signals impl 2021-12-18 18:11:53 +06:00
Nikolay Kim
66524a89a8 replace tokio channels 2021-12-18 12:04:29 +06:00
Nikolay Kim
b8a8e98c1c allow to replace async runtime 2021-12-18 11:46:11 +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
7825e0a15f
Merge pull request #70 from ntex-rs/refactor-ntex
Replace ntex::framed with ntex::io
2021-12-17 13:22:38 +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
Nikolay Kim
3ed5580f86 add io query system 2021-12-17 09:52:00 +06:00
Nikolay Kim
399b238621 restore h2 impl 2021-12-17 09:52:00 +06:00
Nikolay Kim
3dbba47ab1 use ntex-io instead of framed 2021-12-17 09:51:54 +06:00
Nikolay Kim
dafd339817
Add openssl filter (#69)
* add ntex-openssl

* cleanup io api

* add filter shutdown
2021-12-14 22:38:47 +06:00
Nikolay Kim
841ad736d4
Refactor framed io (#67)
* refactor framed io

* allow to add filters

* move io code to separate module

* add into_boxed()

* remove uneeded IO_STOP state

* simplify on_disconnect storage

* cleanup io state

* add io connector
2021-12-13 17:19:43 +06:00
Nikolay Kim
2188d92725
Refactor ntex::time (#68)
* move time to util crate

* update changes
2021-12-10 18:20:16 +06:00
Nikolay Kim
42296e9239 Rename .apply/.apply_async to .on_worker_start() 2021-12-06 23:30:08 +06:00
Nikolay Kim
17631cd8a1 Fix dealloc for vec representation 2021-12-06 21:09:51 +06:00
Nikolay Kim
0315d92401
Memory pools support for http (#65)
* memory pools support for http
2021-12-06 08:07:19 +06:00
Nikolay Kim
2ab64627a8 clippy 2021-12-03 01:44:05 +06:00
Nikolay Kim
d89f1c29c6 better api usability 2021-12-03 01:34:41 +06:00
Nikolay Kim
79afb61b03 disable tests 2021-12-02 22:44:44 +06:00
Nikolay Kim
cde083dcd3 update changes 2021-12-02 21:57:15 +06:00
Nikolay Kim
a4aff84d6f skip test for coverage 2021-12-02 21:54:01 +06:00
Nikolay Kim
42b8292ecd
Refactor bytes impl (#64)
* remove mut api for Bytes

* refactor Vec layout

* track allocations in memory pools

* integrate memory pools to framed

* add pool async readiness polling

* optimize readiness check

* use memory pool in framed dispatcher
2021-12-02 21:09:10 +06:00
Nikolay Kim
6eea3dd2ad clippy 2021-11-29 17:23:49 +06:00
Nikolay Kim
4fcfc13e25 Fix potential overflow sub in timer wheel 2021-11-29 15:30:18 +06:00
Andrey Voronkov
a5ecfa88f1
Bump rustls to 0.20.x (#62)
* Update to rustls 0.20.x and apapt code to rustls breaking changes
2021-11-21 10:22:50 +06:00
Nikolay Kim
b23706e898 Add Clone impl for connect::ConnectError 2021-11-08 18:04:37 +06:00
Nikolay Kim
64b54e81fb fix wranings 2021-11-02 20:06:50 +06:00
Nikolay Kim
18a2fde154 h1: allow to override connection type in on-request handler 2021-11-02 19:30:33 +06:00
Nikolay Kim
21281a236a disable osx tests 2021-10-29 22:07:30 +06:00
Nikolay Kim
862530b1a0 fix time calc after time driver stop 2021-10-29 22:03:44 +06:00
Nikolay Kim
c3016a1ae9 fix wheel time calculations 2021-10-29 21:38:47 +06:00
Nikolay Kim
784d35ce65 Do not poll service for readiness if it failed before 2021-10-20 09:06:45 +06:00
Nikolay Kim
c5932faae2 Use wrapping_add for usize; Better handling ws control frames 2021-10-13 22:15:33 +06:00
Nikolay Kim
9d6b9730a0 Do not modify lowres time outside of driver task 2021-10-06 21:06:16 +06:00
Nikolay Kim
11c15a64dd fmt 2021-10-06 20:37:16 +06:00
Nikolay Kim
777b1407e8 Update to nanorand 0.6.1 2021-10-06 20:32:32 +06:00
Nikolay Kim
b3fd4f6b2a
Content lenght fix (#59)
* Send ServerStatus::WorkerFailed update if worker is failed

* Do not add content-length header for empty body #56
2021-09-27 20:21:04 +06:00
Nikolay Kim
87915f945a framed::Read::resume() returns true if it was resumed 2021-09-23 08:59:55 +06:00
Nikolay Kim
f3d02ec81d Use fxhash instead of ahash 2021-09-17 15:35:06 +06:00
Nikolay Kim
44850fdffc Refactor web middlewares/filters registration and management 2021-09-17 10:40:45 +06:00
Nikolay Kim
f49a0b8de2 Simplify fn_transform 2021-09-17 10:40:13 +06:00
Nikolay Kim
a2a727fe16 fix tests 2021-09-15 23:33:02 +06:00
Nikolay Kim
5ccd6ffca2 Refactor web middleware registration and management procedure 2021-09-15 23:23:36 +06:00
Nikolay Kim
fe13bf8281 refactor Transform trait 2021-09-15 21:47:19 +06:00
Nikolay Kim
d8e65e2a44 fix linux tests 2021-09-15 20:28:40 +06:00