Commit graph

4663 commits

Author SHA1 Message Date
Nikolay Kim
7960b550c9 Migrate to ntex-service 1.2 (#209)
* Migrate to ntex-service 1.2
2023-06-16 00:16:14 +06:00
Cris Liao
e151b1eff1 Upgrade rustls version to 0.21 (#201)
* Upgrade rustls version to 0.21
2023-06-16 00:16:14 +06:00
Nikolay Kim
0e1f0b5f73 Service container (#208)
* Enforce service readiness during call
* Introduce service sharable readiness
2023-06-16 00:16:14 +06:00
Nikolay Kim
a35535da32
Refactor timer driver (#207)
* Refactor timer driver
2023-06-04 11:20:14 +06:00
Nikolay Kim
adb74edf01
Fix borrow mut panic #204 (#205)
* Fix borrow mut panic #204
2023-05-30 19:38:58 +06:00
Nikolay Kim
efc817ffa2
ReadBuf::set_dst()/WriteBuf::set_dst() extend existing buffer if exists (#202)
* ReadBuf::set_dst()/WriteBuf::set_dst() extend existing buffer if exists
2023-05-11 23:48:24 +06:00
Nikolay Kim
77ec745ed5
Add OneRequest service (#199)
* Add OneRequest service, service that allows to handle one request at time
2023-04-21 11:18:36 -07:00
Nikolay Kim
826ff325cc Fix optional compilation 2023-04-14 09:55:04 -07:00
Nikolay Kim
44ff6a8ee6
Remove Rc<S> where S: Service as it brakes readiness check validity (#198)
* Add SharedService, a service that can be checked for readiness by multiple tasks
2023-04-14 09:48:27 -07:00
Nikolay Kim
ed9d4b217f
Better http2 config handling (#197) 2023-04-11 21:36:57 -07:00
Nikolay Kim
0669fccf09 Prep release 2023-04-11 10:00:58 -07:00
leone
5ad93d7890
chore: upgrade glommio to 0.8 (#196)
* chore: upgrade glommio to 0.8

* refactor: ntex-glommio Cargo.toml version
2023-04-11 14:13:20 +02:00
Nikolay Kim
4768ec138a Prepare release 2023-04-06 19:43:50 +02:00
Will Brown
9de3f3060f
add enter/exit fn for spawn_cbs (#195) 2023-04-06 10:39:56 -07:00
leone
369c43968e
refactor: readme.md to add documentation website (#193) 2023-03-28 18:21:52 +02:00
Nikolay Kim
9aeb50c847
Proper handling responses from ws web handler (#189)
* Proper handling responses from ws web handler
2023-03-15 09:19:49 +01:00
Nikolay Kim
3db65156ee clippy 2023-03-11 09:52:29 +01:00
Nikolay Kim
a98f63b1bf changes 2023-03-11 03:14:46 +01:00
Nikolay Kim
5ae04bc497 changes 2023-03-11 03:12:52 +01:00
Nikolay Kim
17ed3db11d
Fix signal handling #183 (#187) 2023-03-11 02:41:51 +01:00
Nikolay Kim
1a2bdf33eb
Proper handle filter/extect calls (#186) 2023-03-11 02:38:17 +01:00
Evgeniy Tatarkin
c04ce4c6c7
Don't stop h1 dispatcher on upgrade handler with await (#149) (#178) 2023-03-11 00:55:05 +01:00
Alex Orlenko
5c2495ab69
Fix typo in http client error display (#182) 2023-03-09 08:27:26 +11:00
Alex Orlenko
78a9b112c4
Make AppConfig::new() public (#184) 2023-03-03 08:21:10 +09:00
Alex Orlenko
d391f7dd06
Add ClientResponse::headers_mut() method (#180) 2023-02-27 17:07:33 -08:00
Nikolay Kim
a1690d7b34
Various tests (#173) 2023-02-05 12:19:43 +01:00
Nikolay Kim
29e04cf478
Switch to 2021 edition (#172) 2023-02-02 19:30:07 +01:00
Nikolay Kim
0c61a78d60
Better handling service readiness (#171)
* Better handling service readiness
2023-01-30 19:53:36 +01:00
Nikolay Kim
7f3efca56b
Check for nested io operations (#170) 2023-01-30 11:36:29 +01:00
Nikolay Kim
0f8387c3ac
Refactor io buffers api (#169)
* Refactor io buffers api
2023-01-29 18:02:12 +01:00
Nikolay Kim
3b6cf6a3ef fmt 2023-01-27 12:16:22 +01:00
Nikolay Kim
eae2cf2cbf Add IoRef::with_rw_buf() helper 2023-01-27 12:11:45 +01:00
Nikolay Kim
f61f4cc8c5 Custom panic message for nested buffer borrow 2023-01-27 11:54:55 +01:00
Nikolay Kim
af018b46fe Remove unneeded code 2023-01-26 16:58:23 +01:00
Nikolay Kim
2853a42d13 Cleanup io 2023-01-26 16:20:08 +01:00
Nikolay Kim
38614715ca
Refactor io write task (#167) 2023-01-26 15:18:21 +01:00
Nikolay Kim
c794439139 Remove unused deps 2023-01-25 18:42:27 +01:00
Nikolay Kim
63881e40f6
Release empty buffers (#166)
* Release empty buffers
2023-01-25 18:38:00 +01:00
Nikolay Kim
0d5cd049b1
Change io buffers layout (#165)
* Change buffers layout
2023-01-25 17:03:42 +01:00
Nikolay Kim
7abd4a61f8 Prepare release 2023-01-24 08:46:56 +01:00
leone
251e63063e
[FEATURE] FnShutdown service with on_shutdown callback (#163)
* FnShutdown service with on_shutdown callback
2023-01-24 08:42:31 +01:00
Nikolay Kim
dec6fd3dd8 Process write buffer if filter wrote to write buffer during reading 2023-01-24 08:31:26 +01:00
Nikolay Kim
dd2dda09d1 Update changes 2023-01-23 10:45:16 +01:00
Nikolay Kim
83d05d81ef
Refactor ntex-io (#164)
* Refactor Io and Filter types
2023-01-23 09:42:00 +01:00
fakeshadow
8cbd8758a5
fix double reserve of mask bytes. (#162) 2023-01-19 20:46:09 +01:00
Nikolay Kim
ce80c79091 Clippy 2023-01-17 16:56:08 +01:00
Nikolay Kim
14737c3949 Remove unused code 2023-01-17 16:37:39 +01:00
Nikolay Kim
84132bd9af Improve tests 2023-01-15 07:19:23 +01:00
Nikolay Kim
fc7553b8bc
Improve tests coverage (#161)
* improve tests coverage
* update base64 crate
2023-01-14 15:34:53 +01:00
Nikolay Kim
9bf0908f41
Include async-std to cov action (#160)
* async std for cov
2023-01-13 14:15:15 +01:00