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
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
2020-09-14
track all TODO comments in BRANCH_TODO file
Andrew Kelley
2020-09-06
std.ChildProcess: use "\Device\Null" on Windows
Daniel Ludwig
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-03
update uses of deprecated type field access
Vexu
2020-09-03
std: fix linux uid_t, use uid_t/gid_t in std.os
Isaac Freund
2020-08-30
std.ChildProcess: pass CLOEXEC when creating error pipe
daurnimator
2020-08-30
std: Open the eventfd fd with CLOEXEC flag
LemonBoy
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-31
Fix opening NUL device on Windows
Jakub Konka
2020-07-31
Add prelim `openW` and `openatW`
Jakub Konka
2020-07-31
Remove CreateDirectoryW and CreateFileW calls
Jakub Konka
2020-05-02
update windows impl of child process to new File API
Andrew Kelley
2020-05-02
child process: no need to remove O_CLOEXEC before execve
Andrew Kelley
2020-05-02
Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-io
Andrew Kelley
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-02
Fix compile errors in stage2
LeRoyce Pearson
[next]