1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-21 13:47:13 +00:00
restic/internal/repository
2022-04-09 12:27:25 +02:00
..
testdata
doc.go
index.go repository: Simplify Blob equality check 2022-03-28 22:09:49 +02:00
index_parallel.go repository: Rename LoadAndDecrypt to LoadUnpacked 2022-03-28 22:09:49 +02:00
index_parallel_test.go
index_test.go
indexmap.go Replace siphash by hash/maphash 2021-09-19 16:05:18 +02:00
indexmap_test.go Replace siphash by hash/maphash 2021-09-19 16:05:18 +02:00
key.go crypto: Use helpers for size calculations 2022-03-28 22:09:49 +02:00
master_index.go repository: Remove pack implementation details from MasterIndex 2022-03-28 22:09:49 +02:00
master_index_test.go copy: Load snapshots before indexes 2022-04-09 12:27:25 +02:00
packer_manager.go Simplify cache logic 2021-09-03 21:01:00 +02:00
packer_manager_test.go
repack.go copy: Implement by reusing repack 2022-03-26 20:47:15 +01:00
repack_test.go copy: Implement by reusing repack 2022-03-26 20:47:15 +01:00
repository.go repository: make saveAndEncrypt private 2022-03-28 22:09:49 +02:00
repository_internal_test.go
repository_test.go repository: Rename LoadAndDecrypt to LoadUnpacked 2022-03-28 22:09:49 +02:00
testing.go
worker_group.go