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-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
2020-12-29
std.ChildProcess: improvements to collectOutputPosix
Andrew Kelley
2020-12-29
std: Uniform polling logic for Windows and Unix
LemonBoy
2020-12-29
std: Avoid deadlocking in ChildProcess.exec
LemonBoy
2020-12-28
Merge pull request #7563 from ifreund/alloc-sent-cleanup
Veikka Tuominen
2020-12-27
std: clean up sentinel handling for argv/environ
Isaac Freund
2020-12-27
std: add test for createNullDelimitedEnvMap()
Isaac Freund
2020-12-26
std: add c._exit() and use in ChildProcess
Isaac Freund
2020-12-26
std: do not call malloc() between fork() and execv()
Andrew Kelley
2020-12-24
std: clenup, fixes, fmt
Veikka Tuominen
2020-12-23
move ArrayListSentineled to std lib orphanage
Veikka Tuominen
2020-11-23
std: Fix file locking logic for BSD targets
LemonBoy
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-16
rename WaitpidRet to WaitPidResult
Andrew Kelley
2020-10-16
std.os.waitpid: also return pid of child
stf
2020-10-15
replaced inStream() with reader()
Clayton Voges
2020-10-04
Correctly set uid and gid to void instead of null on wasi
Alexandros Naskos
2020-09-28
std.ChildProcess: bypass libc exit() in fork child error case
Andrew Kelley
[next]