- filter packages from recommended package list that are
[platform/upstream/libsolv.git] / src / solver.c
2008-12-16 Michael Schroeder- filter packages from recommended package list that are
2008-12-08 Michael Schroeder- also provide a reason for free decisions so that...
2008-12-05 Michael Schroeder- fix disabling of weak job rules [bnc#450844]
2008-12-05 Klaus Kaempfextend comment
2008-12-05 Michael Schroeder- initialize decisioncount before installing supplement...
2008-12-04 Michael Schroeder- real fix for #450226
2008-12-01 Michael Schroeder- prefer patterns again [bnc#450226]
2008-11-28 Michael Schroeder- fix problem sorting
2008-11-24 Michael Schroeder- remove no longer needed pattern check, log minimizati...
2008-11-20 Michael Schroeder- get rid of unused pool argument in solvable_identical
2008-11-17 Michael Schroeder- change findproblemrule heuristics so that it looks...
2008-11-17 Michael Schroeder- fix old FIXME by not pruning installed packages
2008-11-14 Michael Schroeder- fix mem leak
2008-11-13 Michael Schroeder- fix multi-version corner cases
2008-11-07 Michael Schroeder- fix multiversion handling in updatesystem case
2008-11-05 Michael Schroeder- fix probsolved logic
2008-11-05 Michael Schroeder- actually "unsigned long" is wrong, too. It should...
2008-11-05 Klaus Kaempffix compile on 64bit
2008-11-04 Michael Schroeder- add support for SOLVER_ESSENTIAL flag, marks a job...
2008-11-04 Michael Schroeder- log more statistics
2008-10-30 Michael Schroeder- also disable update rules for "keep installed" jobs.
2008-10-30 Michael Schroeder- adapt to coding style
2008-10-22 Michael Schroeder- add pool_set_installed() function, remove no longer...
2008-10-21 Michael Schroeder- move some debug output to a different debug level
2008-10-09 Michael Schroeder- the big solv data change
2008-09-17 Michael Schroeder- Change provide iterator from ID pointer to ID. Before...
2008-09-02 Michael Schroeder- make it compile
2008-09-01 Michael Schroeder- implement otherproviders()
2008-09-01 Michael Schroeder- make patches do nevr matching
2008-08-29 Michael Schroeder- new job commands, now combinded from job type and...
2008-08-25 Michael Schroeder- make SOLVER_ERASE_SOLVABLE work
2008-08-25 Michael Schroeder- also check obsoletes when disabling update rules
2008-07-22 Michael Schroeder- resolve job rules before installing system packages...
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-06-05 Michael Schroeder- do not reorder binary rules if they are not rpm rules...
2008-05-30 Michael Schroeder- make enableweakrules() static
2008-05-30 Michael Schroeder- calculate recommendation list also if ignorealreadyre...
2008-05-23 Michael Schroeder- add "ignorealreadyrecommended" aka "zypper" solver...
2008-05-14 Klaus Kaempf- more comments
2008-05-14 Michael Schroeder- change some comments
2008-05-13 Klaus Kaempfreverting last change
2008-05-13 Michael Schroeder- remove strange comment
2008-05-13 Klaus Kaempffix comments
2008-05-13 Michael Schroeder- fix comments
2008-05-13 Michael Schroeder- fix comment
2008-05-13 Michael Schroeder- fix comment
2008-05-13 Michael Schroeder- support SOLVER_NOOBSOLETES* jobs, tell the solver...
2008-05-13 Klaus Kaempf- lots and lots of comments to make the internals
2008-05-06 Michael Schroeder- add pool_match_nevr() to match a single solvable...
2008-05-06 Michael Schroeder- shuffle rule blocks so that feature rules come before...
2008-04-30 Michael Schroeder- speed up solver a bit by creating a queue holding...
2008-04-30 Michael Schroeder- oops, forgot some changes
2008-04-30 Michael Schroeder- add obsoleteusesprovides and implicitobsoleteusesprov...
2008-04-28 Michael Schroeder- make --force behave a bit more like --noforce
2008-04-25 Michael Schroeder- add bugzilla reference
2008-04-23 Michael Schroeder- schubi convinced me to invert the flag, so that installed
2008-04-23 Michael Schroeder- add "showinstalledrecommended" option to make the...
2008-04-22 Michael Schroeder- do not delete negative bitfield entries [bnc#381908]
2008-04-22 Michael Schroeder- move debug functions to solverdebug.c
2008-04-21 Michael Schroeder- fix endless loop
2008-04-20 Stephan Kulowinit to build
2008-04-18 Michael Schroeder- add support for feature rules
2008-04-16 Michael Schroeder- fix probleminfo if solvable conflicts with itself...
2008-04-16 Michael Schroeder- fix segfault in solver (bnc#380406)
2008-04-15 Michael Schroeder- catch self conflicts (configurable)
2008-04-11 Michael Schroeder- cleanup
2008-04-11 Michael Schroeder- change schubi debugging
2008-04-11 Michael Schroeder- add support for SOLVER_WEAKEN_SOLVABLE_DEPS, weakens...
2008-04-11 Michael Schroeder- clean up code a bit
2008-04-11 Michael Schroeder- beautfy, rename & document
2008-04-11 Michael Schroeder- change DU interface to use installedmap, like the...
2008-04-04 Michael Schroeder- do unconflicting in a more elegant and not so damagin...
2008-04-04 Michael Schroeder- fix core dump, sorry
2008-04-03 Michael Schroeder- fix memory leak
2008-03-27 Michael Schroeder- truly restart when analyze_unsolvable is hit (fixes...
2008-03-20 Michael Schroeder- clean up a bit
2008-03-19 Michael Schroeder- write info block containing addedprovides
2008-03-14 Michael Schroeder- move change calculation into pool
2008-03-11 Michael Schroeder- delete wrong comment. the learnt rule cannot be added...
2008-03-10 Michael Schroeder- fix learnt rule assertion in a different way
2008-03-07 Michael Schroeder- add recommendations queue so that it can be displayed...
2008-03-06 Stefan Schubertlayout
2008-03-06 Michael Schroeder- use dep2str for erase name to make debugging easier
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-18 Michael Schroeder- bring duchange code to life
2008-02-18 Michael Schroeder- allow complex deps in INSTALL/ERASE_NAME jobs
2008-02-15 Klaus Kaempfremove 'kind' handling ( will re-appear in applayer...
2008-02-12 Michael MatzIntroduce pool->considered. A map to select a subset...
2008-02-11 Michael MatzAlways initialize outgoing vars (probable cause for...
2008-02-07 Klaus Kaempfprepare limittokind
2008-02-06 Michael MatzI understand the solver a bit now , enough to hack...
2008-02-05 Michael MatzIterating over the literals of a rule requires setting...
2008-01-30 Michael Schroeder- use namespace instead of solvable for languages
2008-01-29 Michael Andresremove superfluous Pool argument in policy_illegal_...
2008-01-29 Michael Schroeder- add key filtering to repo_write
2008-01-28 Stefan SchubertAdded callbacks for policy handling.
2008-01-18 Klaus Kaempfintroduce 'Covenants' as a generic representation of...
2008-01-14 Stefan Schubertreduced looging
2008-01-11 Michael Schroeder- fix support for splitprovides
2008-01-09 Michael Schroeder- clarify
next