index
:
platform/upstream/libsolv
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_wearable
backup/libsolv-0.7.16-20211223
backup/libsolv-0.7.20-20220922
sandbox/backup/libsolv-0.7.6_20201127
sandbox/backup/libsolv_0.6.35_20190917
sandbox/backup/libsolv_0.6.35_20200203
sandbox/backup/libsolv_0.7.20_20231208
sandbox/dh0128.kwak/libsolv-0.7.20-20211223
sandbox/dh0128.kwak/libsolv-0.7.22-20220921
sandbox/dh0128.kwak/libsolv_0.7.16
sandbox/dh0128.kwak/libsolv_0.7.6
sandbox/libsolv_0.7.27
sandbox/pcoval/tizen
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
tizen_ivi_stable
upgrade_libzypp
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
solver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-04
do not count problem resolution install jobs as userinstalled
Michael Schroeder
1
-0
/
+2
2014-04-03
add pool_add_userinstalled_jobs and solver_get_userinstalled functions
Michael Schroeder
1
-0
/
+243
2014-04-01
fix pool_job2str message for lock ;)
Michael Schroeder
1
-1
/
+1
2014-03-26
support SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flags and bindings
Michael Schroeder
1
-0
/
+20
2014-03-26
fix handling of packages with no update/feature rule but with specialupdaters
Michael Schroeder
1
-3
/
+17
2014-03-24
deal correctly with rules that contain the system solvable
Michael Schroeder
1
-1
/
+1
2014-03-24
bring "removing unwanted" code in line with the other parts
Michael Schroeder
1
-0
/
+6
2014-03-07
add #if 0 to some debug printf calls
Michael Schroeder
1
-0
/
+6
2014-03-07
also support complex deps when doing recommends/suggests filtering
Michael Schroeder
1
-78
/
+41
2014-03-05
add support for complex dependencies
Michael Schroeder
1
-1
/
+154
2014-02-17
optimize unfulfilled rule handling a bit
Michael Schroeder
1
-9
/
+11
2014-02-04
do not create update/feature rules for applications or patterns
Michael Schroeder
1
-16
/
+35
2014-01-23
fix typos in pool_job2str
Michael Schroeder
1
-4
/
+4
2013-12-04
implement lock-stepping for infarch packages in implicitobsoleteusescolors mode
Michael Schroeder
1
-0
/
+2
2013-10-29
plug weakrulemap memory map if the solver gets re-run
Michael Schroeder
1
-0
/
+5
2013-10-16
remove trailing whitespace
Michael Schroeder
1
-75
/
+75
2013-10-15
make linked package support a condition build option
Michael Schroeder
1
-0
/
+2
2013-10-14
Extend product link support to patterns/applications
Michael Schroeder
1
-0
/
+5
2013-10-08
add reorder_dq_for_jobrules() workaround
Michael Schroeder
1
-0
/
+45
2013-08-21
fix decisioncnt handling
Michael Schroeder
1
-24
/
+29
2013-08-21
make solver_describe_decision always return a rule, add solver_rule2solvable()
Michael Schroeder
1
-17
/
+3
2013-08-21
fix indent in debug message
Michael Schroeder
1
-1
/
+1
2013-06-13
add missing flags to pool_job2str
Michael Schroeder
1
-0
/
+8
2013-06-05
solver_splitprovides: only check lazywhatprovides when the pool->whatprovides...
Michael Schroeder
1
-1
/
+1
2013-06-04
add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviour
Michael Schroeder
1
-2
/
+2
2013-06-03
add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make pool_addfileprovides onl...
Michael Schroeder
1
-1
/
+12
2013-05-15
fix multiversion handling when the update rule is an assertion
Michael Schroeder
1
-11
/
+11
2013-05-07
add SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNKNOWN_PACKAGE
Michael Schroeder
1
-1
/
+3
2013-04-26
bring libsolv in line with currrent rpm's multiversion handling
Michael Schroeder
1
-0
/
+2
2013-04-24
move stringification functions from solverdebug to more correct places
Michael Schroeder
1
-0
/
+132
2013-04-05
make queue_insertn more flexible
Michael Schroeder
1
-5
/
+2
2013-03-30
Improve C89 compliance
Ingo Weinhold
1
-1
/
+2
2013-03-22
rename "NOOBSOLETES" to "MULTIVERSION"
Michael Schroeder
1
-22
/
+28
2013-03-22
turn splitprovides off when doing the alreadyrecommended check
Michael Schroeder
1
-1
/
+4
2013-03-06
cleanup code now that the vendorcheck callback is in the pool
Michael Schroeder
1
-1
/
+1
2013-02-04
optimize code a bit to make analyze_unsolvable faster
Michael Schroeder
1
-3
/
+3
2013-02-04
don't free obsoletes/obsoetes_data in solver cleanup
Michael Schroeder
1
-2
/
+0
2013-02-04
make it possible to re-run an existing solver (re-using the rpm rules)
Michael Schroeder
1
-3
/
+162
2013-01-14
trivial_installable: check vendor of affected package to see if a patch shoul...
Michael Schroeder
1
-2
/
+11
2013-01-11
support "pooljobs", fixed jobs set in the pool
Michael Schroeder
1
-2
/
+11
2012-12-10
implement special install/erase namespace provides hack
Michael Schroeder
1
-0
/
+80
2012-12-04
support cleandeps in targeted up/dup cases, add tests
Michael Schroeder
1
-43
/
+44
2012-12-03
make cleandeps do less reinstalls, fix cleandeps reset bug
Michael Schroeder
1
-0
/
+40
2012-11-29
add SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags
Michael Schroeder
1
-20
/
+41
2012-11-27
make FOR_RULELITERALS safe against whatprovides realloc
Michael Schroeder
1
-35
/
+32
2012-11-20
solver_samerule -> solver_rulecmp
Michael Schroeder
1
-1
/
+1
2012-11-20
make FORCEBEST work with targeted up/dup
Michael Schroeder
1
-4
/
+4
2012-11-19
implement SOLVER_FORCRBEST for install/up/dup
Michael Schroeder
1
-5
/
+49
2012-11-16
do not reinstall identical packages in targeted update
Michael Schroeder
1
-2
/
+11
2012-11-16
unify update targets list
Michael Schroeder
1
-8
/
+12
[next]