- fix notfound return in solvable_lookup_num, fix typo in comment
[platform/upstream/libsolv.git] / src / rules.c
2010-09-09 Michael Schroeder- fix notfound return in solvable_lookup_num, fix typo...
2010-08-31 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/sat...
2010-08-31 Michael Schroeder- fix package priority handling of installed packages...
2010-05-31 Michael Schroeder- add SOLVER_NOAUTOSET to disable automatic SET deduction
2010-05-28 Michael Schroeder- add SOLVER_SET bits to tell solver which properties...
2010-05-06 Michael Schroeder- argh, forgot the check prune bitmap in 'required...
2010-05-06 Michael Schroeder- cleandeps: fix userinstalled bitmap access
2010-05-04 Michael Schroeder- some more cleanup
2010-05-04 Michael Schroeder- support SOLVER_SOLVABLE_ALL for dup/update/verify
2010-05-03 Michael Schroeder- code cleanup
2010-04-14 Michael Schroeder- also look at directly addressed userinstalled solvables
2010-04-14 Michael Schroeder- add erase with dependency cleaning:
2010-04-12 Michael SchroederAlso look at obsoletes of installed packages, like...
2010-02-19 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/sat...
2010-02-19 Michael Schroeder- make dup rules work when system repo is not first...
2010-01-26 Michael Schroeder- speed up createwhatprovides when many solvables provi...
2009-12-18 Michael Schroeder- disable update rule in noobsoletes case if installed...
2009-11-02 Michael Schroeder- look at infarch/dup rules when creating choice rules...
2009-09-14 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-09-14 Michael Schroeder- fix assertion failue... again
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
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