summaryrefslogtreecommitdiff
path: root/guix/store/deduplication.scm
Commit message (Expand)AuthorAge
* maint: Require Guile >= 2.2.6.Ludovic Courtès2020-12-19
* deduplicate: Create the '.links' directory lazily.Ludovic Courtès2020-12-15
* store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès2020-12-15
* nar: Deduplicate files right as they are restored.Ludovic Courtès2020-12-15
* deduplication: pass store directory to replace-with-link.Caleb Ristvedt2020-09-14
* store: deduplication: Handle fs without d_type support.Mathieu Othacehe2020-07-28
* deduplication: Leave the store permissions unchanged.Ludovic Courtès2020-06-25
* deduplication: Fix default value of #:store in 'deduplicate'.Ludovic Courtès2020-06-25
* deduplication: Use 'dynamic-wind' when changing permissions of the parent.Ludovic Courtès2020-06-25
* deduplicate: Avoid traversing directories twice.Ludovic Courtès2020-06-22
* deduplication: Use nix-base32 encoding for link names.Ludovic Courtès2020-02-22
* gnu, guix: Yearly ritual purging of the filesystems.Tobias Geerinckx-Rice2019-04-25
* deduplication: Ignore EMLINK.Ludovic Courtès2019-01-23
* deduplication: Gracefully handle ENOSPC raised by 'link' calls.Ludovic Courtès2018-12-14
* deduplication: Restore directory mtime and permissions after deduplication.Ludovic Courtès2018-11-13
* Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
* deduplication: Work around Guile bug in 'seek'.Ludovic Courtès2018-07-20
* deduplication: Remove 'counting-wrapper-port'.Ludovic Courtès2018-07-19
* deduplication: Remove 'false-if-system-error', now unused.Ludovic Courtès2018-07-03
* deduplication: Place link files under /gnu/store/.links.Ludovic Courtès2018-07-03
* deduplication: Fix incorrect use of 'throw'.Ludovic Courtès2018-07-03
* deduplicate: Fix a couple of thinkos.Ludovic Courtès2018-06-14
* Add (guix store deduplication).Caleb Ristvedt2018-06-01