1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-03 04:56:48 +00:00
restic/internal/archiver
greatroar 3a6feb0596 Replace sort.Stable by sort.Strings
Calling the slow, O(n lg² n) sort.Stable is equivalent to sort.Strings
for a slice of unique strings.
2020-02-18 19:41:06 +01:00
..
archiver.go Replace sort.Stable by sort.Strings 2020-02-18 19:41:06 +01:00
archiver_test.go archiver: Fix flaky TestArchiverAbortEarlyOnError 2020-02-14 23:16:13 +01:00
archiver_unix_test.go archiver: Use untyped constants for testing FileInfo 2019-05-05 14:57:38 +02:00
archiver_windows_test.go archiver: Use untyped constants for testing FileInfo 2019-05-05 14:57:38 +02:00
blob_saver.go
blob_saver_test.go
buffer.go
doc.go
file_saver.go
file_saver_test.go
index_uploader.go
scanner.go scanner: Use context only for cancellation 2018-09-08 18:53:12 +02:00
scanner_test.go scanner: Use context only for cancellation 2018-09-08 18:53:12 +02:00
testing.go
testing_test.go Fix formatting for gofmt with Go 1.11 2018-08-31 21:10:26 +02:00
tree.go clean up some errors from 'go vet ./...' 2018-09-05 08:04:55 -04:00
tree_saver.go
tree_saver_test.go
tree_test.go