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-08-20
add license header to all std lib files
Andrew Kelley
2020-06-07
Test case for tcpConnectToHost fix
Ian Simonson
2020-06-02
cleanups
Andrew Kelley
2020-06-02
net.test: only call resolveIp6 when os is linux
Luna
2020-06-02
Add tests for overflow
Luna
2020-06-02
Plug resolveIp6 into IPv6 tests
Luna
2020-05-31
enable dns test on windows
Jonathan Marler
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-03
Pass filtered_sock_type to system.socket. Cover PermissionDenied error
Cato
2020-03-10
fix stack trace code not opening files in forced blocking mode
Andrew Kelley
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