restic/internal/repository
Michael Eischer 772a907533 repository: StreamPack delivers blobs at most once
If an error occurred while streaming a pack file, this could result in
passing some of the blobs multiple times to the callback function. This
significantly complicates using StreamPack correctly and is unnecessary.
Retries do not change the content of a blob and thus only deliver the
same result over and over again.
2024-01-08 21:33:05 +01:00
..
testdata
doc.go
fuzz_test.go
key.go
packer_manager_test.go repository: store oversized blobs in separate pack files 2023-10-17 22:52:16 +02:00
packer_manager.go repository: store oversized blobs in separate pack files 2023-10-17 22:52:16 +02:00
packer_uploader.go
repack_test.go implement progress bar for index loading 2023-10-01 19:52:59 +02:00
repack.go
repository_internal_test.go
repository_test.go implement progress bar for index loading 2023-10-01 19:52:59 +02:00
repository.go repository: StreamPack delivers blobs at most once 2024-01-08 21:33:05 +01:00
testing.go Rename unused testing parameter to _ 2023-05-18 21:17:53 +02:00