summaryrefslogtreecommitdiff
path: root/cmdline/apt-internal-solver.cc
AgeCommit message (Expand)AuthorFilesLines
2016-06-08edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies1-0/+1
2016-06-04edsp: use a stanza based interface for solution writingDavid Kalnischkies1-1/+17
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies1-2/+0
2016-05-20edsp: use a limited scenario based on bool-arrayDavid Kalnischkies1-1/+6
2016-05-20edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies1-7/+14
2016-05-20convert EDSP to be based on FileFd instead of FILE*David Kalnischkies1-4/+8
2015-12-11apt-internal-solver: Make ShowHelp() and GetCommands() staticJulian Andres Klode1-2/+2
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies1-1/+1
2015-11-21review of new/changed translatable program stringsJustin B Rye1-1/+2
2015-11-04revamp all tools help messagesDavid Kalnischkies1-8/+2
2015-11-04deal with --version more centrallyDavid Kalnischkies1-2/+0
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies1-3/+3
2015-11-04generate commands array after config is loadedDavid Kalnischkies1-5/+8
2015-11-04deduplicate main methodsDavid Kalnischkies1-18/+7
2015-11-04split up help messages for simpler reuseDavid Kalnischkies1-2/+2
2015-09-14use a less generic special trigger filename for stdinDavid Kalnischkies1-1/+1
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies1-0/+1
2015-03-16stop displaying time of build in online helpJérémy Bobbio1-2/+1
2014-11-09streamline display of --help in all toolsDavid Kalnischkies1-13/+4
2014-10-07Rename DropPrivs() to DropPrivileges()Michael Vogt1-1/+1
2014-09-27mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies1-2/+2
2014-06-18Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt1-10/+14
2014-06-18show our broken packages message in 'apt' solverDavid Kalnischkies1-10/+14
2014-06-11DropPrivs in the solvers (just to be on the safe side)Michael Vogt1-0/+3
2014-05-30print error stack on failure of 'apt' solverDavid Kalnischkies1-18/+18
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+9
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-1/+1
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-3/+3
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt1-0/+1
2012-06-27fix two simple spelling issues found by Christian Perrier,David Kalnischkies1-5/+3
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies1-3/+4
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+2
2011-05-17rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies1-1/+1
2011-05-07implement correct error reportingDavid Kalnischkies1-3/+3
2011-05-03work on requests with the correct upgrade/dist-upgrade/else resolverDavid Kalnischkies1-1/+11
2011-05-02implement optional Progress report in EDSPDavid Kalnischkies1-0/+13
2011-04-25add scenario command to output a complete or limited scenarioDavid Kalnischkies1-2/+23
2011-04-19set hint flags for the problem resolver according to requestDavid Kalnischkies1-1/+18
2011-04-01add a small wrapper to use the internal apt solver as an external oneDavid Kalnischkies1-0/+129