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
/
net
Age
Commit message (
Expand
)
Author
2025-11-19
std.Io.net: disable `listen on a unix socket, send bytes, receive bytes` on W...
Alex Rønne Petersen
2025-11-13
std.Io.net: fix off-by-one in HostName.expand
0x4a61636f62
2025-10-29
std.Io: fix Group.wait unsoundness
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 failures on Windows
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std.Io.net.HostName.ResolvConf: ignore nameservers above max
Andrew Kelley
2025-10-29
std.Io.net.HostName: fix connectMany not running DNS async
Andrew Kelley
2025-10-29
fix miscellaneous compilation failures
Andrew Kelley
2025-10-29
std: move DNS record enum to a better namespace
Andrew Kelley
2025-10-29
std.Io.Group: add cancellation support to "wait"
Andrew Kelley
2025-10-29
std.Io.net.HostName.connect: fix resource leaks
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: implement netListenUnix
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: add unix domain sockets API
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
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.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: implement Group API
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: 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: extract Dir to separate file
Andrew Kelley
2025-10-29
Io.net: partial implementation of dns lookup
Andrew Kelley