summaryrefslogtreecommitdiff
path: root/src/cmdline
AgeCommit message (Expand)AuthorFilesLines
2010-04-18Alphabetize a switch statement.Daniel Burrows1-6/+6
2010-04-18Fix a ForTranslators comment that's out of date (old command-line option name).Daniel Burrows1-2/+2
2010-04-18Add support for grouping versions by their source package AND source version.Daniel Burrows2-0/+52
2010-04-18Improve the header printed for package grouping.Daniel Burrows1-1/+1
2010-04-18Put more thought into the return value of "aptitude versions".Daniel Burrows1-3/+13
2010-04-18Emit an error if the user asked to see the versions of a package that doesn't...Daniel Burrows1-0/+9
2010-04-17Add support for grouping versions according to the archive in which they occur.Daniel Burrows2-2/+37
2010-04-17Alphabetize the parsing code for --group-by.Daniel Burrows1-5/+5
2010-04-17Fix the error message emitted when --group-by's argument can't be parsed.Daniel Burrows1-1/+1
2010-04-17Move the parsing logic for --group-by to cmdline_versions.cc.Daniel Burrows2-0/+66
2010-04-16Add --show-package-names to control whether "versions" displays package names...Daniel Burrows2-8/+84
2010-04-16Change --group-by-package to --group-by with options "none", "auto", "package...Daniel Burrows2-27/+73
2010-04-16Make the code to group version results more general, in preparation for addin...Daniel Burrows2-31/+126
2010-04-16Add a missing license statement to cmdline_search.cc.Daniel Burrows1-1/+17
2010-04-16Refactor the search routine into two routines, cmdline_search (which does wha...Daniel Burrows6-334/+515
2010-04-16Print a separator/header between different packages when grouping by package.Daniel Burrows1-0/+3
2010-04-16Fix the columnization of versions to actually show version information.Daniel Burrows1-4/+5
2010-04-15Zap a raw pointer in cmdline_search that was being used in a particularly ugl...Daniel Burrows1-22/+14
2010-04-15Initial implementation of "versions".Daniel Burrows2-29/+227
2010-04-15Fix the prototype of the version search stuff to make group-by-package a mult...Daniel Burrows2-3/+23
2010-04-15Write a doccomment for cmdline_search().Daniel Burrows1-0/+32
2010-04-15First work towards implementing the "versions" command I've been thinking abo...Daniel Burrows2-50/+107
2010-04-05Don't crash in "aptitude changelog" when the package given on the command-lin...Daniel Burrows1-3/+9
2010-03-12Increase the default resolver step limit to 500,000 (from 5,000).Daniel Burrows1-1/+1
2010-03-12Always display more information if the safe-upgrade resolver fails, and add a...Daniel Burrows1-10/+10
2010-01-28Don't crash if the user asks to see information about a removal.Daniel Burrows1-4/+18
2010-01-28Don't crash if the user gives an explicit package/version pair to reject or a...Daniel Burrows1-0/+2
2010-01-17Selectively make warnings about uninitialized variables non-fatal.Daniel Burrows1-1/+5
2010-01-17Don't display broken packages in a group in the command-line preview; instead...Daniel Burrows1-2/+7
2010-01-17Put the default case of that switch back in to avoid compile errors.Daniel Burrows1-0/+2
2010-01-17Remove an unused local variable (deps_ok) in cmdline_show_instinfo.Daniel Burrows1-8/+0
2010-01-17Fix story-generation to properly align accept/reject flags with the choices t...Daniel Burrows1-0/+1
2010-01-17Mention which dependency caused a choice to be selected when printing it out.Daniel Burrows1-1/+12
2010-01-17Make the command-line resolver prompt recognize action IDs as commands and pr...Daniel Burrows1-2/+101
2010-01-17Eliminate two places where a %s substitution in fragf didn't have any matchin...Daniel Burrows1-2/+2
2010-01-17Expose version_file_fragment from cmdline_show().Daniel Burrows2-4/+18
2010-01-17When displaying a resolver solution grouped by dependency at the command-line...Daniel Burrows1-3/+7
2010-01-17Make full-upgrade also only upgrade its arguments.Daniel Burrows1-2/+3
2010-01-15Add a note that I should eventually stop displaying the message about solving...Daniel Burrows1-0/+2
2010-01-15Redisplay the current solution after the user accepts or rejects a choice in ...Daniel Burrows1-1/+7
2010-01-15Display A/R flags for accepted/rejected actions at the command-line.Daniel Burrows1-1/+9
2010-01-15Add integer IDs for solution entries that can be used to quickly reject/accep...Daniel Burrows1-96/+224
2010-01-10Fix a bunch of missing #includes revealed by newer libraries being less promi...Daniel Burrows6-2/+11
2009-11-27Rewrite the changelog code to be based on aptitude's download queue, not the ...Daniel Burrows4-50/+365
2009-11-20Document the flags shown after packages in the command-line help at long last.Daniel Burrows1-0/+11
2009-11-18Fix several places where the "why" code dereferenced version iterators withou...Daniel Burrows1-13/+20
2009-11-18Show a preview after running the resolver even if -y was passed, and exit wit...Daniel Burrows1-9/+13
2009-11-18Base whether to say that nothing is being done on whether nothing is being do...Daniel Burrows1-4/+2
2009-11-18Delete some unnecessary whitespace.Daniel Burrows1-1/+1
2009-10-11Run resolver continuations in the foreground thread via a trampoline callback.Daniel Burrows1-4/+16