summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
AgeCommit message (Expand)Author
2018-05-21Increase debug verbosity in `apt-get autoremove`Filipe Brandenburger
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies
2016-03-16do not strip epochs from state version stringsDavid Kalnischkies
2015-11-29tests: fix typos, correct helpmsgs and test testsDavid Kalnischkies
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-11-20fix a few typos in code-comments/apt manpageDavid Kalnischkies
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies
2015-08-15Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode
2015-08-12Only make Upgradable() return true for packages with a candidateJulian Andres Klode
2015-08-10bunch of micro-optimizations for depcacheDavid Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies
2014-11-08explicit overload methods instead of adding parametersDavid Kalnischkies
2014-10-03implement MarkAndSweep in cc instead of headerDavid Kalnischkies
2014-09-30mark private methods as hiddenDavid Kalnischkies
2014-03-23discard candidates via IsInstallOk to allow overrideDavid Kalnischkies
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies
2014-02-22Fix typos in documentation (codespell)Michael Vogt
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