summaryrefslogtreecommitdiff
path: root/src/termio/Exec.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: FlatpakMitchell Hashimoto
2025-10-03Zig 0.15: zig build test macOSMitchell Hashimoto
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-09terminal: fix test w/ freed configCheru Berhanu
2025-08-22terminal: test execCommand w/ freed configCheru Berhanu
2025-08-22terminal: fix use-after-free in execCheru Berhanu
2025-07-03Handle `exec` failures more gracefullyMitchell Hashimoto
2025-07-03Do not resolve the symbolic link for the initial working directoryBasil Crow
2025-06-27Move child exit handling logic to apprt threadMitchell Hashimoto
2025-06-20debug: properly set thread names on macOSQwerasd
2025-06-09termio: unconditionally show "process exited" messageMitchell Hashimoto
2025-05-06termio, flatpak: support spawning terminals in cwdLeorize
2025-04-10config: allow commands to specify whether they shell expand or notMitchell Hashimoto
2025-03-15termio, flatpak: implement process watcher with xevLeorize
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-03-09Fix passing EnvMap for Flatpak buildsYorick Peterse
2025-02-21Update libxev to use dynamic backend, support Linux configurabilityMitchell Hashimoto
2025-02-14core: add `env` config optionJeffrey C. Ollie
2025-02-13apprt: require envmap for exec-based termioMitchell Hashimoto
2025-02-12termio: free envmap when able, fix memory leakMitchell Hashimoto
2025-02-11gtk(x11): set `WINDOWID` env var for subprocessesLeah Amelia Chen
2025-01-24termio/exec: if pty fd HUP, end read threadMitchell Hashimoto
2025-01-23Prevent fd leaks to the running shell or commandMitchell Hashimoto
2025-01-20Fix shell-integration-features being ignored with manual shell integration (#...Mitchell Hashimoto
2025-01-18termio: revise macOS-specific .hushlogin noteJon Parise
2025-01-18Fix `shell-integration-features` being ignored when `shell-integration` is `n...Bryan Lee
2025-01-09Revert "termio/exec: fix SIGPIPE crash when reader exits early"Mitchell Hashimoto
2025-01-08termio/exec: fix SIGPIPE crash when reader exits earlyDanny Lin
2025-01-06termio: explain why we're removing VTE_VERSIONJon Parise
2025-01-06termio: don't leak VTE_VERSION into child processesJon Parise
2024-12-20avoid asserting working directory is absoluteKhang Nguyen Duy
2024-12-15macos: add our application bundle to XDG_DATA_DIRSJon Parise
2024-11-26Prevent GTK from initializing Vulkan. This improves startup timeIsaac Mills
2024-11-19os: replace PATH_SEP with std.fs.path.delimiterJon Parise
2024-11-07move datastructures to dedicated "datastruct" packageMitchell Hashimoto
2024-09-20termio: killpg expected to fail on darwin, still go into waitpid loopMitchell Hashimoto
2024-09-20termio: correct comment about windows supportFineFindus
2024-09-18termio: use surface messages to trigger password input stateMitchell Hashimoto
2024-09-18termio: typosMitchell Hashimoto
2024-09-18termio: always set termios timer running bool to true on focusMitchell Hashimoto
2024-09-18termio: increase termios poller to 200msMitchell Hashimoto
2024-09-18termio: stop the termios poller when not focusedMitchell Hashimoto
2024-09-18termio: set pw input state on terminal and wake up rendererMitchell Hashimoto
2024-09-18termio: poll termios for changesMitchell Hashimoto
2024-09-03termio: set crash threadlocal data for exec reader threadMitchell Hashimoto
2024-08-26Clamp initial window size configurations to screen sizeMitchell Hashimoto
2024-07-22Fix multiple deprecated names for zig lib/stdmultifred
2024-07-18tweaksMitchell Hashimoto
2024-07-19fix: instead of overriding MANPATHs set by OS, append to themƁukasz Niemier