summaryrefslogtreecommitdiff
path: root/guix/scripts
Commit message (Expand)AuthorAge
* utils: Add `guile-version>?', and use it.Ludovic Courtès2013-08-23
* substitute-binary: Try hard to avoid port buffering.Ludovic Courtès2013-08-22
* substitute-binary: Don't pretend to report download progress on Guile 2.0.5.Ludovic Courtès2013-08-21
* guix package: Allow separate install of several outputs of the same package.Ludovic Courtès2013-07-15
* Rename (guix web) to (guix http-client).Ludovic Courtès2013-07-14
* guix package: Fix handling of `-e'.Ludovic Courtès2013-07-12
* guix package: Reuse FTP connections for subsequent `latest-release' calls.Ludovic Courtès2013-07-12
* substitute-binary: Directly replace the global `regexp-exec'.Ludovic Courtès2013-07-11
* substitute-binary: Increase the default timeout.Ludovic Courtès2013-07-11
* guix refresh: Keep only the newest versions of packages as upgrade candidates.Ludovic Courtès2013-07-11
* records: Add `recutils->alist' for public consumption.Ludovic Courtès2013-07-10
* Use `port-sha256' and `open-sha256-port'.Ludovic Courtès2013-07-03
* Move `sha256' to (guix hash).Ludovic Courtès2013-07-01
* substitute-binary: Avoid dangling connections to the server.Ludovic Courtès2013-06-29
* package: Fix i18n of the number of packages message.Ludovic Courtès2013-06-20
* substitute-binary: Report progress while downloading.Ludovic Courtès2013-06-20
* package: Display the number of installed packages upon completion.Ludovic Courtès2013-06-19
* substitute-binary: Provide feedback when the server is unresponsive.Ludovic Courtès2013-06-18
* guix gc: Add `--requisites'.Ludovic Courtès2013-06-13
* guix refresh: Add '--key-download'.Nikita Karetnikov2013-06-10
* substitute-binary: Don't cache .narinfo lookups when lacking networking.Ludovic Courtès2013-06-04
* substitute-binary: Gracefully exit upon networking errors.Ludovic Courtès2013-05-29
* build, package: Add `--fallback' option.Ludovic Courtès2013-05-29
* package: Fix default profile ownership check when it's just been created.Ludovic Courtès2013-05-24
* build: Add `--target' option.Ludovic Courtès2013-05-24
* Add `--max-silent-time' to `guix build' and `guix package'.Ludovic Courtès2013-05-20
* package: Make sure the profile directory is owned by the user.Ludovic Courtès2013-05-16
* substitute-binary: Pass `filtered-port' an unbuffered port.Ludovic Courtès2013-05-15
* substitute-binary: Work around thread-unsafe `regexp-exec'.Ludovic Courtès2013-05-14
* package: Always clear the SIGINT handler.Ludovic Courtès2013-05-14
* ftp-client: Let callers handle `ftp-open' exceptions.Ludovic Courtès2013-05-14
* Move record utilities to (guix records).Ludovic Courtès2013-05-12
* tests: Add `guix hash' test.Ludovic Courtès2013-05-11
* refresh: Add `--key-server' and `--gpg'.Ludovic Courtès2013-05-11
* package: Store the output path of packages installed with `-e'.Ludovic Courtès2013-05-10
* package: Make sure the dependencies get built along with the manifest.Ludovic Courtès2013-05-10
* refresh: Gracefully handle failure to download a tarball.Ludovic Courtès2013-05-10
* package: Use ~/.guix-profile as the default for --search-paths.Ludovic Courtès2013-05-10
* package: Display the output of packages to be installed/removed.Ludovic Courtès2013-05-08
* package: Preserve the installed package output when upgrading.Ludovic Courtès2013-05-08
* package: Fix spacing in user messages.Ludovic Courtès2013-05-07
* refresh: Change default to not update source files.Ludovic Courtès2013-05-06
* Merge branch 'core-updates'Ludovic Courtès2013-04-30
|\
| * guix package: Add `--search-paths' & co.Ludovic Courtès2013-04-28
* | substitute-binary: Support decompression from non-file ports.Ludovic Courtès2013-04-29
* | ui: Add `args-fold*' and use it.Ludovic Courtès2013-04-27
* | pull: Use `download-to-store'.Ludovic Courtès2013-04-27
|/
* refresh: Add `--select'.Ludovic Courtès2013-04-25
* web: Factorize `http-get' hackery.Ludovic Courtès2013-04-25
* Add `guix refresh' and related auto-update tools.Ludovic Courtès2013-04-25