restic/internal/repository
Michael Eischer bf81bf0795 repository: Properly set id for finalized index
As MergeFinalIndex and index uploads can occur concurrently, it is
necessary for MergeFinalIndex to check whether the IDs for an index were
already set before merging it. Otherwise, we'd loose the ID of an index
which is set _after_ uploading it.
2022-07-02 18:39:59 +02:00
..
testdata internal/repository: Fix LoadBlob + fuzz test 2022-06-06 17:02:28 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
fuzz_test.go internal/repository: Fix LoadBlob + fuzz test 2022-06-06 17:02:28 +02:00
index_parallel_test.go repository: Add test for ForAllIndexes 2020-12-22 22:36:18 +01:00
index_parallel.go repository: Remove RunWorkers, report ctx.Err() 2022-05-10 22:26:00 +02:00
index_test.go repository: remove unused index.ListPack 2022-07-02 18:39:12 +02:00
index.go repository: remove unused (Master)Index.Count 2022-07-02 18:39:58 +02:00
indexmap_test.go repository: implement pack compression 2022-04-30 11:34:10 +02:00
indexmap.go repository: Re-tune indexmap allocation strategy 2022-05-11 21:22:14 +02:00
key.go fix handling of maxKeys in SearchKey 2022-06-12 14:19:06 +02:00
master_index_test.go repository: Properly set id for finalized index 2022-07-02 18:39:59 +02:00
master_index.go repository: Properly set id for finalized index 2022-07-02 18:39:59 +02:00
packer_manager_test.go repository: implement pack compression 2022-04-30 11:34:10 +02:00
packer_manager.go repository: index saving belongs into the MasterIndex 2022-07-02 18:38:56 +02:00
repack_test.go repository: add Save method to MasterIndex interface 2022-07-02 18:38:56 +02:00
repack.go repository: Reduce repack workers to prevent deadlock 2022-04-23 11:28:18 +02:00
repository_internal_test.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
repository_test.go repository: remove unused (Master)Index.Count 2022-07-02 18:39:58 +02:00
repository.go repository: Properly set id for finalized index 2022-07-02 18:39:59 +02:00
testing.go repository: Properly set id for finalized index 2022-07-02 18:39:59 +02:00