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
/
child_process.zig
Age
Commit message (
Expand
)
Author
2022-10-03
std.ChildProcess: correct fn getUserInfo pkg in setUserName
alex
2022-09-11
Compilation: handle system C compiler not found
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-26
std.testing: remove tight coupling with executing zig as child process
Andrew Kelley
2022-05-11
remove extra storage from EnvMap on windows
Jonathan Marler
2022-05-11
Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...
Jonathan Marler
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-28
Revert "std.testing: add writeZigFile for TmpDir"
Andrew Kelley
2022-04-28
std.testing: add writeZigFile for TmpDir
matu3ba
2022-04-21
ran zig fmt on changes
Rabin Gaire
2022-04-21
update test message and using unreachable keyword for unintended test code path
Rabin Gaire
2022-04-20
add test case for child_process spawn logic
Rabin Gaire
2022-04-20
fix child process spawn on macos hangs issue
Rabin Gaire
2022-03-27
std.testing: add methods tmpDirPath, getTestArgs, buildExe
matu3ba
2022-03-16
std: introduce posix_spawn as an alt to fork-exec
Jakub Konka
2022-03-12
std: add test for child_process
matu3ba
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2022-02-07
Merge pull request #10813 from marler8997/windowsChildHang
Andrew Kelley
2022-02-07
fix bug when ReadFile returns synchronously in collectOutputWindows
Jonathan Marler
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-06
rework to allow ReadFile to complete synchronously
Jonathan Marler
2022-02-06
fix bug I think I found while manually reviewing
Jonathan Marler
2022-02-06
child_process: collectOutputWindows handle broken_pipe from ReadFile
Jonathan Marler
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-17
actually fix child process deadlock on windows
Jonathan Marler
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Improve ensureTotalCapacity call in ChildProcess.collectOutputWindows
Ryan Liptak
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-06
stdlib: fix ChildProcess.killPosix
Takeshi Yoneda
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-06-18
finish ChildProcess collectOutputWindows
Jonathan Marler
2021-06-17
std: Uniform polling logic for Windows and Unix
LemonBoy
2021-06-17
std: Avoid deadlocking in ChildProcess.exec
LemonBoy
2021-06-12
Make std.ChildProcess exit code u8 to match std.process.exit
Garrett Squire
2021-06-05
std: Better handing of POLLHUP in ChildProcess (#8988)
LemonBoy
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-23
support output collection for haiku
Al Hoang
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-12-29
std.ChildProcess: fix max_output_bytes handling
Andrew Kelley
[next]