aboutsummaryrefslogtreecommitdiff
path: root/lib/std/process
AgeCommit message (Expand)Author
2025-10-10replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/usebeforefree
2025-09-24std: always allow spawning processes when an env map is explicitly provided (...Carter Snook
2025-09-19std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)John Benediktsson
2025-08-16Compilation: remove last instance of deprecatedReaderAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-26std.process.Child: fix double path normalization in spawnWindowslumanetic
2025-07-23std.Io.poll: update to new I/O APIAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-03-25support more process creation options on WindowsJonathan Marler
2025-03-24windows: Use AccessDenied for ACCESS_DENIED on WindowsPat Tullmann
2025-02-03process.Child.collectOutput: Switch to Allocator/ArrayListUnmanagedRyan Liptak
2025-01-31std: don't leak a process in Child.run in case of an errorAlex Kladov
2025-01-20std.process.Child: add `waitForSpawn`mlugg
2024-11-27std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...Justin Braben
2024-11-25std.process.Child: explicit error set for waitAndrew Kelley
2024-09-24fix IB in fifoToOwnedArrayListAlex Kladov
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-22Allow setting PGID in std.process.Child.spawnNguyễn Gia Phong
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-06-21std.Build.findProgram(): Try with and without the Windows executable extensions.Alex Rønne Petersen
2024-06-16std.process.Child: `run` fn accepts std.Progress.NodeAndrew Kelley
2024-05-27std.process.Child: fix spawning child proc with new cwd fdAndrew Kelley
2024-05-27std.process.Child: comptime assert to protect prog_filenoAndrew Kelley
2024-05-27std.process.Child: prevent racing children from inheriting progress pipesmlugg
2024-05-27std.process.Child: fix ZIG_PROGRESS env var handlingAndrew Kelley
2024-05-27std.Progress: include subtrees from child processesAndrew Kelley
2024-05-27std.Progress: child process sends updates via IPCAndrew Kelley
2024-05-26std.process.Child: prevent racing children from inheriting one another's pipesMatthew Lugg
2024-05-26std.process.Child: Improve doc comments of Windows argv -> command line funct...Ryan Liptak
2024-05-26std: restructure child process namespaceAndrew Kelley