summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
AgeCommit message (Expand)AuthorFilesLines
2011-07-14make ResolveByKeep() more clever and hold back packages that would go into a ...Michael Vogt1-6/+34
2011-05-11convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies1-23/+8
2011-04-16cppcheck: (style) Variable 'State' is assigned a value that is never usedDavid Kalnischkies1-3/+1
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-64/+0
2011-02-10merged from lp:~mvo/apt/mvoMichael Vogt1-2/+2
2011-02-10* merged lp:~evfool/apt/fix641673:Michael Vogt1-2/+2
2011-02-07* apt-pkg/algorithms.cc:David Kalnischkies1-1/+22
2010-11-29* apt-pkg/algorithms.cc:David Kalnischkies1-0/+7
2010-11-10* apt-pkg/algorithms.cc:David Kalnischkies1-0/+1
2010-09-15merged lp:~mvo/apt/conflicts-on-virtuals to better deal withMichael Vogt1-10/+19
2010-09-03remove duplicated test, move test for conflicts higher up, better debug outputMichael Vogt1-24/+15
2010-08-31apt-pkg/algorithms.cc: show debug output only if debug option is givenMichael Vogt1-3/+4
2010-08-31apt-pkg/algorithms.cc: if a package was added to the kill list via a DpkgBrea...Michael Vogt1-1/+2
2010-08-31apt-pkg/algorithms.cc: in the case of conflicts/breaks against a Provide Star...Michael Vogt1-0/+17
2010-08-14do not unconditional print the new debugoutput for "FixByInstall"David Kalnischkies1-1/+2
2010-08-13* apt-pkg/algorithms.cc:David Kalnischkies1-11/+29
2010-08-10* apt-pkg/algorithms.cc:David Kalnischkies1-37/+37
2010-06-09* merge the remaining Ubuntu change:Michael Vogt1-2/+1
2010-04-07* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-1/+3
2010-03-01fix compiler error if compiled with -std=c++0xDavid Kalnischkies1-5/+5
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies1-4/+48
2009-07-30merged from debianMichael Vogt1-37/+77
2009-07-21The 'not dead yet' releaseMichael Vogt1-23/+5
2009-07-21* apt-pkg/acquire.cc:Michael Vogt1-3/+10
2009-06-30* add hook for MarkInstall and MarkDelete (closes: #470035)David Kalnischkies1-20/+5
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-3/+0
2009-06-30merge the AutoInstOk patch from debian-experimentalMichael Vogt1-1/+1
2009-06-29* support IsAutoInstallOk in the resolver tooMichael Vogt1-8/+20
2009-06-29* add Debug::pkgDepCache::Marker with more detailed debug output Michael Vogt1-26/+65
2009-06-23* apt-pkg/algorithms.cc:Michael Vogt1-2/+6
2008-11-24merged from debian-sidMichael Vogt1-3/+8
2008-10-28* apt-pkg/acquire-item.cc:Michael Vogt1-1/+5
2008-10-26Forgot to remove regex.h include in previous commit. Now doneEugene V. Lyubimkin1-1/+0
2008-10-26Switched from regexp to using existing URI class to strip user/password.Eugene V. Lyubimkin1-15/+4
2008-10-25Corrected determining if regexp matched.Eugene V. Lyubimkin1-2/+3
2008-10-25Strip user/password from URL in error message.Eugene V. Lyubimkin1-1/+17
2008-10-03Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno1-1/+1
2008-10-01* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt1-1/+2
2008-02-21* apt-pkg/algorithms.cc: Michael Vogt1-1/+5
2008-02-06merged from mvoMichael Vogt1-6/+7
2008-02-06 - Make the breaks handling use the kill list. This means, that aMichael Vogt1-6/+7
2008-02-01* apt-pkg/algorithms.cc: Michael Vogt1-1/+5
2008-01-16* Merged apt-authentication-reliabilty branch. This meansMichael Vogt1-2/+1
2008-01-10* apt-pkg/algorithms.cc:Michael Vogt1-1/+1
2008-01-09* apt-pkg/algorithms.cc:Colin Watson1-1/+1
2008-01-07* move the ListUpdate() code from cachefile.h into algorithms.{cc,h}Michael Vogt1-1/+75
2007-12-21implement AptAuthenticationReliabtlity specMichael Vogt1-2/+1
2007-12-16* Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix aOtavio Salvador1-2/+2
2007-09-06* dpkg-triggers: Deal properly with new package states.Michael Vogt1-0/+2
2007-06-08* Removed the more leftover #pragma interface/implementationMichael Vogt1-3/+0