Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
[platform/upstream/libsolv.git] / src / policy.c
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