restic/internal/cache
greatroar 2da377c582 cache: Don't Lstat before creating the tag file
The tag file is opened with O_CREATE|O_EXCL and ErrExist is handled, so
we don't need to check for existence first.
2022-05-10 18:52:39 +02:00
..
backend.go Simplify cache logic 2021-09-03 21:01:00 +02:00
backend_test.go Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00
cache.go cache: Don't Lstat before creating the tag file 2022-05-10 18:52:39 +02:00
dir.go Honor RESTIC_CACHE_DIR environment variable 2021-10-10 16:00:02 +02:00
dir_test.go Add more error handling 2021-01-30 20:19:47 +01:00
file.go crypto: Use helpers for size calculations 2022-03-28 22:09:49 +02:00
file_test.go Save cached files to a temporary location first 2021-08-04 22:02:42 +02:00
testing.go Add cache 2017-09-24 21:54:53 +02:00