1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-23 08:16:36 +00:00
restic/internal/repository
Michael Eischer 89d3ce852b repository: extract Load/StoreJSONUnpacked
A Load/Store method for each data type is much clearer. As a result the
repository no longer needs a method to load / store json.
2022-07-17 13:22:00 +02:00
..
testdata
doc.go
fuzz_test.go repository: Rework blob saving to use an async pack uploader 2022-07-02 22:42:34 +02:00
index.go rebuild-index: correctly rebuild index for mixed packs 2022-07-02 19:24:02 +02:00
index_parallel.go repository: extract Load/StoreJSONUnpacked 2022-07-17 13:22:00 +02:00
index_parallel_test.go
index_test.go rebuild-index: correctly rebuild index for mixed packs 2022-07-02 19:24:02 +02:00
indexmap.go
indexmap_test.go
key.go
master_index.go adapt workers based on whether an operation is CPU or IO-bound 2022-07-03 12:19:26 +02:00
master_index_test.go repository: hide MasterIndex.FinalizeFullIndexes / FinalizeNotFinalIndexes 2022-07-02 18:39:59 +02:00
packer_manager.go repository: Limit to a single pending pack file 2022-07-02 22:42:34 +02:00
packer_manager_test.go repository: Limit to a single pending pack file 2022-07-02 22:42:34 +02:00
packer_uploader.go repository: Rework blob saving to use an async pack uploader 2022-07-02 22:42:34 +02:00
repack.go adapt workers based on whether an operation is CPU or IO-bound 2022-07-03 12:19:26 +02:00
repack_test.go repository: Rework blob saving to use an async pack uploader 2022-07-02 22:42:34 +02:00
repository.go repository: extract Load/StoreJSONUnpacked 2022-07-17 13:22:00 +02:00
repository_internal_test.go
repository_test.go repository: extract Load/StoreJSONUnpacked 2022-07-17 13:22:00 +02:00
testing.go repository: hide MasterIndex.FinalizeFullIndexes / FinalizeNotFinalIndexes 2022-07-02 18:39:59 +02:00