summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.cc
Commit message (Expand)AuthorAgeFilesLines
* depcache: Remove deprecated functionsJulian Andres Klode2019-02-261-15/+0
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-291-1/+1
* Increase debug verbosity in `apt-get autoremove`Filipe Brandenburger2018-05-211-15/+18
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-5/+5
* don't auto-switch candidate if installed is good enoughDavid Kalnischkies2017-12-131-0/+7
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-3/+3
* support compressed extended_states file for bug triageDavid Kalnischkies2017-07-261-4/+4
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-16/+16
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* fix various typos reported by codespell & spellintianDavid Kalnischkies2017-07-081-1/+1
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-3/+3
* clean up default-stanzas from extended_states on writeDavid Kalnischkies2016-07-221-13/+14
* protect only the latest same-source providers from autoremoveDavid Kalnischkies2016-07-011-5/+34
* more explicit MarkRequired algorithm code (part 2)David Kalnischkies2016-06-301-116/+68
* more explicit MarkRequired algorithm codeDavid Kalnischkies2016-06-301-19/+32
* if reading of autobit state failed, let write failDavid Kalnischkies2016-06-291-0/+5
* factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies2016-04-281-9/+10
* respect user pinning in M-A:same version (un)screwingDavid Kalnischkies2016-04-281-2/+2
* Do not mark packages for keep that we want to removeJulian Andres Klode2016-03-271-2/+5
* do not strip epochs from state version stringsDavid Kalnischkies2016-03-161-5/+1
* Fix bug where the problemresolve can put a pkg into a heisenstateMichael Vogt2016-03-151-0/+5
* prefer upgrading installed provides satisfierDavid Kalnischkies2016-01-251-0/+2
* typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies2015-11-251-1/+1
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-1/+6
* Cleanup includes after running iwyuMichael Vogt2015-08-171-1/+0
* Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode2015-08-151-0/+2
* Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-131-2/+2
* C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode2015-08-131-1/+1
* move manual-bit from 'oldlibs' pkg to its dependenciesDavid Kalnischkies2015-08-101-0/+28
* move APT::Never-MarkAuto-Sections handling to MarkDeleteDavid Kalnischkies2015-08-101-9/+35
* mark again deps of pkgs in APT::Never-MarkAuto-Sections as manualDavid Kalnischkies2015-08-101-2/+7
* split-up Dependency structDavid Kalnischkies2015-08-101-6/+5
* bunch of micro-optimizations for depcacheDavid Kalnischkies2015-08-101-88/+82
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-101-12/+3
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-2/+2
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-2/+4
* store Release files data in the CacheDavid Kalnischkies2015-06-121-3/+3
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-111-30/+20
* show non-matching m-a:same versions in debug messageDavid Kalnischkies2015-05-111-6/+11
* create directory for extended_states if neededDavid Kalnischkies2014-11-181-1/+3
* implement MarkAndSweep in cc instead of headerDavid Kalnischkies2014-10-031-0/+14
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-1/+2
|\
| * initialize iPolicyBrokenCount in DepCache::UpdateWarren He2014-08-291-1/+2
* | remove the Section member from package structDavid Kalnischkies2014-06-181-1/+1
|/
* do not revert candidate for protected packagesDavid Kalnischkies2014-06-071-1/+1
* Do not try to cast a pkgDepCache::Policy to a pkgCacheMichael Vogt2014-05-271-1/+1
* discard candidates via IsInstallOk to allow overrideDavid Kalnischkies2014-03-231-20/+58
* do IsInstallOk call in MarkInstall unconditionallyDavid Kalnischkies2014-03-231-4/+8
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-2/+2