fix .src matching .src and .nosrc packages
[platform/upstream/libsolv.git] / src / solver.c
2012-10-26 Michael Schroedersupport SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL...
2012-10-26 Michael Schroederadd pool_job2solvables and selection_solvables
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-25 Michael Schroeder- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)
2012-04-11 Michael SchroederMerge pull request #12 from zde/master
2012-04-10 Zdeněk PavlasSOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES
2012-04-10 Zdeněk Pavlasfix some typos
2012-03-26 Michael Schroeder- add "allownamechange" flag for completeness
2012-03-21 Michael Schroeder- also show number of updaterules in stats for completeness
2012-03-21 Michael Schroeder- more memory usage statistics
2012-03-09 Michael Schroeder- be more correct in makeruledecisions()
2012-03-05 Michael Schroeder- clean up update/feature rule handling in allowuninsta...
2012-02-29 Michael Schroeder- fix cleandeps mistake bug triggered by corner cases
2012-02-29 Michael Schroeder- fix cleandeps mistake handling
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
2012-02-22 Michael Schroeder- change allowselfconflicts to forbidselfconflicts...
2012-02-09 Michael Schroeder- improve "erase specific solvable" magic so that it...
2012-02-01 Michael Schroeder- add cleandeps support for install/update
2012-01-17 Michael Schroeder- add some comments, also check if we really disabled...
2012-01-13 Michael Schroeder- add dup versions for the allow* flags, make dup autom...
2012-01-13 Michael Schroeder- remove legace vars now that they are no longer visible
2012-01-10 Michael Schroeder- change splitprovides so that they only work on packag...
2012-01-09 Michael Schroeder- add solver_get_orphaned and solver_get_recommendation...
2012-01-09 Michael Schroeder- hide solver internals
2012-01-03 Michael Schroeder- clean up findrecommendedsuggested
2011-07-18 Michael Schroeder- remove unused "suppstart" variable
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
2011-06-06 Michael Schroeder[backend] more introspection: solver_ruleliterals,...
2011-06-06 Michael Schroeder- add decision introspection (untested)
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
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-04-15 Michael Schroederanalyze_unsolvable: save memory be only using the rseen...
2011-04-14 Michael Schroeder- add some comments, prepare to make proof recording...
2011-04-12 Michael Schroeder- make analyze_unsolvable faster in extreme cases by...
2011-03-02 Michael Schroeder- ignore to be dropped orhaned packages when calculatin...
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-05-03 Michael Schroeder- code cleanup
2010-04-14 Michael Schroeder- add erase with dependency cleaning:
2010-03-31 Michael Schroeder- move noupdate test so that the solver tries to keep...
2010-02-15 Klaus Kämpffix conflict
2009-10-16 Michael Schroeder- fix removedisabledconflicts so that it can cope with...
2009-10-15 Michael Schroeder- add SOLVER_DROP_ORPHANED for coolo
2009-09-14 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-09-14 Michael Schroeder- fix assertion failue... again
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-29 Michael Schroeder- make addfileprovides faster
2009-07-27 Michael Schroeder- do not set up unneeded choice rules
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-21 Michael Schroeder- color support in fileconflict checking
2009-07-09 Michael Schroeder- support disabling of the "installed" repo
2009-07-09 Michael Schroeder- add support for repository disabling
2009-07-03 Michael Schroeder- fix updatemap use in solver
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- move some debug statements from STATS to SOLVER
2009-06-15 Michael Schroeder- move output arg to back in solver_calculate_noobsmap()
2009-06-15 Michael Schroeder- code cleanup
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-28 Michael Schroeder- fix noprovide handling in findupdate
2009-05-26 Michael Schroeder- move rest of rule functions from solver.c to rules.c
2009-05-26 Michael Schroeder- split problem handling from solver.c
2009-05-25 Michael Schroeder- split rule generation from solver.c into rules.c
2009-05-25 Michael Schroeder- cleanup the code, make two functions static
2009-05-25 Michael Schroeder- move create_obsolete_index to policy.c
2009-05-14 Michael Schroeder- add some docu
2009-05-13 Michael Schroeder- start transaction ordering
2009-04-27 Michael Schroeder- fix distupgrade infarch check
2009-04-16 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-04-16 Michael Schroeder- create transaction as solver result
2009-04-01 Michael Schroeder- lazy solution creation, may speed up UI a lot
2009-03-31 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-03-31 Michael Schroeder 1 - fix potential NULL deref in srcrpm handling
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-04 Michael Schroeder- fix problem_to_solutions segfault
2009-03-02 Michael Schroeder- frontport solver_trivial_installable() change
2009-01-29 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-01-29 Michael Schroeder- stay in weakmap boundaries
2009-01-26 Michael Schroeder- add pool_whatprovides_ptr() helper
2009-01-22 Michael Schroeder- improve infarch/dup rule problem handling
2009-01-22 Michael Schroeder- fix buddy dependency creation
2009-01-20 Michael Schroeder- do installed solvable handling in two passes, updates...
2009-01-19 Michael Schroeder- add inferior arch handling
2009-01-12 Michael Schroeder- add solver_findallproblemrules function
2008-12-17 Michael Schroeder- fix second part of bnc#456756
2008-12-16 Michael Schroeder- filter packages from recommended package list that are
2008-12-08 Michael Schroeder- also provide a reason for free decisions so that...
2008-12-05 Michael Schroeder- fix disabling of weak job rules [bnc#450844]
next