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