| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mark pkg(All|Dist)Upgrade as deprecated | David Kalnischkies | 2014-09-27 | 1 | -2/+2 |
| | | | | | | | | | The comment above their definition marks them already as such, so this is only a formalisation of the deprecation and fixes the occurances we have in our own code together with removing a magic number. Git-Dch: Ignore | ||||
| * | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimental | Michael Vogt | 2014-06-18 | 1 | -10/+14 |
| |\ | | | | | | | | | Conflicts: apt-private/private-install.cc | ||||
| | * | show our broken packages message in 'apt' solver | David Kalnischkies | 2014-06-18 | 1 | -10/+14 |
| | | | |||||
| * | | DropPrivs in the solvers (just to be on the safe side) | Michael Vogt | 2014-06-11 | 1 | -0/+3 |
| |/ | |||||
| * | print error stack on failure of 'apt' solver | David Kalnischkies | 2014-05-30 | 1 | -18/+18 |
| | | | | | Git-Dch: ignore | ||||
| * | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 1 | -1/+9 |
| | | | | | | | | | 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) | ||||
| * | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
| | | | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | ||||
| * | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
| | | | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | ||||
| * | Fix typos in documentation (codespell) | Michael Vogt | 2014-02-22 | 1 | -3/+3 |
| | | |||||
| * | * move upgrade releated code into upgrade.{cc,h} | Michael Vogt | 2013-10-05 | 1 | -0/+1 |
| | | | | | | | 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). | ||||
| * | fix two simple spelling issues found by Christian Perrier, | David Kalnischkies | 2012-06-27 | 1 | -5/+3 |
| | | | | | | updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge | ||||
| * | ensure that apti18n.h is included last as advertised (Closes: #671623) | David Kalnischkies | 2012-05-05 | 1 | -3/+4 |
| | | |||||
| * | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies | 2012-03-22 | 1 | -1/+1 |
| | | | | | to the more standard PACKAGE_VERSION and make it work in every file | ||||
| * | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 1 | -0/+2 |
| | | |||||
| * | rename option APT::Solver::Name to simply APT::Solver | David Kalnischkies | 2011-05-17 | 1 | -1/+1 |
| | | |||||
| * | implement correct error reporting | David Kalnischkies | 2011-05-07 | 1 | -3/+3 |
| | | |||||
| * | work on requests with the correct upgrade/dist-upgrade/else resolver | David Kalnischkies | 2011-05-03 | 1 | -1/+11 |
| | | |||||
| * | implement optional Progress report in EDSP | David Kalnischkies | 2011-05-02 | 1 | -0/+13 |
| | | |||||
| * | add scenario command to output a complete or limited scenario | David Kalnischkies | 2011-04-25 | 1 | -2/+23 |
| | | |||||
| * | set hint flags for the problem resolver according to request | David Kalnischkies | 2011-04-19 | 1 | -1/+18 |
| | | |||||
| * | add a small wrapper to use the internal apt solver as an external one | David Kalnischkies | 2011-04-01 | 1 | -0/+129 |
