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
/
rules.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-21
make solver_describe_decision always return a rule, add solver_rule2solvable()
Michael Schroeder
1
-0
/
+10
2013-06-04
add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviour
Michael Schroeder
1
-3
/
+3
2013-05-15
Lookat at keepexplicitobsoletes when creating update rules for multiversion p...
Michael Schroeder
1
-1
/
+8
2013-05-07
add SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNKNOWN_PACKAGE
Michael Schroeder
1
-5
/
+7
2013-04-18
Haiku: The notation for the pre-release version part changed
Ingo Weinhold
1
-2
/
+0
2013-04-17
rules/selection: use strrchr in EVR checks as well
Michael Schroeder
1
-1
/
+1
2013-04-17
adapt SET_EV/SET_EVR magic to haiku for completeness
Michael Schroeder
1
-5
/
+4
2013-04-05
make queue_insertn more flexible
Michael Schroeder
1
-1
/
+1
2013-04-05
refactor a bit
Michael Schroeder
1
-6
/
+17
2013-04-04
Do extra checking for choice rules so that they don't interfere with package ...
Michael Schroeder
1
-5
/
+85
2013-03-22
rename "NOOBSOLETES" to "MULTIVERSION"
Michael Schroeder
1
-16
/
+16
2013-02-05
further optimize solver_reenablepolicyrules
Michael Schroeder
1
-19
/
+58
2013-02-04
optimize code a bit to make analyze_unsolvable faster
Michael Schroeder
1
-0
/
+2
2013-02-04
make it possible to re-run an existing solver (re-using the rpm rules)
Michael Schroeder
1
-0
/
+6
2013-01-15
do not ignore disabled/considered flags for src packages
Michael Schroeder
1
-6
/
+8
2012-12-18
don't access r->p after solver_addrule is called, as it may realloc the rules
Michael Schroeder
1
-4
/
+5
2012-12-10
implement special install/erase namespace provides hack
Michael Schroeder
1
-11
/
+127
2012-12-04
support cleandeps in targeted up/dup cases, add tests
Michael Schroeder
1
-4
/
+31
2012-11-30
small optimization for targeted dup
Michael Schroeder
1
-2
/
+2
2012-11-30
another targeted dup fix, add testcases
Michael Schroeder
1
-127
/
+101
2012-11-29
fix targeted dup, we also have to add the obsoleters to the involved map
Michael Schroeder
1
-24
/
+20
2012-11-29
add SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags
Michael Schroeder
1
-11
/
+36
2012-11-27
make FOR_RULELITERALS safe against whatprovides realloc
Michael Schroeder
1
-6
/
+6
2012-11-22
small code cleanups
Michael Schroeder
1
-3
/
+5
2012-11-20
solver_samerule -> solver_rulecmp
Michael Schroeder
1
-1
/
+1
2012-11-20
do not add identical choice rules
Michael Schroeder
1
-0
/
+19
2012-11-20
make FORCEBEST work with targeted up/dup
Michael Schroeder
1
-1
/
+41
2012-11-19
fix typo caught by testcase
Michael Schroeder
1
-1
/
+1
2012-11-19
implement SOLVER_FORCRBEST for install/up/dup
Michael Schroeder
1
-28
/
+208
2012-11-15
implement dup on single packages
Michael Schroeder
1
-5
/
+71
2012-10-26
support SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL in more job types, even ...
Michael Schroeder
1
-0
/
+8
2012-10-25
generalize matching code from examples/solv.c to src/selection.c
Michael Schroeder
1
-2
/
+7
2012-05-31
- [valgrind] the userinstalled map only contains the installed packages. mea ...
Michael Schroeder
1
-1
/
+1
2012-04-16
- add map_or and queue_prealloc
Michael Schroeder
1
-3
/
+1
2012-04-12
- also obey keepexplicitobsoletes when disabling update rules (untested)
Michael Schroeder
1
-14
/
+17
2012-04-10
SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES
Zdeněk Pavlas
1
-1
/
+1
2012-04-03
- get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCH
Michael Schroeder
1
-8
/
+9
2012-03-26
- add "allownamechange" flag for completeness
Michael Schroeder
1
-1
/
+5
2012-03-06
- change duprule generation to ignore uninstallable packages
Michael Schroeder
1
-0
/
+2
2012-03-05
- clean up update/feature rule handling in allowuninstall case. Automatically...
Michael Schroeder
1
-0
/
+9
2012-03-01
- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...
Michael Schroeder
1
-1
/
+1
2012-03-01
- fix cleandeps bug with supplemented userinstalled packages
Michael Schroeder
1
-0
/
+2
2012-03-01
- improve unneeded algorithm a bit more
Michael Schroeder
1
-217
/
+174
2012-02-29
- fix cleandeps mistake handling
Michael Schroeder
1
-0
/
+32
2012-02-29
- improve unneeded algorithms
Michael Schroeder
1
-225
/
+178
2012-02-28
- add solver_get_unneeded() to get a list of no longer needed installed packages
Michael Schroeder
1
-11
/
+398
2012-02-23
- improve cleandeps for opensuse a bit by marking installed visible patterns ...
Michael Schroeder
1
-0
/
+31
2012-02-22
- change allowselfconflicts to forbidselfconflicts now that rpm also allows t...
Michael Schroeder
1
-1
/
+1
2012-02-02
- add comments, add BUGS
Michael Schroeder
1
-6
/
+41
2012-02-01
- add cleandeps support for install/update
Michael Schroeder
1
-131
/
+334
[next]