summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2013-07-04store: Deal with unsupported `setsockopt' operation on GNU/Hurd.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-22download: Don't fail when abbreviating `file://' URIs.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
2013-05-30build-system/python: Avoid circular dependency.Ludovic Courtès
2013-05-29substitute-binary: Gracefully exit upon networking errors.Ludovic Courtès
2013-05-29build, package: Add `--fallback' option.Ludovic Courtès
2013-05-29store: Test the `fallback?' store option.Ludovic Courtès
2013-05-28python-build-system: add a check phase.Cyril Roelandt
2013-05-27packages: Raise an error condition a cross builder is needed but unavailable.Ludovic Courtès
2013-05-27build-system/gnu: Fix typo in `gnu-cross-build'.Ludovic Courtès
2013-05-25packages: Make `native-inputs' thunked.Ludovic Courtès
2013-05-25packages: Re-export `%current-target-system'.Ludovic Courtès
2013-05-25build-system/gnu: Make sure build input variables contain pairs.Ludovic Courtès
2013-05-24build-system/trivial: Implement the cross-build protocol.Ludovic Courtès
2013-05-24package: Fix default profile ownership check when it's just been created.Ludovic Courtès
2013-05-24build: Add `--target' option.Ludovic Courtès
2013-05-24build-system/gnu: Implement cross build.Ludovic Courtès
2013-05-24packages: Implement `package-cross-derivation'.Ludovic Courtès
2013-05-24packages: Factorize things common to `package-{,cross-}derivation'.Ludovic Courtès
2013-05-20Add `--max-silent-time' to `guix build' and `guix package'.Ludovic Courtès
2013-05-16package: Make sure the profile directory is owned by the user.Ludovic Courtès
2013-05-15substitute-binary: Pass `filtered-port' an unbuffered port.Ludovic Courtès
2013-05-14substitute-binary: Work around thread-unsafe `regexp-exec'.Ludovic Courtès
2013-05-14package: Always clear the SIGINT handler.Ludovic Courtès
2013-05-14ftp-client: Let callers handle `ftp-open' exceptions.Ludovic Courtès
2013-05-14Sort commands alphabetically in "guix --help".Ludovic Courtès
2013-05-14Fix "guix --help" on Guile 2.0.5.Ludovic Courtès
2013-05-12Move record utilities to (guix records).Ludovic Courtès
2013-05-11tests: Add `guix hash' test.Ludovic Courtès