summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_resolver.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Tidy error handling in main, cmdline actionsDaniel Hartwig1-2/+3
2012-03-02Use arch-qualified names for rdependsDaniel Hartwig1-1/+1
2012-03-02Use arch-qualified names when resolving dependenciesDaniel Hartwig1-11/+11
2012-01-18Fix prompt strings.Daniel Hartwig1-1/+1
2012-01-16Fix resolver help for next/previous.Daniel Hartwig1-1/+1
2010-07-10Split the "terminal" interface into several interfaces that each export one p...Daniel_Burrows@alumni.brown.edu1-22/+22
2010-06-03Clean up a bunch of #include blocks in src/cmdline/.Daniel Burrows1-6/+9
2010-06-02Eliminate all uses of the global screen_width variable and use terminal objec...Daniel Burrows1-19/+35
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-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-17When displaying a resolver solution grouped by dependency at the command-line...Daniel Burrows1-3/+7
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
2009-10-11Run resolver continuations in the foreground thread via a trampoline callback.Daniel Burrows1-4/+16
2009-07-06Use pointers to package cache structures to store resolver objects, rather th...Daniel Burrows1-5/+5
2009-04-08Dump the resolver from "aptitude safe-upgrade" if aptitude::cmdline::resolver...Daniel Burrows1-0/+2
2009-03-29Only set debugging on the resolver if it's enabled.Daniel Burrows1-1/+2
2009-03-23Restructure the resolver so that it stores and returns sets of choices using ...Daniel Burrows1-11/+13
2009-02-15Use the backend's new safe_resolve_deps instead of the old code when doing sa...Daniel Burrows1-197/+68
2008-11-10Merge with head.Daniel Burrows1-1/+27
2008-09-05Removed comments accidentally added in the pastJens Seidel1-2/+1
2008-06-28Fix several more compile problems reported by Peter Green.Daniel Burrows1-2/+2
2008-06-26Explicitly cast an argument to ssprintf representing the number of Debian arc...Daniel Burrows1-1/+1
2008-06-10Fix signedness errors -- they're harmless since none of the numbers involved ...Daniel Burrows1-2/+2
2008-04-23Explicitly suppress the "Resolving dependencies..." message when the resolver...Daniel Burrows1-7/+8
2008-08-03Add support for displaying the actions taken by the resolver during a safe-up...Daniel Burrows1-1/+27
2008-04-08When the user asks to install a virtual package with only one provider, make ...Daniel Burrows1-6/+8
2008-04-06If resolver debugging is enabled, output detailed log messages describing wha...Daniel Burrows1-1/+16
2008-03-25Updates from Jens Seidel, including a few English corrections and commentsChristian Perrier1-0/+1
2008-03-15Mention that UNINST is used for package removal in the quick help for the res...Daniel Burrows1-4/+4
2008-03-15Correct a comment that gave the wrong exception name.Daniel Burrows1-1/+1
2008-03-15Allow the user to explicitly request manual dependency resolution by pressing...Daniel Burrows1-0/+6
2008-03-15Don't fall back to manual dependency resolution when the user enters "q" at t...Daniel Burrows1-16/+17
2008-03-11Add support for installing build-dependencies at the command-line. (Closes: #...Daniel Burrows1-2/+5
2008-03-04Add untested code to support ignoring upgrades in a 'safe' resolution.Daniel Burrows1-4/+18
2008-03-04Split the safe-upgrade logic into the general command-line layer.Daniel Burrows1-1/+157
2008-02-21Don't require translators to know that UNINST is to be translated literally.Daniel Burrows1-1/+1
2008-02-04Explicitly mention that UNINST can be passed instead of a version number in t...Daniel Burrows1-2/+2
2008-01-20Fix most compile errors with g++-4.3.Daniel Burrows1-0/+2
2007-12-01Invoke the aptitude resolver with suitable restrictions to fix dependencies i...Daniel Burrows1-21/+21
2007-11-30Reset the resolver in setup_resolver to avoid crashing.Daniel Burrows1-0/+4
2007-11-21Be more robust against a missing resolver.Daniel Burrows1-0/+3
2007-11-21Sanity-check against a missing resolver.Daniel Burrows1-0/+7