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