COMMITS
/ lib/std/process/Child.zig November 16, 2025
R
windows.eqlIgnoreCaseWTF16 -> eqlIgnoreCaseWtf16
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 7, 2025
G
std.Child: start_suspended ported to posix
Giuseppe Cesarano committed
October 23, 2025
A
std.Io.Threaded: add ioBasic which disables networking
Andrew Kelley committed
October 21, 2025
A
std.process.Child: update for std.Io changes
Andrew Kelley committed
October 9, 2025
A
fix compilation errors introduced by rebasing
Andrew Kelley committed
October 8, 2025
A
std: updating to std.Io interface
Andrew Kelley committed
October 10, 2025
U
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree committed
September 24, 2025
C
std: always allow spawning processes when an env map is explicitly provided (#25092)
Carter Snook committed
September 19, 2025
J
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson committed
August 15, 2025
A
Compilation: remove last instance of deprecatedReader
Andrew Kelley committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
July 26, 2025
L
std.process.Child: fix double path normalization in spawnWindows
lumanetic committed
July 23, 2025
A
std.Io.poll: update to new I/O API
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
March 3, 2025
J
support more process creation options on Windows
Jonathan Marler committed
February 19, 2025
P
windows: Use AccessDenied for ACCESS_DENIED on Windows
Pat Tullmann committed
January 31, 2025
R
process.Child.collectOutput: Switch to Allocator/ArrayListUnmanaged
Ryan Liptak committed
January 30, 2025
A
std: don't leak a process in Child.run in case of an error
Alex Kladov committed
January 10, 2025
M
std.process.Child: add `waitForSpawn`
mlugg committed
November 27, 2024
J
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21938)
Justin Braben committed
November 25, 2024
A
std.process.Child: explicit error set for wait
Andrew Kelley committed
September 14, 2024
A
fix IB in fifoToOwnedArrayList
Alex Kladov committed
September 2, 2024
L
Replace deprecated default initializations with decl literals
Linus Groh committed
August 28, 2024
M
July 9, 2024
N
Allow setting PGID in std.process.Child.spawn
Nguyễn Gia Phong committed
July 15, 2024
L
Better implementation of GetLastError. (#20623)
Lucas Santos committed
June 18, 2024
A
std.Build.findProgram(): Try with and without the Windows executable extensions.
Alex Rønne Petersen committed
June 17, 2024
A
std.process.Child: `run` fn accepts std.Progress.Node
Andrew Kelley committed
May 27, 2024
A
std.process.Child: fix spawning child proc with new cwd fd
Andrew Kelley committed
May 26, 2024
A
std.process.Child: comptime assert to protect prog_fileno
Andrew Kelley committed
M
std.process.Child: prevent racing children from inheriting one another's pipes
Matthew Lugg committed
R
std.process.Child: Improve doc comments of Windows argv -> command line functions
Ryan Liptak committed
May 24, 2024
A
std.process.Child: fix ZIG_PROGRESS env var handling
Andrew Kelley committed
A
std.Progress: include subtrees from child processes
Andrew Kelley committed
May 23, 2024
A
std.Progress: child process sends updates via IPC
Andrew Kelley committed
A
std: restructure child process namespace
Andrew Kelley committed