restic/src/restic
Alexander Neumann ed1739acbd Merge pull request #779 from restic/benchmark-checker
checker: Reduce memory usage
2017-02-07 11:03:49 +01:00
..
archiver Add more tests for reading backups from stdin 2017-02-04 16:38:33 +01:00
backend Fix tests 2017-01-27 12:47:34 +01:00
checker checker: Reduce memory usage 2017-02-06 21:19:27 +01:00
crypto Remove more unused bits 2016-09-21 20:45:18 +02:00
debug Remove timing, simplify function matching 2016-09-28 20:10:40 +02:00
errors test helpers: Always print stack trace 2016-09-27 19:50:26 +02:00
filter Create package restic/errors 2016-09-03 21:10:24 +02:00
fs Remove fadvise 2016-11-10 22:21:22 +01:00
fuse fuse: Improve memory usage 2017-01-24 12:38:44 +01:00
hashing Add hashing package 2017-01-23 17:54:11 +01:00
index Normalise the backend API 2017-01-26 22:02:22 +01:00
list wip 2016-09-03 21:10:24 +02:00
location Add rest backend to location 2016-02-21 15:33:13 +01:00
mock Normalise the backend API 2017-01-26 22:02:22 +01:00
pack Change backend Save() function signature 2017-01-23 17:54:11 +01:00
pipe Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
repository prune: Close backend reader after download 2017-02-05 15:40:30 +01:00
test Fix Random() function 2017-01-25 13:26:16 +01:00
testdata Correct filenames for expire policy tests 2016-09-13 21:20:41 +02:00
walk Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
worker Remove more unused bits 2016-09-21 20:45:18 +02:00
backend.go Normalise the backend API 2017-01-26 22:02:22 +01:00
backend_find.go Create package restic/errors 2016-09-03 21:10:24 +02:00
backend_find_test.go Fix cmds/restic for new structure 2016-09-03 21:10:24 +02:00
blob.go Add Blob.String() 2017-02-06 19:50:27 +01:00
blob_set.go wip 2016-09-03 21:10:24 +02:00
blob_test.go wip 2016-09-03 21:10:24 +02:00
buffer.go Add a few functions to calculate Blob buffer len 2017-01-17 10:40:57 +01:00
buffer_pool.go Update code to use the new Chunker interface 2016-02-23 23:14:35 +01:00
config.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
config_test.go wip 2016-09-03 21:10:24 +02:00
doc.go Update doc comment 2016-09-03 21:10:24 +02:00
file.go Create package restic/errors 2016-09-03 21:10:24 +02:00
file_test.go Rename struct member FileType -> Type 2016-09-03 21:10:24 +02:00
find.go Introduce LoadTreeBlob and LoadDataBlob 2016-09-03 21:10:25 +02:00
find_test.go wip 2016-09-03 21:10:24 +02:00
id.go Use streaming functions for saving data in repo 2017-01-23 17:54:11 +01:00
id_int_test.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
id_test.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
ids.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
ids_test.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
idset.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
idset_test.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
lock.go Normalise the backend API 2017-01-26 22:02:22 +01:00
lock_test.go Normalise the backend API 2017-01-26 22:02:22 +01:00
lock_unix.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
lock_windows.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
node.go Add a few functions to calculate Blob buffer len 2017-01-17 10:40:57 +01:00
node_darwin.go Use fadvise() to not cache the content of files read 2016-03-28 15:26:46 +02:00
node_freebsd.go Use fadvise() to not cache the content of files read 2016-03-28 15:26:46 +02:00
node_linux.go Create package restic/errors 2016-09-03 21:10:24 +02:00
node_openbsd.go Use fadvise() to not cache the content of files read 2016-03-28 15:26:46 +02:00
node_test.go Test that existing files and dirs are restored 2016-11-15 21:41:41 +01:00
node_unix.go Rename package 2016-02-20 17:31:21 +01:00
node_windows.go Create package restic/errors 2016-09-03 21:10:24 +02:00
progress.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
progress_unix.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
rand_reader.go Create package restic/errors 2016-09-03 21:10:24 +02:00
readerat.go Add debug messages 2017-01-24 11:42:42 +01:00
repository.go Add repository.SaveTree 2016-09-03 21:10:25 +02:00
restorer.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
snapshot.go FindLatestSnapshot: Rename parameter to clarify meaning 2016-11-15 21:03:54 +01:00
snapshot_filter.go Use cobra for all commands 2016-09-27 19:53:03 +02:00
snapshot_filter_test.go Correct filenames for expire policy tests 2016-09-13 21:20:41 +02:00
snapshot_test.go Add tags to snapshots and filter 2016-09-13 20:12:55 +02:00
testing.go Reduce memory consuption of TestCreateSnapshot 2017-01-17 12:56:20 +01:00
testing_test.go Reduce memory consuption of TestCreateSnapshot 2017-01-17 12:56:20 +01:00
tree.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
tree_test.go Remove SetupRepo 2016-09-04 13:24:51 +02:00