summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2014-09-28build: Add ruby build system....David Thompson
2014-09-28gnu: Add ruby....Pjotr Prins
2014-09-24gnupg: Correctly parse current 'SIG_ID' lines....Ludovic Courtès
2014-09-24packages: Allow use of origins as patches....Ludovic Courtès
2014-09-24guix build: Add -L/--load-path as a common option....Ludovic Courtès
2014-09-23Use #:prefix instead of #:renamer with 'symbol-prefix-proc'....Mark H Weaver
2014-09-22Merge branch 'core-updates'Ludovic Courtès
2014-09-22syscalls: Adjust /proc/net/dev parser for old kernels....Ludovic Courtès
2014-09-22download: Use the 'SERVER NAME' TLS extension when possible....Ludovic Courtès
2014-09-22guix package: Use 'profile-generations'....Alex Kost
2014-09-22profiles: Add 'profile-generations'....Alex Kost
2014-09-20offload: Use a total order when sorting available machines....Ludovic Courtès
2014-09-20offload: Try another machine when the "best" machine is overloaded....Ludovic Courtès
2014-09-18syscalls: Add 'swapon' and 'swapoff'....Ludovic Courtès
2014-09-18pull: Rewrite using gexps....Ludovic Courtès
2014-09-17utils: Create temporary files in $TMPDIR or /tmp....Ludovic Courtès
2014-09-14syscalls: Add 'all-network-interfaces'....Ludovic Courtès
2014-09-14syscalls: Add 'network-interface-flags'....Ludovic Courtès
2014-09-14syscalls: Add 'network-interfaces'....Ludovic Courtès
2014-09-14pull: Create ~/.config/guix if needed instead of bailing out gracelessly....Ludovic Courtès
2014-09-14utils: Import (ice-9 format)....Mark H Weaver
2014-09-13utils: Allow wrap-program to be called multiple times....Eric Bavier
2014-09-13Merge branch 'master' into core-updates...Mark H Weaver
2014-09-12activation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'....Ludovic Courtès
2014-09-11Merge branch 'master' into core-updates...Mark H Weaver
2014-09-10profiles: Adjust for compatibility with Guile 2.0.5....Ludovic Courtès
2014-09-08Merge branch 'master' into core-updatesMark H Weaver
2014-09-08gexp: 'gexp->script' returns a script that can easily be compiled....Ludovic Courtès
2014-09-06gexp: Allow use of high-level objects in #:references-graphs....Ludovic Courtès
2014-09-05pull: Add a compilation progress report....Ludovic Courtès
2014-09-05utils: Clean trailing whitespace at end of SHELL...Eric Bavier
2014-09-04vm: Move store copy handling to (guix build store-copy)....Ludovic Courtès
2014-09-04profiles: Use a real arrow to denote upgrades in ASCII....Ludovic Courtès
2014-09-03Move operating system helpers from (guix build …) to (gnu build …)....Ludovic Courtès
2014-09-03guix lint: Remove "guix lint: " prefix from warnings....Ludovic Courtès
2014-09-03scripts: add guix lint...Cyril Roelandt
2014-09-03Move specification->package to gnu/packages.scm....Cyril Roelandt
2014-09-02profiles: Report version numbers in a separate column....Ludovic Courtès
2014-09-02profiles: Report the old and new version number in upgrades....Ludovic Courtès
2014-08-31guix package: Fix search path lookup when an obsolete version is installed....Ludovic Courtès
2014-08-30profiles: Compute transaction effects in a functional way....Ludovic Courtès
2014-08-29offload: Ignore EEXIST when registering a .drv as a GC root....Ludovic Courtès
2014-08-29offload: Ignore unreachable machines....Ludovic Courtès
2014-08-28Merge branch 'master' into core-updates...Mark H Weaver
2014-08-28utils: Preserve makefile shell arguments during patch....Eric Bavier
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement)....Ludovic Courtès
2014-08-28linux-initrd: Wait a bit longer for partitions to appear....Ludovic Courtès
2014-08-28profiles: Add gzip to $PATH before invoking 'install-info'....Ludovic Courtès
2014-08-27build-system/perl: Add handling of flags for parallel build and testing....Andreas Enge
2014-08-26Merge branch 'master' into core-updatesMark H Weaver