summaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* gexp: Remove leftover parameter.Ludovic Courtès2014-04-29
* monads: Hide 'derivation-expression' and 'lower-inputs'.Ludovic Courtès2014-04-28
* store: (direct-store-path? (%store-prefix)) returns #f.Ludovic Courtès2014-04-28
* Add (guix gexp).Ludovic Courtès2014-04-28
* guix: cmake: Add input and package libraries to the rpath, and adapt packageAndreas Enge2014-04-27
* pk-crypto: Add pretty-printer to 'gcry-error' exceptions.Ludovic Courtès2014-04-22
* authenticate: Allow signatures with binary data to be written to stdout.Ludovic Courtès2014-04-22
* pk-crypto: Use ISO-8859-1 for strings passed to 'gcry_sexp_new'.Ludovic Courtès2014-04-22
* nar: Really really protect the temporary store directory from GC.Ludovic Courtès2014-04-21
* download: Improve progress report output.Ludovic Courtès2014-04-16
* linux-initrd: Mount / as a unionfs when asking for a volatile root.Ludovic Courtès2014-04-14
* offload: '{send,receive}-files' wait for completion of the transfer.Ludovic Courtès2014-04-14
* offload: Better synchronize with remote invocation of 'guix archive --missing'.Ludovic Courtès2014-04-14
* derivations: Fix 'fixed-output-derivation?'.Ludovic Courtès2014-04-13
* nar: Really protect the temporary store directory from GC.Ludovic Courtès2014-04-12
* store: Add 'add-permanent-root' and 'remove-permanent-root'.Ludovic Courtès2014-04-12
* packages: Correctly handle patching for inputs with no extension.Ludovic Courtès2014-04-12
* vm: Move image creation to (guix build vm); split into several procedures.Ludovic Courtès2014-04-11
* vm: Add (guix build vm) module.Ludovic Courtès2014-04-11
* nar: 'restore-file-set' registers the temporary result as a GC root.Ludovic Courtès2014-04-09
* gnu: linux-initrd: Mount /dev/pts at boot time.Ludovic Courtès2014-04-09
* gnu: linux-initrd: Better populate /dev.Ludovic Courtès2014-04-09
* guix system: Add 'vm-image' action and '--image-size' option.Ludovic Courtès2014-04-09
* ui: Add 'size->number'.Ludovic Courtès2014-04-08
* offload: Remove all the GC roots in case of multiple-output derivations.Ludovic Courtès2014-04-08
* offload: Bail out when failing to register a GC root on the build machine.Ludovic Courtès2014-04-08
* utils: Make 'errno' procedure more robust.Ludovic Courtès2014-04-07
* Work around behavior of old 'scandir' in Guile 2.0.5.Mark H Weaver2014-04-07
* hydra: Add 'qemu-image' job.Ludovic Courtès2014-04-05
* guix package: Fix indentation of packages to remove.Ludovic Courtès2014-04-05
* ui: Improve reporting of 'system-error' exceptions.Ludovic Courtès2014-04-04
* union: Ensure that the output is always a directory.Mark H Weaver2014-04-03
* pki: Introduce 'write-acl', and fix wrong conversion in 'ensure-acl'.Ludovic Courtès2014-04-04
* offload: Prevent the '.drv' and build result from being GC'd.Ludovic Courtès2014-04-03
* union: Rewrite to be faster; handle symlink/directory conflicts.Mark H Weaver2014-04-02
* guix package: 'search-path-environment-variables' traverses module tree once.Ludovic Courtès2014-04-02
* guix package: Register non-default profiles as GC roots.Ludovic Courtès2014-04-02
* pki: Keep ACL in native sexp format to speed up 'authorized-key?'.Ludovic Courtès2014-04-01
* substitute-binary: Avoid consing 'regexp-exec' arguments.Ludovic Courtès2014-04-01
* substitute-binary: Avoid reloading the ACL repeatedly.Ludovic Courtès2014-04-01
* Use 'signature-case' in (guix nar) and 'substitute-binary'.Ludovic Courtès2014-03-31
* pki: Add 'signature-case' macro.Ludovic Courtès2014-03-31
* substitute-binary: Notify of valid signatures.Ludovic Courtès2014-03-31
* guix archive: Make sure $sysconfdir/guix exists in '--authorize'.Ludovic Courtès2014-03-31
* offload: Exit with code 100 upon build failures.Ludovic Courtès2014-03-31
* substitute-binary: Defer narinfo authentication and authorization checks.Ludovic Courtès2014-03-30
* substitute-binary: Store the cache's URI in the local cached narinfo.Ludovic Courtès2014-03-30
* substitute-binary: Support the Signature field of a narinfo file.Nikita Karetnikov2014-03-30
* nar: Clarify that 'assert-valid-signature' accepts a string.Nikita Karetnikov2014-03-30
* Add (guix svn-download).Sree Harsha Totakura2014-03-27