summaryrefslogtreecommitdiff
path: root/guix/store
AgeCommit message (Expand)Author
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
2018-06-14database: Allow for deterministic database construction.Ludovic Courtès
2018-06-14install: Use 'reset-timestamps' from (guix store database).Ludovic Courtès
2018-06-14database: Add 'register-items'.Ludovic Courtès
2018-06-14database: 'sqlite-register' takes a database, not a file name.Ludovic Courtès
2018-06-14database: 'reset-timestamps' sets file permissions as well.Ludovic Courtès
2018-06-14database: Replace existing entries in Refs.Ludovic Courtès
2018-06-14database: Add #:reset-timestamps? to 'register-path'.Ludovic Courtès
2018-06-14database: Remove extra SQL parameter in 'update-or-insert'.Ludovic Courtès
2018-06-14deduplicate: Fix a couple of thinkos.Ludovic Courtès
2018-06-14database: 'register-path' creates the database directory if needed.Ludovic Courtès
2018-06-14database: Provide a way to specify the schema location.Ludovic Courtès
2018-06-14database: Fail registration when encountering unregistered references.Ludovic Courtès
2018-06-14database: 'with-database' can now initialize new databases.Ludovic Courtès
2018-06-01Add (guix store deduplication).Caleb Ristvedt