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
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
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
2020-06-08
std.sort: give comparator functions a context parameter
Andrew Kelley
2020-06-07
tcpConnectToHost try all addresses in AddressList
Ian Simonson
2020-06-02
cleanups
Andrew Kelley
2020-06-02
Replace os.linux to os.system
Luna
2020-06-02
Use resolveIp when looking up addresses on linux
Luna
2020-06-02
Add std.os.ioctl
Luna
2020-06-02
Use IFNAMESIZE for scope id value
Luna
2020-06-02
Add validation for scope ids
Luna
2020-06-02
Remove warn() calls
Luna
2020-06-02
Fix ifreq definition
Luna
2020-06-02
Change Unsupported to InterfaceNotFound
Luna
2020-06-02
Make interface name null-terminated before syscall
Luna
2020-06-02
Stop using mem.len on array
Luna
2020-06-02
Add ioctl errors
Luna
2020-06-02
Only resolve scope id when needed
Luna
2020-06-02
Fix typo and add if_nametoindex
Luna
2020-06-02
Add basics of resolveIp6
Luna
2020-05-31
more windows network fixes
Jonathan Marler
2020-05-30
convert getaddrinfo rc to enum before switching on it
Jonathan Marler
2020-05-29
more windows network support, including dns
Jonathan Marler
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-11
make Address.getOsSockLen pub
Jonathan Marler
2020-05-09
Remove fs.File artifact from connectUnixSocket
Haze Booth
2020-05-08
fix more private member access
Vexu
2020-05-03
Pass filtered_sock_type to system.socket. Cover PermissionDenied error
Cato
2020-05-02
solve the problem with Darwin shims in std.os instead
Andrew Kelley
2020-05-02
Fixed Darwin-incompatible socket flags and unavailable system calls
Cato
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-04-04
rename mem.separate to mem.split
xackus
2020-04-02
new ArrayList API: fix everything else
xackus
[next]