summaryrefslogtreecommitdiff
path: root/src/solverdebug.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Imported Upstream version 0.7.8upstream/0.7.8DongHun Kwak1-0/+2
2019-09-10Imported Upstream version 0.7.3upstream/0.7.3DongHun Kwak1-0/+2
2016-10-27Imported Upstream version 0.6.23upstream/0.6.23DongHun Kwak1-33/+0
2016-10-27Imported Upstream version 0.6.11upstream/0.6.11DongHun Kwak1-1/+1
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-0/+2
2014-01-08three other changes to make cppcheck happierMichael Schroeder1-1/+1
2013-10-16remove trailing whitespaceMichael Schroeder1-5/+5
2013-04-24solverdebug: add solver_get_orphaned call that somehow got lostMichael Schroeder1-0/+1
2013-04-24terminate solver_create_decisions_obsoletesmap functionMichael Schroeder1-94/+0
2013-04-24move stringification functions from solverdebug to more correct placesMichael Schroeder1-457/+25
2013-04-24use SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE in transaction_printMichael Schroeder1-1/+1
2013-03-22rename "NOOBSOLETES" to "MULTIVERSION"Michael Schroeder1-5/+5
2013-01-11support "pooljobs", fixed jobs set in the poolMichael Schroeder1-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