summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
AgeCommit message (Expand)Author
2021-01-11kernels: Fix std::out_of_range if no kernels to protectJulian Andres Klode
2021-01-08kernels: remove spurious || falseJulian Andres Klode
2021-01-04Only keep up to 3 (not 4) kernelsJulian Andres Klode
2021-01-04Determine autoremovable kernels at run-timeJulian Andres Klode
2020-07-02Add dependency points in the resolver also to providersDavid Kalnischkies
2020-06-03Allow 20 instead of 10 loops for pkgProblemResolverDavid Kalnischkies
2020-06-02Consider if a fix is successful before claiming it isDavid Kalnischkies
2020-05-29Consider protected packages for removal if they are marked as suchDavid Kalnischkies
2020-05-24Allow pkgDepCache to be asked to check internal consistencyDavid Kalnischkies
2020-05-18Recognize propagated protected in pkgProblemResolverDavid Kalnischkies
2020-02-26Rename pkgSimulate::Go2 to pkgSimulate::GoJulian Andres Klode
2019-02-26algorithms: Remove deprecated ProblemResolver::InstallProtect()Julian Andres Klode
2018-05-07Remove obsolete RCS keywordsGuillem Jover
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-06-26avoid explicit types for pkg counts by autoDavid Kalnischkies
2017-01-31algorithms: Fix typo: gental -> gentleJulian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2016-12-31use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies
2016-06-08edsp: if logging is requested, do it for internal, tooDavid Kalnischkies
2016-05-20edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies
2016-03-07apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillListJulian Andres Klode
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies
2015-10-30algorithms: Replace qsort() by thread-safe std::sort()Julian Andres Klode
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies
2015-01-10award points for positive dependencies againDavid Kalnischkies
2014-11-08explicit overload methods instead of adding parametersDavid Kalnischkies
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies
2014-04-11consider priorities only for downloadable pkgs in resolverDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies
2014-03-13check version before adding scores in resolverDavid Kalnischkies
2014-03-13do not do the same looping twiceDavid Kalnischkies
2014-03-13propagate a negative score point along breaks/conflictsDavid Kalnischkies
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2013-10-05Move ListUpdate/AquireUpdate into update.{cc,h}Michael Vogt
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt
2013-10-05cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt
2013-09-18improve the API for Upgrade()Michael Vogt
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt
2013-07-02Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt
2013-06-28make starting debug output of pkgProblemResolver proper englishMichael Vogt