summaryrefslogtreecommitdiff
path: root/guix/store
AgeCommit message (Expand)Author
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB.Ludovic Courtès
2021-01-31database: Validate #:nar-size and #:time when registering store items.Ludovic Courtès
2021-01-31database: Remove workarounds unnecessary with guile-sqlite3 0.1.2.Ludovic Courtès
2020-12-19maint: Require Guile >= 2.2.6.Ludovic Courtès
2020-12-15deduplicate: Create the '.links' directory lazily.Ludovic Courtès
2020-12-15database: Honor 'SOURCE_DATE_EPOCH'.Ludovic Courtès
2020-12-15database: Remove 'register-path'.Ludovic Courtès
2020-12-15system: 'init' does not recompute the hash of each store item.Ludovic Courtès
2020-12-15database: Remove #:deduplicate? and #:reset-timestamps? from 'register-path'.Ludovic Courtès
2020-12-15database: Remove #:deduplicate? from 'register-items'.Ludovic Courtès
2020-12-15store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès
2020-12-15database: Remove #:reset-timestamps? from 'register-items'.Ludovic Courtès
2020-12-15nar: Deduplicate files right as they are restored.Ludovic Courtès
2020-12-08database: Remove unnecessary module imports.Ludovic Courtès
2020-09-14database: register-items: reduce transaction scope.Christopher Baines
2020-09-14database: document extra registration requirements.Caleb Ristvedt
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-07-11image: Do not set journal_model=WAL for the Hurd.Jan (janneke) Nieuwenhuizen
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-06-18database: 'register-items' takes an open database.Ludovic Courtès
2020-06-10database: separate transaction-handling and retry-handling.Caleb Ristvedt
2020-06-10database: ensure update-or-insert is run within a transactionCaleb Ristvedt
2020-06-10database: rewrite query procedures in terms of with-statement.Caleb Ristvedt
2020-06-10database: work around guile-sqlite3 bug preventing statement resetCaleb Ristvedt
2020-04-11database: 'reset-timestamps' can optionally preserve permissions.Ludovic Courtès
2020-02-22deduplication: Use nix-base32 encoding for link names.Ludovic Courtès
2019-09-08daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'.Ludovic Courtès
2019-04-25gnu, guix: Yearly ritual purging of the filesystems.Tobias Geerinckx-Rice
2019-04-10Add (guix store roots).Ludovic Courtès
2019-03-07database: Make 'register-items' transactional.Caleb Ristvedt
2019-01-23deduplication: Ignore EMLINK.Ludovic Courtès
2018-12-21database: Use "write-ahead log" mode and set a long "busy timeout".Ludovic Courtès
2018-12-14deduplication: Gracefully handle ENOSPC raised by 'link' calls.Ludovic Courtès
2018-11-23Update Guile-SQLite3 URL everywhere.Ludovic Courtès
2018-11-13deduplication: Restore directory mtime and permissions after deduplication.Ludovic Courtès
2018-11-13nar: Access the database instead of connecting to the daemon.Ludovic Courtès
2018-09-23database: Register each store item only once.Ludovic Courtès
2018-09-23database: 'register-items' shows a progress bar.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-07-20database: Reset timestamps to one second after the Epoch.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-03database: 'reset-timestamps' now correctly handles symlinks.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