summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
AgeCommit message (Expand)Author
2013-10-01don't consider holds for autoremovalDavid Kalnischkies
2013-07-11prevent MarkInstall of unsynced Multi-Arch:same siblingsDavid Kalnischkies
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-11rename the parameter name of MarkDelete from Purge to MarkPurge toDavid Kalnischkies
2011-07-28[ABI break] merge patch from Jonathan Thomas to speed up theMichael Vogt
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt
2011-05-23log reinstall commands in history.logDavid Kalnischkies
2011-05-17let the Mark methods return if their marking was successfulDavid Kalnischkies
2011-05-17* apt-pkg/depcache.cc:David Kalnischkies
2011-05-17remove deprecated methods which nobody should have used anyway likeDavid Kalnischkies
2011-05-03tell the resolver a package is set on hold if it was set by the userDavid 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-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
2010-12-03* apt-pkg/depcache.cc:David Kalnischkies
2010-09-29* apt-pkg/depcache.cc:David Kalnischkies
2010-08-28* apt-pkg/contrib/configuration.cc:David Kalnischkies
2010-07-04* apt-pkg/policy.h:David Kalnischkies
2010-06-26 - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies
2010-06-16* apt-pkg/depcache.cc:David Kalnischkies
2010-06-03* apt-pkg/depcache.cc:David Kalnischkies
2010-06-03deprecate AddSize with Multiplier as it is unused and switch toDavid Kalnischkies
2010-04-28rewrite the pseudo package reinstaller to be more intelligentDavid Kalnischkies
2010-04-13regex for package names executed on Grp- not PkgIteratorDavid 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-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-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
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-30merge the AutoInstOk patch from debian-experimentalMichael Vogt
2009-06-29add hook for auto-install (closes: #470035)Michael Vogt
2009-06-29* add depth information to the debug output and show what dependsMichael Vogt
2008-03-11typo fixesMichael Vogt
2007-06-19* fixed compile errors with g++ 7.3 (thanks to Michael Vogt
2007-06-09* merged another missing bit from the ubuntu branchMichael Vogt
2006-12-14* merged the no-pragma branchMichael Vogt
2006-10-02* removed the pragma messMichael Vogt
2006-08-15* merged the install-recommends branchMichael Vogt
2006-08-11* cmdline/apt-get.cc:Michael Vogt
2006-05-02* depcache.cc:Michael Vogt
2005-11-09* merged daniel burrows fixes for the auto-mark codeMichael Vogt
2005-06-29* merged with ubuntu, only use the pkgCache::Flag::Auto flag for automaticall...Michael Vogt
2005-06-29* use mark-and-sweep from aptitude now as GC algorithmMichael Vogt