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
/
os
/
xdg.zig
Age
Commit message (
Expand
)
Author
2025-09-21
xdg: treat empty env vars as not existing
Jeffrey C. Ollie
2025-01-03
os: directory functions should prefer cached home if available
Mitchell Hashimoto
2025-01-03
Remove the redundant check and directly use `dir()`
Bryan Lee
2025-01-03
Respect `XDG_CACHE_HOME` and use`NSFileManager` for cache paths
Bryan Lee
2025-01-03
Use `$HOME/Library/Caches` on macOS instead of `$HOME/.cache`
Bryan Lee
2024-08-28
implement sentry transport to write crash reports to XDG_STATE_HOME
Mitchell Hashimoto
2024-08-28
os: add xdg cache dir function
Mitchell Hashimoto
2024-06-06
config: xdg-terminal-exec parsing should ignore the initial "-e"
Mitchell Hashimoto
2024-03-22
update zig
Mitchell Hashimoto
2023-11-13
os/xdg: Add `LOCALAPPDATA` as a fallback for `XDG_CONFIG_HOME` on Windows
Krzysztof Wolicki
2023-10-23
os: remove some duplication in the env var check for xdg config
Mitchell Hashimoto
2023-10-19
os/xdg: Avoid allocations on non-Windows systems.
Krzysztof Wolicki
2023-10-19
Disable iconv on Windows by default (enabled via cli flag).
Krzysztof Wolicki
2023-07-10
move a bunch of files to src/os
Mitchell Hashimoto