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
/
Io.zig
Age
Commit message (
Expand
)
Author
2025-11-04
Io.Queue: fix empty and full states being indistinguishable.
Jacob Young
2025-10-30
Io: fix some horrible data races and UAFs caused by `Condition` misuse
Jacob Young
2025-10-29
std.Io: add unit test for select
Andrew Kelley
2025-10-29
std.Io: fix Group.wait unsoundness
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirMakeOpenPath for WASI
Andrew Kelley
2025-10-29
std.Io.Group: fix leak when wait is canceled
Andrew Kelley
2025-10-29
std.Io: make Evented equal void when unimplemented
Andrew Kelley
2025-10-29
std.Io: more convenient sleep
Andrew Kelley
2025-10-29
std.Io: adjust concurrent error set
Andrew Kelley
2025-10-29
std.Io: add Kqueue implementation
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: add dirClose
Andrew Kelley
2025-10-29
std.Io: add dirOpenDir and WASI impl
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirMake for WASI
Andrew Kelley
2025-10-29
std.Io: add dirAccess
Andrew Kelley
2025-10-29
fix miscellaneous compilation failures
Andrew Kelley
2025-10-29
std.Io: stub file writing rather than incorrect impl
Andrew Kelley
2025-10-29
std.Io: rename EventLoop to IoUring
Andrew Kelley
2025-10-29
std.Io.Group: add cancellation support to "wait"
Andrew Kelley
2025-10-29
std.Io.Queue: add "uncancelable" variants to "get"
Andrew Kelley
2025-10-29
std.Io: implement Select
Andrew Kelley
2025-10-29
std.Io.net.HostName: move lookup to the interface
Andrew Kelley
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netListenUnix
Andrew Kelley
2025-10-29
std.Io.net.Stream.Reader: fix not using buffer
Andrew Kelley
2025-10-29
std: fix seekBy unit test
Andrew Kelley
2025-10-29
std.Io: add unix domain sockets API
Andrew Kelley
2025-10-29
std.Io: implement dirOpenFile
Andrew Kelley
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-10-29
std.Io: bring back Timestamp but also keep Clock.Timestamp
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-29
std.zig.system: upgrade to std.Io.Reader
Andrew Kelley
2025-10-29
WIP: hack away at std.Io return flight
Andrew Kelley
2025-10-29
WIP: hack at std.Io on a plane
Andrew Kelley
2025-10-29
std.Io.net: implement receiving connectionless messages
Andrew Kelley
2025-10-29
std.Io: implement netSend
Andrew Kelley
2025-10-29
std.Io.net: make netSend support multiple messages
Andrew Kelley
2025-10-29
std.Io.net.HostName: finish implementing DNS lookup
Andrew Kelley
2025-10-29
std.Io.Threaded: implement Group.cancel
Andrew Kelley
2025-10-29
std.Io: implement Group API
Andrew Kelley
2025-10-29
std.Io: rename asyncConcurrent to concurrent
Andrew Kelley
2025-10-29
Io.net: implement more networking
Andrew Kelley
2025-10-29
std.Io.net: progress towards DNS resolution
Andrew Kelley
2025-10-29
Io.net: use resolve for IPv6
Andrew Kelley
2025-10-29
std.Io: rename ThreadPool to Threaded
Andrew Kelley
2025-10-29
std.Io: extract Dir to separate file
Andrew Kelley
2025-10-29
Io.net: partial implementation of dns lookup
Andrew Kelley
2025-10-29
std: start moving fs.File to Io
Andrew Kelley
2025-10-29
std.Io.net: partially implement HostName.lookup
Andrew Kelley
[next]