1
0
mirror of https://github.com/restic/restic.git synced 2024-07-03 08:50:53 +02:00
restic/repository
Alexander Neumann d42ff509ba Small refactorings
* use uint instead of uint32 in packs/indexes
 * use ID.Str() for debug messages
 * add ParallelIDWorkFunc
2015-09-05 18:41:58 +02:00
..
testdata Add test and benchmark for LoadIndex 2015-07-05 11:07:10 +02:00
blob.go Use array instead of hash for backend.ID 2015-07-25 18:01:57 +02:00
config_test.go repository: Refactor Config 2015-07-05 11:07:10 +02:00
config.go Use array instead of hash for backend.ID 2015-07-25 18:01:57 +02:00
doc.go repository: fix package doc typo 2015-06-28 09:30:33 +02:00
index_test.go Use array instead of hash for backend.ID 2015-07-25 18:01:57 +02:00
index.go Small refactorings 2015-09-05 18:41:58 +02:00
key.go Use array instead of hash for backend.ID 2015-07-25 18:01:57 +02:00
parallel_test.go Allow cancelling parallel workers on files 2015-07-05 11:07:10 +02:00
parallel.go Small refactorings 2015-09-05 18:41:58 +02:00
pool.go Extract chunker 2015-07-08 16:58:23 -04:00
repository_test.go Reduce memory usage for fuse mount 2015-07-26 14:25:59 +02:00
repository.go Address code review comments 2015-07-26 18:01:20 +02:00