guix/nix
Eelco Dolstra e134baae77 daemon: optimizePath: Detect some .links corruptions.
If automatic store optimisation is enabled, and a hard-linked file in
the store gets corrupted, then the corresponding .links entry will
also be corrupted. In that case, trying to repair with --repair or
--repair-path won't work, because the new "good" file will be replaced
by a hard link to the corrupted file. We can catch most of these cases
by doing a sanity-check on the file sizes.
2015-12-02 19:37:59 +02:00
..
boost
guix-register
libstore daemon: optimizePath: Detect some .links corruptions. 2015-12-02 19:37:59 +02:00
libutil daemon: Fix namespace issue. 2015-12-02 19:37:59 +02:00
nix-daemon daemon: int2String -> std::to_string. 2015-12-02 19:37:59 +02:00
scripts
.gitignore
AUTHORS
COPYING