COMMITS
/ lib/std/posix.zig November 24, 2025
R
Move Windows rename implementation from std.posix to windows.RenameFile
Ryan Liptak committed
R
os.windows: Delete unused functions and kernel32 bindings
Ryan Liptak committed
November 14, 2025
R
system specific errno
rpkak committed
November 16, 2025
R
Merge pull request #25539 from squeek502/windows-readlinkw
Ryan Liptak committed
October 11, 2025
R
windows: Make readLinkW APIs output WTF-16, reduce stack usage of callers
Ryan Liptak committed
R
windows.ReadLink: Use OpenFile now that `.filter = .any` exists
Ryan Liptak committed
November 13, 2025
A
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi
Alex Rønne Petersen committed
November 9, 2025
J
posix: reduce the number of assumptions made by `dl_iterate_phdr`
Jacob Young committed
November 7, 2025
G
std.posix: implemented getpid and getppid
Giuseppe Cesarano committed
November 1, 2025
L
std: serenity has preadv now
Linus Groh committed
October 31, 2025
Q
October 29, 2025
A
std.Io.Threaded: install and cleanup signal handlers
Andrew Kelley committed
October 28, 2025
A
std.Io.Threaded: implement dirMakeOpenPath for WASI
Andrew Kelley committed
October 27, 2025
A
std: make signal numbers into an enum
Andrew Kelley committed
October 21, 2025
A
std: fix build failure on wasm32-freestanding
Andrew Kelley committed
A
std.process.Child: update for std.Io changes
Andrew Kelley committed
A
std.Io.Threaded: implement netConnectIp for Windows
Andrew Kelley committed
A
std.Io.Threaded: implement netAccept for Windows
Andrew Kelley committed
October 20, 2025
A
std.Io.Threaded: implement netListen for Windows
Andrew Kelley committed
A
std.posix: fix compilation on wasm32-freestanding
Andrew Kelley committed
A
std.posix: untangle getRandomBytesDevURandom from Io.Reader
Andrew Kelley committed
A
std.Io.Threaded: implement dirCreateFile for Windows
Andrew Kelley committed
A
std.Io.Threaded: implement dirAccess for Windows
Andrew Kelley committed
A
std.Io.Threaded: add dirMake for Windows
Andrew Kelley committed
W
std.{c,posix}: add getgid and getegid
Wim de With committed
October 19, 2025
A
std: fix compilation errors on Windows
Andrew Kelley committed
October 18, 2025
A
std: move some windows path checking logic
Andrew Kelley committed
A
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley committed
October 17, 2025
A
std.Io.net.Server: refine AcceptError set
Andrew Kelley committed
A
std.Io.Threaded: implement dirCreateFile for WASI
Andrew Kelley committed
A
std.Io.Threaded: implement dirMake for WASI
Andrew Kelley committed
A
std.Io: add dirAccess
Andrew Kelley committed
A
fix miscellaneous compilation errors
Andrew Kelley committed
R
windows: Always try using POSIX_SEMANTICS/etc for rename/delete
Ryan Liptak committed
October 16, 2025
A
std: make IPv6 address parsing system-independent
Andrew Kelley committed
A
std: move DNS record enum to a better namespace
Andrew Kelley committed
A
std: fix macos compilation errors
Andrew Kelley committed
October 15, 2025
A
std.Io.net.HostName: move lookup to the interface
Andrew Kelley committed
October 14, 2025
A
compiler: update for introduction of std.Io
Andrew Kelley committed
October 13, 2025
A
std.Io.Threaded.netReadPosix: support cancelation
Andrew Kelley committed
A
std: fix seekBy unit test
Andrew Kelley committed
October 9, 2025
A
std.Io: implement dirStatPath
Andrew Kelley committed
A
std: fix some Io compilation errors
Andrew Kelley committed
A
std.Io: implement fileStat
Andrew Kelley committed
October 8, 2025
A
std: updating to std.Io interface
Andrew Kelley committed
October 2, 2025
A
std.Io.net: implement receiving connectionless messages
Andrew Kelley committed
September 11, 2025
A
std.Io: extract Dir to separate file
Andrew Kelley committed
September 8, 2025
A
Io.net: partial implementation of dns lookup
Andrew Kelley committed
September 6, 2025
A
std: start moving fs.File to Io
Andrew Kelley committed
October 26, 2025
A
remove all Oracle Solaris support
Alex Rønne Petersen committed