summaryrefslogtreecommitdiff
path: root/src/solver.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-13- remove legace vars now that they are no longer visibleMichael Schroeder1-6/+0
2012-01-09- add solver_get_orphaned and solver_get_recommendations interfaceMichael Schroeder1-3/+5
2012-01-09- hide solver internalsMichael Schroeder1-45/+45
2011-06-20- change transaction_init to transaction_create, add solver flag setting/gettingMichael Schroeder1-2/+14
2011-06-06- add decision introspection (untested)Michael Schroeder1-0/+24
2011-06-03- remove obsolete interface, add decisioncnt_{weak,orphan}Michael Schroeder1-34/+3
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder1-83/+13
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-2/+4
2011-05-24rename satsolver -> libsolvMichael Schroeder1-3/+3
2010-05-31- add SOLVER_NOAUTOSET to disable automatic SET deductionMichael Schroeder1-1/+2
2010-05-28- add SOLVER_SET bits to tell solver which properties of a job are intended b...Michael Schroeder1-0/+8
2010-05-04- support SOLVER_SOLVABLE_ALL for dup/update/verifyMichael Schroeder1-12/+19
2010-04-14- add erase with dependency cleaning:Michael Schroeder1-0/+3
2009-10-15- add SOLVER_DROP_ORPHANED for cooloMichael Schroeder1-0/+2
2009-08-25- add support for SOLVER_SOLVABLE_REPO, used by SOLVER_DISTUPGRADEMichael Schroeder1-3/+6
2009-07-24- make installed packages pass much fasterMichael Schroeder1-0/+1
2009-07-24- add experimental support for choice rules to fix #485409Michael Schroeder1-0/+3
2009-07-21- color support in fileconflict checkingMichael Schroeder1-1/+4
2009-06-23- add appdata application private pointer to Pool/RepoMichael Schroeder1-1/+1
2009-06-15- move output arg to back in solver_calculate_noobsmap()Michael Schroeder1-1/+1
2009-06-04- move some flags describing the rpm from solver to poolMichael Schroeder1-7/+3
2009-05-26- move rest of rule functions from solver.c to rules.cMichael Schroeder1-2/+0
2009-05-26- split problem handling from solver.cMichael Schroeder1-13/+7
2009-05-25- split rule generation from solver.c into rules.cMichael Schroeder1-65/+2
2009-05-25- move create_obsolete_index to policy.cMichael Schroeder1-1/+0
2009-05-13- start transaction orderingMichael Schroeder1-23/+5
2009-04-16- create transaction as solver resultMichael Schroeder1-0/+24
2009-04-01- lazy solution creation, may speed up UI a lotMichael Schroeder1-2/+7
2009-03-17- replace old solver_problemruleinfo with new solver_ruleinfo functionMichael Schroeder1-8/+55
2009-03-04- fix problem_to_solutions segfaultMichael Schroeder1-0/+1
2009-03-02- frontport solver_trivial_installable() changeMichael Schroeder1-0/+1
2009-01-19- add inferior arch handlingMichael Schroeder1-1/+14
2009-01-12- add solver_findallproblemrules functionMichael Schroeder1-0/+2
2008-12-05- fix disabling of weak job rules [bnc#450844]Michael Schroeder1-1/+1
2008-11-07- check in the header file as wellMichael Schroeder1-0/+1
2008-11-04- add support for SOLVER_ESSENTIAL flag, marks a job that has to beMichael Schroeder1-0/+1
2008-10-22- add pool_set_installed() function, remove no longer needed "installed"Michael Schroeder1-1/+1
2008-09-17- Change provide iterator from ID pointer to ID. Before, iteratingMichael Schroeder1-4/+10
2008-08-29- new job commands, now combinded from job type and select typeMichael Schroeder1-18/+45
2008-07-24fix prototypeKlaus Kaempf1-1/+1
2008-07-21- no more freshens. R.I.P.Michael Schroeder1-20/+6
2008-05-23- add "ignorealreadyrecommended" aka "zypper" solver optionMichael Schroeder1-0/+1
2008-05-14- change some commentsMichael Schroeder1-1/+2
2008-05-13add commentKlaus Kaempf1-2/+3
2008-05-13- support SOLVER_NOOBSOLETES* jobs, tell the solver that those packagesMichael Schroeder1-5/+11
2008-05-13add commentsKlaus Kaempf1-14/+28
2008-05-06- shuffle rule blocks so that feature rules come before update rulesMichael Schroeder1-2/+6
2008-04-30- speed up solver a bit by creating a queue holding all assertionMichael Schroeder1-0/+2
2008-04-30- add obsoleteusesprovides and implicitobsoleteusesprovides solverMichael Schroeder1-1/+8
2008-04-25- add bugzilla referenceMichael Schroeder1-0/+2