summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
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
2013-05-07package: Fix spacing in user messages.Ludovic Courtès
2013-05-06refresh: Change default to not update source files.Ludovic Courtès
2013-04-30Merge branch 'core-updates'Ludovic Courtès
2013-04-29substitute-binary: Support decompression from non-file ports.Ludovic Courtès
2013-04-28guix package: Add `--search-paths' & co.Ludovic Courtès
2013-04-27ui: Add `args-fold*' and use it.Ludovic Courtès
2013-04-27pull: Use `download-to-store'.Ludovic Courtès
2013-04-25refresh: Add `--select'.Ludovic Courtès
2013-04-25web: Factorize `http-get' hackery.Ludovic Courtès
2013-04-25Add `guix refresh' and related auto-update tools.Ludovic Courtès
2013-04-21Factorize `download-and-store'.Ludovic Courtès
2013-04-21Add 'guix hash'.Nikita Karetnikov
2013-04-21guix download: Add supported formats to '--help'.Nikita Karetnikov