summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies1-1/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-5/+5
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-06-26avoid explicit types for pkg counts by autoDavid Kalnischkies1-11/+11
2017-01-31algorithms: Fix typo: gental -> gentleJulian Andres Klode1-2/+2
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-3/+3
2016-12-31use FindB instead of FindI for Debug::pkgAutoRemoveDavid Kalnischkies1-1/+1
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies1-2/+63
2016-06-08edsp: if logging is requested, do it for internal, tooDavid Kalnischkies1-4/+5
2016-05-20edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies1-2/+4
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies1-8/+9
2016-03-07apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillListJulian Andres Klode1-10/+9
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies1-1/+1
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies1-1/+1
2015-10-30algorithms: Replace qsort() by thread-safe std::sort()Julian Andres Klode1-37/+44
2015-08-17Cleanup includes after running iwyuMichael Vogt1-2/+0
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode1-12/+12
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-14/+0
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-1/+1
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies1-1/+1
2015-01-10award points for positive dependencies againDavid Kalnischkies1-1/+1
2014-11-08explicit overload methods instead of adding parametersDavid Kalnischkies1-0/+12
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies1-10/+6
2014-04-11consider priorities only for downloadable pkgs in resolverDavid Kalnischkies1-8/+11
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-7/+6
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies1-2/+2
2014-03-13check version before adding scores in resolverDavid Kalnischkies1-1/+12
2014-03-13do not do the same looping twiceDavid Kalnischkies1-7/+1
2014-03-13propagate a negative score point along breaks/conflictsDavid Kalnischkies1-14/+25
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-6/+6
2013-10-05Move ListUpdate/AquireUpdate into update.{cc,h}Michael Vogt1-99/+0
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt1-238/+0
2013-10-05cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt1-10/+15
2013-09-18improve the API for Upgrade()Michael Vogt1-8/+30
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt1-5/+46
2013-07-02Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-2/+4
2013-06-28make starting debug output of pkgProblemResolver proper englishMichael Vogt1-2/+4
2013-06-27use just one line for the debug output (thanks to donkult for the review)Michael Vogt1-4/+2
2013-06-27show broken count when starting the resolverMichael Vogt1-2/+6
2013-06-09deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies1-2/+4
2013-05-08merged from the debian-wheezy branchMichael Vogt1-1/+4
2013-05-08* apt-pkg/algorithms.cc:Michael Vogt1-1/+4
2013-01-08fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt1-8/+11
2013-01-08fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt1-7/+7
2012-11-10* apt-pkg/algorithms.cc:Jonathan Thomas1-3/+9
2012-11-09* apt-pkg/algorithms.cc:David Kalnischkies1-8/+8
2012-09-09handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies1-0/+5
2012-06-10* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-5/+30
2012-05-15* apt-pkg/algorithms.cc:Marius Vollmer1-0/+6