restic/repository
Alexander Neumann 4f1f03cdb9 Move testing for known blobs to Archiver
This removes the list of in-flight blobs from the master index and
instead keeps a list of "known" blobs in the Archiver. "known" here
means: either already processed, or included in an index. This property
is tested atomically, when the blob is not in the list of "known" blobs,
it is added to the list and the caller is responsible to make this
happen (i.e. save the blob).
2016-02-01 23:50:56 +01:00
..
testdata remove ConvertIndex 2015-11-08 22:27:13 +01:00
blob.go Use array instead of hash for backend.ID 2015-07-25 18:01:57 +02:00
config.go Use array instead of hash for backend.ID 2015-07-25 18:01:57 +02:00
config_test.go repository: Refactor Config 2015-07-05 11:07:10 +02:00
doc.go Repo: add documentation 2015-11-29 14:29:57 +01:00
index.go Remove usage of CreateEncryptedBlob() 2016-01-24 18:52:11 +01:00
index_test.go Add error checking 2015-11-29 14:25:57 +01:00
key.go Key: Use Save() instead of Create() 2016-01-24 17:52:44 +01:00
master_index.go Move testing for known blobs to Archiver 2016-02-01 23:50:56 +01:00
packer_manager.go Move testing for known blobs to Archiver 2016-02-01 23:50:56 +01:00
parallel.go Small refactorings 2015-09-05 18:41:58 +02:00
parallel_test.go Allow cancelling parallel workers on files 2015-07-05 11:07:10 +02:00
pool.go Extract chunker 2015-07-08 16:58:23 -04:00
repository.go Move testing for known blobs to Archiver 2016-02-01 23:50:56 +01:00
repository_test.go Move testing for known blobs to Archiver 2016-02-01 23:50:56 +01:00