Age | Commit message (Expand) | Author |
2014-09-27 | fix progress output for (dist-)upgrade calculation | David Kalnischkies |
2014-04-11 | consider priorities only for downloadable pkgs in resolver | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: useless cast to type A [-Wuseless-cast] | David Kalnischkies |
2014-03-13 | check version before adding scores in resolver | David Kalnischkies |
2014-03-13 | do not do the same looping twice | David Kalnischkies |
2014-03-13 | propagate a negative score point along breaks/conflicts | David Kalnischkies |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2013-10-05 | Move ListUpdate/AquireUpdate into update.{cc,h} | Michael Vogt |
2013-10-05 | * move upgrade releated code into upgrade.{cc,h} | Michael Vogt |
2013-10-05 | cleanup upgrade API some more (thanks for the feedback from David) | Michael Vogt |
2013-09-18 | improve the API for Upgrade() | Michael Vogt |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from experi... | Michael Vogt |
2013-07-02 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt |
2013-06-28 | make starting debug output of pkgProblemResolver proper english | Michael Vogt |
2013-06-27 | use just one line for the debug output (thanks to donkult for the review) | Michael Vogt |
2013-06-27 | show broken count when starting the resolver | Michael Vogt |
2013-06-09 | deprecate InstallProtect as a cpu-eating no-op | David Kalnischkies |
2013-05-08 | merged from the debian-wheezy branch | Michael Vogt |
2013-05-08 | * apt-pkg/algorithms.cc: | Michael Vogt |
2013-01-08 | fix pkgProblemResolver::Scores, thanks to Paul Wise. | Michael Vogt |
2013-01-08 | fix 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-09 | handle packages without a mandatory architecture (debian-policy ยง5.3) | David Kalnischkies |
2012-06-10 | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies |
2012-05-15 | * apt-pkg/algorithms.cc: | Marius Vollmer |
2012-05-10 | * apt-pkg/algorithms.cc: | David Kalnischkies |
2012-03-06 | merge with apt/experimental | David Kalnischkies |
2012-03-05 | * Treat the Important flag like the Essential flag with two differences: | Julian Andres Klode |
2012-03-04 | fix a bunch of cppcheck "(warning) Member variable '<#>' is not | David Kalnischkies |
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson |
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson |
2011-10-30 | merge with my debian-sid branch | David Kalnischkies |
2011-10-17 | * algorithms.cc: | David Kalnischkies |
2011-09-20 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies |
2011-09-20 | * apt-pkg/algorithms.cc: | David Kalnischkies |
2011-09-19 | fix foldmarker in algorithms.h | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-15 | merged from the debian-sid branch | Michael Vogt |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-07-15 | merged from http://bzr.debian.org/bzr/apt/apt/debian-sid | Michael Vogt |
2011-07-14 | make ResolveByKeep() more clever and hold back packages that would go into a ... | Michael Vogt |
2011-05-17 | rename option APT::Solver::Name to simply APT::Solver | David Kalnischkies |
2011-05-17 | * Implement EDSP in libapt-pkg so that all front-ends which | David Kalnischkies |
2011-05-11 | convert a lot of places to use IsNegative instead of checking by hand | David Kalnischkies |
2011-05-09 | implement proper progress report with OpProgress | David Kalnischkies |
2011-05-03 | implement external solver calling for upgrade and dist-upgrade, too | David Kalnischkies |