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