summaryrefslogtreecommitdiff
path: root/guix/nar.scm
AgeCommit message (Expand)Author
2024-04-15Autoload (guix build syscalls).Ludovic Courtès
2024-04-07guix: nar: Update path-id to valid-path-id.Christopher Baines
2020-12-15database: Remove #:deduplicate? from 'register-items'.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-15serialization: 'restore-file' sets canonical timestamp and permissions.Ludovic Courtès
2020-09-11doc: Distinguish the "nar bundle" format from "nar".Ludovic Courtès
2020-06-18nar: Use (guix i18n).Ludovic Courtès
2020-06-18nar: Avoid opening the database an additional time.Ludovic Courtès
2020-05-07nar: 'with-temporary-store-file' uses a single connectionCaleb Ristvedt
2020-05-07nar: 'finalize-store-file' follows proper store lock protocol.Caleb Ristvedt
2019-06-05nar: Really lock store files.Ludovic Courtès
2018-11-13nar: Access the database instead of connecting to the daemon.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-06-14store: Remove 'register-path'.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2016-05-06utils: Move 'fcntl-flock' to (guix build syscalls).Ludovic Courtès
2015-01-18nar: Read archive signatures as Latin-1 strings.Ludovic Courtès
2014-10-09Break module cycle involving (guix store) and (guix ui).Ludovic Courtès
2014-08-25guix-register: By default, attempt to deduplicate registered items.Ludovic Courtès
2014-04-22pk-crypto: Add pretty-printer to 'gcry-error' exceptions.Ludovic Courtès
2014-04-21nar: Really really protect the temporary store directory from GC.Ludovic Courtès
2014-04-12nar: Really protect the temporary store directory from GC.Ludovic Courtès
2014-04-09nar: 'restore-file-set' registers the temporary result as a GC root.Ludovic Courtès
2014-04-07Work around behavior of old 'scandir' in Guile 2.0.5.Mark H Weaver
2014-03-31Use 'signature-case' in (guix nar) and 'substitute-binary'.Ludovic Courtès
2014-03-30nar: Clarify that 'assert-valid-signature' accepts a string.Nikita Karetnikov
2014-02-21nar: Produce archives with files sorted in C collation order.Ludovic Courtès
2014-02-21guix hash: Add '--recursive'.Ludovic Courtès
2014-02-21nar: 'write-file' can write to non-file ports.Ludovic Courtès
2014-01-24nar: Add 'restore-file-set', for use by build hooks.Ludovic Courtès
2013-09-23nar: Fix file descriptor leak when writing a Nar.Ludovic Courtès
2013-04-12nar: Add support for symlinks.Ludovic Courtès
2013-04-08nar: Implement restoration from Nar.Ludovic Courtès
2013-04-04Add (guix nar) and (guix serialization).Ludovic Courtès