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
/
net.zig
Age
Commit message (
Expand
)
Author
2025-09-15
std.net.Ip6Address: format numerical scope id
database64128
2025-08-19
Fix bugs in Windows readVec implementations
Carl Åstholm
2025-08-16
Compilation: remove last instance of deprecatedReader
Andrew Kelley
2025-08-10
std.net.Stream.Reader: init size_err
Andrew Kelley
2025-08-09
net: Always set WSA_FLAG_OVERLAPPED when creating Windows sockets. Rework sen...
kcbanner
2025-08-07
std.net: fix windows build
Andrew Kelley
2025-08-01
Merge pull request #24614 from ziglang/flate
Andrew Kelley
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-31
std: match readVec fn prototype exactly
Andrew Kelley
2025-07-31
fetch: update API usage
Andrew Kelley
2025-07-30
std.Io.Reader: introduce readVec back into the VTable
Andrew Kelley
2025-07-14
std.net: wasi does not have unix sockets
Andrew Kelley
2025-07-14
align those `@fieldParentPtr` casts
Andrew Kelley
2025-07-14
make msghdr.iovlen unsigned
Andrew Kelley
2025-07-14
std.net: update to new I/O API
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-04-04
std.net: Implement if_nametoindex for windows (#22555)
Zenomat
2025-02-22
std.net: Fix IPv6 address format compression for long zero runs (#22441)
Anders Bondehagen
2025-02-16
remove unneeded native_os check
Manuel Spagnolo
2025-01-26
std.net.listen: no REUSEPORT with unix socket
Pierre Tachoire
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-04
std: avoid references that trigger compile errors
mlugg
2024-07-02
Rename isASCII to isAscii
Michael Bradshaw
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-17
compiler: un-implement #19634
mlugg
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-10
improve documentation in std
Andrew Kelley
2024-02-23
std.net: fix std lib test regression. fixup
Andrew Kelley
2024-02-23
std.net.listen: fix Windows API use
Andrew Kelley
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-23
std.http.Client: remove invalid use of refAllDecls
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-21
Handle all errors on std.net.Ipv4address.resolveIP
Christiano Haesbaert
2023-12-16
std.net: add explicit error sets for IP parsing
Artem Kolichenkov
2023-11-27
std.net: replace `@ptrCast` with slice syntax
Carter Snook
2023-11-21
std.net: enable forcing non-blocking mode for accept
Jan Philipp Hafer
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-09-06
std.net: Fix IPv6 address parsing for single digit
Luis Cáceres
2023-06-30
Unrevert "Sema: preserve extern struct field alignment"
Jacob Young
2023-06-29
Revert "Sema: preserve extern struct field alignment"
Jacob Young
2023-06-28
Sema: preserve extern struct field alignment
Alex Kladov
2023-06-25
std.cstr: deprecate namespace
Eric Joldasov
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
[next]