Commit graph

4868 commits

Author SHA1 Message Date
Nikolay Kim
effce6915f
Notify readiness waiters if ready call get dropped (#431) 2024-09-29 16:39:26 +05:00
Nikolay Kim
0d6f348fc2
Remove must_use from condition::Waiter (#430) 2024-09-26 16:47:39 +05:00
Nikolay Kim
acb18e500c Enable rustls for docs.rs 2024-09-25 19:24:26 +05:00
Nikolay Kim
9406613908
Disable default features for rustls (#429) 2024-09-25 19:14:56 +05:00
Nikolay Kim
b0baf01576
Upgrade to glommio 0.9 (#427) 2024-09-24 14:23:19 +05:00
Nikolay Kim
302e7951d6
Allow to set io tag for web server (#426) 2024-09-24 13:44:47 +05:00
Nikolay Kim
b50aa31fdc
Upgrade to compio v0.12 (#425) 2024-09-24 12:37:26 +05:00
Nikolay Kim
c0d5da8a1e Prep release 2024-09-18 20:33:14 +05:00
jamescarterbell
16bc0d61a7
Publicize Connect trait access (#422) 2024-09-18 20:18:49 +05:00
Nikolay Kim
69f150e3f6
io cleanup (#418) 2024-09-11 18:35:55 +05:00
Nikolay Kim
1d529fab3c
Refactor async io support (#417) 2024-09-11 18:18:45 +05:00
Nikolay Kim
db6d3a6e4c
Stop write task if io is closed (#416) 2024-09-07 10:04:08 +05:00
Nikolay Kim
3edb54ffdf
Fix tests runner (#413) 2024-09-05 19:32:38 +05:00
Nikolay Kim
a1d260cd82 Update changes 2024-09-05 09:00:08 +05:00
Nikolay Kim
85b076c640
Initial support for compio runtime (#399) 2024-09-05 08:57:04 +05:00
Nikolay Kim
8a3a8f1df8
Tune compio integration (#412) 2024-09-05 08:53:00 +05:00
Nikolay Kim
432791356c
Allow to override block_on function (#411) 2024-09-02 15:46:31 +05:00
Nikolay Kim
d87d9b2139
No runtime compatibility (#409) 2024-08-29 19:55:43 +05:00
Nikolay Kim
4924ecf472
Add compio runtime support (#408) 2024-08-29 17:15:10 +05:00
Nikolay Kim
7944f30f56
Add compio runtime support (#407) 2024-08-29 17:02:09 +05:00
Nikolay Kim
20011a9120
Compio net subsystem integration (#406) 2024-08-29 14:48:18 +05:00
Nikolay Kim
75c892742c
Extend io task contexts, for compio runtime compatibility (#404) 2024-08-28 00:39:23 +05:00
Nikolay Kim
487faa3379 Update tests 2024-08-26 19:09:55 +05:00
Nikolay Kim
d061a1acf2
Cleanup (#402) 2024-08-26 19:06:21 +05:00
Nikolay Kim
c71678c999
Fix rustls client/server filters (#401) 2024-08-26 16:00:48 +05:00
Nikolay Kim
9b24698087
Remove mpsc::Sender::downgrade() (#397) 2024-08-19 16:30:58 +05:00
Nikolay Kim
7445f7b45a
Allow to send clonable value via Condition (#396) 2024-08-19 15:02:13 +05:00
Nikolay Kim
f748b6efa5
Allow to use generic middlewares #390 (#394) 2024-08-13 16:17:52 +05:00
Nikolay Kim
5f20ee2be5
Http gracefull shutdown support (#393) 2024-08-12 20:07:26 +05:00
Nikolay Kim
f574916e15 Restore example 2024-07-31 00:02:31 +02:00
Nikolay Kim
6e5fea742b
Better handling for connection upgrade #385 (#389) 2024-07-31 00:00:16 +02:00
Nikolay Kim
f5bad7bfa0
Optimize io layout (#388) 2024-07-30 20:07:00 +02:00
Nikolay Kim
d81e089059
Add LocalWaker::with() helper (#387) 2024-07-30 12:40:51 +02:00
Nikolay Kim
e9f3541726 No need to mut self 2024-07-19 22:14:02 +02:00
jamescarterbell
7c6235cdc4
Add Server to TestServer (#383)
* Add Server to TestServer

* Version bump

---------

Co-authored-by: James Bell <jamesbell@microsoft.com>
2024-07-16 22:40:02 +02:00
Nikolay Kim
d39611d246
Clippy warnings (#382) 2024-07-16 22:13:33 +02:00
Nikolay Kim
2cbc42730b Fix clippy warnings 2024-07-16 21:14:53 +02:00
Nikolay Kim
1c5ab68df6
Expose TetServer::stop() method (#381) 2024-07-16 21:03:38 +02:00
Nikolay Kim
1331a6eadb Prep release 2024-06-27 19:22:33 +05:00
Nikolay Kim
192bdc8537
Shutdown service on error and on worker shutdown (#376) 2024-06-27 19:19:15 +05:00
Nikolay Kim
e3dd4b3908
Add task::yield_to() helper (#375) 2024-06-26 16:12:27 +05:00
Nikolay Kim
0255df9f16
Fix handling of connection header #370 (#373) 2024-06-22 13:50:17 +02:00
Nikolay Kim
e0b5284fdd
More tests (#368) 2024-05-29 20:30:14 +05:00
Nikolay Kim
34142e1ae2
Fix handling not consumed request's payload (#367) 2024-05-29 18:29:49 +05:00
Nikolay Kim
9c29de14cf
Fix handling payload timer after payload got consumed (#366) 2024-05-29 17:42:18 +05:00
Nikolay Kim
3b49828e5f
Use async fn for Service::ready() and Service::shutdown() (#364) 2024-05-28 19:26:08 +05:00
Nikolay Kim
c52db3fd10
Re-enable BufferService (#365) 2024-05-28 18:12:24 +05:00
Nikolay Kim
b04bdf41f6
Use async fn for Service::ready() and Service::shutdown() (#363) 2024-05-28 16:55:08 +05:00
Nikolay Kim
dec6ab083a
Use "async fn" for Service::ready() and Service::shutdown() methods (#361) 2024-05-28 16:37:16 +05:00
msga-mmm
d8f55decb0
test: improve test coverage (#358)
* test(ntex-util): incrase time module coverage

* test(middleware): increase coverage in defaultheaders

* test(middleware/compress): improve test coverage
2024-05-13 13:41:26 +05:00