summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.cc
AgeCommit message (Expand)Author
2018-08-29Fix typos reported by codespell & spellintianDavid Kalnischkies
2018-05-21Increase debug verbosity in `apt-get autoremove`Filipe Brandenburger
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies
2017-12-13don't auto-switch candidate if installed is good enoughDavid Kalnischkies
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode
2017-07-26support compressed extended_states file for bug triageDavid Kalnischkies
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2017-07-08fix various typos reported by codespell & spellintianDavid Kalnischkies
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2016-07-22clean up default-stanzas from extended_states on writeDavid Kalnischkies
2016-07-01protect only the latest same-source providers from autoremoveDavid Kalnischkies
2016-06-30more explicit MarkRequired algorithm code (part 2)David Kalnischkies
2016-06-30more explicit MarkRequired algorithm codeDavid Kalnischkies
2016-06-29if reading of autobit state failed, let write failDavid Kalnischkies
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies
2016-04-28respect user pinning in M-A:same version (un)screwingDavid Kalnischkies
2016-03-27Do not mark packages for keep that we want to removeJulian Andres Klode
2016-03-16do not strip epochs from state version stringsDavid Kalnischkies
2016-03-15Fix bug where the problemresolve can put a pkg into a heisenstateMichael Vogt
2016-01-25prefer upgrading installed provides satisfierDavid Kalnischkies
2015-11-25typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-15Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode
2015-08-13C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode
2015-08-10move manual-bit from 'oldlibs' pkg to its dependenciesDavid Kalnischkies
2015-08-10move APT::Never-MarkAuto-Sections handling to MarkDeleteDavid Kalnischkies
2015-08-10mark again deps of pkgs in APT::Never-MarkAuto-Sections as manualDavid Kalnischkies
2015-08-10split-up Dependency structDavid Kalnischkies
2015-08-10bunch of micro-optimizations for depcacheDavid Kalnischkies
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid Kalnischkies
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies
2015-05-11show non-matching m-a:same versions in debug messageDavid Kalnischkies
2014-11-18create directory for extended_states if neededDavid Kalnischkies
2014-10-03implement MarkAndSweep in cc instead of headerDavid Kalnischkies
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-08-29initialize iPolicyBrokenCount in DepCache::UpdateWarren He
2014-06-18remove the Section member from package structDavid Kalnischkies
2014-06-07do not revert candidate for protected packagesDavid Kalnischkies
2014-05-27Do not try to cast a pkgDepCache::Policy to a pkgCacheMichael Vogt
2014-03-23discard candidates via IsInstallOk to allow overrideDavid Kalnischkies
2014-03-23do IsInstallOk call in MarkInstall unconditionallyDavid Kalnischkies
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies