summaryrefslogtreecommitdiff
path: root/cmdline/apt-internal-solver.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-13/+13
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies2016-06-081-0/+1
* edsp: use a stanza based interface for solution writingDavid Kalnischkies2016-06-041-1/+17
* look into the right textdomain for apt-utils againDavid Kalnischkies2016-05-281-2/+0
* edsp: use a limited scenario based on bool-arrayDavid Kalnischkies2016-05-201-1/+6
* edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies2016-05-201-7/+14
* convert EDSP to be based on FileFd instead of FILE*David Kalnischkies2016-05-201-4/+8
* apt-internal-solver: Make ShowHelp() and GetCommands() staticJulian Andres Klode2015-12-111-2/+2
* use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies2015-11-291-1/+1
* review of new/changed translatable program stringsJustin B Rye2015-11-211-1/+2
* revamp all tools help messagesDavid Kalnischkies2015-11-041-8/+2
* deal with --version more centrallyDavid Kalnischkies2015-11-041-2/+0
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-3/+3
* generate commands array after config is loadedDavid Kalnischkies2015-11-041-5/+8
* deduplicate main methodsDavid Kalnischkies2015-11-041-18/+7
* split up help messages for simpler reuseDavid Kalnischkies2015-11-041-2/+2
* use a less generic special trigger filename for stdinDavid Kalnischkies2015-09-141-1/+1
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-101-0/+1
* stop displaying time of build in online helpJérémy Bobbio2015-03-161-2/+1
* streamline display of --help in all toolsDavid Kalnischkies2014-11-091-13/+4
* Rename DropPrivs() to DropPrivileges()Michael Vogt2014-10-071-1/+1
* mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2014-09-271-2/+2
* Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-181-10/+14
|\
| * show our broken packages message in 'apt' solverDavid Kalnischkies2014-06-181-10/+14
* | DropPrivs in the solvers (just to be on the safe side)Michael Vogt2014-06-111-0/+3
|/
* print error stack on failure of 'apt' solverDavid Kalnischkies2014-05-301-18/+18
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+9
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+1
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-3/+3
* * move upgrade releated code into upgrade.{cc,h}Michael Vogt2013-10-051-0/+1
* fix two simple spelling issues found by Christian Perrier,David Kalnischkies2012-06-271-5/+3
* ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies2012-05-051-3/+4
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
* rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies2011-05-171-1/+1
* implement correct error reportingDavid Kalnischkies2011-05-071-3/+3
* work on requests with the correct upgrade/dist-upgrade/else resolverDavid Kalnischkies2011-05-031-1/+11
* implement optional Progress report in EDSPDavid Kalnischkies2011-05-021-0/+13
* add scenario command to output a complete or limited scenarioDavid Kalnischkies2011-04-251-2/+23
* set hint flags for the problem resolver according to requestDavid Kalnischkies2011-04-191-1/+18
* add a small wrapper to use the internal apt solver as an external oneDavid Kalnischkies2011-04-011-0/+129