summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.cc
AgeCommit message (Expand)AuthorFilesLines
2011-05-13rewrite new and previously satisfied important dependency detection inDavid Kalnischkies1-43/+40
2011-05-12move the broken dependency detection above the new recommends detectionDavid Kalnischkies1-16/+16
2011-05-11convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies1-18/+7
2011-05-11if critical or-group can't be satisfied, exit directly.David Kalnischkies1-2/+12
2011-04-20merge with debian-sid branch and 0.8.14.1 releaseDavid Kalnischkies1-1/+1
2011-04-18apt-pkg/depcache.cc: Really release action groups only once (Closes: #622744)Julian Andres Klode1-1/+1
2011-04-16* apt-pkg/depcache.cc:David Kalnischkies1-2/+2
2011-03-26do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies1-2/+17
2011-03-25* apt-pkg/depcache.cc:David Kalnischkies1-5/+0
2011-03-20reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies1-59/+71
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-303/+1
2011-02-17* apt-pkg/depcache.cc:David Kalnischkies1-2/+4
2011-02-11* apt-pkg/depcache.cc:David Kalnischkies1-3/+2
2011-02-07allow conflicts in the same group again (Closes: #612099)David Kalnischkies1-1/+1
2011-01-12remove two unused variables gcc-4.6 reports from depcache.ccDavid Kalnischkies1-3/+2
2011-01-12* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-2/+2
2010-12-05check in the DepCache::SetCandidateVersion that the package is marked toDavid Kalnischkies1-1/+2
2010-12-03* apt-pkg/depcache.cc:David Kalnischkies1-0/+161
2010-11-30apply a very simple speed-up in case we try to set the candidate versionDavid Kalnischkies1-2/+9
2010-11-10* apt-pkg/depcache.cc:David Kalnischkies1-2/+5
2010-10-02* apt-pkg/depcache.cc:David Kalnischkies1-0/+10
2010-09-14* apt-pkg/policy.cc:David Kalnischkies1-1/+2
2010-08-27* apt-pkg/depcache.cc:David Kalnischkies1-1/+10
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode1-1/+1
2010-08-06* apt-pkg/depcache.cc:Julian Andres Klode1-3/+6
2010-07-14* apt-pkg/depcache.cc:David Kalnischkies1-4/+4
2010-07-04* apt-pkg/policy.h:David Kalnischkies1-2/+2
2010-06-26always mark the all package if a pseudo package is marked for installDavid Kalnischkies1-0/+4
2010-06-26 - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies1-48/+0
2010-06-16* apt-pkg/depcache.cc:David Kalnischkies1-1/+31
2010-06-09* apt-pkg/pkgcache.h:David Kalnischkies1-9/+78
2010-06-03deprecate AddSize with Multiplier as it is unused and switch toDavid Kalnischkies1-2/+71
2010-06-03* apt-pkg/pkgcache.h:David Kalnischkies1-7/+7
2010-05-29* apt-pkg/depcache.cc:David Kalnischkies1-3/+3
2010-05-28try harder to find the other pseudo versions for autoremove multiarchDavid Kalnischkies1-5/+2
2010-05-28* apt-pkg/depcache.cc:David Kalnischkies1-2/+5
2010-05-28* apt-pkg/deb/debsystem.cc:David Kalnischkies1-2/+2
2010-05-11* apt-pkg/depcache.cc:David Kalnischkies1-10/+11
2010-05-04merge from the debian-sid branchDavid Kalnischkies1-2/+2
2010-05-04merge from the mvo branchMichael Vogt1-2/+2
2010-05-03replace »« with '' in the internal error msg to have ascii chars for gettextDavid Kalnischkies1-1/+1
2010-04-28rewrite the pseudo package reinstaller to be more intelligentDavid Kalnischkies1-38/+82
2010-04-28* apt-pkg/depcache.cc:Michael Vogt1-2/+2
2010-04-03* apt-pkg/depcache.cc:David Kalnischkies1-2/+5
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies1-64/+308
2010-03-14* apt-pkg/depcache.cc:David Kalnischkies1-7/+24
2010-03-14Ensure that for each all package at least one pseudopackage is installedDavid Kalnischkies1-9/+68
2010-03-01We need to kill also pseudo packages which have no dependency, noDavid Kalnischkies1-12/+65
2010-02-27Enable the AutoRemover to talk "Multi-Arch" by marking all pseudoDavid Kalnischkies1-63/+107
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies1-5/+92