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
Age
Commit message (
Expand
)
Author
2025-10-29
std.Io.net.HostName: fix connectMany not running DNS async
Andrew Kelley
2025-10-29
std.Io.Threaded: fix getaddrinfo usage
Andrew Kelley
2025-10-29
fix miscellaneous compilation failures
Andrew Kelley
2025-10-29
std: make IPv6 address parsing system-independent
Andrew Kelley
2025-10-29
std: move DNS record enum to a better namespace
Andrew Kelley
2025-10-29
std.Io.Threaded: implement futexes on darwin
Andrew Kelley
2025-10-29
std.Io.Threaded: add support for getaddrinfo
Andrew Kelley
2025-10-29
std: fix macos compilation errors
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.Threaded: wrangle TODOs
Andrew Kelley
2025-10-29
std.Io.Group: add cancellation support to "wait"
Andrew Kelley
2025-10-29
std.Io.Threaded: rename from "pool"
Andrew Kelley
2025-10-29
std.Io.net.HostName.connect: fix resource leaks
Andrew Kelley
2025-10-29
std.Io.net.Stream: add "const" variant to "close"
Andrew Kelley
2025-10-29
std.Io.Queue: add "uncancelable" variants to "get"
Andrew Kelley
2025-10-29
std.net.HostName.connect: rework to avoid waiting for DNS
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
std.Io.Threaded: import std.Io.net
Andrew Kelley
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-29
std.fs.File: begrudgingly add back deprecated APIs
Andrew Kelley
2025-10-29
std.Io.Threaded: implement connecting to unix sockets
Andrew Kelley
2025-10-29
std.Io.Threaded: implement netListenUnix
Andrew Kelley
2025-10-29
std.Io.File: add WouldBlock to the error set
Andrew Kelley
2025-10-29
std.net: IPv6 parsing fixes
Andrew Kelley
2025-10-29
std.Io.net.HostName: fix DNS resolution
Andrew Kelley
2025-10-29
std.Io.net: fix parsing IPv4-mapped IPv6 addresses
Andrew Kelley
2025-10-29
std.Io.net.Stream.Reader: fix not using buffer
Andrew Kelley
2025-10-29
std.Io.Threaded.netReadPosix: support cancelation
Andrew Kelley
2025-10-29
std: fix seekBy unit test
Andrew Kelley
2025-10-29
progress towards compiler building again
Andrew Kelley
2025-10-29
std.Io: add unix domain sockets API
Andrew Kelley
2025-10-29
std.Uri: fix compilation error
Andrew Kelley
2025-10-29
std.crypto.Certificate.Bundle: remove use of File.readAll
Andrew Kelley
2025-10-29
Add missing clobbers to context switching
Lukas Lalinsky
2025-10-29
fix compilation errors introduced by rebasing
Andrew Kelley
2025-10-29
std.Io: implement dirOpenFile
Andrew Kelley
2025-10-29
std.Io: implement dirStatPath
Andrew Kelley
2025-10-29
std: fix some Io compilation errors
Andrew Kelley
2025-10-29
std.Io: implement dirMake
Andrew Kelley
2025-10-29
std.mem: improve containsAtLeastScalar implementation and rename
Andrew Kelley
2025-10-29
std.Io: bring back Timestamp but also keep Clock.Timestamp
Andrew Kelley
2025-10-29
std.Io: implement fileStat
Andrew Kelley
2025-10-29
remove bad assert
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
WIP land the std.Io interface
Andrew Kelley
[prev]
[next]