Nikolay Kim
|
5fd9d7ce90
|
Enable rustls/std feature (#494)
|
2024-12-30 14:40:31 +01:00 |
|
metent
|
48702413f3
|
Add build checks (#491)
|
2024-12-30 14:05:48 +01:00 |
|
Nikolay Kim
|
a049a05c33
|
Fix error log (#493)
|
2024-12-30 12:02:43 +01:00 |
|
Nikolay Kim
|
80676aa242
|
Tune shutdown logging (#489)
|
2024-12-26 10:05:25 +01:00 |
|
Nikolay Kim
|
b5be9502b4
|
Remove Unpin requirements for Arbiter::spawn() (#485)
|
2024-12-10 19:57:10 +05:00 |
|
Nikolay Kim
|
22ee7f2af2
|
Better io error handling (#482)
|
2024-12-05 14:02:59 +05:00 |
|
Nikolay Kim
|
2631e70a4b
|
Fix tests
|
2024-12-04 15:28:02 +05:00 |
|
Nikolay Kim
|
e222832270
|
Check service readiness for every turn
|
2024-12-04 15:23:20 +05:00 |
|
Nikolay Kim
|
e33149df1b
|
Added Service::poll() method (#481)
|
2024-12-04 13:33:20 +05:00 |
|
Nikolay Kim
|
80d20e4371
|
Add time::Sleep::elapse() method (#480)
|
2024-12-03 18:52:55 +05:00 |
|
Nikolay Kim
|
b5a4a3cb5b
|
Depend on individual compio packages (#479)
|
2024-12-02 02:00:50 -08:00 |
|
Nikolay Kim
|
a7666e4881
|
Fix handling unconsumed payload in h1 dispatcher #477 (#478)
|
2024-12-01 03:40:20 -08:00 |
|
Nikolay Kim
|
8470ad7fe3
|
Move body related types from ntex::http (#474)
|
2024-11-29 19:59:09 -08:00 |
|
Nikolay Kim
|
49d83848b2
|
Disable default features for compio runtime (#473)
|
2024-11-27 22:39:26 -08:00 |
|
Nikolay Kim
|
b42d7954c0
|
Update to compio 0.13 (#471)
|
2024-11-25 15:35:53 -08:00 |
|
Nikolay Kim
|
badf2a8cf8
|
Prep release (#470)
|
2024-11-23 22:18:12 -08:00 |
|
Nikolay Kim
|
3e564e68c9
|
Remove debug prints
|
2024-11-19 13:47:20 -08:00 |
|
Nikolay Kim
|
98646dee57
|
Use Cell instead of RefCell for timer (#467)
|
2024-11-19 13:32:07 -08:00 |
|
Nikolay Kim
|
daeded8f3b
|
Add client timeout test (#466)
|
2024-11-19 05:40:39 -08:00 |
|
Nikolay Kim
|
c657b9c2d6
|
Run un-readiness check in separate task (#464)
|
2024-11-10 16:47:33 +05:00 |
|
Nikolay Kim
|
a97059aa9b
|
Check service readiness once per decoded item (#463)
|
2024-11-10 15:24:00 +05:00 |
|
Nikolay Kim
|
5700a50f56
|
Fix un-needed wakeups for unready future (#462)
|
2024-11-10 14:41:51 +05:00 |
|
Nikolay Kim
|
0a376457f1
|
Do not rely on not_ready(), always check service readiness (#459)
|
2024-11-05 15:35:34 +05:00 |
|
Nikolay Kim
|
9bf6f3111d
|
rustfmt
|
2024-11-04 21:50:43 +05:00 |
|
Nikolay Kim
|
6d1d77398c
|
Update more tests
|
2024-11-04 21:31:10 +05:00 |
|
Nikolay Kim
|
d1df62ffa7
|
Update tests
|
2024-11-04 21:19:35 +05:00 |
|
Nikolay Kim
|
9ae3d06aa3
|
Periodically check readiness
|
2024-11-04 21:17:24 +05:00 |
|
Nikolay Kim
|
48ce0ea2bb
|
Periodically check readiness (#458)
|
2024-11-04 21:16:14 +05:00 |
|
Nikolay Kim
|
ddbc4a722d
|
Optimize readiness handling (#457)
|
2024-11-04 18:18:15 +05:00 |
|
Nikolay Kim
|
c26b336fe5
|
Use updated Service trait for ntex (#456)
|
2024-11-04 14:04:00 +05:00 |
|
Nikolay Kim
|
5f6600c814
|
Update Service trait and use unified Counter (#455)
|
2024-11-04 12:49:18 +05:00 |
|
Nikolay Kim
|
30115bf2d5
|
Use updated Service trait (#454)
|
2024-11-04 11:20:55 +05:00 |
|
Nikolay Kim
|
d004234f22
|
Use updated Service trait (#453)
|
2024-11-03 21:27:34 +05:00 |
|
Nikolay Kim
|
c303d02f89
|
Update buffer service (#452)
|
2024-11-03 13:39:11 +05:00 |
|
Nikolay Kim
|
a30147120d
|
Deprecated std::task::ready re-export (#451)
|
2024-11-02 18:12:21 +05:00 |
|
Nikolay Kim
|
8288fc0364
|
Use updated Service trait (#450)
|
2024-11-02 17:44:35 +05:00 |
|
Nikolay Kim
|
011e9cdfea
|
Added Service::not_ready() method (#449)
|
2024-11-02 12:49:49 +05:00 |
|
Nikolay Kim
|
d8f2c87781
|
It is not required to close compio sockets explicitly #444 (#446)
|
2024-10-31 16:21:20 +05:00 |
|
Nikolay Kim
|
fc67031a3a
|
Fix shared readiness notification (#445)
|
2024-10-31 15:31:37 +05:00 |
|
Nikolay Kim
|
5429eb7d24
|
Introduce PipelineTag, which allows to notify pipeline binding (#441)
|
2024-10-19 09:42:28 +09:00 |
|
Nikolay Kim
|
cb0c03f266
|
Allow to skip runtime feature for clippy run (#440)
|
2024-10-17 17:22:37 +05:00 |
|
Nikolay Kim
|
dedb7de64c
|
Better handling for h2 remote payload (#439)
|
2024-10-16 20:46:40 +05:00 |
|
Nikolay Kim
|
4f7d951f40
|
Disconnect on error from service readiness check (#437)
|
2024-10-15 18:36:30 +05:00 |
|
Nikolay Kim
|
5a907c8ed8
|
Force runtime selection (#435)
|
2024-10-11 17:37:59 +05:00 |
|
Nikolay Kim
|
b0a7658bf1
|
Fix tests (#434)
|
2024-10-10 19:19:12 +05:00 |
|
Nikolay Kim
|
d101fbc668
|
Do not check readiness for dispatcher call
|
2024-10-10 18:57:24 +05:00 |
|
Nikolay Kim
|
c670b51983
|
Return error for Io::poll_read_ready() if io is closed (#433)
|
2024-10-07 21:43:43 +02:00 |
|
Nikolay Kim
|
3a7477004f
|
Return error for IoRef::write(), IoRef::with_write_buf(), Io::poll_flush() if io is closed (#432)
|
2024-10-07 20:26:40 +02:00 |
|
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 |
|