summaryrefslogtreecommitdiff
path: root/src/solver.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Imported Upstream version 0.7.2upstream/0.7.2DongHun Kwak1-3/+10
2019-09-10Imported Upstream version 0.7.0upstream/0.7.0DongHun Kwak1-101/+24
2019-09-10Imported Upstream version 0.6.36upstream/0.6.36DongHun Kwak1-11/+98
2018-11-30Imported Upstream version 0.6.31upstream/0.6.31DongHun Kwak1-609/+90
2018-11-30Imported Upstream version 0.6.30upstream/0.6.30DongHun Kwak1-330/+88
2018-11-30Imported Upstream version 0.6.29upstream/0.6.29DongHun Kwak1-0/+75
2018-11-30Imported Upstream version 0.6.28upstream/0.6.28DongHun Kwak1-11/+54
2018-11-30Imported Upstream version 0.6.27upstream/0.6.27DongHun Kwak1-2/+8
2018-11-30Imported Upstream version 0.6.25upstream/0.6.25DongHun Kwak1-15/+38
2018-11-30Imported Upstream version 0.6.24upstream/0.6.24DongHun Kwak1-784/+824
2016-10-27Imported Upstream version 0.6.23upstream/0.6.23DongHun Kwak1-18/+5
2016-10-27Imported Upstream version 0.6.21upstream/0.6.21DongHun Kwak1-2/+128
2016-10-27Imported Upstream version 0.6.20upstream/0.6.20DongHun Kwak1-20/+17
2016-10-27Imported Upstream version 0.6.16upstream/0.6.16DongHun Kwak1-1/+1
2016-10-27Imported Upstream version 0.6.15upstream/0.6.15DongHun Kwak1-21/+40
2016-10-27Imported Upstream version 0.6.14upstream/0.6.14DongHun Kwak1-2/+9
2016-10-27Imported Upstream version 0.6.13upstream/0.6.13DongHun Kwak1-14/+66
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak1-0/+23
2016-10-27Imported Upstream version 0.6.11upstream/0.6.11DongHun Kwak1-444/+462
2016-10-27Imported Upstream version 0.6.9upstream/0.6.9DongHun Kwak1-132/+224
2016-10-27Imported Upstream version 0.6.6upstream/0.6.6DongHun Kwak1-32/+32
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-0/+12
2014-06-24rework branch handling so that the old decisions are still availableMichael Schroeder1-40/+105
2014-06-03fix bugs in solver_describe_decision and solver_describe_weakdep_decisionMichael Schroeder1-2/+2
2014-05-15add the SOLVER_FLAG_FOCUS_INSTALLED solver flagMichael Schroeder1-64/+117
2014-04-22obey droporphaned map in keep_orhans modeMichael Schroeder1-15/+14
2014-04-17implement SOLVER_FLAG_BREAK_ORPHANSMichael Schroeder1-0/+26
2014-04-16add KEEP_ORPHANS and BREAK_ORPHANS solver flagsMichael Schroeder1-9/+15
2014-04-04do not count problem resolution install jobs as userinstalledMichael Schroeder1-0/+2
2014-04-03add pool_add_userinstalled_jobs and solver_get_userinstalled functionsMichael Schroeder1-0/+243
2014-04-01fix pool_job2str message for lock ;)Michael Schroeder1-1/+1
2014-03-26support SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flags and bindingsMichael Schroeder1-0/+20
2014-03-26fix handling of packages with no update/feature rule but with specialupdatersMichael Schroeder1-3/+17
2014-03-24deal correctly with rules that contain the system solvableMichael Schroeder1-1/+1
2014-03-24bring "removing unwanted" code in line with the other partsMichael Schroeder1-0/+6
2014-03-07add #if 0 to some debug printf callsMichael Schroeder1-0/+6
2014-03-07also support complex deps when doing recommends/suggests filteringMichael Schroeder1-78/+41
2014-03-05add support for complex dependenciesMichael Schroeder1-1/+154
2014-02-17optimize unfulfilled rule handling a bitMichael Schroeder1-9/+11
2014-02-04do not create update/feature rules for applications or patternsMichael Schroeder1-16/+35
2014-01-23fix typos in pool_job2strMichael Schroeder1-4/+4
2013-12-04implement lock-stepping for infarch packages in implicitobsoleteusescolors modeMichael Schroeder1-0/+2
2013-10-29plug weakrulemap memory map if the solver gets re-runMichael Schroeder1-0/+5
2013-10-16remove trailing whitespaceMichael Schroeder1-75/+75
2013-10-15make linked package support a condition build optionMichael Schroeder1-0/+2
2013-10-14Extend product link support to patterns/applicationsMichael Schroeder1-0/+5
2013-10-08add reorder_dq_for_jobrules() workaroundMichael Schroeder1-0/+45
2013-08-21fix decisioncnt handlingMichael Schroeder1-24/+29
2013-08-21make solver_describe_decision always return a rule, add solver_rule2solvable()Michael Schroeder1-17/+3
2013-08-21fix indent in debug messageMichael Schroeder1-1/+1