summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * handle Dir::Bin::Solvers as a list of directories and find theDavid Kalnischkies2011-05-021-4/+12
| * send the scenario through a pipe to the solver and get the solution backDavid Kalnischkies2011-04-021-7/+35
| * Read and apply install/remove requests correctlyDavid Kalnischkies2011-04-011-3/+1
| * rename edspwriter to straight edsp in toplevel as it does more thanDavid Kalnischkies2011-03-311-4/+4
| * rename the 'universe' to 'scenario' to reflect the naming in the draftDavid Kalnischkies2011-03-311-2/+2
| * be able to write solutions, tooDavid Kalnischkies2011-03-301-0/+6
| * add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-301-6/+27
* | convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies2011-05-111-23/+8
* | cppcheck: (style) Variable 'State' is assigned a value that is never usedDavid Kalnischkies2011-04-161-3/+1
|/
* Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-081-64/+0
* merged from lp:~mvo/apt/mvoMichael Vogt2011-02-101-2/+2
|\
| * * merged lp:~evfool/apt/fix641673:Michael Vogt2011-02-101-2/+2
* | * apt-pkg/algorithms.cc:David Kalnischkies2011-02-071-1/+22
|/
* * apt-pkg/algorithms.cc:David Kalnischkies2010-11-291-0/+7
* * apt-pkg/algorithms.cc:David Kalnischkies2010-11-101-0/+1
* merged lp:~mvo/apt/conflicts-on-virtuals to better deal withMichael Vogt2010-09-151-10/+19
|\
| * remove duplicated test, move test for conflicts higher up, better debug outputMichael Vogt2010-09-031-24/+15
| * apt-pkg/algorithms.cc: show debug output only if debug option is givenMichael Vogt2010-08-311-3/+4
| * apt-pkg/algorithms.cc: if a package was added to the kill list via a DpkgBrea...Michael Vogt2010-08-311-1/+2
| * apt-pkg/algorithms.cc: in the case of conflicts/breaks against a Provide Star...Michael Vogt2010-08-311-0/+17
|/
* do not unconditional print the new debugoutput for "FixByInstall"David Kalnischkies2010-08-141-1/+2
* * apt-pkg/algorithms.cc:David Kalnischkies2010-08-131-11/+29
* * apt-pkg/algorithms.cc:David Kalnischkies2010-08-101-37/+37
* * merge the remaining Ubuntu change:Michael Vogt2010-06-091-2/+1
|\
| * merged from debianMichael Vogt2009-07-301-37/+77
| |\
| * \ merged from debian-sidMichael Vogt2008-11-241-3/+8
| |\ \
| * \ \ * apt-pkg/algorithms.cc: Michael Vogt2008-02-211-1/+5
| |\ \ \
| * \ \ \ merged from mvoMichael Vogt2008-02-061-6/+7
| |\ \ \ \
| * \ \ \ \ * Merged apt-authentication-reliabilty branch. This meansMichael Vogt2008-01-161-2/+1
| |\ \ \ \ \
| | * | | | | implement AptAuthenticationReliabtlity specMichael Vogt2007-12-211-2/+1
| * | | | | | * apt-pkg/algorithms.cc:Colin Watson2008-01-091-1/+1
* | | | | | | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-04-071-1/+3
* | | | | | | fix compiler error if compiled with -std=c++0xDavid Kalnischkies2010-03-011-5/+5
* | | | | | | Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies2010-02-121-4/+48
| |_|_|_|_|/ |/| | | | |
* | | | | | The 'not dead yet' releaseMichael Vogt2009-07-211-23/+5
|\ \ \ \ \ \
| * | | | | | * add hook for MarkInstall and MarkDelete (closes: #470035)David Kalnischkies2009-06-301-20/+5
| * | | | | | add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies2009-06-301-3/+0
* | | | | | | * apt-pkg/acquire.cc:Michael Vogt2009-07-211-3/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | * apt-pkg/algorithms.cc:Michael Vogt2009-06-231-2/+6
| | |_|_|_|/ | |/| | | |
* | | | | | merge the AutoInstOk patch from debian-experimentalMichael Vogt2009-06-301-1/+1
* | | | | | * support IsAutoInstallOk in the resolver tooMichael Vogt2009-06-291-8/+20
* | | | | | * add Debug::pkgDepCache::Marker with more detailed debug output Michael Vogt2009-06-291-26/+65
|/ / / / /
* | | | | * apt-pkg/acquire-item.cc:Michael Vogt2008-10-281-1/+5
|\ \ \ \ \
| * | | | | Forgot to remove regex.h include in previous commit. Now doneEugene V. Lyubimkin2008-10-261-1/+0
| * | | | | Switched from regexp to using existing URI class to strip user/password.Eugene V. Lyubimkin2008-10-261-15/+4
| * | | | | Corrected determining if regexp matched.Eugene V. Lyubimkin2008-10-251-2/+3
| * | | | | Strip user/password from URL in error message.Eugene V. Lyubimkin2008-10-251-1/+17
|/ / / / /
* | | | | Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno2008-10-031-1/+1
* | | | | * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2008-10-011-1/+2
| |_|/ / |/| | |
* | | | - Make the breaks handling use the kill list. This means, that aMichael Vogt2008-02-061-6/+7
| |_|/ |/| |