index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmdline
/
cmdline_resolver.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-20
Tidy error handling in main, cmdline actions
Daniel Hartwig
1
-2
/
+3
2012-03-02
Use arch-qualified names for rdepends
Daniel Hartwig
1
-1
/
+1
2012-03-02
Use arch-qualified names when resolving dependencies
Daniel Hartwig
1
-11
/
+11
2012-01-18
Fix prompt strings.
Daniel Hartwig
1
-1
/
+1
2012-01-16
Fix resolver help for next/previous.
Daniel Hartwig
1
-1
/
+1
2010-07-10
Split the "terminal" interface into several interfaces that each export one p...
Daniel_Burrows@alumni.brown.edu
1
-22
/
+22
2010-06-03
Clean up a bunch of #include blocks in src/cmdline/.
Daniel Burrows
1
-6
/
+9
2010-06-02
Eliminate all uses of the global screen_width variable and use terminal objec...
Daniel Burrows
1
-19
/
+35
2010-03-12
Increase the default resolver step limit to 500,000 (from 5,000).
Daniel Burrows
1
-1
/
+1
2010-03-12
Always display more information if the safe-upgrade resolver fails, and add a...
Daniel Burrows
1
-10
/
+10
2010-01-28
Don't crash if the user asks to see information about a removal.
Daniel Burrows
1
-4
/
+18
2010-01-28
Don't crash if the user gives an explicit package/version pair to reject or a...
Daniel Burrows
1
-0
/
+2
2010-01-17
Fix story-generation to properly align accept/reject flags with the choices t...
Daniel Burrows
1
-0
/
+1
2010-01-17
Mention which dependency caused a choice to be selected when printing it out.
Daniel Burrows
1
-1
/
+12
2010-01-17
Make the command-line resolver prompt recognize action IDs as commands and pr...
Daniel Burrows
1
-2
/
+101
2010-01-17
When displaying a resolver solution grouped by dependency at the command-line...
Daniel Burrows
1
-3
/
+7
2010-01-15
Add a note that I should eventually stop displaying the message about solving...
Daniel Burrows
1
-0
/
+2
2010-01-15
Redisplay the current solution after the user accepts or rejects a choice in ...
Daniel Burrows
1
-1
/
+7
2010-01-15
Display A/R flags for accepted/rejected actions at the command-line.
Daniel Burrows
1
-1
/
+9
2010-01-15
Add integer IDs for solution entries that can be used to quickly reject/accep...
Daniel Burrows
1
-96
/
+224
2009-10-11
Run resolver continuations in the foreground thread via a trampoline callback.
Daniel Burrows
1
-4
/
+16
2009-07-06
Use pointers to package cache structures to store resolver objects, rather th...
Daniel Burrows
1
-5
/
+5
2009-04-08
Dump the resolver from "aptitude safe-upgrade" if aptitude::cmdline::resolver...
Daniel Burrows
1
-0
/
+2
2009-03-29
Only set debugging on the resolver if it's enabled.
Daniel Burrows
1
-1
/
+2
2009-03-23
Restructure the resolver so that it stores and returns sets of choices using ...
Daniel Burrows
1
-11
/
+13
2009-02-15
Use the backend's new safe_resolve_deps instead of the old code when doing sa...
Daniel Burrows
1
-197
/
+68
2008-11-10
Merge with head.
Daniel Burrows
1
-1
/
+27
2008-09-05
Removed comments accidentally added in the past
Jens Seidel
1
-2
/
+1
2008-06-28
Fix several more compile problems reported by Peter Green.
Daniel Burrows
1
-2
/
+2
2008-06-26
Explicitly cast an argument to ssprintf representing the number of Debian arc...
Daniel Burrows
1
-1
/
+1
2008-06-10
Fix signedness errors -- they're harmless since none of the numbers involved ...
Daniel Burrows
1
-2
/
+2
2008-04-23
Explicitly suppress the "Resolving dependencies..." message when the resolver...
Daniel Burrows
1
-7
/
+8
2008-08-03
Add support for displaying the actions taken by the resolver during a safe-up...
Daniel Burrows
1
-1
/
+27
2008-04-08
When the user asks to install a virtual package with only one provider, make ...
Daniel Burrows
1
-6
/
+8
2008-04-06
If resolver debugging is enabled, output detailed log messages describing wha...
Daniel Burrows
1
-1
/
+16
2008-03-25
Updates from Jens Seidel, including a few English corrections and comments
Christian Perrier
1
-0
/
+1
2008-03-15
Mention that UNINST is used for package removal in the quick help for the res...
Daniel Burrows
1
-4
/
+4
2008-03-15
Correct a comment that gave the wrong exception name.
Daniel Burrows
1
-1
/
+1
2008-03-15
Allow the user to explicitly request manual dependency resolution by pressing...
Daniel Burrows
1
-0
/
+6
2008-03-15
Don't fall back to manual dependency resolution when the user enters "q" at t...
Daniel Burrows
1
-16
/
+17
2008-03-11
Add support for installing build-dependencies at the command-line. (Closes: #...
Daniel Burrows
1
-2
/
+5
2008-03-04
Add untested code to support ignoring upgrades in a 'safe' resolution.
Daniel Burrows
1
-4
/
+18
2008-03-04
Split the safe-upgrade logic into the general command-line layer.
Daniel Burrows
1
-1
/
+157
2008-02-21
Don't require translators to know that UNINST is to be translated literally.
Daniel Burrows
1
-1
/
+1
2008-02-04
Explicitly mention that UNINST can be passed instead of a version number in t...
Daniel Burrows
1
-2
/
+2
2008-01-20
Fix most compile errors with g++-4.3.
Daniel Burrows
1
-0
/
+2
2007-12-01
Invoke the aptitude resolver with suitable restrictions to fix dependencies i...
Daniel Burrows
1
-21
/
+21
2007-11-30
Reset the resolver in setup_resolver to avoid crashing.
Daniel Burrows
1
-0
/
+4
2007-11-21
Be more robust against a missing resolver.
Daniel Burrows
1
-0
/
+3
2007-11-21
Sanity-check against a missing resolver.
Daniel Burrows
1
-0
/
+7
[next]