Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-11 | DropPrivs in the solvers (just to be on the safe side) | Michael Vogt | |
2014-05-30 | print error stack on failure of 'apt' solver | David Kalnischkies | |
Git-Dch: ignore | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | |||
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | |
2013-10-05 | * move upgrade releated code into upgrade.{cc,h} | Michael Vogt | |
The upgrade releated code is moved into upgrade.{cc,h} and all pkg*Upgrade* prototypes are included in algorihms.h to avoid breaking API (unless build with APT_9_CLEANER_HEADERS). | |||
2012-06-27 | fix two simple spelling issues found by Christian Perrier, | David Kalnischkies | |
updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge | |||
2012-05-05 | ensure that apti18n.h is included last as advertised (Closes: #671623) | David Kalnischkies | |
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies | |
to the more standard PACKAGE_VERSION and make it work in every file | |||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-05-17 | rename option APT::Solver::Name to simply APT::Solver | David Kalnischkies | |
2011-05-07 | implement correct error reporting | David Kalnischkies | |
2011-05-03 | work on requests with the correct upgrade/dist-upgrade/else resolver | David Kalnischkies | |
2011-05-02 | implement optional Progress report in EDSP | David Kalnischkies | |
2011-04-25 | add scenario command to output a complete or limited scenario | David Kalnischkies | |
2011-04-19 | set hint flags for the problem resolver according to request | David Kalnischkies | |
2011-04-01 | add a small wrapper to use the internal apt solver as an external one | David Kalnischkies | |