aboutsummaryrefslogtreecommitdiff
path: root/lib/std/child_process.zig
AgeCommit message (Expand)Author
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-17std: fix copy-paste typo in spawnWindowsAlex Kladov
2024-02-14std.os.windows.OpenFile: add missing errorAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-02std.process.Child: use unreachable instead of `@panic`Andrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-16child_process: Use security attributes while creating handle.xEgoist
2024-01-16child_process: Add write access to the null handlexEgoist
2023-12-18More accurate argv-to-command-line serialization when spawning child processe...Carl Ã…stholm
2023-11-23Merge pull request #18085 from ziglang/std-atomicsAndrew Kelley
2023-11-22rework std.atomicAndrew Kelley
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-18std.ChildProcess: fix error in killWindowsKrzysztof Wolicki
2023-10-17Double check that child processes have really exited whenBen Crist
2023-10-17return error.AlreadyTerminated from std.ChildProcess.kill when necessaryBen Crist
2023-10-01Sema: add `@errorCast` which works for both error sets and error unionsVeikka Tuominen
2023-08-11Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...Ryan Liptak
2023-08-06std: remove some unused imports (#16710)Zachary Raineri
2023-07-27windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible errorRyan Liptak
2023-07-23child_process: Fix regression on Windows for FAT filesystemsRyan Liptak
2023-06-25std.cstr: deprecate namespaceEric Joldasov
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-10InternPool: add optional coercionJacob Young
2023-06-10lib: add const to avoid regressionJacob Young
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-29Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/...Jacob Young
2023-05-29Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device p...Andrew Kelley
2023-05-29Windows: Support UNC, rooted, drive relative, and namespaced/device pathsRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-03-25std.process.Child: implement maxrss on Darwintjog
2023-03-23Refactored GetProcessMemoryInfo to return `VM_COUNTERS`xEgoist
2023-03-22Implemented Zig wrapper for `GetProcessMemoryInfo`xEgoist
2023-03-22Implemented getMaxRss for WindowsxEgoist
2023-03-15fix wasm bootstrapping compilation errorsAndrew Kelley
2023-03-15std: child process API supports rusage dataAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-03-15stage2: hot code swapping PoCAndrew Kelley
2023-03-10eliminate posix_spawn from the standard libraryAndrew Kelley
2023-03-03std.process.Child: remove pid and handle, add idAndrew Kelley
2023-03-01std.io.poll: remove done functionJonathan Marler
2023-03-01std.child_process: use std.io.poll for collectOutputJonathan Marler