aboutsummaryrefslogtreecommitdiff
path: root/lib/std/child_process.zig
AgeCommit message (Expand)Author
2020-11-23std: Fix file locking logic for BSD targetsLemonBoy
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-16rename WaitpidRet to WaitPidResultAndrew Kelley
2020-10-16std.os.waitpid: also return pid of childstf
2020-10-15replaced inStream() with reader()Clayton Voges
2020-10-04Correctly set uid and gid to void instead of null on wasiAlexandros Naskos
2020-09-28std.ChildProcess: bypass libc exit() in fork child error caseAndrew Kelley
2020-09-14track all TODO comments in BRANCH_TODO fileAndrew Kelley
2020-09-06std.ChildProcess: use "\Device\Null" on WindowsDaniel Ludwig
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
2020-09-03update uses of deprecated type field accessVexu
2020-09-03std: fix linux uid_t, use uid_t/gid_t in std.osIsaac Freund
2020-08-30std.ChildProcess: pass CLOEXEC when creating error pipedaurnimator
2020-08-30std: Open the eventfd fd with CLOEXEC flagLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-31Fix opening NUL device on WindowsJakub Konka
2020-07-31Add prelim `openW` and `openatW`Jakub Konka
2020-07-31Remove CreateDirectoryW and CreateFileW callsJakub Konka
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