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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-12
fix error handling in rpm_byrpmdbid
Michael Schroeder
1
-1
/
+1
2013-04-11
small fixes
Michael Schroeder
1
-7
/
+6
2013-04-11
more speed: read all packages just once in 3rd pass
Michael Schroeder
1
-38
/
+55
2013-04-11
add extra flag paramter to find_fileconflicts
Michael Schroeder
3
-10
/
+91
2013-04-10
three missed dig->pubkey => digpubkey changes
Michael Schroeder
1
-3
/
+3
2013-04-10
improve iterate_filelist, it now calls the callback with a struct filelistinfo
Michael Schroeder
3
-32
/
+67
2013-04-10
remove dead code
Michael Schroeder
1
-115
/
+27
2013-04-10
use pgpDigGetParams() if available
Michael Schroeder
2
-11
/
+23
2013-04-10
Reimplement state handling in rpm_by functions
Michael Schroeder
6
-76
/
+68
2013-04-10
refactor: split off openpkgdb()
Michael Schroeder
1
-39
/
+55
2013-04-08
refactor solv demo a bit
Michael Schroeder
1
-144
/
+187
2013-04-08
remove strange 5 year old TODO file
Michael Schroeder
1
-4
/
+0
2013-04-08
fix bugs in fileconflicts code and prepare for aliased dirs
Michael Schroeder
4
-26
/
+28
2013-04-05
improve fileconflicts code
Michael Schroeder
1
-53
/
+56
2013-04-05
small cleanups in pubkey handling
Michael Schroeder
1
-6
/
+7
2013-04-05
cleanup hash code, it makes no sense to have an extra type for the mask
Michael Schroeder
11
-46
/
+38
2013-04-05
make queue_insertn more flexible
Michael Schroeder
6
-13
/
+11
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-04-02
small cleanup
Michael Schroeder
1
-14
/
+15
2013-04-02
Merge pull request #27 from weinhold/upstream
Michael Schroeder
32
-85
/
+200
2013-04-02
Make all public libsolv headers C++ safe
Ingo Weinhold
23
-17
/
+165
2013-03-30
solv_sort(): Fix build for non-glibc without qsort_r()
Ingo Weinhold
1
-8
/
+6
2013-03-30
Use futimens() instead of futimes()
Ingo Weinhold
1
-1
/
+1
2013-03-30
Improve C89 compliance
Ingo Weinhold
3
-11
/
+16
2013-03-30
Define SYSTEM_LIBRARIES in main CMakeLists.txt
Ingo Weinhold
5
-48
/
+12
2013-03-27
Merge pull request #26 from dirkmueller/master
Michael Schroeder
1
-0
/
+1
2013-03-27
Support aarch64
Dirk Mueller
1
-0
/
+1
2013-03-26
Merge pull request #25 from andreas-schwab/master
Michael Schroeder
2
-4
/
+4
2013-03-26
Fix misuses of memset
Andreas Schwab
2
-4
/
+4
2013-03-22
rename "NOOBSOLETES" to "MULTIVERSION"
Michael Schroeder
14
-98
/
+113
2013-03-22
turn splitprovides off when doing the alreadyrecommended check
Michael Schroeder
1
-1
/
+4
2013-03-22
susetags: don't warn on unknown tags
Michael Schroeder
1
-1
/
+3
2013-03-20
improve pool_solvable2str output if the evr or arch is empty
Michael Schroeder
1
-4
/
+10
2013-03-06
cleanup code now that the vendorcheck callback is in the pool
Michael Schroeder
3
-23
/
+29
2013-03-06
get rid of the ugly policy callbacks while we're breaking the ABI, add new po...
Michael Schroeder
5
-69
/
+14
2013-03-06
add changes, bump version
upstream/0.3.0
Michael Schroeder
2
-2
/
+11
2013-03-06
shuffle some ids now that we break the ABI
Michael Schroeder
1
-15
/
+13
2013-03-06
fix dataiterator returning random data in some cases
Michael Schroeder
6
-7
/
+137
2013-02-28
refactor a bit, add possibility to test the selection code
Michael Schroeder
1
-50
/
+156
2013-02-27
fix test so that we no longer flatten when there's just one job
Michael Schroeder
1
-1
/
+1
2013-02-27
do not create solvables with no release
Michael Schroeder
1
-1
/
+1
2013-02-25
support RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb
Michael Schroeder
6
-3
/
+71
2013-02-25
add other.xml support to repomd parser
Michael Schroeder
2
-0
/
+22
2013-02-12
cosmetics: always return 0 in selection_make if the selection is empty
Michael Schroeder
1
-1
/
+2
2013-02-12
fix stupid typo introduced when refactoring selection_filter_rel. Argh!
Michael Schroeder
1
-1
/
+2
2013-02-06
increase maximum header size for some pathological rpms
Michael Schroeder
1
-5
/
+5
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
2
-3
/
+5
2013-02-04
reuse solver in examples
Michael Schroeder
4
-23
/
+21
[next]