restic/internal/restic
Michael Eischer b77e933d80 Convert underscore variable names to camelCase 2020-09-05 10:07:16 +02:00
..
testdata Support time ranges expressed in hours in snapshot retention policies 2018-11-26 14:27:42 +01:00
backend.go
backend_find.go restic: Remove unused variable value 2020-09-05 10:07:16 +02:00
backend_find_test.go Convert underscore variable names to camelCase 2020-09-05 10:07:16 +02:00
blob.go Chaining hash table for repository.Index 2020-07-19 13:58:22 +02:00
blob_set.go
blob_test.go
buffer.go
cache.go
config.go
config_test.go internal/restic: fix dropped test error 2020-02-12 13:32:45 -08:00
doc.go
duration.go
duration_test.go
file.go restic/file: Use FileType for all File constants 2020-09-05 10:07:16 +02:00
file_test.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
find.go FindUsedBlobs: Test that seen blobs are skipped 2020-08-01 12:29:16 +02:00
find_test.go FindUsedBlobs: Test that seen blobs are skipped 2020-08-01 12:29:16 +02:00
hardlinks_index.go
hardlinks_index_test.go Merge a few variable declaration and initializations 2020-09-05 10:05:34 +02:00
id.go Use Minio's optimized SHA-256 2020-04-28 07:57:18 +02:00
id_int_test.go
id_test.go restic: Make JSON unmarshal for ID more efficient 2019-04-13 13:38:39 +02:00
ids.go
ids_test.go
idset.go
idset_test.go
lock.go Make all signal.Notify channels buffered 2020-03-12 20:59:39 +01:00
lock_test.go Update Lock.Time in lock.Refresh() 2019-09-04 11:38:35 -07:00
lock_unix.go
lock_windows.go
node.go Centralize buffer allocation and size checking in Repository.LoadBlob 2020-04-23 10:04:20 +02:00
node_darwin.go Fix build on FreeBSD with Go 1.12 2019-03-06 09:41:49 -05:00
node_freebsd.go Drop support for Go version 1.11 2020-07-24 18:52:39 +02:00
node_linux.go internal/restic: close os.File after checking for error 2020-03-05 16:22:46 -08:00
node_netbsd.go Fix build on FreeBSD with Go 1.12 2019-03-06 09:41:49 -05:00
node_openbsd.go Fix build on FreeBSD with Go 1.12 2019-03-06 09:41:49 -05:00
node_solaris.go Fix build on FreeBSD with Go 1.12 2019-03-06 09:41:49 -05:00
node_test.go node: Make sure year of all timestamps is valid 2019-04-24 16:39:36 +02:00
node_unix.go
node_unix_test.go
node_windows.go windows: Use LastWriteTime for ctime and mtime 2019-05-05 14:02:11 +02:00
node_xattr.go
progress.go
progress_unix.go Make all signal.Notify channels buffered 2020-03-12 20:59:39 +01:00
progress_unix_with_siginfo.go Make all signal.Notify channels buffered 2020-03-12 20:59:39 +01:00
readerat.go
repository.go Rename Index interface to MasterIndex 2020-07-25 21:19:46 +02:00
rewind_reader.go
rewind_reader_test.go
snapshot.go Support specifying multiple host flags for various commands 2020-02-26 22:17:59 +01:00
snapshot_find.go Support specifying multiple host flags for various commands 2020-02-26 22:17:59 +01:00
snapshot_group.go Merge a few variable declaration and initializations 2020-09-05 10:05:34 +02:00
snapshot_policy.go Support time ranges expressed in hours in snapshot retention policies 2018-11-26 14:27:42 +01:00
snapshot_policy_test.go Support time ranges expressed in hours in snapshot retention policies 2018-11-26 14:27:42 +01:00
snapshot_test.go
tag_list.go remove unused code 2019-07-01 00:24:45 +03:00
testing.go checker: Properly distinguish between data and tree blobs 2020-07-20 22:58:39 +02:00
testing_test.go
tree.go
tree_test.go