issues
search
Thomasdezeeuw
/
a10
Library safely exposing the io_uring API.
MIT License
55
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release v0.2.1
#141
Thomasdezeeuw
closed
3 months ago
0
Close fd with blocking syscall if ring is full
#140
Thomasdezeeuw
closed
4 months ago
0
Use DropWaker SubmissionQueue::cancel_op
#139
Thomasdezeeuw
closed
4 months ago
0
Fix some typos
#138
Thomasdezeeuw
closed
4 months ago
0
Add AsyncFd::truncate
#137
Thomasdezeeuw
closed
4 months ago
0
Add Linux kernel v6.11 operations
#136
Thomasdezeeuw
opened
4 months ago
0
Export Cancel from the root of the crate
#135
Thomasdezeeuw
closed
5 months ago
0
Link to manual pages in docs
#134
Thomasdezeeuw
closed
5 months ago
0
Update to checkout v4 in CI
#133
Thomasdezeeuw
closed
5 months ago
0
Release v0.2.0
#132
Thomasdezeeuw
closed
5 months ago
0
Add back closing fd test to connect test
#131
Thomasdezeeuw
closed
5 months ago
0
Fix flaky cancel tests
#130
Thomasdezeeuw
closed
5 months ago
0
Add Linux kernel v6.10 operations
#129
Thomasdezeeuw
opened
6 months ago
1
Fix cancellation flakyness in tests
#128
Thomasdezeeuw
closed
5 months ago
0
Various
#127
Thomasdezeeuw
closed
7 months ago
0
Look into mmaping the queue memory our selves
#126
Thomasdezeeuw
opened
7 months ago
0
Add Linux kernel v6.9 operations
#125
Thomasdezeeuw
closed
4 months ago
0
Add missing operations
#124
Thomasdezeeuw
opened
7 months ago
0
Set IOSQE_ASYNC for some operations
#123
Thomasdezeeuw
closed
7 months ago
0
Remove deprecated API
#122
Thomasdezeeuw
closed
7 months ago
0
Add support for enabling direct descriptors after Config
#121
Thomasdezeeuw
opened
7 months ago
0
Use direct descriptor for Ring
#120
Thomasdezeeuw
opened
7 months ago
0
Additional testing using direct descriptors
#119
Thomasdezeeuw
opened
7 months ago
0
Rename Signals methods
#118
Thomasdezeeuw
closed
5 months ago
1
Move signals module into the process module
#117
Thomasdezeeuw
closed
7 months ago
0
Move msg functions to msg module
#116
Thomasdezeeuw
closed
7 months ago
0
Move poll functions
#115
Thomasdezeeuw
closed
7 months ago
0
Remove deprecated items
#114
Thomasdezeeuw
closed
7 months ago
0
Have borrowed and owned versions of Futures w.r.t. SubmissionQueue
#113
Thomasdezeeuw
opened
7 months ago
2
Use BorrowedFd in OneshotPoll and MultishotPoll
#112
Thomasdezeeuw
closed
5 months ago
1
Update bindgen to v0.69
#111
Thomasdezeeuw
closed
7 months ago
0
Use 32 bit pointer for SubmissionQueue to shrink AsyncFd
#110
Thomasdezeeuw
opened
7 months ago
0
Add additional configuration options
#109
Thomasdezeeuw
closed
8 months ago
0
Add Config::disable and Ring::enable
#108
Thomasdezeeuw
closed
8 months ago
0
Release v0.1.7
#107
Thomasdezeeuw
closed
8 months ago
0
Add AsyncFd::(set_)socket_option
#106
Thomasdezeeuw
closed
8 months ago
0
Move signal module into process module
#105
Thomasdezeeuw
closed
7 months ago
0
Update to stable kv feature of log
#104
Thomasdezeeuw
closed
8 months ago
0
Add process:wait(_on)
#103
Thomasdezeeuw
closed
8 months ago
0
Add support for io_uring's direct descriptors
#102
Thomasdezeeuw
closed
7 months ago
1
Add Linux kernel v6.8 operations
#101
Thomasdezeeuw
closed
7 months ago
0
Move SubmissionQueue::{msg_listener,(try_)send_msg} to msg module
#100
Thomasdezeeuw
closed
7 months ago
0
Move SubmissionQueue::{oneshot,multishot}_poll to stand alone functions
#99
Thomasdezeeuw
closed
7 months ago
0
Enable more santizers on the CI
#98
Thomasdezeeuw
opened
10 months ago
1
Enable AddressSanitizer on CI
#97
Thomasdezeeuw
closed
10 months ago
0
Fix memory leak in ReceiveSignals
#96
Thomasdezeeuw
closed
10 months ago
0
Fix network test flakyness
#95
Thomasdezeeuw
closed
10 months ago
0
Various small improvements
#94
Thomasdezeeuw
closed
10 months ago
0
Better cancelation for dropping incomplete Futures
#93
Thomasdezeeuw
closed
10 months ago
0
Cancel OneshotPoll and MultishotPoll operations on drop
#92
Thomasdezeeuw
closed
10 months ago
0
Next