Commit graph

36 commits

Author SHA1 Message Date
Nikolay Kim
60a686b2f6
Add io-uring driver (#515) 2025-03-11 23:31:41 +05:00
Nikolay Kim
4c1bc3249b
Experimental poll based runtime (#510) 2025-03-09 18:11:33 +05:00
Nikolay Kim
5fd9d7ce90
Enable rustls/std feature (#494) 2024-12-30 14:40:31 +01: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
8a3a8f1df8
Tune compio integration (#412) 2024-09-05 08:53:00 +05:00
Nikolay Kim
75c892742c
Extend io task contexts, for compio runtime compatibility (#404) 2024-08-28 00:39:23 +05:00
Nikolay Kim
587b248b57 Prepare io release 2024-01-09 21:10:26 +06:00
Nikolay Kim
dd6db862f3
Fix filter leak during Io drop (#274) 2023-12-25 12:15:59 +01:00
Nikolay Kim
fb1d2a268d
Better io tags handling (#269) 2023-12-14 15:42:19 +06:00
Nikolay Kim
6adeadfff0
Add io tags for logging (#267) 2023-12-12 18:18:52 +06:00
Nikolay Kim
c6b26123ca
Handle io flush during write back-pressure (#246) 2023-11-12 21:19:33 +06:00
Nikolay Kim
24ff5d6909
Refactor tls impl (#237) 2023-11-03 17:33:45 +06:00
Nikolay Kim
ea26d9ef53 Update doc 2023-11-02 16:18:57 +06:00
Nikolay Kim
02e111d373
Add missing fmt::Debug impls (#224)
* Add missing fmt::Debug impls
2023-09-11 21:43:07 +06:00
Nikolay Kim
0f8387c3ac
Refactor io buffers api (#169)
* Refactor io buffers api
2023-01-29 18:02:12 +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
0d5cd049b1
Change io buffers layout (#165)
* Change buffers layout
2023-01-25 17:03:42 +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
83d05d81ef
Refactor ntex-io (#164)
* Refactor Io and Filter types
2023-01-23 09:42:00 +01:00
Nikolay Kim
868c0324f7 Use BytesVec for io 2022-01-30 19:02:29 +06:00
Nikolay Kim
1df005f53f Refactor Filter trait, fix read buffer processing 2022-01-12 22:07:10 +06:00
Nikolay Kim
ca72be32e9 Add Io::poll_status_update() method to use instead of register_dispatcher() 2021-12-30 16:42:43 +06:00
Nikolay Kim
dc17d00ed9 Cleanup Filter trait, removed closed,want_read,want_shutdown methods 2021-12-29 15:10:24 +06:00
Nikolay Kim
89f758f8c4 Fix error handing for nested filters 2021-12-28 00:08:35 +06:00
Nikolay Kim
aca40ad6ff Do not swallow decoded read bytes in case of filter error 2021-12-27 18:28:50 +06:00
Nikolay Kim
079a1c9cbf Fix read filters ordering 2021-12-26 19:25:07 +06:00
Nikolay Kim
8bbbfde22d cleanup Filter trait 2021-12-22 13:50:14 +06:00
Nikolay Kim
ed57a964b6 cleanup ntex-io api 2021-12-20 18:43:12 +06:00
Nikolay Kim
1ccb87ea51 Remove ReadFilter/WriteFilter traits 2021-12-19 10:44:12 +06:00
Nikolay Kim
1af728eb01 impl rustls acceptor; update filter trait 2021-12-19 03:22:55 +06:00
Nikolay Kim
6bc654762d cleanup api; update tests 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