Age | Commit message (Expand) | Author | Files | Lines |
2012-01-13 | - remove legace vars now that they are no longer visible | Michael Schroeder | 1 | -6/+0 |
2012-01-09 | - add solver_get_orphaned and solver_get_recommendations interface | Michael Schroeder | 1 | -3/+5 |
2012-01-09 | - hide solver internals | Michael Schroeder | 1 | -45/+45 |
2011-06-20 | - change transaction_init to transaction_create, add solver flag setting/getting | Michael Schroeder | 1 | -2/+14 |
2011-06-06 | - add decision introspection (untested) | Michael Schroeder | 1 | -0/+24 |
2011-06-03 | - remove obsolete interface, add decisioncnt_{weak,orphan} | Michael Schroeder | 1 | -34/+3 |
2011-05-25 | - add solver_private.h, make repo_ functions return an int, make solver_solv ... | Michael Schroeder | 1 | -83/+13 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -2/+4 |
2011-05-24 | rename satsolver -> libsolv | Michael Schroeder | 1 | -3/+3 |
2010-05-31 | - add SOLVER_NOAUTOSET to disable automatic SET deduction | Michael Schroeder | 1 | -1/+2 |
2010-05-28 | - add SOLVER_SET bits to tell solver which properties of a job are intended b... | Michael Schroeder | 1 | -0/+8 |
2010-05-04 | - support SOLVER_SOLVABLE_ALL for dup/update/verify | Michael Schroeder | 1 | -12/+19 |
2010-04-14 | - add erase with dependency cleaning: | Michael Schroeder | 1 | -0/+3 |
2009-10-15 | - add SOLVER_DROP_ORPHANED for coolo | Michael Schroeder | 1 | -0/+2 |
2009-08-25 | - add support for SOLVER_SOLVABLE_REPO, used by SOLVER_DISTUPGRADE | Michael Schroeder | 1 | -3/+6 |
2009-07-24 | - make installed packages pass much faster | Michael Schroeder | 1 | -0/+1 |
2009-07-24 | - add experimental support for choice rules to fix #485409 | Michael Schroeder | 1 | -0/+3 |
2009-07-21 | - color support in fileconflict checking | Michael Schroeder | 1 | -1/+4 |
2009-06-23 | - add appdata application private pointer to Pool/Repo | Michael Schroeder | 1 | -1/+1 |
2009-06-15 | - move output arg to back in solver_calculate_noobsmap() | Michael Schroeder | 1 | -1/+1 |
2009-06-04 | - move some flags describing the rpm from solver to pool | Michael Schroeder | 1 | -7/+3 |
2009-05-26 | - move rest of rule functions from solver.c to rules.c | Michael Schroeder | 1 | -2/+0 |
2009-05-26 | - split problem handling from solver.c | Michael Schroeder | 1 | -13/+7 |
2009-05-25 | - split rule generation from solver.c into rules.c | Michael Schroeder | 1 | -65/+2 |
2009-05-25 | - move create_obsolete_index to policy.c | Michael Schroeder | 1 | -1/+0 |
2009-05-13 | - start transaction ordering | Michael Schroeder | 1 | -23/+5 |
2009-04-16 | - create transaction as solver result | Michael Schroeder | 1 | -0/+24 |
2009-04-01 | - lazy solution creation, may speed up UI a lot | Michael Schroeder | 1 | -2/+7 |
2009-03-17 | - replace old solver_problemruleinfo with new solver_ruleinfo function | Michael Schroeder | 1 | -8/+55 |
2009-03-04 | - fix problem_to_solutions segfault | Michael Schroeder | 1 | -0/+1 |
2009-03-02 | - frontport solver_trivial_installable() change | Michael Schroeder | 1 | -0/+1 |
2009-01-19 | - add inferior arch handling | Michael Schroeder | 1 | -1/+14 |
2009-01-12 | - add solver_findallproblemrules function | Michael Schroeder | 1 | -0/+2 |
2008-12-05 | - fix disabling of weak job rules [bnc#450844] | Michael Schroeder | 1 | -1/+1 |
2008-11-07 | - check in the header file as well | Michael Schroeder | 1 | -0/+1 |
2008-11-04 | - add support for SOLVER_ESSENTIAL flag, marks a job that has to be | Michael Schroeder | 1 | -0/+1 |
2008-10-22 | - add pool_set_installed() function, remove no longer needed "installed" | Michael Schroeder | 1 | -1/+1 |
2008-09-17 | - Change provide iterator from ID pointer to ID. Before, iterating | Michael Schroeder | 1 | -4/+10 |
2008-08-29 | - new job commands, now combinded from job type and select type | Michael Schroeder | 1 | -18/+45 |
2008-07-24 | fix prototype | Klaus Kaempf | 1 | -1/+1 |
2008-07-21 | - no more freshens. R.I.P. | Michael Schroeder | 1 | -20/+6 |
2008-05-23 | - add "ignorealreadyrecommended" aka "zypper" solver option | Michael Schroeder | 1 | -0/+1 |
2008-05-14 | - change some comments | Michael Schroeder | 1 | -1/+2 |
2008-05-13 | add comment | Klaus Kaempf | 1 | -2/+3 |
2008-05-13 | - support SOLVER_NOOBSOLETES* jobs, tell the solver that those packages | Michael Schroeder | 1 | -5/+11 |
2008-05-13 | add comments | Klaus Kaempf | 1 | -14/+28 |
2008-05-06 | - shuffle rule blocks so that feature rules come before update rules | Michael Schroeder | 1 | -2/+6 |
2008-04-30 | - speed up solver a bit by creating a queue holding all assertion | Michael Schroeder | 1 | -0/+2 |
2008-04-30 | - add obsoleteusesprovides and implicitobsoleteusesprovides solver | Michael Schroeder | 1 | -1/+8 |
2008-04-25 | - add bugzilla reference | Michael Schroeder | 1 | -0/+2 |