1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-08 07:27:27 +00:00
restic/internal/archiver
Alexander Neumann adb682bc43 archiver: Don't open files with O_NONBLOCK
This is not necessary any more, we're doing an lstat() before opening
an item, so we already known it's a file and not a pipe.
2018-05-20 16:11:51 +02:00
..
archiver.go archiver: Don't open files with O_NONBLOCK 2018-05-20 16:11:51 +02:00
archiver_test.go
blob_saver.go
blob_saver_test.go
buffer.go
doc.go
file_saver.go
file_saver_test.go
index_uploader.go
scanner.go
scanner_test.go
testing.go
testing_test.go
tree.go
tree_saver.go
tree_saver_test.go
tree_test.go