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
/
test.zig
Age
Commit message (
Expand
)
Author
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2023-12-19
std: disable flaky tcp server test
Andrew Kelley
2023-12-16
std.net: add explicit error sets for IP parsing
Artem Kolichenkov
2023-12-15
std.net.test: cleanup socket stream
Jan Philipp Hafer
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-11-03
x86_64: fix std test failures
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-09-06
std.net: Fix IPv6 address parsing for single digit
Luis Cáceres
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-05-02
Add a random generated prefix to the unix socket_path to guard against multip...
DraagrenKirneh
2023-04-24
std.net.StreamServer.Options: add reuse_port
Jon
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-07-13
AstGen: fix loop control flow applying to wrong loop
Andrew Kelley
2022-06-30
LLVM: fix lowering of untagged union types
Andrew Kelley
2022-06-07
std: adjust for stage2 semantics
Veikka Tuominen
2022-01-14
Check for isDarwin() instead of linked libc
John Schmidt
2022-01-12
Use libc if_nametoindex if available when parsing IPs
John Schmidt
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-16
net.Address: Fix writing 0-bytes when formatting Unix addresses
Kirjastonhoitaja
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-09
Ip4Address parser: reject 0-prefixed components (#9538)
Frank Denis
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-02-28
std: Swap arguments in Thread.spawn
LemonBoy
2021-01-11
Apparently unix sockets are supported on Windows
LemonBoy
2021-01-11
Let the kernel pick a random port
LemonBoy
2021-01-11
std: Add a small test for i/o on unix sockets
LemonBoy
2021-01-11
std: Decouple network streams from fs.File
LemonBoy
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-10-28
More fixups for Windows targets
LemonBoy
2020-10-27
std: Add basic smoke test for net functionality
LemonBoy
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
[next]