rework branch handling so that the old decisions are still available
[platform/upstream/libsolv.git] / src / policy.c
2014-06-24 Michael Schroederrework branch handling so that the old decisions are...
2014-04-07 Michael Schroederuse "implicitobsoleteusescolors" to limit our update...
2014-03-07 Michael Schroederalso support complex deps when doing recommends/suggest...
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-10-16 Michael Schroederremove trailing whitespace
2013-07-10 Michael Schroederfix another edge case will dup mode and multiversion...
2013-06-18 Michael SchroederDo recommends pruning after selecting the highest versions
2013-06-13 Michael Schroederfix archpolicy handling of '>'
2013-06-04 Michael Schroederadd POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the...
2013-04-24 Michael Schroedermove stringification functions from solverdebug to...
2013-03-06 Michael Schroederget rid of the ugly policy callbacks while we're breaki...
2013-02-04 Michael Schroederdon't free obsoletes/obsoetes_data in solver cleanup
2012-11-16 Michael Schroederfix policy_is_illegal function. Hmm...
2012-04-03 Michael Schroeder- get rid of DEBINA_SEMANTICS, add pool->noarchid,...
2012-03-26 Michael Schroeder- add "allownamechange" flag for completeness
2012-01-13 Michael Schroeder- add dup versions for the allow* flags, make dup autom...
2012-01-11 Michael Schroeder- set pool_id2color, fix comments
2011-12-05 Michael Schroeder- fix obsolete handling in case of cycles, also bring...
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-03-23 Michael Schroeder- fix illegal_xxxchange argument order
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-09-06 Michael Schroeder- do obsolete pruning after version reduction, it is...
2010-09-02 Michael Schroeder- make POLICY_MODE_SUGGEST obey repo priorities
2010-08-31 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/sat...
2010-08-31 Michael Schroeder- fix package priority handling of installed packages...
2010-05-28 Michael Schroeder- add SOLVER_SET bits to tell solver which properties...
2009-07-09 Michael Schroeder- add support for repository disabling
2009-07-01 Michael Schroeder- only add selfprovides if name is set
2009-06-22 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-22 Klaus KämpfMore constness
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-06-03 Michael Schroeder- treat missing vendor as empty string in vendorchange...
2009-05-28 Michael Schroeder- fix noprovide handling in findupdate
2009-05-25 Michael Schroeder- move create_obsolete_index to policy.c
2009-05-12 Michael Schroeder- define solvid2str() function, use sat_sort()
2008-12-16 Michael Schroeder- oops, good thing the vendorcheck isn't used in real...
2008-11-24 Michael Schroeder- remove no longer needed pattern check, log minimizati...
2008-11-17 Michael Schroeder- fix repo prio pruning in the case when first solvable...
2008-11-17 Michael Schroeder- fix old FIXME by not pruning installed packages
2008-11-14 Michael Schroeder- fix mem leak
2008-11-12 Klaus Kaempfmatch comment and function name
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-07-11 Michael Schroeder- disallow arch/vendor changes even if the package...
2008-05-13 Klaus Kaempfadd comment
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-03-27 Michael Schroeder- truly restart when analyze_unsolvable is hit (fixes...
2008-03-05 Michael Schroeder- add HEADEREND
2008-02-15 Klaus Kaempfremove 'kind' handling ( will re-appear in applayer...
2008-02-07 Klaus Kaempfhonor Solver.limittokind
2008-02-07 Stefan Schubertcleanup
2008-02-06 Stefan SchubertPrefer installed solvables first if there are two avail...
2008-02-04 Stefan Schubertadded pool to arguments
2008-01-29 Michael Andresremove superfluous Pool argument in policy_illegal_...
2008-01-28 Stefan SchubertAdded callbacks for policy handling.
2007-12-10 Michael Schroeder- add evrcmp mode parameter
2007-11-29 Stefan Schubertbugfix
2007-11-29 Michael Schroeder- make schubi's job much easier by providing nice helpe...
2007-11-28 Michael Schroeder- changed debug mechanism a bit, it is now part of...
2007-11-26 Stefan Schubertreplaced printf by a locking function
2007-11-19 Michael Schroeder- add solvable2str function to make things easier and...
2007-11-10 Michael Schroeder- oops, I wonder why the testsuite doesn't catch typos...
2007-11-10 Michael Schroeder- moved some policy functions to policy.h
2007-11-08 Michael Schroeder- add a license
2007-11-07 Michael Schroeder- move policy-ruby.c into ruby dir
2007-11-06 Duncan Mac-Vicar Pdisable ruby policy because it breaks libzypp