summaryrefslogtreecommitdiff
path: root/src/Command.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-19build: Command.expandPath can go in its own dedicated os/path.zig fileMitchell Hashimoto
2025-07-03Handle `exec` failures more gracefullyMitchell Hashimoto
2025-06-21Add FreeBSD support-k
2025-05-26style: use decl literalsQwerasd
2025-04-10config: allow commands to specify whether they shell expand or notMitchell Hashimoto
2025-03-12fix windowsMitchell Hashimoto
2025-03-12working on macosMitchell Hashimoto
2025-01-02Move resource limits to a dedicated struct, restore before preexecMitchell Hashimoto
2025-01-01core: if we change RLIMIT_NOFILE, reset it when executing commandsJeffrey C. Ollie
2024-12-27testing: point Command.zig at ~more universal external binariesAnund
2024-12-27testing: move cleanup of execveZ into the test codeAnund
2024-12-27testing: handle execveZ failing during test executionAnund
2024-12-11command: fix hostname test compatibilityKhang Nguyen Duy
2024-07-22Fix multiple deprecated names for zig lib/stdmultifred
2024-07-02command: if chdir fails for subprocess, ignore the errorMitchell Hashimoto
2024-06-08remove unused varMitchell Hashimoto
2024-06-08small stylistic tweaksMitchell Hashimoto
2024-06-08use consistent type for pidJeffrey C. Ollie
2024-06-07Use clone3 / CLONE_INTO_CGROUP on LinuxJeffrey C. Ollie
2024-06-07os: std.ChildProcess -> std.process.ChildJon Parise
2024-03-22update zigMitchell Hashimoto
2024-02-10command: io_mode removed for windowsMitchell Hashimoto
2024-01-13build: build produces a broken object file for iOSMitchell Hashimoto
2024-01-03replace deprecated std.mem.tokenize with std.mem.tokenizeScalarJeffrey C. Ollie
2023-12-30termio/exec: detect exec failure and show an error messageMitchell Hashimoto
2023-11-30Update to latest master,Krzysztof Wolicki
2023-11-17change unmodified `var`s to `const`s in anticipation of zig changesKrzysztof Wolicki
2023-11-05command: stylistic changesMitchell Hashimoto
2023-11-05shuffle some source aroundMitchell Hashimoto
2023-11-05windows: add support for the glfw backend on Windowskcbanner
2023-10-26command: allow relative paths in PATHMitchell Hashimoto
2023-10-25add tests for fuzzed results, clean up unimplemented osc warningNameless
2023-10-19Disable iconv on Windows by default (enabled via cli flag).Krzysztof Wolicki
2023-09-15windows: use cross platform consts where availableWill Pragnell
2023-09-14windows: implement expandPathWill Pragnell
2023-09-14windows: initial support for zig build testJonathan Marler
2023-08-31command: only spin on waitpid if it's non-blockingWill Pragnell
2023-08-30termio/exec: don't leak zombie subprocessesWill Pragnell
2023-07-09move TempDir to src/os and use the real tmpDirMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-05-29update zig versionMitchell Hashimoto
2023-02-27update zig, src for loopsMitchell Hashimoto
2023-02-25Command/Pty work better with Flatpak but not 100% yetMitchell Hashimoto
2022-11-16fix tests for WNOHANG commitMitchell Hashimoto
2022-11-16waitpid should specify WNOHANGMitchell Hashimoto
2022-11-01Command supports setting cwdMitchell Hashimoto
2022-11-01get rid of stage1 compatMitchell Hashimoto
2022-09-30fix tests so they pass on macMitchell Hashimoto
2022-09-23Fix a couple bugs in memory access (tests only)Mitchell Hashimoto