summaryrefslogtreecommitdiff
path: root/src/cli/ssh-cache
AgeCommit message (Collapse)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-07-14windows: get +ssh-cache building on WindowsJeffrey C. Ollie
There are still problems linking due to `gettext`. No idea if this actually _works_ on Windows. File locking had to be disabled on Windows because of a bug in the Zig std library. Adding all of the explicit error sets happened due to disabling file locking. Fixing permissions had to be disabled on Windows as the Windows file system does not support permissions in the way that POSIX systems like macOS and Linux do.
2025-07-09cli: rewrite ssh-cache diskcache and test IOMitchell Hashimoto