summaryrefslogtreecommitdiff
path: root/guix/store/deduplication.scm
AgeCommit message (Expand)Author
2020-09-14deduplication: pass store directory to replace-with-link.Caleb Ristvedt
2020-07-28store: deduplication: Handle fs without d_type support.Mathieu Othacehe
2020-06-25deduplication: Leave the store permissions unchanged.Ludovic Courtès
2020-06-25deduplication: Fix default value of #:store in 'deduplicate'.Ludovic Courtès
2020-06-25deduplication: Use 'dynamic-wind' when changing permissions of the parent.Ludovic Courtès
2020-06-22deduplicate: Avoid traversing directories twice.Ludovic Courtès
2020-02-22deduplication: Use nix-base32 encoding for link names.Ludovic Courtès
2019-04-25gnu, guix: Yearly ritual purging of the filesystems.Tobias Geerinckx-Rice
2019-01-23deduplication: Ignore EMLINK.Ludovic Courtès
2018-12-14deduplication: Gracefully handle ENOSPC raised by 'link' calls.Ludovic Courtès
2018-11-13deduplication: Restore directory mtime and permissions after deduplication.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-07-20deduplication: Work around Guile bug in 'seek'.Ludovic Courtès
2018-07-19deduplication: Remove 'counting-wrapper-port'.Ludovic Courtès
2018-07-03deduplication: Remove 'false-if-system-error', now unused.Ludovic Courtès
2018-07-03deduplication: Place link files under /gnu/store/.links.Ludovic Courtès
2018-07-03deduplication: Fix incorrect use of 'throw'.Ludovic Courtès
2018-06-14deduplicate: Fix a couple of thinkos.Ludovic Courtès
2018-06-01Add (guix store deduplication).Caleb Ristvedt