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
blob.go
config_test.go
config.go
doc.go Repo: add documentation 2015-11-29 14:29:57 +01:00
index_test.go
index.go Remove usage of CreateEncryptedBlob() 2016-01-24 18:52:11 +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_test.go
parallel.go
pool.go
repository_test.go Move testing for known blobs to Archiver 2016-02-01 23:50:56 +01:00
repository.go Move testing for known blobs to Archiver 2016-02-01 23:50:56 +01:00