summaryrefslogtreecommitdiff
path: root/src/solverdebug.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-07import 0.2.4 from tarAnas Nashif1-4/+9
2012-12-10implement special install/erase namespace provides hackMichael Schroeder1-0/+5
2012-11-19implement SOLVER_FORCRBEST for install/up/dupMichael Schroeder1-0/+19
2012-10-29set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiterMichael Schroeder1-0/+1
2012-10-29oops, fix selection2str()Michael Schroeder1-1/+1
2012-10-29join selection strings with ' + ', not ' | 'Michael Schroeder1-1/+1
2012-10-29add pool_selection2str() and use it in the bindingsMichael Schroeder1-1/+43
2012-04-10fix some typosZdeněk Pavlas1-2/+2
2012-03-26- add "allownamechange" flag for completenessMichael Schroeder1-0/+7
2012-01-09- add solver_get_orphaned and solver_get_recommendations interfaceMichael Schroeder1-11/+21
2011-07-12- rename all sat_ to solv_Michael Schroeder1-93/+93
2011-06-20- change transaction_init to transaction_create, add solver flag setting/gettingMichael Schroeder1-6/+7
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder1-0/+1
2011-05-25un-inline some functions, remove SAT_DEBUG_SCHUBIMichael Schroeder1-11/+0
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-98/+98
2011-03-16- added solver_solutionelement2str and policy_illegal2str helpersMichael Schroeder1-0/+69
2011-03-07- add pool_job2str() and solver_problemruleinfo2str() convenience functionsMichael Schroeder1-0/+141
2011-03-03- add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex...Michael Schroeder1-6/+7
2010-12-22Expose solver_printproblemruleinfo() since its a generic rule functionKlaus Kämpf1-1/+1
2010-05-28- add SOLVER_SET bits to tell solver which properties of a job are intended b...Michael Schroeder1-22/+14
2010-05-04- some more cleanupMichael Schroeder1-6/+1
2010-05-04- support SOLVER_SOLVABLE_ALL for dup/update/verifyMichael Schroeder1-1/+3
2010-04-12Also look at obsoletes of installed packages, like newer versions of rpm doMichael Schroeder1-4/+43
2009-12-18- disable update rule in noobsoletes case if installed package is to be kept,...Michael Schroeder1-0/+2
2009-08-25- add support for SOLVER_SOLVABLE_REPO, used by SOLVER_DISTUPGRADEMichael Schroeder1-0/+6
2009-07-24- make installed packages pass much fasterMichael Schroeder1-1/+32
2009-07-24- add experimental support for choice rules to fix #485409Michael Schroeder1-0/+5
2009-07-23- work around obsoleteusescolor problem by making infarch rules weakMichael Schroeder1-8/+8
2009-07-09- add support for repository disablingMichael Schroeder1-2/+8
2009-07-03- beautifyMichael Schroeder1-20/+20
2009-06-29- add some comments, move code aroundMichael Schroeder1-1/+1
2009-06-23- fix bug in SOLVER_UPDATE handling (that nobody uses)Michael Schroeder1-1/+1
2009-06-17- add solver_take_solution() functionMichael Schroeder1-103/+112
2009-06-15- make out parameters last in function callsMichael Schroeder1-2/+2
2009-06-15- cleanup transaction interface a bitMichael Schroeder1-8/+119
2009-06-04- move some flags describing the rpm from solver to poolMichael Schroeder1-7/+9
2009-05-13- start transaction orderingMichael Schroeder1-36/+20
2009-04-16- fix typoMichael Schroeder1-2/+2
2009-04-16- create transaction as solver resultMichael Schroeder1-51/+56
2009-03-17- replace old solver_problemruleinfo with new solver_ruleinfo functionMichael Schroeder1-15/+25
2009-03-13- rewrite policy rule disabling/re-enabling (fixes bnc#481836)Michael Schroeder1-1/+1
2009-03-02- frontport solver_trivial_installable() changeMichael Schroeder1-4/+1
2009-01-22- improve infarch/dup rule problem handlingMichael Schroeder1-2/+4
2009-01-19- add inferior arch handlingMichael Schroeder1-1/+27
2008-12-17- treat undecided packages as erase like libzypp doesMichael Schroeder1-2/+2
2008-11-04- add support for SOLVER_ESSENTIAL flag, marks a job that has to beMichael Schroeder1-1/+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-3/+3
2008-08-29- new job commands, now combinded from job type and select typeMichael Schroeder1-27/+72
2008-05-14- change some commentsMichael Schroeder1-12/+56