aboutsummaryrefslogtreecommitdiff
path: root/lib/std/child_process.zig
AgeCommit message (Expand)Author
2020-05-02update windows impl of child process to new File APIAndrew Kelley
2020-05-02child process: no need to remove O_CLOEXEC before execveAndrew Kelley
2020-05-02Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-ioAndrew Kelley
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01add ZIR compare output test case to test suiteAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-02Fix compile errors in stage2LeRoyce Pearson
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-04-01fixups and revert a few thingsAndrew Kelley
2020-04-01std: use Buffer.outStream in std/child_process.zigdaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-10fix std.ChildProcess on WindowsAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-06Use in_stream.readAllAlloc where sensibledaurnimator
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-17expand argv[0] when spawning system C compilerAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-01-14Fix std.child_process.ChildProcess.spawnWindow when looking in PATH environme...Michaƫl Larouche
2020-01-10std: avoid an allocation in inner loopdaurnimator
2020-01-10std: fix off by one error in windows process creationdaurnimator
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-12-16Fix for the error codepath in ChildProcessLemonBoy
2019-12-16Revert "Revert "Use eventfd in ChildProcess on Linux""LemonBoy
2019-12-16Revert "Use eventfd in ChildProcess on Linux"Andrew Kelley
2019-12-15Use eventfd in ChildProcess on LinuxLemonBoy
2019-12-02Merge pull request #3715 from daurnimator/towards-afdAndrew Kelley
2019-12-01fix regressions on windowsAndrew Kelley
2019-11-27std: add alertable argument for windows.WaitForSingleObjectdaurnimator
2019-11-25zig fmtAndrew Kelley
2019-11-25add missing null terminator in windows file path helper functionAndrew Kelley
2019-11-24Merge remote-tracking branch 'origin/master' into null-terminated-pointersAndrew Kelley
2019-11-23add workaround to child_process.zigVexu
2019-11-21add missing error set to ChildProsess.SpawnErrorVexu
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-10std.ChildProcess.spawn has a consistent error setAndrew Kelley
2019-11-08fix type cast in windows child process codeAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-21remove pub syntax for container fieldsVexu
2019-10-16[breaking] standardize std.os execve functionsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley