aboutsummaryrefslogtreecommitdiff
path: root/lib/std/child_process.zig
AgeCommit message (Expand)Author
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-06-18finish ChildProcess collectOutputWindowsJonathan Marler
2021-06-17std: Uniform polling logic for Windows and UnixLemonBoy
2021-06-17std: Avoid deadlocking in ChildProcess.execLemonBoy
2021-06-12Make std.ChildProcess exit code u8 to match std.process.exitGarrett Squire
2021-06-05std: Better handing of POLLHUP in ChildProcess (#8988)LemonBoy
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-23overhaul elf csu (c-runtime startup) logicMichael Dusan
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-23support output collection for haikuAl Hoang
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-12-29std.ChildProcess: fix max_output_bytes handlingAndrew Kelley
2020-12-29std.ChildProcess: improvements to collectOutputPosixAndrew Kelley
2020-12-29std: Uniform polling logic for Windows and UnixLemonBoy
2020-12-29std: Avoid deadlocking in ChildProcess.execLemonBoy
2020-12-28Merge pull request #7563 from ifreund/alloc-sent-cleanupVeikka Tuominen
2020-12-27std: clean up sentinel handling for argv/environIsaac Freund
2020-12-27std: add test for createNullDelimitedEnvMap()Isaac Freund
2020-12-26std: add c._exit() and use in ChildProcessIsaac Freund
2020-12-26std: do not call malloc() between fork() and execv()Andrew Kelley
2020-12-24std: clenup, fixes, fmtVeikka Tuominen
2020-12-23move ArrayListSentineled to std lib orphanageVeikka Tuominen
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