restic/internal/repository
Michael Eischer e638b46a13 Embed context into ReaderAt
The io.Reader interface does not support contexts, such that it is
necessary to embed the context into the backendReaderAt struct. This has
the problem that a reader might suddenly stop working when it's
contained context is canceled. However, this is now problem here as the
reader instances never escape the calling function.
2020-10-09 22:39:07 +02:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
index_test.go make Lookup() return all blobs 2020-07-25 21:18:34 +02:00
index.go error strings should not end with punctuation 2020-09-05 10:07:17 +02:00
indexmap_test.go Chaining hash table for repository.Index 2020-07-19 13:58:22 +02:00
indexmap.go Chaining hash table for repository.Index 2020-07-19 13:58:22 +02:00
key.go init: pass proper context to master key generation 2020-10-09 22:37:56 +02:00
master_index_test.go Remove a few unused variables 2020-09-05 10:06:23 +02:00
master_index.go pass proper context into MasterIndex.RebuildIndex 2020-10-09 22:39:07 +02:00
packer_manager_test.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
packer_manager.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
repack_test.go prune: Add test that repack aborts on wrong blob 2020-08-16 11:34:01 +02:00
repack.go prune: Reduce memory allocations while repacking 2020-08-16 11:34:01 +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 Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
repository.go Embed context into ReaderAt 2020-10-09 22:39:07 +02:00
testing.go Remove remnant of Go 1.9 compatibility code from tests 2020-02-26 22:23:38 +01:00
worker_group.go repository: Simplify worker group code 2020-09-05 10:07:16 +02:00