summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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
2013-06-22build-system/gnu: Set #:tests? to #f when cross-compiling....Ludovic Courtès
2013-06-22download: Don't fail when abbreviating `file://' URIs....Ludovic Courtès
2013-06-21build-system/gnu: Save `environment-variables' after each phase....Ludovic Courtès
2013-06-21build-system/gnu: Unify with (guix build-system gnu-cross-build)....Ludovic Courtès
2013-06-20package: Fix i18n of the number of packages message....Ludovic Courtès
2013-06-20substitute-binary: Report progress while downloading....Ludovic Courtès
2013-06-19package: Display the number of installed packages upon completion....Ludovic Courtès
2013-06-19gnu: Add ImageMagick....Ludovic Courtès
2013-06-18substitute-binary: Provide feedback when the server is unresponsive....Ludovic Courtès
2013-06-15build-system/trivial: Fix introduction of `%target' when cross-building....Ludovic Courtès
2013-06-14derivations: Micro-optimize `derivation-hash'....Ludovic Courtès
2013-06-13guix gc: Add `--requisites'....Ludovic Courtès
2013-06-13store: Add `requisites'....Ludovic Courtès
2013-06-10Fix Guile version checking in the "web" code....Cyril Roelandt
2013-06-10guix refresh: Add '--key-download'....Nikita Karetnikov
2013-06-06packages: Make the `propagated-inputs' field thunked....Ludovic Courtès
2013-06-05gnu: Fix `static-package' arguments overriding....Ludovic Courtès
2013-06-04substitute-binary: Don't cache .narinfo lookups when lacking networking....Ludovic Courtès
2013-06-03licenses: Add 'agpl3' and 'agpl3+'....Nikita Karetnikov
2013-05-30ui: define-diagnostic: Don't mark `_' and `N_' as literals....Ludovic Courtès