summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2013-09-23guix package: Show most recently installed packages last.Ludovic Courtès
2013-09-21guix package: Sort the list of generation numbers in '--list-generations'.Ludovic Courtès
2013-09-21guix package: Internationalize "Generation" string.Ludovic Courtès
2013-09-21pull: Adjust to 'derivation' API change.Ludovic Courtès
2013-09-19guix package: Add '--list-generations'.Nikita Karetnikov
2013-09-18derivations: 'derivation' and related procedures return a single value.Ludovic Courtès
2013-09-13substitute-binary: Add '--help'.Ludovic Courtès
2013-09-13guix package: Rename generation-related procedures.Nikita Karetnikov
2013-09-03pull: Compile files in the lexicographic order.Ludovic Courtès
2013-09-02substitute-binary: Show the Nar size, when available.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-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-12guix package: Reuse FTP connections for subsequent `latest-release' calls.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-10records: Add `recutils->alist' for public consumption.Ludovic Courtès
2013-07-03Use `port-sha256' and `open-sha256-port'.Ludovic Courtès
2013-07-01Move `sha256' to (guix hash).Ludovic Courtès
2013-06-29substitute-binary: Avoid dangling connections to the server.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-18substitute-binary: Provide feedback when the server is unresponsive.Ludovic Courtès
2013-06-13guix gc: Add `--requisites'.Ludovic Courtès
2013-06-10guix refresh: Add '--key-download'.Nikita Karetnikov
2013-06-04substitute-binary: Don't cache .narinfo lookups when lacking networking.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-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-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-12Move record utilities to (guix records).Ludovic Courtès
2013-05-11tests: Add `guix hash' test.Ludovic Courtès
2013-05-11refresh: Add `--key-server' and `--gpg'.Ludovic Courtès
2013-05-10package: Store the output path of packages installed with `-e'.Ludovic Courtès
2013-05-10package: Make sure the dependencies get built along with the manifest.Ludovic Courtès
2013-05-10refresh: Gracefully handle failure to download a tarball.Ludovic Courtès
2013-05-10package: Use ~/.guix-profile as the default for --search-paths.Ludovic Courtès
2013-05-08package: Display the output of packages to be installed/removed.Ludovic Courtès
2013-05-08package: Preserve the installed package output when upgrading.Ludovic Courtès