1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-03 04:56:48 +00:00
restic/internal/archiver
Michael Eischer c847aace35 Rename Index interface to MasterIndex
The interface is now only implemented by repository.MasterIndex.
2020-07-25 21:19:46 +02:00
..
archiver.go Check contents in archiver 2020-07-25 08:18:28 +02:00
archiver_test.go Fix non-intuitive repository behavior 2020-06-11 13:05:23 +02:00
archiver_unix_test.go
archiver_windows_test.go
blob_saver.go Rename Index interface to MasterIndex 2020-07-25 21:19:46 +02:00
blob_saver_test.go Rename Index interface to MasterIndex 2020-07-25 21:19:46 +02:00
buffer.go
doc.go
file_saver.go archiver: Fix race condition triggered by TestArchiverAbortEarlyOnError 2020-04-13 18:23:17 +02:00
file_saver_test.go archiver: Fix race condition triggered by TestArchiverAbortEarlyOnError 2020-04-13 18:23:17 +02:00
scanner.go
scanner_test.go
testing.go Centralize buffer allocation and size checking in Repository.LoadBlob 2020-04-23 10:04:20 +02:00
testing_test.go Fix typos 2020-05-16 14:05:26 +08:00
tree.go
tree_saver.go archiver: Fix race condition triggered by TestArchiverAbortEarlyOnError 2020-04-13 18:23:17 +02:00
tree_saver_test.go archiver: Fix race condition triggered by TestArchiverAbortEarlyOnError 2020-04-13 18:23:17 +02:00
tree_test.go