Imported Upstream version 0.6.31
[platform/upstream/libsolv.git] / src / problems.c
2018-11-30 DongHun KwakImported Upstream version 0.6.31 01/194201/1 upstream/0.6.31
2018-11-30 DongHun KwakImported Upstream version 0.6.30 00/194200/1 upstream/0.6.30
2018-11-30 DongHun KwakImported Upstream version 0.6.25 95/194195/1 upstream/0.6.25
2018-11-30 DongHun KwakImported Upstream version 0.6.24 94/194194/1 upstream/0.6.24
2016-10-27 DongHun KwakImported Upstream version 0.6.11 10/94110/1 upstream/0.6.11
2016-10-27 DongHun KwakImported Upstream version 0.6.7 06/94106/1 upstream/0.6.7
2016-10-27 DongHun KwakImported Upstream version 0.6.6 05/94105/1 upstream/0.6.6
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-04-17 Michael Schroederimplement SOLVER_FLAG_BREAK_ORPHANS
2014-04-04 Michael Schroederdo not count problem resolution install jobs as userins...
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-11-18 Michael Schroedertweak findproblemrule heuristic for conflicts
2013-10-16 Michael Schroederremove trailing whitespace
2013-09-23 Michael Schroederadd problem2str() convenience function to API
2013-08-21 Michael Schroederfix decisioncnt handling
2013-05-07 Michael Schroederadd SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNK...
2013-04-24 Michael Schroedermove stringification functions from solverdebug to...
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-01-11 Michael Schroedersupport "pooljobs", fixed jobs set in the pool
2012-12-17 Michael Schroederfind_problemrule: don't look at the learnt rule multipl...
2012-11-27 Michael Schroedermake FOR_RULELITERALS safe against whatprovides realloc
2012-11-20 Michael Schroedermake FORCEBEST work with targeted up/dup
2012-11-19 Michael Schroederimplement SOLVER_FORCRBEST for install/up/dup
2012-03-09 Michael Schroeder- fix a case of solutionelement duplication
2012-03-05 Michael Schroeder- clean up update/feature rule handling in allowuninsta...
2012-02-14 Michael Schroeder- add pool_addvendorclass and solver_solutionelement_in...
2012-02-01 Michael Schroeder- add cleandeps support for install/update
2012-01-03 Michael Schroeder- clean up findrecommendedsuggested
2011-07-26 Michael Schroeder- fix segfault in "fallback" solution creation code...
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-06 Michael Schroeder[backend] more introspection: solver_ruleliterals,...
2011-06-03 Michael Schroeder- remove obsolete interface, add decisioncnt_{weak...
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
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-06-01 Michael Schroeder- work around debian obsoletes handling for now
2010-05-04 Michael Schroeder- support SOLVER_SOLVABLE_ALL for dup/update/verify
2010-02-15 Klaus Kämpffix conflict
2009-11-04 Michael Schroeder- use SOLVER_SOLUTION_DISTUPGRADE instead of replacing
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-17 Michael Schroeder- add metadata_expire check
2009-07-17 Michael Schroeder- tweak problem rule selection heuristic
2009-06-24 Michael Schroeder- fix bug in take_solution
2009-06-22 Klaus KämpfA _count is an unsigned int, not an Id
2009-06-17 Michael Schroeder- add solver_take_solution() function
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- fix bugs in problem handling
2009-05-26 Michael Schroeder- split problem handling from solver.c