haiku/headers/os/package/solver
Ingo Weinhold 6ef57ae2a9 pkgman: Add full-sync command
* BSolver/LibsolvSolver: Add FullSync() method. It uses libsolv's
SOLVER_DISTUPGRADE mode.
* BPackageManager: Add FullSync() using the new solver mode.
* pkgman: Add full-sync command.

The new command is similar to the update command without arguments, just
more aggressive, allowing downgrading or even removal of packages, to
match the state of the repositories. Just like "update" it doesn't work
properly yet.
2014-01-25 10:47:35 +01:00
..
Solver.h pkgman: Add full-sync command 2014-01-25 10:47:35 +01:00
SolverPackage.h BSolverPackage: Add Version() 2013-11-27 15:38:41 +01:00
SolverPackageSpecifier.h Rework SolverPackageSpecifier 2013-04-12 00:21:49 +02:00
SolverPackageSpecifierList.h Add BSolverPackageSpecifierList::AppendSpecifiers() 2013-09-10 19:14:19 +02:00
SolverProblem.h package kit: Add data structures for problem solutions 2013-04-09 17:24:27 +02:00
SolverProblemSolution.h package kit: Add data structures for problem solutions 2013-04-09 17:24:27 +02:00
SolverRepository.h BSolverRepository: Add {Remove,Delete}Package() 2013-08-28 12:44:14 +02:00
SolverResult.h