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
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-23
std.net.getAddressList: fix segfault on bad hostname
Veikka Touminen
2022-06-07
std: adjust for stage2 semantics
Veikka Tuominen
2022-06-03
std: update tests to stage2 semantics
Veikka Tuominen
2022-01-15
Merge pull request #10576 from schmee/macos-resolve-ip
Jakub Konka
2022-01-14
Check for isDarwin() instead of linked libc
John Schmidt
2022-01-14
Use allocPrintZ to avoid needing assumeSentinel
bryfry
2022-01-12
Use libc if_nametoindex if available when parsing IPs
John Schmidt
2021-12-02
update function name in error
Ali Chraghi
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
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-09-01
std.os: more reorganization efforts
Andrew Kelley
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-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-17
std: update regarding std.builtin reorganization
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-02-21
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf
2021-02-16
std.fs.net.Stream: add writev and writevAll
Andrew Kelley
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-11
Apparently unix sockets are supported on Windows
LemonBoy
2021-01-11
std: Decouple network streams from fs.File
LemonBoy
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-23
move ArrayListSentineled to std lib orphanage
Veikka Tuominen
2020-12-01
Localhost is special (#6955)
daurnimator
2020-11-30
std/os: remove unneeded error from accept errorset
Isaac Freund
2020-11-29
std.meta: add assumeSentinel
Jonathan Marler
2020-11-25
std: use mem.asBytes in Ip4Address.parse so it works at comptime
daurnimator
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-10-28
More fixups for Windows targets
LemonBoy
2020-10-27
std: Add basic smoke test for net functionality
LemonBoy
2020-10-25
fix type mismatch in std.net.StreamServer
johnLate
2020-10-21
Fix std.net.connectUnixSocket in evented I/O mode
heidezomp
2020-09-24
recvfrom
Loris Cro
2020-09-24
sendto
Loris Cro
2020-09-24
connect
Loris Cro
2020-09-24
accept
Loris Cro
2020-09-03
os: return error.SocketNotListening for EINVAL on accept (#6226)
Kenta Iwasaki
2020-09-01
std: Fix C-string with missing NUL terminator
LemonBoy
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-04
zig fmt
Andrew Kelley
2020-07-27
Provide Ip4Address and Ip6Address in addition to Address
Jonathan Marler
2020-07-11
run zig fmt on std lib and self hosted
Vexu
[next]