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