git-annex/Database
Joey Hess 5b373a9dd2
read a consistent amount from pointer file
A few places were reading the max symlink size of a pointer file,
then passing tp parseLinkTargetOrPointer. Which is fine currently, but
to support pointer files with lines of data after the pointer, enough
has to be read that parseLinkTargetOrPointer can be assured of seeing
enough of that data to know if it's correctly formatted.

Sponsored-by: Dartmouth College's Datalad project
2022-02-23 12:52:34 -04:00
..
Keys remove unused code 2021-07-30 18:01:36 -04:00
Benchmark.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
ContentIdentifier.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Export.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Fsck.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Handle.hs avoid using a second db connection for writes 2021-10-20 12:32:46 -04:00
Init.hs more RawFilePath conversion 2020-11-05 18:45:37 -04:00
Keys.hs read a consistent amount from pointer file 2022-02-23 12:52:34 -04:00
Queue.hs eliminate single/multi writer distinction 2021-10-20 12:26:30 -04:00
Types.hs simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -04:00