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
getAppDataDir
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
std.Io.Threaded-groups-2
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
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
2025-10-29
std.Io.net.HostName: implement DNS name expansion
Andrew Kelley
2025-10-29
std.Io.net.HostName: implement DNS reply parsing
Andrew Kelley
2025-10-29
std.Io.Threaded.netReceive: recvmsg first, then poll
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
std.net: fix parsing IPv6 addr "::"
Andrew Kelley
2025-10-29
Io.net: finish implementing IPv6 parsing
Andrew Kelley
2025-10-29
Io.net: use resolve for IPv6
Andrew Kelley
2025-10-29
Io.net: rework IPv6 parsing and printing
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
Io.net: implement sortLookupResults
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
2025-10-29
add some networking
Andrew Kelley
2025-10-29
std.Io: delete asyncParallel
Andrew Kelley
2025-10-29
std.Io: fix error handling and asyncParallel docs
Andrew Kelley
2025-10-29
std.Io: add asyncConcurrent and asyncParallel
Andrew Kelley
2025-10-29
std.Io.EventLoop: add aarch64 support
Andrew Kelley
2025-10-29
std.Io.ThreadPool: fix asyncDetached
Andrew Kelley
2025-10-29
std.Io: rename go to asyncDetached
Andrew Kelley
2025-10-29
revert std.Thread.Pool for now
Andrew Kelley
2025-10-29
update to sync with master
Andrew Kelley
2025-10-29
Io: update for new linked list API
Andrew Kelley
2025-10-29
std.Io.EventLoop: implement select
Andrew Kelley
2025-10-29
Io.EventLoop: select stub
Andrew Kelley
2025-10-29
Io.Condition: implement full API
Jacob Young
2025-10-29
EventLoop: implement detached fibers
Jacob Young
2025-10-29
EventLoop: let the allocator do its job
Andrew Kelley
2025-10-29
EventLoop: fix `std.Io.Condition` implementation
Jacob Young
2025-10-29
EventLoop: revert incorrect optimization
Jacob Young
2025-10-29
EventLoop: remove broken mechanism for making deinit block on detached
Andrew Kelley
2025-10-29
std.Io.Condition: change primitive to support only one
Andrew Kelley
2025-10-29
EventLoop: take DetachedClosure into account when allocating
Andrew Kelley
2025-10-29
EventLoop: implement detached async
Andrew Kelley
2025-10-29
Io: implement faster mutex
Jacob Young
[prev]
[next]