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
Group-Canceled
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
groupAwait
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
/
Io
Age
Commit message (
Expand
)
Author
2025-10-29
std.Io.Threaded: implement futexes for freebsd
Andrew Kelley
2025-10-29
std.Io.Threaded: don't skip executing canceled group closures
Andrew Kelley
2025-10-29
link: move the windows kernel bug workaround to Io implementation
Andrew Kelley
2025-10-29
std.Io.Threaded: fix openSelfExe for Windows
Andrew Kelley
2025-10-29
std.Io.net.HostName: fix missing group cancel
Andrew Kelley
2025-10-29
std.Io.net: skip testing netInterfaceNameResolve on Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: fix compilation on pthreads linux
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netWrite for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netRead for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement cancellation for pthreads
Andrew Kelley
2025-10-29
std.Io.Threaded: closures must always be run even when canceled
Andrew Kelley
2025-10-29
std.Io: adjust concurrent error set
Andrew Kelley
2025-10-29
std.Io.net: make it easier to use netReceiveMany correctly
Andrew Kelley
2025-10-29
std.Io.Threaded: add ioBasic which disables networking
Andrew Kelley
2025-10-29
std.Io.Threaded: implement fileStat for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: stub netConnectUnix for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: stub netListenUnix for Windows
Andrew Kelley
2025-10-29
std.Io.Kqueue: implement wait queue per fd
Andrew Kelley
2025-10-29
std.Io.Kqueue: add missing Thread deinit logic
Andrew Kelley
2025-10-29
std.Io.Kqueue: implement EAGAIN logic for netRead
Andrew Kelley
2025-10-29
std.Io.Kqueue: implement netRead
Andrew Kelley
2025-10-29
std.Io.Threaded: fix setting of O_NONBLOCK flag
Andrew Kelley
2025-10-29
std.Io.Kqueue: implement netConnect
Andrew Kelley
2025-10-29
std.Io.Kqueue: implement netSend
Andrew Kelley
2025-10-29
concurrent and await
Andrew Kelley
2025-10-29
one kqueue per thread
Andrew Kelley
2025-10-29
revert adding asyncDetached
Andrew Kelley
2025-10-29
add bind
Andrew Kelley
2025-10-29
std.Io: add Kqueue implementation
Andrew Kelley
2025-10-29
std.Io.net.Socket.send: fix compilation errors
Andrew Kelley
2025-10-29
std.Io.Threaded: fix sending invalid pointer
Andrew Kelley
2025-10-29
std.Io.Threaded: fix signature of dirMakeOpenPathWasi
Andrew Kelley
2025-10-29
std.Io.Threaded: delete Windows implementation of if_nametoindex
Andrew Kelley
2025-10-29
std.process.Child: update for std.Io changes
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netLookup for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement Windows futex functions
Andrew Kelley
2025-10-29
std.Io.Threaded: fix compilation failures on Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netConnectIp for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netBindIp for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netAccept for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netListen for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirOpenDir
Andrew Kelley
2025-10-29
std.Io: add dirMakePath and dirMakeOpenPath
Andrew Kelley
2025-10-29
std.Io: introduce openSelfExe
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirOpenFile for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirCreateFile for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirAccess for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirStatPath for Windows
Andrew Kelley
2025-10-29
std.Io.Threaded: add dirMake for Windows
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
[prev]
[next]