git-annex/Backend
Joey Hess c4aba8e032
better handling of finishing up incomplete incremental verify
Now it's run in VerifyStage.

I thought about keeping the file handle open, and resuming reading where
tailVerify left off. But that risks leaking open file handles, until the
GC closes them, if the deferred verification does not get resumed. Since
that could perhaps happen if there's an exception somewhere, I decided
that was too unsafe.

Instead, re-open the file, seek, and resume.

Sponsored-by: Dartmouth College's DANDI project
2021-08-16 14:52:59 -04:00
..
External.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00
Hash.hs better handling of finishing up incomplete incremental verify 2021-08-16 14:52:59 -04:00
URL.hs add incremental hashing interface to Backend 2021-02-09 15:00:51 -04:00
Utilities.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00
WORM.hs add incremental hashing interface to Backend 2021-02-09 15:00:51 -04:00