summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2013-09-03build-system/gnu: Delay resolution of (@ (gnu packages cmake) cmake).Ludovic Courtès
2013-09-02substitute-binary: Show the Nar size, when available.Ludovic Courtès
2013-09-02union: Don't traverse sub-directories only found in one element of the union.Ludovic Courtès
2013-09-02store: Add a printer for <nix-server>.Ludovic Courtès
2013-09-02gnu: linux-initrd: Factorize device node creation.Ludovic Courtès
2013-08-31gnu: linux-initrd: Make Guile modules accessible in the chroot.Ludovic Courtès
2013-08-29gnu: linux-initrd: Add (guix build linux-initrd) and use it.Ludovic Courtès
2013-08-29gnu: linux-initrd: Allow Guile modules to be embedded in the initrd.Ludovic Courtès
2013-08-28derivations: Rename #:dependency-graphs to #:references-graphs.Ludovic Courtès
2013-08-26derivations: Add #:dependency-graphs to `build-expression->derivation'.Ludovic Courtès
2013-08-26derivations: Add #:dependency-graphs `derivation' parameter.Ludovic Courtès
2013-08-26derivations: Move 3 positional parameters into keyword parameters.Ludovic Courtès
2013-08-25download: Add kernel.org mirrors.Ludovic Courtès
2013-08-24build-system/gnu: Add `dist-package'.Ludovic Courtès
2013-08-24packages: Allow file names as package sources.Ludovic Courtès
2013-08-23utils: Add `guile-version>?', and use it.Ludovic Courtès
2013-08-22substitute-binary: Try hard to avoid port buffering.Ludovic Courtès
2013-08-21substitute-binary: Don't pretend to report download progress on Guile 2.0.5.Ludovic Courtès
2013-08-15Make "guix -h" work as "guix --help".Cyril Roelandt
2013-07-15guix package: Allow separate install of several outputs of the same package.Ludovic Courtès
2013-07-14Rename (guix web) to (guix http-client).Ludovic Courtès
2013-07-12guix package: Fix handling of `-e'.Ludovic Courtès
2013-07-12ui: Ignore SIGPIPE and catch `system-error' exceptions.Ludovic Courtès
2013-07-12guix package: Reuse FTP connections for subsequent `latest-release' calls.Ludovic Courtès
2013-07-12gnu-maintenance: `latest-release' closes its connection.Ludovic Courtès
2013-07-11substitute-binary: Directly replace the global `regexp-exec'.Ludovic Courtès
2013-07-11substitute-binary: Increase the default timeout.Ludovic Courtès
2013-07-11guix refresh: Keep only the newest versions of packages as upgrade candidates.Ludovic Courtès
2013-07-10gnu-maintenance: Add `doc-description' field to <gnu-package-descriptor>.Ludovic Courtès
2013-07-10records: `recutils->alist' recognizes lines starting with a `+'.Ludovic Courtès
2013-07-10gnu-maintenance: Use `recutils->alist'.Ludovic Courtès
2013-07-10records: `alist->record' supports multiple-field occurrences.Ludovic Courtès
2013-07-10records: `recutils->alist' recognizes comments.Ludovic Courtès
2013-07-10records: Add `recutils->alist' for public consumption.Ludovic Courtès
2013-07-09Merge branch 'core-updates'Ludovic Courtès
2013-07-04store: Deal with unsupported `setsockopt' operation on GNU/Hurd.Ludovic Courtès
2013-07-04build-system/gnu: Remove the "debug" output when `strip-binaries?' is #f.Ludovic Courtès
2013-07-03build-system/gnu: Write debug files to the "debug" sub-derivation, if any.Ludovic Courtès
2013-07-03utils: Re-export `alist-cons' and `alist-delete'.Ludovic Courtès
2013-07-03Use `port-sha256' and `open-sha256-port'.Ludovic Courtès
2013-07-02hash: Add `open-sha256-port'.Ludovic Courtès
2013-07-01Move `sha256' to (guix hash).Ludovic Courtès
2013-07-01ui: Don't make substituter-related RPCs at all when substitutes are disabled.Ludovic Courtès
2013-06-29substitute-binary: Avoid dangling connections to the server.Ludovic Courtès
2013-06-27download: Add Savannah's master site.Ludovic Courtès
2013-06-25build-system/gnu: `package-with-explicit-inputs' skips non-GBS packages.Ludovic Courtès
2013-06-25build-system/gnu: Augment `package-with-explicit-inputs' for cross builds.Ludovic Courtès
2013-06-25build-system/trivial: Don't bind `%target' in the builder.Ludovic Courtès
2013-06-24build-system/gnu: Disable test suite when cross building.Ludovic Courtès
2013-06-22utils: `set-path-environment-variable' calls `unsetenv' for empty values.Ludovic Courtès