index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Command.zig
Age
Commit message (
Expand
)
Author
2025-10-03
Zig 0.15: zig build test
Mitchell Hashimoto
2025-09-19
build: Command.expandPath can go in its own dedicated os/path.zig file
Mitchell Hashimoto
2025-07-03
Handle `exec` failures more gracefully
Mitchell Hashimoto
2025-06-21
Add FreeBSD support
-k
2025-05-26
style: use decl literals
Qwerasd
2025-04-10
config: allow commands to specify whether they shell expand or not
Mitchell Hashimoto
2025-03-12
fix windows
Mitchell Hashimoto
2025-03-12
working on macos
Mitchell Hashimoto
2025-01-02
Move resource limits to a dedicated struct, restore before preexec
Mitchell Hashimoto
2025-01-01
core: if we change RLIMIT_NOFILE, reset it when executing commands
Jeffrey C. Ollie
2024-12-27
testing: point Command.zig at ~more universal external binaries
Anund
2024-12-27
testing: move cleanup of execveZ into the test code
Anund
2024-12-27
testing: handle execveZ failing during test execution
Anund
2024-12-11
command: fix hostname test compatibility
Khang Nguyen Duy
2024-07-22
Fix multiple deprecated names for zig lib/std
multifred
2024-07-02
command: if chdir fails for subprocess, ignore the error
Mitchell Hashimoto
2024-06-08
remove unused var
Mitchell Hashimoto
2024-06-08
small stylistic tweaks
Mitchell Hashimoto
2024-06-08
use consistent type for pid
Jeffrey C. Ollie
2024-06-07
Use clone3 / CLONE_INTO_CGROUP on Linux
Jeffrey C. Ollie
2024-06-07
os: std.ChildProcess -> std.process.Child
Jon Parise
2024-03-22
update zig
Mitchell Hashimoto
2024-02-10
command: io_mode removed for windows
Mitchell Hashimoto
2024-01-13
build: build produces a broken object file for iOS
Mitchell Hashimoto
2024-01-03
replace deprecated std.mem.tokenize with std.mem.tokenizeScalar
Jeffrey C. Ollie
2023-12-30
termio/exec: detect exec failure and show an error message
Mitchell Hashimoto
2023-11-30
Update to latest master,
Krzysztof Wolicki
2023-11-17
change unmodified `var`s to `const`s in anticipation of zig changes
Krzysztof Wolicki
2023-11-05
command: stylistic changes
Mitchell Hashimoto
2023-11-05
shuffle some source around
Mitchell Hashimoto
2023-11-05
windows: add support for the glfw backend on Windows
kcbanner
2023-10-26
command: allow relative paths in PATH
Mitchell Hashimoto
2023-10-25
add tests for fuzzed results, clean up unimplemented osc warning
Nameless
2023-10-19
Disable iconv on Windows by default (enabled via cli flag).
Krzysztof Wolicki
2023-09-15
windows: use cross platform consts where available
Will Pragnell
2023-09-14
windows: implement expandPath
Will Pragnell
2023-09-14
windows: initial support for zig build test
Jonathan Marler
2023-08-31
command: only spin on waitpid if it's non-blocking
Will Pragnell
2023-08-30
termio/exec: don't leak zombie subprocesses
Will Pragnell
2023-07-09
move TempDir to src/os and use the real tmpDir
Mitchell Hashimoto
2023-06-30
Update Zig (#164)
Mitchell Hashimoto
2023-05-29
update zig version
Mitchell Hashimoto
2023-02-27
update zig, src for loops
Mitchell Hashimoto
2023-02-25
Command/Pty work better with Flatpak but not 100% yet
Mitchell Hashimoto
2022-11-16
fix tests for WNOHANG commit
Mitchell Hashimoto
2022-11-16
waitpid should specify WNOHANG
Mitchell Hashimoto
2022-11-01
Command supports setting cwd
Mitchell Hashimoto
2022-11-01
get rid of stage1 compat
Mitchell Hashimoto
2022-09-30
fix tests so they pass on mac
Mitchell Hashimoto
2022-09-23
Fix a couple bugs in memory access (tests only)
Mitchell Hashimoto
[next]