COMMITS
/ lib/std/net.zig January 14, 2022
J
Merge pull request #10576 from schmee/macos-resolve-ip
Jakub Konka committed
January 12, 2022
J
Check for isDarwin() instead of linked libc
John Schmidt committed
B
Use allocPrintZ to avoid needing assumeSentinel
bryfry committed
January 11, 2022
J
Use libc if_nametoindex if available when parsing IPs
John Schmidt committed
December 2, 2021
A
update function name in error
Ali Chraghi committed
October 29, 2021
L
allocgate: renamed getAllocator function to allocator
Lee Cannon committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
September 15, 2021
K
net.Address: Fix writing 0-bytes when formatting Unix addresses
Kirjastonhoitaja committed
August 25, 2021
A
std.os: more reorganization efforts
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
August 9, 2021
F
Ip4Address parser: reject 0-prefixed components (#9538)
Frank Denis committed
August 6, 2021
R
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
May 17, 2021
A
std: update regarding std.builtin reorganization
Andrew Kelley committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
February 13, 2021
B
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf committed
February 16, 2021
A
std.fs.net.Stream: add writev and writevAll
Andrew Kelley committed
January 22, 2021
L
std: Update `test ""` to `test` where it makes sense
LemonBoy committed
November 22, 2020
L
Apparently unix sockets are supported on Windows
LemonBoy committed
D
std: use mem.asBytes in Ip4Address.parse so it works at comptime
daurnimator committed
November 16, 2020
L
std: Decouple network streams from fs.File
LemonBoy committed
January 6, 2021
J
Reduce use of deprecated IO types
Jay Petacat committed
December 29, 2020
A
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron committed
November 26, 2020
L
std: Use {s} instead of {} when printing strings
LemonBoy committed
December 23, 2020
V
move ArrayListSentineled to std lib orphanage
Veikka Tuominen committed
December 2, 2020
D
Localhost is special (#6955)
daurnimator committed
November 30, 2020
I
std/os: remove unneeded error from accept errorset
Isaac Freund committed
November 25, 2020
J
std.meta: add assumeSentinel
Jonathan Marler committed
November 6, 2020
J
remove deprecated uses of ArrayList.span
Josh Holland committed
October 28, 2020
L
More fixups for Windows targets
LemonBoy committed
October 27, 2020
L
std: Add basic smoke test for net functionality
LemonBoy committed
October 23, 2020
J
fix type mismatch in std.net.StreamServer
johnLate committed
October 19, 2020
H
Fix std.net.connectUnixSocket in evented I/O mode
heidezomp committed
September 3, 2020
K
os: return error.SocketNotListening for EINVAL on accept (#6226)
Kenta Iwasaki committed
September 1, 2020
L
std: Fix C-string with missing NUL terminator
LemonBoy committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
July 26, 2020
J
Provide Ip4Address and Ip6Address in addition to Address
Jonathan Marler committed
July 11, 2020
V
run zig fmt on std lib and self hosted
Vexu committed
July 4, 2020
J
std.mem.dupe is deprecated, move all references in std
joachimschmidt557 committed
June 3, 2020
A
std.sort: give comparator functions a context parameter
Andrew Kelley committed
June 7, 2020
I
tcpConnectToHost try all addresses in AddressList
Ian Simonson committed