Nikolay Kim
|
e3f58cce27
|
Redesign neon poll support (#535)
|
2025-03-19 21:13:39 +01:00 |
|
Nikolay Kim
|
4c1bc3249b
|
Experimental poll based runtime (#510)
|
2025-03-09 18:11:33 +05:00 |
|
Nikolay Kim
|
ae9d4ab331
|
Prepare release (#507)
|
2025-02-26 22:54:21 -03:00 |
|
jamescarterbell
|
9b7d001f4f
|
Add Filter impl to seal (#506)
* Add Filter impl to seal
* Version bump
* Fmt
---------
Co-authored-by: James Bell <jamesbell@microsoft.com>
|
2025-02-26 22:21:22 -03:00 |
|
Nikolay Kim
|
282e3224cd
|
Allow to access io write destination buffer (#504)
|
2025-01-21 21:32:31 +05:00 |
|
Nikolay Kim
|
22ee7f2af2
|
Better io error handling (#482)
|
2024-12-05 14:02:59 +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
|
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
|
0a376457f1
|
Do not rely on not_ready(), always check service readiness (#459)
|
2024-11-05 15:35:34 +05:00 |
|
Nikolay Kim
|
48ce0ea2bb
|
Periodically check readiness (#458)
|
2024-11-04 21:16:14 +05:00 |
|
Nikolay Kim
|
d004234f22
|
Use updated Service trait (#453)
|
2024-11-03 21:27:34 +05:00 |
|
Nikolay Kim
|
4f7d951f40
|
Disconnect on error from service readiness check (#437)
|
2024-10-15 18:36:30 +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
|
1d529fab3c
|
Refactor async io support (#417)
|
2024-09-11 18:18:45 +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
|
5f20ee2be5
|
Http gracefull shutdown support (#393)
|
2024-08-12 20:07:26 +05:00 |
|
Nikolay Kim
|
f5bad7bfa0
|
Optimize io layout (#388)
|
2024-07-30 20:07:00 +02:00 |
|
Nikolay Kim
|
b04bdf41f6
|
Use async fn for Service::ready() and Service::shutdown() (#363)
|
2024-05-28 16:55:08 +05:00 |
|
Nikolay Kim
|
55dcad5f27
|
Better write back-pressure handling (#359)
|
2024-05-12 18:39:16 +05:00 |
|
Nikolay Kim
|
33490cd360
|
Fix KeepAlive timeout handling in default dispatcher (#351)
|
2024-05-01 17:50:31 +05:00 |
|
Nikolay Kim
|
7e2e3d1730
|
Add IoRef::is_wr_backpressure() method (#331)
|
2024-03-31 13:40:03 +03:00 |
|
Nikolay Kim
|
46c3f2640e
|
Add IoBoxed::take() method (#292)
|
2024-02-05 18:54:33 +06:00 |
|
Nikolay Kim
|
16d5d1d3f4
|
Update changes
|
2024-01-09 21:12:43 +06:00 |
|
Nikolay Kim
|
174b5d86f0
|
Refactor filter factories (#278)
|
2024-01-08 15:22:38 +06:00 |
|
Nikolay Kim
|
0ba753c967
|
Adjust min io timeout (#275)
|
2024-01-07 21:15:40 +06:00 |
|
Nikolay Kim
|
412944e973
|
Prepare release
|
2024-01-07 20:26:26 +06:00 |
|
Nikolay Kim
|
60620d4587
|
Migrate ntex-io to async fn in trait
|
2024-01-07 11:34:29 +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
|
8ee296a399
|
Stop dispatcher timers on memory pool pause (#266)
|
2023-12-12 15:35:21 +06:00 |
|
Nikolay Kim
|
df613e6f2d
|
Fix KEEP-ALIVE timer handling (#264)
|
2023-12-10 08:12:33 +06:00 |
|
Nikolay Kim
|
c9993afa89
|
Optimize KEEP-ALIVE timer (#261)
|
2023-12-02 20:20:27 +06:00 |
|
Nikolay Kim
|
5e7f3259e7
|
Refactor io timers (#258)
* Tune logging
* Refactor io timers
* Refactor http h1 dispatcher
|
2023-11-30 00:37:55 +06:00 |
|
Nikolay Kim
|
ae766a5629
|
Fix keep-alive timeout handling (#257)
|
2023-11-25 21:39:55 +06:00 |
|
Nikolay Kim
|
9813dff65d
|
Refactor slow frame timeout handling (#256)
|
2023-11-23 19:03:55 +06:00 |
|
Nikolay Kim
|
096aae2732
|
Do not process data in Dispatcher from read buffer after disconnect
|
2023-11-21 00:56:09 +06:00 |
|
Nikolay Kim
|
9db4f21d71
|
Remove slow frame timer if service is not ready
|
2023-11-21 00:38:53 +06:00 |
|
Nikolay Kim
|
d441e79208
|
Remove useless logs (#249)
* Remove useless logs
|
2023-11-17 20:03:59 +06:00 |
|
Nikolay Kim
|
c6b26123ca
|
Handle io flush during write back-pressure (#246)
|
2023-11-12 21:19:33 +06:00 |
|
Nikolay Kim
|
179806020d
|
Update changes
|
2023-11-10 19:48:02 +06:00 |
|
Nikolay Kim
|
a32e25d72d
|
Read frame timeout (#241)
|
2023-11-10 12:42:23 +06:00 |
|
Nikolay Kim
|
acc5973eee
|
Prep release
|
2023-11-03 17:38:46 +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 |
|