restic/internal
Igor Fedorenko bda8d7722e restorer: Optimize empty file restore
don't create fileInfo structs for empty files. this saves memory.
this also avoids extra serial scan of all fileInfo, which should
make restore faster and more consistent.

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2018-10-14 17:39:42 +02:00
..
archiver scanner: Use context only for cancellation 2018-09-08 18:53:12 +02:00
backend b2: simplify object iteration 2018-10-05 11:39:02 -07:00
cache cache: Fix recheck logic, remove channel from inProgress 2018-10-04 17:09:43 +02:00
checker checker: Disable size check for now 2018-07-15 21:52:38 +02:00
crypto
debug Remove build tag `release` 2018-10-11 19:40:38 +02:00
errors backup: Improve error message for invalid pattern 2018-10-03 11:12:51 +02:00
filter
fs
fuse
hashing
index
limiter
list
migrations clean up some errors from 'go vet ./...' 2018-09-05 08:04:55 -04:00
mock
options
pack
repository
restic restore: Removed legacy restore implementation 2018-10-14 17:37:30 +02:00
restorer restorer: Optimize empty file restore 2018-10-14 17:39:42 +02:00
selfupdate Add 'self-update' command 2018-08-12 23:34:47 +02:00
test
textfile
ui termstatus: detect and respect dumb terminals on Unix 2018-09-21 07:24:41 -04:00
walker walk: Pass parent tree ID to WalkFunc 2018-08-19 23:28:04 +02:00
worker