aboutsummaryrefslogtreecommitdiff
path: root/guix/store
Commit message (Expand)AuthorAge
* store: database: Use correct function name in assertion.Wojtek Kosior2024-04-07
* store: database: Rename a couple of procedures.Christopher Baines2024-04-03
* store: database: Refactor sqlite-register.Christopher Baines2024-04-03
* store: database: Stop finalizing prepared statements.Christopher Baines2024-04-03
* store: database: Inline SQL to where it's used.Christopher Baines2024-04-03
* store: database: Remove with-statement and associated code.Christopher Baines2024-04-03
* store: database: Remove call-with-savepoint and associated code.Christopher Baines2024-04-03
* store: Tolerate non-existent GC root directories.Ludovic Courtès2023-06-18
* guix: Strip #:use-module lists.Ludovic Courtès2023-03-13
* deduplicate: Use 'sendfile' only with file ports.Ludovic Courtès2022-12-10
* deduplicate: Use 'sendfile' for small file copies.Ludovic Courtès2022-12-10
* guix gc: Add '--vacuum-database'.Efraim Flashner2022-11-06
* guix: Remove duplicate definitions of dump-port.Ricardo Wurmus2022-05-20
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\
| * daemon: Do not deduplicate files smaller than 8 KiB.Ludovic Courtès2021-11-16
* | Merge branch 'master' into core-updatesChristopher Baines2021-02-03
|\|
| * 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
* | Merge branch 'staging' into 'core-updates'.Maxim Cournoyer2021-01-13
|\|
| * 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
* | store: Fix docstring typo.Tobias Geerinckx-Rice2020-10-16
|/
* 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