COMMITS
/ lib/std/net.zig July 13, 2025
A
std.net: wasi does not have unix sockets
Andrew Kelley committed
July 11, 2025
A
align those `@fieldParentPtr` casts
Andrew Kelley committed
A
make msghdr.iovlen unsigned
Andrew Kelley committed
A
std.net: update to new I/O API
Andrew Kelley committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
July 5, 2025
A
std.fmt: fully remove format string from format methods
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
A
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley committed
April 4, 2025
Z
std.net: Implement if_nametoindex for windows (#22555)
Zenomat committed
February 23, 2025
A
std.net: Fix IPv6 address format compression for long zero runs (#22441)
Anders Bondehagen committed
February 15, 2025
M
remove unneeded native_os check
Manuel Spagnolo committed
January 23, 2025
P
std.net.listen: no REUSEPORT with unix socket
Pierre Tachoire committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
July 4, 2024
M
std: avoid references that trigger compile errors
mlugg committed
June 28, 2024
M
Rename isASCII to isAscii
Michael Bradshaw committed
April 26, 2024
N
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless committed
April 16, 2024
M
compiler: un-implement #19634
mlugg committed
April 8, 2024
M
compiler: rework comptime pointer representation and access
mlugg committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
March 11, 2024
A
improve documentation in std
Andrew Kelley committed
February 21, 2024
A
std.net: fix std lib test regression. fixup
Andrew Kelley committed
A
std.net.listen: fix Windows API use
Andrew Kelley committed
February 19, 2024
A
std.net, std.http: simplify
Andrew Kelley committed
February 18, 2024
A
std.http.Client: remove invalid use of refAllDecls
Andrew Kelley committed
January 27, 2024
V
remove std.io.Mode
Veikka Tuominen committed
June 16, 2023
C
Handle all errors on std.net.Ipv4address.resolveIP
Christiano Haesbaert committed
December 16, 2023
A
std.net: add explicit error sets for IP parsing
Artem Kolichenkov committed
November 27, 2023
C
std.net: replace `@ptrCast` with slice syntax
Carter Snook committed
October 31, 2023
J
std.net: enable forcing non-blocking mode for accept
Jan Philipp Hafer committed
A
std.builtin.Endian: make the tags lower case
Andrew Kelley committed
J
mem: fix ub in writeInt
Jacob Young committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
August 30, 2023
L
std.net: Fix IPv6 address parsing for single digit
Luis Cáceres committed
July 1, 2023
J
Unrevert "Sema: preserve extern struct field alignment"
Jacob Young committed
June 29, 2023
J
Revert "Sema: preserve extern struct field alignment"
Jacob Young committed
June 28, 2023
A
Sema: preserve extern struct field alignment
Alex Kladov committed
June 25, 2023
E
std.cstr: deprecate namespace
Eric Joldasov committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 3, 2023
R
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91 committed
A
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley committed
May 23, 2023
A
std.sort: add pdqsort and heapsort
Ali Chraghi committed
May 5, 2023
R
Update all std.mem.split calls to their appropriate function
Ryan Liptak committed
R
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak committed
May 2, 2023
D
convert s[start..start+len] to s[start..][0..len]
dweiller committed
April 27, 2023
A
std: update to use `@memcpy` directly
Andrew Kelley committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
April 14, 2023
A
change semantics of `@memcpy` and `@memset`
Andrew Kelley committed
April 24, 2023
J
std.net.StreamServer.Options: add reuse_port
Jon committed
March 17, 2023