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
2024-01-14
std.os.linux.io_uring: fix compilation errors
Andrew Kelley
2024-01-14
Merge pull request #18025 from ianic/io_uring_send_zc
Andrew Kelley
2023-12-12
allow sqe entries up to 32768
loris
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-18
io_uring: fix ci failing test
Igor Anić
2023-11-17
io_uring: try to pass windows/macos tests
Igor Anić
2023-11-17
io_uring: make Linux version check runtime instead od comptime
Igor Anić
2023-11-17
io_uring: include review comments
Igor Anić
2023-11-17
io_uring: use kernel version test in send_zc test
Igor Anić
2023-11-17
io_uring: simplify tests by checking kernel version
Igor Anić
2023-11-17
io_uring: add direct operations
Igor Anić
2023-11-10
io_uring: add zero-copy send operation
Igor Anić
2023-11-08
fix io_uring tests on kernel 5.4
Igor Anić
2023-11-08
fix io_uring timeout_remove test on kernel 5.4
Igor Anić
2023-11-06
io_uring: add multishot accept operation
Igor Anić
2023-10-27
Merge pull request #17716 from jacobly0/x86_64
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-27
std.io_uring: Improve splice implementation
joadnacer
2023-10-27
std.linux: Update io_uring structs and consts for kernel 6.3.8
joadnacer
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
linux.io_uring: Implement splice functions
joadnacer
2023-09-04
Make a Couple Syscall Comments Consistent (#17066)
Jim Calabro
2023-07-24
io_uring: let the OS choose a free local port for all tests
mllken
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-19
work around an intermittent io_uring test failure
Andrew Kelley
2023-03-30
Change ordering of prep provide buffers args
bing
2023-03-15
std lib tests: avoid cwd races by using std.testing.tmpDir
Andrew Kelley
2023-03-15
disable std lib unit tests that hard code port numbers
Andrew Kelley
2023-01-16
std.os.linux.io_uring: fix ABI error
Veikka Tuominen
2022-10-13
io_uring: ignore SOCK_NONEMPTY for reproducible tests
Jacob Young
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
[next]