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
Age
Commit message (
Expand
)
Author
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-14
std: use testing.allocator in tests
daurnimator
2020-02-08
std: fix bitrotted evented code
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-11-19
Make StreamServer return address of accecpted client
frmdstryr
2019-11-09
rename TcpServer -> StreamServer
Luna
2019-11-08
replace Address.parse Address.parseIp
Luna
2019-11-08
rename IpAddress to Address, add Address.unix
Luna
2019-11-05
add special formatting for ipv4-mapped ipv6 addresses
Vexu
2019-11-04
support ipv4-mapped ipv6 addresses
Vexu
2019-11-04
improve ipv6 parsing and formatting
Vexu
2019-10-30
fix os.sockaddr being a union instead of a struct
Andrew Kelley
2019-10-30
make std.net more portable
Andrew Kelley
2019-10-30
fix regressions
Andrew Kelley
2019-10-30
Merge branch 'testAddresses' of https://github.com/marler8997/zig into std.net
Andrew Kelley
2019-10-30
std.net: enable test for resolving DNS
Andrew Kelley
2019-10-30
fix std.net tests and std.net.TcpServer docs
Andrew Kelley
2019-10-30
rename std.net.Server to TcpServer and simplify it
Andrew Kelley
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley