- add support for SOLVER_SOLVABLE_REPO, used by SOLVER_DISTUPGRADE
[platform/upstream/libsolv.git] / src / rules.c
2009-08-25 Michael Schroeder- add support for SOLVER_SOLVABLE_REPO, used by SOLVER_...
2009-07-27 Michael Schroeder- do not set up unneeded choice rules
2009-07-24 Michael Schroeder- make installed packages pass much faster
2009-07-24 Michael Schroeder- dropped choice optimization code, it does too much...
2009-07-24 Michael Schroeder- add experimental support for choice rules to fix...
2009-07-21 Michael Schroeder- color support in fileconflict checking
2009-07-09 Michael Schroeder- add support for repository disabling
2009-07-03 Michael Schroeder- fix updatemap use in solver
2009-06-15 Michael Schroeder- add repoid to repo struct
2009-06-15 Michael Schroeder- code cleanup
2009-06-15 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-11 Dirk MuellerMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-04 Michael Schroeder- move some flags describing the rpm from solver to...
2009-05-26 Michael Schroeder- move rest of rule functions from solver.c to rules.c
2009-05-25 Michael Schroeder- split rule generation from solver.c into rules.c