summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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
2013-05-11refresh: Add `--key-server' and `--gpg'.Ludovic Courtès
2013-05-11gnupg: Turn the GPG command name and keyserver into parameters.Ludovic Courtès
2013-05-10ui: Invite users to try `--help' in the error message.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-10ui: Implement `guix --help'.Ludovic Courtès
2013-05-10ui: Gracefully report "command not found" errors.Ludovic Courtès
2013-05-10gnu-maintenance: Add GnuTLS FTP server.Ludovic Courtès
2013-05-10download: Fix premature socket close on TLS connections.Ludovic Courtès
2013-05-10package: Use ~/.guix-profile as the default for --search-paths.Ludovic Courtès
2013-05-08Add 'python-build-system'.Nikita Karetnikov
2013-05-08Add (guix build rpath).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-07ui: Capitalize informative messages.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-30utils: Adjust 'wrap-program'.Nikita Karetnikov
2013-04-29substitute-binary: Support decompression from non-file ports.Ludovic Courtès
2013-04-28build-system/gnu: Fix default name for the "doc" output directory.Ludovic Courtès
2013-04-28guix package: Add `--search-paths' & co.Ludovic Courtès
2013-04-28utils: Add `string-tokenize*'.Ludovic Courtès
2013-04-27packages: Work around compiler bug in Guile 2.0.5.Ludovic Courtès
2013-04-27web: Add workaround for <http://bugs.gnu.org/13095>.Ludovic Courtès
2013-04-27web: Add 2.0.5 workaround for responses without content-length.Ludovic Courtès
2013-04-27gnu-maintenance: Fix error message of `update-package-source'.Ludovic Courtès
2013-04-27ui: Add `args-fold*' and use it.Ludovic Courtès
2013-04-27ui: Use consistent spacing in `show-what-to-build' messages.Ludovic Courtès
2013-04-27gnu-maintenance: Fix `latest-release' for GnuPG.Ludovic Courtès
2013-04-27ftp-client: `ftp-chdir' changes one step at a time.Ludovic Courtès
2013-04-27pull: Use `download-to-store'.Ludovic Courtès
2013-04-27web: Backport chunked encoding support for Guile <= 2.0.5.Ludovic Courtès
2013-04-26Merge branch 'master' into core-updatesLudovic Courtès
2013-04-25gnu-maintenance: Add newline in warning messages.Ludovic Courtès
2013-04-25refresh: Add `--select'.Ludovic Courtès
2013-04-25web: Factorize `http-get' hackery.Ludovic Courtès
2013-04-25gnu-maintenance: Optimize `gnu-package?'.Ludovic Courtès
2013-04-25gnu-maintenance: Optimize `release-file'.Ludovic Courtès
2013-04-25gnu-maintenance: Optimize `latest-release'.Ludovic Courtès