Imported Upstream version 0.6.5
[platform/upstream/libsolv.git] / src / solver.h
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-05-15 Michael Schroederadd the SOLVER_FLAG_FOCUS_INSTALLED solver flag
2014-04-17 Michael Schroederimplement SOLVER_FLAG_BREAK_ORPHANS
2014-04-16 Michael Schroederadd KEEP_ORPHANS and BREAK_ORPHANS solver flags
2014-04-04 Michael Schroederdo not count problem resolution install jobs as userins...
2014-04-03 Michael Schroederadd pool_add_userinstalled_jobs and solver_get_userinst...
2014-03-26 Michael Schroedersupport SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flag...
2014-03-07 Michael Schroederalso support complex deps when doing recommends/suggest...
2014-02-04 Michael Schroederdo not create update/feature rules for applications...
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-10-16 Michael Schroederremove trailing whitespace
2013-10-14 Michael SchroederExtend product link support to patterns/applications
2013-04-24 Michael Schroederterminate solver_create_decisions_obsoletesmap function
2013-04-24 Michael Schroedermove stringification functions from solverdebug to...
2013-04-02 Michael SchroederMerge pull request #27 from weinhold/upstream
2013-04-02 Ingo WeinholdMake all public libsolv headers C++ safe
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-03-06 Michael Schroederget rid of the ugly policy callbacks while we're breaki...
2013-02-04 Michael Schroedermake it possible to re-run an existing solver (re-using...
2013-01-11 Michael Schroedersupport "pooljobs", fixed jobs set in the pool
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-11-29 Michael Schroederadd SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags
2012-11-27 Michael Schroedermake FOR_RULELITERALS safe against whatprovides realloc
2012-11-19 Michael Schroederimplement SOLVER_FORCRBEST for install/up/dup
2012-11-15 Michael Schroederimplement update to specific update targets
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-06-22 Michael Schroeder- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO...
2012-04-11 Michael SchroederMerge pull request #12 from zde/master
2012-04-10 Zdeněk PavlasSOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES
2012-03-26 Michael Schroeder- add "allownamechange" flag for completeness
2012-02-28 Michael Schroeder- add solver_get_unneeded() to get a list of no longer...
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
2012-02-01 Michael Schroeder- add cleandeps support for install/update
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-09 Michael Schroeder- add solver_get_orphaned and solver_get_recommendation...
2012-01-09 Michael Schroeder- hide solver internals
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
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-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-24 Michael Schroederrename satsolver -> libsolv
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-05-31 Michael Schroeder- add SOLVER_NOAUTOSET to disable automatic SET deduction
2010-05-28 Michael Schroeder- add SOLVER_SET bits to tell solver which properties...
2010-05-04 Michael Schroeder- support SOLVER_SOLVABLE_ALL for dup/update/verify
2010-04-14 Michael Schroeder- add erase with dependency cleaning:
2010-02-15 Klaus Kämpffix conflict
2009-10-15 Michael Schroeder- add SOLVER_DROP_ORPHANED for coolo
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-21 Michael Schroeder- color support in fileconflict checking
2009-06-23 Michael Schroeder- add appdata application private pointer to Pool/Repo
2009-06-15 Michael Schroeder- move output arg to back in solver_calculate_noobsmap()
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-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- move create_obsolete_index to policy.c
2009-05-13 Michael Schroeder- start transaction ordering
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-17 Michael Schroeder- replace old solver_problemruleinfo with new solver_ru...
2009-03-04 Michael Schroeder- fix problem_to_solutions segfault
2009-03-02 Michael Schroeder- frontport solver_trivial_installable() change
2009-01-19 Michael Schroeder- add inferior arch handling
2009-01-12 Michael Schroeder- add solver_findallproblemrules function
2008-12-05 Michael Schroeder- fix disabling of weak job rules [bnc#450844]
2008-11-07 Michael Schroeder- check in the header file as well
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-07-24 Klaus Kaempffix prototype
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-05-23 Michael Schroeder- add "ignorealreadyrecommended" aka "zypper" solver...
2008-05-14 Michael Schroeder- change some comments
2008-05-13 Klaus Kaempfadd comment
2008-05-13 Michael Schroeder- support SOLVER_NOOBSOLETES* jobs, tell the solver...
2008-05-13 Klaus Kaempfadd comments
2008-05-06 Michael Schroeder- shuffle rule blocks so that feature rules come before...
2008-04-30 Michael Schroeder- speed up solver a bit by creating a queue holding...
2008-04-30 Michael Schroeder- add obsoleteusesprovides and implicitobsoleteusesprov...
2008-04-25 Michael Schroeder- add bugzilla reference
2008-04-23 Michael Schroeder- schubi convinced me to invert the flag, so that installed
2008-04-23 Michael Schroeder- add "showinstalledrecommended" option to make the...
2008-04-22 Michael MatzFix compile.
2008-04-18 Michael Schroeder- add support for feature rules
2008-04-18 Michael MatzC++-guard also solver.h
2008-04-15 Michael Schroeder- catch self conflicts (configurable)
2008-04-11 Michael Schroeder- add support for SOLVER_WEAKEN_SOLVABLE_DEPS, weakens...
2008-04-11 Michael Schroeder- clean up code a bit
next