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

4884 commits

Author SHA1 Message Date
Nikolay Kim
95a512bc5a
Optimize io driver ()
* Update neon api usage

* Refactor polling impl
2025-04-05 20:16:57 +05:00
Nikolay Kim
01d3a2440b
Prepare net release () 2025-03-28 21:26:07 +01:00
Nikolay Kim
f5ee55d598
Handle socket close for poll driver () 2025-03-28 21:06:11 +01:00
Nikolay Kim
e4f24ee41f Handle flaky tests 2025-03-28 11:39:24 +01:00
Nikolay Kim
f6fe9c3e10
Improve tests () 2025-03-28 10:07:10 +01:00
Nikolay Kim
30928d019c
Improve tests () 2025-03-28 09:11:59 +01:00
Nikolay Kim
e9a1284151
Better worker availability handling () 2025-03-28 08:51:44 +01:00
Nikolay Kim
8f2d5056c9
Return PayloadError::Incomplete on server disconnect () 2025-03-28 02:10:25 +01:00
Nikolay Kim
f647ad2eac
Update tests () 2025-03-27 22:16:51 +01:00
Ruangyot Nanchiang
728ab919a3
Expose WebStack for external wrapper support in downstream crates ()
* add public ServiceConfig::register constructor to support external configuration ()

* fix: doctest ServiceConfig::register() error ()

* add unit testing for ServiceConfig::register()

* replace pub(crate) to pub in ServiceConfig::new() ()

* replace pub to pub(crate) for ServiceConfig::new() and add pub for mod ntex::web::stack instead

* remove unsed DefaultError import in config.rs tests

---------

Co-authored-by: RuangyotN <ruangyotn@skyller.co>
2025-03-27 22:12:34 +01:00
Nikolay Kim
b2915f4868
Improve tests () 2025-03-27 20:45:43 +01:00
Nikolay Kim
eb4ec4b3e1
Add Arbiter::get_value() helper method () 2025-03-26 14:40:05 +01:00
Nikolay Kim
0d3f1293c9
Update neon runtime () 2025-03-25 12:40:42 +01:00
Ruangyot Nanchiang
e903e65e27
add public ServiceConfig::register constructor to support external configuration () ()
* add public ServiceConfig::register constructor to support external configuration ()

* fix: doctest ServiceConfig::register() error ()

* add unit testing for ServiceConfig::register()

* replace pub(crate) to pub in ServiceConfig::new() ()

---------

Co-authored-by: RuangyotN <ruangyotn@skyller.co>
2025-03-25 12:31:09 +01:00
Nikolay Kim
eaec50d8a2
Prepare release () 2025-03-22 22:17:59 +01:00
Drew Pirrone-Brusse
b32df88500
Publicize web::app_service::AppService () 2025-03-22 22:16:00 +01:00
Nikolay Kim
5484009c92
Simplify neon poll impl () 2025-03-21 08:21:45 +01:00
Nikolay Kim
bf6b1d6c79
Maintain interest info for poll driver () 2025-03-20 08:56:31 +01:00
Nikolay Kim
e3f58cce27
Redesign neon poll support () 2025-03-19 21:13:39 +01:00
Nikolay Kim
e904cf85f1 Fix tls examples 2025-03-18 06:10:52 +01:00
Nikolay Kim
3b58f5a111
Add delay for test server availability, could cause connect race () 2025-03-18 05:50:28 +01:00
Nikolay Kim
5621ca1898
Add check for required io-uring opcodes () 2025-03-17 22:03:55 +01:00
Nikolay Kim
11734e8f1b Run neon tests forst 2025-03-17 04:57:28 +01:00
Nikolay Kim
5426790eb0
Remove brotli support () 2025-03-16 12:38:09 +01:00
Nikolay Kim
7417ee3a4b
Allow to run publish future to completion in case error () 2025-03-16 12:11:01 +01:00
Nikolay Kim
1f71b200ad
Close FD in various case for poll driver () 2025-03-16 12:09:09 +01:00
Nikolay Kim
f15c3203b1
Fix operation cancelation handling for poll driver () 2025-03-15 01:19:35 +05:00
Nikolay Kim
a83ed4c3fa Fix op cancelation in poll driver 2025-03-14 23:04:33 +05:00
Nikolay Kim
ae5980cdd9
Fix operation cancelation handling for io-uring driver () 2025-03-14 22:46:48 +05:00
Nikolay Kim
5db953cea5 no-test-logging impl 2025-03-14 20:11:28 +05:00
Nikolay Kim
d3f9275f7a
Prep ntex release () 2025-03-14 20:07:57 +05:00
Nikolay Kim
fe108f30c9
Fix socket connect for io-uring driver () 2025-03-14 20:05:22 +05:00
Nikolay Kim
14d2634e3d
Add readiness checks () 2025-03-14 15:39:43 +05:00
Nikolay Kim
81eaf88752
Remove neon::net dep () 2025-03-14 15:13:31 +05:00
Nikolay Kim
9a8a2b3216
Check test server availability before using it () 2025-03-14 14:08:43 +05:00
Nikolay Kim
ab5fb624b7
Use new values api () 2025-03-13 17:42:59 +05:00
Nikolay Kim
cfc32ed74f
Update neon apis () 2025-03-13 16:17:19 +05:00
Nikolay Kim
ecfc2936b5
ntex-rt improvements () 2025-03-13 02:07:26 +05:00
Nikolay Kim
2db266ca0c Use release for neon 2025-03-12 15:14:46 +05:00
Nikolay Kim
12afaa00ea
Refactor uring feature () 2025-03-12 15:12:28 +05:00
Nikolay Kim
db16b71c5f
fmt () 2025-03-12 01:15:32 +05:00
jamescarterbell
dcc08b72d8
Feature/add spawn with ()
* Adds send bound to arbiter exec

* Adds spawn with function


---------

Co-authored-by: James Bell <jamesbell@microsoft.com>
2025-03-12 00:31:20 +05:00
Nikolay Kim
9c78181c7b fix features 2025-03-12 00:25:32 +05:00
Nikolay Kim
b8f8d637b0 fix features 2025-03-11 23:57:27 +05:00
Nikolay Kim
60a686b2f6
Add io-uring driver () 2025-03-11 23:31:41 +05:00
Nikolay Kim
47afec7351 Merge release 2025-03-11 14:44:57 +05:00
Nikolay Kim
6a0aa33504 Prepare release 2025-03-11 14:41:39 +05:00
jamescarterbell
f520e88dd7 Adds send bound to arbiter exec ()
Co-authored-by: James Bell <jamesbell@microsoft.com>
2025-03-11 14:40:36 +05:00
jamescarterbell
8cfe0e50b1
Adds send bound to arbiter exec ()
Co-authored-by: James Bell <jamesbell@microsoft.com>
2025-03-11 14:39:22 +05:00
Nikolay Kim
e6a25db7ee Fix neon compat 2025-03-10 12:42:59 +05:00