 Minh VuandGitHub
|
5e16ee00fa
|
task: avoid replacing the JoinQueue waker in try_join_next (#8279)
Do not poll pending join handles with a noop waker, since that can replace the waker registered by poll_join_next and leave its caller asleep.
|
2026-07-16 13:15:11 +02:00 |
|
 Minh VuandGitHub
|
145f124d98
|
ci: preserve QEMU exit status in uring kernel tests (#8271)
|
2026-07-14 09:52:32 +02:00 |
|
 Minh VuandGitHub
|
6e8475dd60
|
time: wake DelayQueue after resetting to expired (#8274)
Resetting an item into the expired stack bypassed the existing Sleep reset
path, leaving a pending consumer asleep until an unrelated deadline.
|
2026-07-14 09:33:59 +02:00 |
|
 Minh VuandGitHub
|
962420a4f3
|
codec: document UdpFramed decoder errors (#8248)
|
2026-07-06 13:44:17 +02:00 |
|
 Minh VuandGitHub
|
98104c36f1
|
stream: honor StreamMap::next_many limit (#8215)
|
2026-07-01 17:55:20 +02:00 |
|
 Minh VuandGitHub
|
f59aae423e
|
stream: fix overflow in StreamMap::size_hint (#8216)
|
2026-06-23 09:49:54 +02:00 |
|
 Minh VuandGitHub
|
dc3a883b99
|
examples: connect proxy upstream per client (#8217)
|
2026-06-23 09:49:33 +02:00 |
|
 Minh VuandGitHub
|
c6af672353
|
io: advance partially written buffers correctly in write_all_vectored (#8159)
|
2026-05-21 01:21:35 -07:00 |
|