1
0
mirror of https://github.com/restic/restic.git synced 2024-06-21 07:16:36 +02:00
restic/internal
greatroar a2d4209322 Don't recurse in local backend's List if not required
Due to the return if !isFile, the IsDir branch in List was never taken
and subdirectories were traversed recursively.

Also replaced isFile by an IsRegular check, which has been equivalent
since Go 1.12 (golang/go@a2a3dd00c9).
2020-11-07 08:54:13 +01:00
..
archiver Merge pull request #2978 from MichaelEischer/warn-tree-error 2020-11-02 10:14:12 +01:00
backend Don't recurse in local backend's List if not required 2020-11-07 08:54:13 +01:00
cache Less repetitive error messages in internal/cache 2020-10-05 20:28:54 +02:00
checker Fix setting of ID in DecodeIndex 2020-10-17 09:12:58 +02:00
crypto crypto: Remove unused error 2020-09-05 10:07:16 +02:00
debug Allow debug logging to pipes and terminals 2020-10-19 22:30:30 +02:00
dump Improve readability 2020-11-02 11:24:26 +01:00
errors backup: Improve error message for invalid pattern 2018-10-03 11:12:51 +02:00
filter filter: Fix glob matching on absolute path marker on windows 2020-10-09 16:11:05 +02:00
fs vss: fix potential crash (not reachable in restic) (#3045) 2020-11-04 22:14:18 +01:00
fuse Modernize context import in internal/fuse 2020-10-06 14:55:13 +02:00
hashing Micro-optimization for hashing.Writer/PackerManager 2020-03-05 22:30:04 +01:00
index Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
limiter rclone: Respect bandwith limits 2018-05-22 20:48:17 +02:00
migrations Upgrade minio sdk to v7 2020-10-09 22:37:24 +02:00
mock mock: Remove unused repository type 2019-04-13 13:38:39 +02:00
options options: Fix test for Go >= 1.15 2020-09-12 17:36:44 +02:00
pack Make some pack parameters public 2020-11-03 16:42:21 +01:00
repository Add comment that keepBlobs is modified 2020-11-05 10:33:38 +01:00
restic Merge pull request #2718 from aawsome/new-cleanup-command 2020-11-05 10:12:19 +01:00
restorer Merge pull request #2990 from MichaelEischer/fix-goreport-warnings 2020-10-12 20:44:56 +02:00
selfupdate self-update: Don't cancel download after 30 seconds 2019-02-23 11:15:18 +01:00
test Move internal/fs.TestChdir to internal/test.Chdir 2020-09-17 10:43:33 +02:00
textfile Remove io.Writer from fs.File 2020-09-21 14:21:32 +02:00
ui Fix string truncation in ui/termstatus 2020-11-02 12:50:49 +01:00
walker Remove a few redundant type specifiers 2020-10-06 14:55:13 +02:00