Imported Upstream version 0.6.5
[platform/upstream/libsolv.git] / src / solverdebug.c
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2014-01-08 Michael Schroederthree other changes to make cppcheck happier
2013-10-16 Michael Schroederremove trailing whitespace
2013-04-24 Michael Schroedersolverdebug: add solver_get_orphaned call that somehow...
2013-04-24 Michael Schroederterminate solver_create_decisions_obsoletesmap function
2013-04-24 Michael Schroedermove stringification functions from solverdebug to...
2013-04-24 Michael Schroederuse SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE in transacti...
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-01-11 Michael Schroedersupport "pooljobs", fixed jobs set in the pool
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-11-19 Michael Schroederimplement SOLVER_FORCRBEST for install/up/dup
2012-10-29 Michael Schroederset SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo...
2012-10-29 Michael Schroederoops, fix selection2str()
2012-10-29 Michael Schroederjoin selection strings with ' + ', not ' | '
2012-10-29 Michael Schroederadd pool_selection2str() and use it in the bindings
2012-04-11 Michael SchroederMerge pull request #12 from zde/master
2012-04-10 Zdeněk Pavlasfix some typos
2012-03-26 Michael Schroeder- add "allownamechange" flag for completeness
2012-01-09 Michael Schroeder- add solver_get_orphaned and solver_get_recommendation...
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-25 Michael Schroederun-inline some functions, remove SAT_DEBUG_SCHUBI
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-03-16 Michael Schroeder- added solver_solutionelement2str and policy_illegal2s...
2011-03-07 Michael Schroeder- add pool_job2str() and solver_problemruleinfo2str...
2011-03-03 Michael Schroeder- add pool_freetmpspace, pool_tmpappend, pool_bin2hex...
2010-12-22 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-12-22 Klaus KämpfExpose solver_printproblemruleinfo() since its a generi...
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-05-28 Michael Schroeder- add SOLVER_SET bits to tell solver which properties...
2010-05-04 Michael Schroeder- some more cleanup
2010-05-04 Michael Schroeder- support SOLVER_SOLVABLE_ALL for dup/update/verify
2010-04-12 Michael SchroederAlso look at obsoletes of installed packages, like...
2010-02-15 Klaus Kämpffix conflict
2009-12-18 Michael Schroeder- disable update rule in noobsoletes case if installed...
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-24 Michael Schroeder- make installed packages pass much faster
2009-07-24 Michael Schroeder- add experimental support for choice rules to fix...
2009-07-23 Michael Schroeder- work around obsoleteusescolor problem by making infar...
2009-07-09 Michael Schroeder- add support for repository disabling
2009-07-03 Michael Schroeder- beautify
2009-06-29 Michael Schroeder- add some comments, move code around
2009-06-23 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-23 Michael Schroeder- fix bug in SOLVER_UPDATE handling (that nobody uses)
2009-06-17 Michael Schroeder- add solver_take_solution() function
2009-06-15 Michael Schroeder- make out parameters last in function calls
2009-06-15 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-15 Michael Schroeder- cleanup transaction interface a bit
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-13 Michael Schroeder- start transaction ordering
2009-04-16 Michael Schroeder- fix typo
2009-04-16 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-04-16 Michael Schroeder- create transaction as solver result
2009-03-17 Michael Schroeder- replace old solver_problemruleinfo with new solver_ru...
2009-03-13 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-03-13 Michael Schroeder- rewrite policy rule disabling/re-enabling (fixes...
2009-03-02 Michael Schroeder- frontport solver_trivial_installable() change
2009-01-22 Michael Schroeder- improve infarch/dup rule problem handling
2009-01-19 Michael Schroeder- add inferior arch handling
2008-12-17 Michael Schroeder- treat undecided packages as erase like libzypp does
2008-11-04 Michael Schroeder- add support for SOLVER_ESSENTIAL flag, marks a job...
2008-10-22 Michael Schroeder- add pool_set_installed() function, remove no longer...
2008-09-17 Michael Schroeder- Change provide iterator from ID pointer to ID. Before...
2008-08-29 Michael Schroeder- new job commands, now combinded from job type and...
2008-05-14 Michael Schroeder- change some comments
2008-05-13 Michael Schroeder- support SOLVER_NOOBSOLETES* jobs, tell the solver...
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- oops, forgot some changes
2008-04-30 Michael Schroeder- add obsoleteusesprovides and implicitobsoleteusesprov...
2008-04-23 Michael Schroeder- add "showinstalledrecommended" option to make the...
2008-04-22 Michael Schroeder- move debug functions to solverdebug.c