summaryrefslogtreecommitdiff
path: root/guix/store
AgeCommit message (Expand)Author
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
2018-06-01database: 'register-path' resets timestamps.Ludovic Courtès
2018-06-01Add (gnu store database).Caleb Ristvedt
2017-04-21store: Support 'ssh://' URIs in 'GUIX_DAEMON_SOCKET'.Ludovic Courtès