2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-22 18:45:09 +00:00
restic/internal
greatroar 2dafda9164 ui/progress: Load both values in a single Lock/Unlock
We always need both values, except in a test, so we don't need to lock
twice and risk scheduling in between.

Also, removed the resetting in Done. This copied a mutex, which isn't
allowed. Static analyzers tend to trip over that.
2022-10-25 07:55:24 +02:00
..
archiver Merge pull request #3979 from MichaelEischer/backup-less-time-now 2022-10-21 21:33:34 +02:00
backend backend: Split RetryBackend into own package 2022-10-21 21:38:17 +02:00
bloblru
cache cache: Call interface method once 2022-10-21 14:32:46 +02:00
checker restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
crypto
debug
dump
errors errors: Drop WithMessage 2022-10-14 14:06:47 +02:00
filter
fs
fuse restic: Rework error handling of FindFilteredSnapshots and handle snapshotIDs 2022-10-15 13:31:26 +02:00
hashing
index restic: Unify code to load Index/Lock/Snapshot 2022-10-21 21:25:11 +02:00
migrations backend: split layout code into own subpackage 2022-10-21 21:36:05 +02:00
options
pack
repository prune: Use a single CountedBlobSet to track blobs 2022-10-22 18:45:12 +02:00
restic ui/progress: Load both values in a single Lock/Unlock 2022-10-25 07:55:24 +02:00
restorer restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
selfupdate all: Drop ctxhttp 2022-10-14 14:33:49 +02:00
test
textfile
ui ui/progress: Load both values in a single Lock/Unlock 2022-10-25 07:55:24 +02:00
walker walker: Convert tests to use TreeJSONBuilder 2022-10-15 11:04:13 +02:00