summaryrefslogtreecommitdiff
path: root/guix/store
AgeCommit message (Expand)Author
2024-05-25deduplication: Detect holes and create sparse files....Ludovic Courtès
2024-04-07store: database: Use correct function name in assertion....Wojtek Kosior
2024-04-03store: database: Rename a couple of procedures....Christopher Baines
2024-04-03store: database: Refactor sqlite-register....Christopher Baines
2024-04-03store: database: Stop finalizing prepared statements....Christopher Baines
2024-04-03store: database: Inline SQL to where it's used....Christopher Baines
2024-04-03store: database: Remove with-statement and associated code....Christopher Baines
2024-04-03store: database: Remove call-with-savepoint and associated code....Christopher Baines
2023-06-18store: Tolerate non-existent GC root directories....Ludovic Courtès
2023-03-13guix: Strip #:use-module lists....Ludovic Courtès
2022-12-10deduplicate: Use 'sendfile' only with file ports....v1.4.0rc2Ludovic Courtès
2022-12-10deduplicate: Use 'sendfile' for small file copies....Ludovic Courtès
2022-11-06guix gc: Add '--vacuum-database'....Efraim Flashner
2022-05-20guix: Remove duplicate definitions of dump-port....Ricardo Wurmus
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB....Ludovic Courtès
2021-02-03Merge branch 'master' into core-updatesChristopher Baines
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
2021-01-13Merge branch 'staging' into 'core-updates'....Maxim Cournoyer
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-10-16store: Fix docstring typo....Tobias Geerinckx-Rice
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 transaction...Caleb Ristvedt
2020-06-10database: rewrite query procedures in terms of with-statement....Caleb Ristvedt
2020-06-10database: work around guile-sqlite3 bug preventing statement reset...Caleb 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