summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
AgeCommit message (Expand)Author
2021-01-04depcache: Cache our InRootSetFuncJulian Andres Klode
2020-07-02Delay removals due to Conflicts until Depends are resolvedDavid Kalnischkies
2020-05-24Allow pkgDepCache to be asked to check internal consistencyDavid Kalnischkies
2020-05-23Reset candidate version explicitly for internal state-keepingDavid Kalnischkies
2020-05-18Move the MarkInstall helpers into static functionsDavid Kalnischkies
2020-05-18Keep going if a dep is bad for user requests to improve errorsDavid Kalnischkies
2020-05-08Allow aptitude to MarkInstall broken packages via FromUserDavid Kalnischkies
2020-04-27Protect a package while resolving in MarkInstallDavid Kalnischkies
2020-04-27Propagate Protected flag to single-option dependenciesDavid Kalnischkies
2020-04-27Fail earlier on impossible Conflicts in MarkInstallDavid Kalnischkies
2020-04-27Split up MarkInstall into private helper methodsDavid Kalnischkies
2020-02-26apt-pkg: default visibility to hiddenJulian Andres Klode
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode
2019-06-11Make APT::StringView publicJulian Andres Klode
2019-02-26depcache: Remove deprecated functionsJulian Andres Klode
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