| Commit message (Expand) | Author | Age |
* | guix package: Fix indentation of packages to remove. | Ludovic Courtès | 2014-04-05 |
* | guix package: 'search-path-environment-variables' traverses module tree once. | Ludovic Courtès | 2014-04-02 |
* | guix package: Register non-default profiles as GC roots. | Ludovic Courtès | 2014-04-02 |
* | guix package: Use the common build options from (guix scripts build). | Ludovic Courtès | 2014-03-01 |
* | guix package: Gracefully handle EPIPE on '--search'. | Ludovic Courtès | 2014-01-13 |
* | config: '%state-directory' always honors $NIX_STATE_DIR. | Ludovic Courtès | 2014-01-08 |
* | guix package: Gracefully deal with EPIPE on stdout for --list-*. | Ludovic Courtès | 2014-01-04 |
* | Add 'guix archive'. | Ludovic Courtès | 2013-12-22 |
* | Factorize package search between 'guix package' and 'guix build'. | Ludovic Courtès | 2013-12-21 |
* | guix package: allow multiple arguments after -i, -r, and -u. | Mark H Weaver | 2013-12-14 |
* | guix package: Honor the current output when upgrading. | Ludovic Courtès | 2013-11-24 |
* | guix package: Show the output name of what's being removed. | Ludovic Courtès | 2013-11-01 |
* | guix package: Fix indentation of "will be removed" messages. | Ludovic Courtès | 2013-11-01 |
* | guix package: Allow removal of a specific package output. | Ludovic Courtès | 2013-11-01 |
* | guix package: Separate '--remove' option processing. | Ludovic Courtès | 2013-11-01 |
* | ui: Factorize package specification parsing. | Ludovic Courtès | 2013-11-01 |
* | Add (guix profiles). | Ludovic Courtès | 2013-11-01 |
* | guix package: Factorize generation file name computation. | Ludovic Courtès | 2013-10-30 |
* | guix package: Specify inputs for each manifest entry. | Ludovic Courtès | 2013-10-30 |
* | guix package: Always use the term "profile", not "user environment". | Ludovic Courtès | 2013-10-30 |
* | guix package: Introduce <manifest> and <manifest-entry> types. | Ludovic Courtès | 2013-10-30 |
* | guix package: Better separate option processing. | Ludovic Courtès | 2013-10-30 |
* | guix package: Declutter the entry point. | Ludovic Courtès | 2013-10-29 |
* | guix package: '--search' matches against package names. | Ludovic Courtès | 2013-10-15 |
* | guix package: '--delete-generations' deletes generations older than specified. | Ludovic Courtès | 2013-09-27 |
* | guix package: Add '--delete-generations'. | Nikita Karetnikov | 2013-09-26 |
* | guix package: Add 'link-to-empty-profile'. | Nikita Karetnikov | 2013-09-26 |
* | guix package: Exit with 0 when there is nothing to list. | Nikita Karetnikov | 2013-09-26 |
* | guix package: Show which generation is the current one. | Nikita Karetnikov | 2013-09-25 |
* | guix package: Do not list the zeroth generation. | Nikita Karetnikov | 2013-09-25 |
* | guix package: Exit with 1 when a generation cannot be listed. | Nikita Karetnikov | 2013-09-25 |
* | guix package: Show most recently installed packages last. | Ludovic Courtès | 2013-09-23 |
* | guix package: Sort the list of generation numbers in '--list-generations'. | Ludovic Courtès | 2013-09-21 |
* | guix package: Internationalize "Generation" string. | Ludovic Courtès | 2013-09-21 |
* | guix package: Add '--list-generations'. | Nikita Karetnikov | 2013-09-19 |
* | derivations: 'derivation' and related procedures return a single value. | Ludovic Courtès | 2013-09-18 |
* | guix package: Rename generation-related procedures. | Nikita Karetnikov | 2013-09-13 |
* | guix package: Allow separate install of several outputs of the same package. | Ludovic Courtès | 2013-07-15 |
* | guix package: Fix handling of `-e'. | Ludovic Courtès | 2013-07-12 |
* | guix package: Reuse FTP connections for subsequent `latest-release' calls. | Ludovic Courtès | 2013-07-12 |
* | package: Fix i18n of the number of packages message. | Ludovic Courtès | 2013-06-20 |
* | package: Display the number of installed packages upon completion. | Ludovic Courtès | 2013-06-19 |
* | build, package: Add `--fallback' option. | Ludovic Courtès | 2013-05-29 |
* | package: Fix default profile ownership check when it's just been created. | Ludovic Courtès | 2013-05-24 |
* | Add `--max-silent-time' to `guix build' and `guix package'. | Ludovic Courtès | 2013-05-20 |
* | package: Make sure the profile directory is owned by the user. | Ludovic Courtès | 2013-05-16 |
* | package: Always clear the SIGINT handler. | Ludovic Courtès | 2013-05-14 |
* | ftp-client: Let callers handle `ftp-open' exceptions. | Ludovic Courtès | 2013-05-14 |
* | package: Store the output path of packages installed with `-e'. | Ludovic Courtès | 2013-05-10 |
* | package: Make sure the dependencies get built along with the manifest. | Ludovic Courtès | 2013-05-10 |