Imported Upstream version 0.6.25
[platform/upstream/libsolv.git] / src / solver.c
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.23 22/94122/1 upstream/0.6.23
2016-10-27 DongHun KwakImported Upstream version 0.6.21 20/94120/1 upstream/0.6.21
2016-10-27 DongHun KwakImported Upstream version 0.6.20 19/94119/1 upstream/0.6.20
2016-10-27 DongHun KwakImported Upstream version 0.6.16 15/94115/1 upstream/0.6.16
2016-10-27 DongHun KwakImported Upstream version 0.6.15 14/94114/1 upstream/0.6.15
2016-10-27 DongHun KwakImported Upstream version 0.6.14 13/94113/1 upstream/0.6.14
2016-10-27 DongHun KwakImported Upstream version 0.6.13 12/94112/1 upstream/0.6.13
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
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.9 08/94108/1 upstream/0.6.9
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-06-24 Michael Schroederrework branch handling so that the old decisions are...
2014-06-03 Michael Schroederfix bugs in solver_describe_decision and solver_describ...
2014-05-15 Michael Schroederadd the SOLVER_FLAG_FOCUS_INSTALLED solver flag
2014-04-22 Michael Schroederobey droporphaned map in keep_orhans mode
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-04-01 Michael Schroederfix pool_job2str message for lock ;)
2014-03-26 Michael Schroedersupport SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flag...
2014-03-26 Michael Schroederfix handling of packages with no update/feature rule...
2014-03-24 Michael Schroederdeal correctly with rules that contain the system solvable
2014-03-24 Michael Schroederbring "removing unwanted" code in line with the other...
2014-03-07 Michael Schroederadd #if 0 to some debug printf calls
2014-03-07 Michael Schroederalso support complex deps when doing recommends/suggest...
2014-03-05 Michael Schroederadd support for complex dependencies
2014-02-17 Michael Schroederoptimize unfulfilled rule handling a bit
2014-02-04 Michael Schroederdo not create update/feature rules for applications...
2014-01-23 Michael Schroederfix typos in pool_job2str
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-12-04 Michael Schroederimplement lock-stepping for infarch packages in implici...
2013-10-29 Michael Schroederplug weakrulemap memory map if the solver gets re-run
2013-10-16 Michael Schroederremove trailing whitespace
2013-10-15 Michael Schroedermake linked package support a condition build option
2013-10-14 Michael SchroederExtend product link support to patterns/applications
2013-10-08 Michael Schroederadd reorder_dq_for_jobrules() workaround
2013-08-21 Michael Schroederfix decisioncnt handling
2013-08-21 Michael Schroedermake solver_describe_decision always return a rule...
2013-08-21 Michael Schroederfix indent in debug message
2013-06-13 Michael Schroederadd missing flags to pool_job2str
2013-06-05 Michael Schroedersolver_splitprovides: only check lazywhatprovides when...
2013-06-04 Michael Schroederadd POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the...
2013-06-03 Michael Schroederadd POOL_FLAG_ADDFILEPROVIDESFILTERED option to make...
2013-05-15 Michael Schroederfix multiversion handling when the update rule is an...
2013-05-07 Michael Schroederadd SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNK...
2013-04-26 Michael Schroederbring libsolv in line with currrent rpm's multiversion...
2013-04-24 Michael Schroedermove stringification functions from solverdebug to...
2013-04-05 Michael Schroedermake queue_insertn more flexible
2013-04-02 Michael SchroederMerge pull request #27 from weinhold/upstream
2013-03-30 Ingo WeinholdImprove C89 compliance
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-03-22 Michael Schroederturn splitprovides off when doing the alreadyrecommende...
2013-03-06 Michael Schroedercleanup code now that the vendorcheck callback is in...
2013-02-04 Michael Schroederoptimize code a bit to make analyze_unsolvable faster
2013-02-04 Michael Schroederdon't free obsoletes/obsoetes_data in solver cleanup
2013-02-04 Michael Schroedermake it possible to re-run an existing solver (re-using...
2013-01-14 Michael Schroedertrivial_installable: check vendor of affected package...
2013-01-11 Michael Schroedersupport "pooljobs", fixed jobs set in the pool
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-12-04 Michael Schroedersupport cleandeps in targeted up/dup cases, add tests
2012-12-03 Michael Schroedermake cleandeps do less reinstalls, fix cleandeps reset bug
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-20 Michael Schroedersolver_samerule -> solver_rulecmp
2012-11-20 Michael Schroedermake FORCEBEST work with targeted up/dup
2012-11-19 Michael Schroederimplement SOLVER_FORCRBEST for install/up/dup
2012-11-16 Michael Schroederdo not reinstall identical packages in targeted update
2012-11-16 Michael Schroederunify update targets list
2012-11-15 Michael Schroederimplement update to specific update targets
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_
next