summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.cc
AgeCommit message (Expand)Author
2011-04-16* apt-pkg/depcache.cc:David Kalnischkies
2011-04-02disable automatical installation of dependencies in MarkInstall if weDavid Kalnischkies
2011-03-30add a first round of stuff needed for talking between APT and solversDavid Kalnischkies
2011-03-26do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies
2011-03-25* apt-pkg/depcache.cc:David Kalnischkies
2011-03-20reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies
2011-02-17* apt-pkg/depcache.cc:David Kalnischkies
2011-02-11* apt-pkg/depcache.cc:David Kalnischkies
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