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
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-04
std: avoid references that trigger compile errors
mlugg
2024-07-02
Rename isASCII to isAscii
Michael Bradshaw
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-17
compiler: un-implement #19634
mlugg
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-10
improve documentation in std
Andrew Kelley
2024-02-23
std.net: fix std lib test regression. fixup
Andrew Kelley
2024-02-23
std.net.listen: fix Windows API use
Andrew Kelley
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-23
std.http.Client: remove invalid use of refAllDecls
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-21
Handle all errors on std.net.Ipv4address.resolveIP
Christiano Haesbaert
2023-12-16
std.net: add explicit error sets for IP parsing
Artem Kolichenkov
2023-11-27
std.net: replace `@ptrCast` with slice syntax
Carter Snook
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-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-09-06
std.net: Fix IPv6 address parsing for single digit
Luis Cáceres
2023-06-30
Unrevert "Sema: preserve extern struct field alignment"
Jacob Young
2023-06-29
Revert "Sema: preserve extern struct field alignment"
Jacob Young
2023-06-28
Sema: preserve extern struct field alignment
Alex Kladov
2023-06-25
std.cstr: deprecate namespace
Eric Joldasov
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-24
std.net.StreamServer.Options: add reuse_port
Jon
2023-03-17
Enable IPv4 mapped address conversion in linux version getAddressList (#14916)
hequn
2023-03-09
std.http: handle relative redirects
Nameless
2023-03-09
add error sets to tcpConnect* and tls.Client.init
Nameless
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-23
std.net.Address: clarify unix socket getOsSockLen
Isaac Freund
2023-01-23
std: eliminate pointless meta.assumeSentinel() usage
Isaac Freund
2023-01-19
Make `res` nullable in `getaddrinfo`
Jarred Sumner
2023-01-17
std.net.getAddressList: call WSAStartup on Windows
Andrew Kelley
2023-01-10
std.net: check for localhost names before asking DNS
praschke
2023-01-02
std.crypto.tls.Client: rework the read function
Andrew Kelley
2023-01-02
std.crypto.tls.Client: fix the read function
Andrew Kelley
2023-01-02
std.crypto.Tls: discard ChangeCipherSpec messages
Andrew Kelley
2023-01-02
std.crypto.Tls: parse the ServerHello handshake
Andrew Kelley
[next]