index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
process
Age
Commit message (
Expand
)
Author
2025-10-10
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree
2025-09-24
std: always allow spawning processes when an env map is explicitly provided (...
Carter Snook
2025-09-19
std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)
John Benediktsson
2025-08-16
Compilation: remove last instance of deprecatedReader
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-26
std.process.Child: fix double path normalization in spawnWindows
lumanetic
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-03-25
support more process creation options on Windows
Jonathan Marler
2025-03-24
windows: Use AccessDenied for ACCESS_DENIED on Windows
Pat Tullmann
2025-02-03
process.Child.collectOutput: Switch to Allocator/ArrayListUnmanaged
Ryan Liptak
2025-01-31
std: don't leak a process in Child.run in case of an error
Alex Kladov
2025-01-20
std.process.Child: add `waitForSpawn`
mlugg
2024-11-27
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...
Justin Braben
2024-11-25
std.process.Child: explicit error set for wait
Andrew Kelley
2024-09-24
fix IB in fifoToOwnedArrayList
Alex Kladov
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-22
Allow setting PGID in std.process.Child.spawn
Nguyễn Gia Phong
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-06-21
std.Build.findProgram(): Try with and without the Windows executable extensions.
Alex Rønne Petersen
2024-06-16
std.process.Child: `run` fn accepts std.Progress.Node
Andrew Kelley
2024-05-27
std.process.Child: fix spawning child proc with new cwd fd
Andrew Kelley
2024-05-27
std.process.Child: comptime assert to protect prog_fileno
Andrew Kelley
2024-05-27
std.process.Child: prevent racing children from inheriting progress pipes
mlugg
2024-05-27
std.process.Child: fix ZIG_PROGRESS env var handling
Andrew Kelley
2024-05-27
std.Progress: include subtrees from child processes
Andrew Kelley
2024-05-27
std.Progress: child process sends updates via IPC
Andrew Kelley
2024-05-26
std.process.Child: prevent racing children from inheriting one another's pipes
Matthew Lugg
2024-05-26
std.process.Child: Improve doc comments of Windows argv -> command line funct...
Ryan Liptak
2024-05-26
std: restructure child process namespace
Andrew Kelley