summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2014-04-14linux-initrd: Mount / as a unionfs when asking for a volatile root....Ludovic Courtès
2014-04-14offload: '{send,receive}-files' wait for completion of the transfer....Ludovic Courtès
2014-04-14offload: Better synchronize with remote invocation of 'guix archive --missing'....Ludovic Courtès
2014-04-13derivations: Fix 'fixed-output-derivation?'....Ludovic Courtès
2014-04-12nar: Really protect the temporary store directory from GC....Ludovic Courtès
2014-04-12store: Add 'add-permanent-root' and 'remove-permanent-root'....Ludovic Courtès
2014-04-12packages: Correctly handle patching for inputs with no extension....Ludovic Courtès
2014-04-11vm: Move image creation to (guix build vm); split into several procedures....Ludovic Courtès
2014-04-11vm: Add (guix build vm) module....Ludovic Courtès
2014-04-09nar: 'restore-file-set' registers the temporary result as a GC root....Ludovic Courtès
2014-04-09gnu: linux-initrd: Mount /dev/pts at boot time....Ludovic Courtès
2014-04-09gnu: linux-initrd: Better populate /dev....Ludovic Courtès
2014-04-09guix system: Add 'vm-image' action and '--image-size' option....Ludovic Courtès
2014-04-08ui: Add 'size->number'....Ludovic Courtès
2014-04-08offload: Remove all the GC roots in case of multiple-output derivations....Ludovic Courtès
2014-04-08offload: Bail out when failing to register a GC root on the build machine....Ludovic Courtès
2014-04-07utils: Make 'errno' procedure more robust....Ludovic Courtès
2014-04-07Work around behavior of old 'scandir' in Guile 2.0.5....Mark H Weaver
2014-04-05hydra: Add 'qemu-image' job....Ludovic Courtès
2014-04-05guix package: Fix indentation of packages to remove....Ludovic Courtès
2014-04-04ui: Improve reporting of 'system-error' exceptions....Ludovic Courtès
2014-04-03union: Ensure that the output is always a directory....Mark H Weaver
2014-04-04pki: Introduce 'write-acl', and fix wrong conversion in 'ensure-acl'....Ludovic Courtès
2014-04-03offload: Prevent the '.drv' and build result from being GC'd....Ludovic Courtès
2014-04-02union: Rewrite to be faster; handle symlink/directory conflicts....Mark H Weaver
2014-04-02guix package: 'search-path-environment-variables' traverses module tree once....Ludovic Courtès
2014-04-02guix package: Register non-default profiles as GC roots....Ludovic Courtès
2014-04-01pki: Keep ACL in native sexp format to speed up 'authorized-key?'....Ludovic Courtès
2014-04-01substitute-binary: Avoid consing 'regexp-exec' arguments....Ludovic Courtès
2014-04-01substitute-binary: Avoid reloading the ACL repeatedly....Ludovic Courtès
2014-03-31Use 'signature-case' in (guix nar) and 'substitute-binary'....Ludovic Courtès
2014-03-31pki: Add 'signature-case' macro....Ludovic Courtès
2014-03-31substitute-binary: Notify of valid signatures....Ludovic Courtès
2014-03-31guix archive: Make sure $sysconfdir/guix exists in '--authorize'....Ludovic Courtès
2014-03-31offload: Exit with code 100 upon build failures....Ludovic Courtès
2014-03-30substitute-binary: Defer narinfo authentication and authorization checks....Ludovic Courtès
2014-03-30substitute-binary: Store the cache's URI in the local cached narinfo....Ludovic Courtès
2014-03-30substitute-binary: Support the Signature field of a narinfo file....Nikita Karetnikov
2014-03-30nar: Clarify that 'assert-valid-signature' accepts a string....Nikita Karetnikov
2014-03-27Add (guix svn-download)....Sree Harsha Totakura
2014-03-26Merge branch 'core-updates'Ludovic Courtès
2014-03-26offload: Remove erroneous 'close-pipe' call....Ludovic Courtès
2014-03-26offload: Wait for the processes involved in 'guix archive --missing'....Ludovic Courtès
2014-03-26offload: Allow one transfer in each direction simultaneously....Ludovic Courtès
2014-03-26offload: Disable SSH-level compression....Ludovic Courtès
2014-03-25download: Don't use 'http-get*' on Guile 2.0.10+....Ludovic Courtès
2014-03-24offload: Compress files being sent/retrieved....Ludovic Courtès
2014-03-24utils: Add 'call-with-decompressed-port' and 'call-with-compressed-output-port'....Ludovic Courtès
2014-03-24utils: Add 'filtered-output-port' and 'compressed-output-port'....Ludovic Courtès
2014-03-22authenticate: Support reading the hash or key from stdin....Ludovic Courtès