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
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
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-04-01
fixups and revert a few things
Andrew Kelley
2020-04-01
std: use Buffer.outStream in std/child_process.zig
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-10
fix std.ChildProcess on Windows
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-06
Use in_stream.readAllAlloc where sensible
daurnimator
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-17
expand argv[0] when spawning system C compiler
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-01-14
Fix std.child_process.ChildProcess.spawnWindow when looking in PATH environme...
Michaƫl Larouche
2020-01-10
std: avoid an allocation in inner loop
daurnimator
2020-01-10
std: fix off by one error in windows process creation
daurnimator
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-12-16
Fix for the error codepath in ChildProcess
LemonBoy
2019-12-16
Revert "Revert "Use eventfd in ChildProcess on Linux""
LemonBoy
2019-12-16
Revert "Use eventfd in ChildProcess on Linux"
Andrew Kelley
2019-12-15
Use eventfd in ChildProcess on Linux
LemonBoy
2019-12-02
Merge pull request #3715 from daurnimator/towards-afd
Andrew Kelley
2019-12-01
fix regressions on windows
Andrew Kelley
2019-11-27
std: add alertable argument for windows.WaitForSingleObject
daurnimator
2019-11-25
zig fmt
Andrew Kelley
2019-11-25
add missing null terminator in windows file path helper function
Andrew Kelley
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
[next]