summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.cc
AgeCommit message (Expand)Author
2011-02-07allow conflicts in the same group again (Closes: #612099)David Kalnischkies
2011-01-12remove two unused variables gcc-4.6 reports from depcache.ccDavid Kalnischkies
2011-01-12* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2010-12-05check in the DepCache::SetCandidateVersion that the package is marked toDavid Kalnischkies
2010-12-03* apt-pkg/depcache.cc:David Kalnischkies
2010-11-30apply a very simple speed-up in case we try to set the candidate versionDavid Kalnischkies
2010-11-10* apt-pkg/depcache.cc:David Kalnischkies
2010-10-02* apt-pkg/depcache.cc:David Kalnischkies
2010-09-14* apt-pkg/policy.cc:David Kalnischkies
2010-08-27* apt-pkg/depcache.cc:David Kalnischkies
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode
2010-08-06* apt-pkg/depcache.cc:Julian Andres Klode
2010-07-14* apt-pkg/depcache.cc:David Kalnischkies
2010-07-04* apt-pkg/policy.h:David Kalnischkies
2010-06-26always mark the all package if a pseudo package is marked for installDavid Kalnischkies
2010-06-26 - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies
2010-06-16* apt-pkg/depcache.cc:David Kalnischkies
2010-06-09* apt-pkg/pkgcache.h:David Kalnischkies
2010-06-03deprecate AddSize with Multiplier as it is unused and switch toDavid Kalnischkies
2010-06-03* apt-pkg/pkgcache.h:David Kalnischkies
2010-05-29* apt-pkg/depcache.cc:David Kalnischkies
2010-05-28try harder to find the other pseudo versions for autoremove multiarchDavid Kalnischkies
2010-05-28* apt-pkg/depcache.cc:David Kalnischkies
2010-05-28* apt-pkg/deb/debsystem.cc:David Kalnischkies
2010-05-11* apt-pkg/depcache.cc:David Kalnischkies
2010-05-04merge from the debian-sid branchDavid Kalnischkies
2010-05-04merge from the mvo branchMichael Vogt
2010-05-03replace »« with '' in the internal error msg to have ascii chars for gettextDavid Kalnischkies
2010-04-28rewrite the pseudo package reinstaller to be more intelligentDavid Kalnischkies
2010-04-28* apt-pkg/depcache.cc:Michael Vogt
2010-04-03* apt-pkg/depcache.cc:David Kalnischkies
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies
2010-03-14* apt-pkg/depcache.cc:David Kalnischkies
2010-03-14Ensure that for each all package at least one pseudopackage is installedDavid Kalnischkies
2010-03-01We need to kill also pseudo packages which have no dependency, noDavid Kalnischkies
2010-02-27Enable the AutoRemover to talk "Multi-Arch" by marking all pseudoDavid Kalnischkies
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies
2010-02-10Pre-MultiArch a package which depends on a package with architecture "all"David Kalnischkies
2010-02-07fix progress reporting while reading extended_states fileDavid Kalnischkies
2009-12-02* apt-pkg/packagemanager.cc:Michael Vogt
2009-10-29* apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:Michael Vogt
2009-08-12With the introduction of the Is{Delete,Install}Ok hooks the apt flagDavid Kalnischkies
2009-07-28apt-pkg/depcache.cc:Michael Vogt
2009-07-25Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce theOtavio Salvador
2009-07-07* remove the MarkKeep calls if Is{Delete,Install}Ok false, becauseDavid Kalnischkies
2009-06-30* add hook for MarkInstall and MarkDelete (closes: #470035)David Kalnischkies
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies
2009-06-30merge the AutoInstOk patch from debian-experimentalMichael Vogt
2009-06-29* support IsAutoInstallOk in the resolver tooMichael Vogt