summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
AgeCommit message (Expand)Author
2019-12-26APT 1.7.0-sileoCoolStar
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
2013-06-27use just one line for the debug output (thanks to donkult for the review)Michael Vogt
2013-06-27show broken count when starting the resolverMichael Vogt
2013-06-09deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies
2013-05-08merged from the debian-wheezy branchMichael Vogt
2013-05-08* apt-pkg/algorithms.cc:Michael Vogt
2013-01-08fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt
2013-01-08fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt
2012-11-10* apt-pkg/algorithms.cc:Jonathan Thomas
2012-11-09* apt-pkg/algorithms.cc:David Kalnischkies
2012-09-09handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies
2012-06-10* apt-pkg/deb/deblistparser.cc:David Kalnischkies