Commit graph

4793 commits

Author SHA1 Message Date
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
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