summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2014-03-09build: Change state and log directories to $localstatedir/.../guix.Ludovic Courtès
2014-03-09offload: Move macro definitions before use.Ludovic Courtès
2014-03-09offload: Distinguish between 'decline' and 'postpone'.Ludovic Courtès
2014-03-08offload: Prevent locked files from being GC'd.Ludovic Courtès
2014-03-08offload: Fix thinko.Ludovic Courtès
2014-03-08offload: Make 'parallel-builds' a hard limit.Ludovic Courtès
2014-03-08offload: Further generalize lock files.Ludovic Courtès
2014-03-08offload: Generalize the machine lock mechanism.Ludovic Courtès
2014-03-08utils: Add a non-blocking option for 'fcntl-flock'.Ludovic Courtès
2014-03-07store: 'export-paths' doesn't export references of the given files.Ludovic Courtès
2014-03-06utils: 'fcntl-flock' passes an errno when throwing an exception.Ludovic Courtès
2014-03-06offload: Serialize file transfers to build machines.Ludovic Courtès
2014-03-06download: Perform derivations locally.Ludovic Courtès
2014-03-01guix package: Use the common build options from (guix scripts build).Ludovic Courtès
2014-03-01substitute-binary: Gracefully handle HTTP GET errors.Ludovic Courtès
2014-03-01offload: Comment out attempt to set up an lsh gateway.Ludovic Courtès
2014-03-01offload: 'remote-pipe' uses the right SSH key.Ludovic Courtès
2014-03-01offload: Take the target machine load into account.Ludovic Courtès
2014-02-28guix archive: Change '--help' to show '--authorize'.Ludovic Courtès
2014-02-28gnu-maintenance: Adjust 'latest-release' to filter Bash's patch directories.Ludovic Courtès
2014-02-27store: Use 'when' instead of 'if' in effectful context.Ludovic Courtès
2014-02-21derivations: Remove unused 'derivation' parameter.Ludovic Courtès
2014-02-21Add (guix git-download).Ludovic Courtès
2014-02-21nar: Produce archives with files sorted in C collation order.Ludovic Courtès
2014-02-21derivations: Add support for recursive fixed-output derivations.Ludovic Courtès
2014-02-21guix hash: Add '--recursive'.Ludovic Courtès
2014-02-21ui: Handle SRFI-35 '&message' conditions.Ludovic Courtès
2014-02-21nar: 'write-file' can write to non-file ports.Ludovic Courtès
2014-02-20guix hash: Don't load the whole file in memory.Ludovic Courtès
2014-02-19gnu: Introduce the (gnu services ...) modules.Ludovic Courtès
2014-02-18Add 'guix system'.Ludovic Courtès
2014-02-18guix build: Factorize common options.Ludovic Courtès
2014-02-12guix build: Move 'set-build-options' call earlier.Ludovic Courtès
2014-02-12store: Add comments for the stracer.Ludovic Courtès
2014-02-10store: Change 'export-paths' to always export in topological order.Ludovic Courtès
2014-02-10union: Do not compare directories upon collision.Ludovic Courtès
2014-02-10download: Provide a 'User-Agent' field in HTTP requests.Ludovic Courtès
2014-02-09gnu: linux-initrd: When booting, chdir to the new root before calling 'chroot'.Ludovic Courtès
2014-02-03monads: Add 'text-file*'.Ludovic Courtès
2014-02-02offload: Have 'build-machines' honor its argument.Ludovic Courtès
2014-02-01gnu: linux-initrd: Build /dev/input devices.Ludovic Courtès
2014-02-01gnu: linux-initrd: Make /dev/{mem,kmem}.Ludovic Courtès
2014-01-31gnu: linux-initrd: Allow the root file system to be volatile.Ludovic Courtès
2014-01-31gnu: linux-initrd: Recognize 9p file systems.Ludovic Courtès
2014-01-31gnu: linux-initrd: Properly distinguish between /dev/sda* and /dev/vda*.Ludovic Courtès
2014-01-31gnu: linux-initrd: Start a REPL when the root could not be mounted.Ludovic Courtès
2014-01-29gnu: linux-initrd: Factorize boot code.Ludovic Courtès
2014-01-29monads: Add 'imported-modules' and 'compiled-modules'.Ludovic Courtès
2014-01-27download: Add archive.apache.org to the Apache mirrors.Ludovic Courtès
2014-01-27offload: Do not try to retrieve anything upon build failure.Ludovic Courtès