COMMITS
/ lib/std/process/Child.zig 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