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
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
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
[next]