1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-02 21:25:12 +00:00
restic/internal/restic
Michael Eischer 8642049532
Merge pull request #5143 from MichaelEischer/fs-handle-interface
fs: rework FS interface to be handle based
2024-11-30 15:29:31 +01:00
..
testdata forget: make oldest snapshot marker more strict 2024-09-07 15:07:23 +05:30
backend_find.go
backend_find_test.go
blob.go
blob_set.go
blob_set_test.go replace deprecated usages of math/rand 2024-08-10 19:34:49 +02:00
blob_test.go
config.go repository: use normal Init method in tests 2024-04-14 13:45:11 +02:00
config_test.go
doc.go
duration.go
duration_test.go
find.go add proper constants for node type 2024-08-31 18:20:01 +02:00
find_test.go repository: fix parameter order of LookupBlobSize 2024-05-24 21:33:17 +02:00
id.go Switch back to sha256 from the std library 2024-08-10 19:16:10 +02:00
id_int_test.go
id_test.go
ids.go
ids_test.go
idset.go internal/restic: Use IDSet.Clone + use maps package 2024-10-03 21:14:29 +02:00
idset_test.go restic: add IDSet.Clone() method 2024-05-24 21:33:17 +02:00
json.go
lister.go
lister_test.go
lock.go internal/restic: Use IDSet.Clone + use maps package 2024-10-03 21:14:29 +02:00
lock_test.go repository: wait max 1 minutes for lock removal if context is canceled 2024-05-24 20:24:02 +02:00
lock_unix.go
lock_windows.go
node.go add proper constants for node type 2024-08-31 18:20:01 +02:00
node_test.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_windows.go fs: move WindowsAttributes definition back to restic package 2024-08-31 18:40:36 +02:00
parallel.go replace some uses of restic.Repository with finegrained interfaces 2024-05-18 21:42:51 +02:00
repository.go repository: remove SaveIndex from interface 2024-05-24 21:33:17 +02:00
snapshot.go backup: rename data_added_in_repo statistic to data_added_packed 2024-02-25 20:40:52 +01:00
snapshot_find.go Add more checks for canceled contexts 2024-07-31 19:30:47 +02:00
snapshot_find_test.go
snapshot_group.go forget: refuse deleting the last snapshot in a snapshot group 2024-05-24 20:45:33 +02:00
snapshot_group_test.go
snapshot_policy.go forget: make oldest snapshot marker more strict 2024-09-07 15:07:23 +05:30
snapshot_policy_test.go
snapshot_test.go remove usages of repo.Backend() from tests 2024-05-18 21:42:51 +02:00
tag_list.go
tag_list_test.go
testing.go add proper constants for node type 2024-08-31 18:20:01 +02:00
testing_test.go check: allow tests to only verify pack&index integrity 2024-04-14 13:45:04 +02:00
tree.go restic: add missing space in error message 2024-11-15 17:52:09 +01:00
tree_stream.go repository: fix parameter order of LookupBlobSize 2024-05-24 21:33:17 +02:00
tree_test.go fs / archiver: convert to handle based interface 2024-11-16 12:56:23 +01:00
zeroprefix.go
zeroprefix_test.go