1
0
Fork 0
mirror of https://github.com/ntex-rs/ntex.git synced 2025-04-07 06:47:39 +03:00
Commit graph

26 commits

Author SHA1 Message Date
Nikolay Kim
c26b336fe5
Use updated Service trait for ntex () 2024-11-04 14:04:00 +05:00
Nikolay Kim
1d529fab3c
Refactor async io support () 2024-09-11 18:18:45 +05:00
Nikolay Kim
db6d3a6e4c
Stop write task if io is closed () 2024-09-07 10:04:08 +05:00
Nikolay Kim
b04bdf41f6
Use async fn for Service::ready() and Service::shutdown() () 2024-05-28 16:55:08 +05:00
Nikolay Kim
b71cad76bf
Move ntex::server to ntex-server () 2024-03-23 22:18:50 +01:00
Nikolay Kim
587b248b57 Prepare io release 2024-01-09 21:10:26 +06:00
Nikolay Kim
c864b10e62 Prepare release 2024-01-09 20:17:07 +06:00
Nikolay Kim
48eb1c5e54 Update license 2024-01-08 21:32:26 +06:00
Nikolay Kim
412944e973 Prepare release 2024-01-07 20:26:26 +06:00
Nikolay Kim
2e12cc6edf Migrate ntex-connect to async fn in trait 2024-01-07 11:39:57 +06:00
Nikolay Kim
f2cd676ac3 Optimize read task 2023-11-12 18:22:54 +06:00
Nikolay Kim
6382ef6b40
Refactor service pipelines () 2023-06-22 18:39:09 +06:00
Nikolay Kim
1b199712a9 Update versions 2023-06-16 20:32:52 +06:00
Nikolay Kim
7960b550c9 Migrate to ntex-service 1.2 ()
* Migrate to ntex-service 1.2
2023-06-16 00:16:14 +06:00
Nikolay Kim
17ed3db11d
Fix signal handling () 2023-03-11 02:41:51 +01:00
Nikolay Kim
29e04cf478
Switch to 2021 edition () 2023-02-02 19:30:07 +01:00
Nikolay Kim
38614715ca
Refactor io write task () 2023-01-26 15:18:21 +01:00
Nikolay Kim
83d05d81ef
Refactor ntex-io ()
* Refactor Io and Filter types
2023-01-23 09:42:00 +01:00
Nikolay Kim
f44cad4512 Prepare release 2023-01-04 12:19:52 +01:00
Nikolay Kim
b416386bae Update versions 2022-12-28 09:36:16 +01:00
Nikolay Kim
537d8dc18d
Use GAT ()
* Rename Transform to Middleware

* Drop FnService's shutdown helper

* refactor Service trait to use GAT

* Migrate ntex to new service

* move Stack to service

* use BoxFuture

* simplify poll_shitdown method
2022-12-26 19:58:38 +01:00
Nikolay Kim
868c0324f7 Use BytesVec for io 2022-01-30 19:02:29 +06:00
Nikolay Kim
a2dd66815d Fix potential BorrowMutError 2022-01-12 22:09:49 +06:00
Nikolay Kim
d359b6cf0b update ntex-tokio changes 2022-01-10 09:15:24 +06:00
Nikolay Kim
eac1f068fb Add optional simd utf8 validation 2022-01-09 19:43:49 +06:00
Nikolay Kim
847f2738dd
Refactor async runtimes support ()
* refactor async runtimes support
2022-01-03 21:24:49 +06:00