index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
/
linux
/
io_uring.zig
Age
Commit message (
Expand
)
Author
2022-10-11
io_uring: allow for nullable arguments
mllken
2022-07-16
Fix io_uring tests (#12134)
Vincent Rischmann
2022-07-05
std.os.linux.io_uring: work around LLVM bug
Andrew Kelley
2022-06-07
add const to msghdr_const iov and control pointers
Jonathan Marler
2022-06-06
std: fix ambiguous references
Veikka Tuominen
2022-05-25
io_uring: replace the readv method with a read on a new ReadBuffer type
Vincent Rischmann
2022-05-25
io_uring: add tests for automatic buffer selection
Vincent Rischmann
2022-05-25
io_uring: use the socket test harness
Vincent Rischmann
2022-05-25
io_uring: add a test harness for server/client TCP socket tests
Vincent Rischmann
2022-05-25
io_uring: change recv() to use a RecvBuffer instead
Vincent Rischmann
2022-05-25
io_uring: change read() to use a ReadBuffer instead
Vincent Rischmann
2022-05-25
io_uring: add provide_buffers and remove_buffers
Vincent Rischmann
2022-05-10
io_uring cancel test must tolerate CQ reordering
Brian Gold
2022-03-03
os/linux/io_uring: add recvmsg and sendmsg (#10212)
Hiroaki Nakamura
2022-01-04
io_uring: improve IO_Uring.copy_cqe
Vincent Rischmann
2022-01-01
io_uring: fix version check in tests
Vincent Rischmann
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-12
os/linux/io_uring: implement linkat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement symlinkat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement mkdirat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement unlinkat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement renameat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement shutdown
Vincent Rischmann
2021-12-01
Fix test for io_uring link_timeout
Hiroaki Nakamura
2021-11-29
std: add workaround for failing io_uring test
Andrew Kelley
2021-11-23
Merge pull request #10151 from hnakamur/zig
Hiroaki Nakamura
2021-11-16
io_uring: implement register_files_update
Vincent Rischmann
2021-11-14
Merge pull request #10081 from hnakamur/lib_std_os_linux_io_uring_cancel
Andrew Kelley
2021-11-14
io_uring: add poll_update
Kenta Iwasaki
2021-11-12
Use io_uring_prep_rw in io_uring_prep_cancel
Hiroaki Nakamura
2021-11-12
std.os.linux: Add cancel and io_uring_prep_cancel
Hiroaki Nakamura
2021-11-09
io_uring: skip statx test failure on older kernels
Andrew Kelley
2021-11-09
os/linux/io_uring: implement statx
Vincent Rischmann
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-22
io_uring: implement read_fixed/write_fixed
Vincent Rischmann
2021-09-01
fix regression on linux with kernel_timespec
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-13
Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449)
Ayende Rahien
2021-07-11
io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_remove
Kenta Iwasaki
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-07
test: fix std.time timing tests to skip on failure
Michael Dusan
2021-04-02
test: fix io_uring timing test to skip on failure
Michael Dusan
2021-03-14
std: Replace testing fns for floating-point values
LemonBoy
2021-03-12
std/linux: sync io_uring library with liburing
Isaac Freund
[next]