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
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-30
Imported Upstream version 0.6.28
upstream/0.6.28
DongHun Kwak
1
-1
/
+1
2016-10-27
Imported Upstream version 0.6.20
upstream/0.6.20
DongHun Kwak
1
-2
/
+2
2016-10-27
Imported Upstream version 0.6.15
upstream/0.6.15
DongHun Kwak
1
-0
/
+24
2013-07-17
support replchar parameter in (currently unused) solv_replacebadutf8
Michael Schroeder
1
-7
/
+41
2013-05-06
add utf8 helpers to util.c
Michael Schroeder
1
-0
/
+118
2013-03-30
solv_sort(): Fix build for non-glibc without qsort_r()
Ingo Weinhold
1
-8
/
+6
2011-12-22
- add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos()
Michael Schroeder
1
-0
/
+12
2011-07-12
- rename all sat_ to solv_
Michael Schroeder
1
-29
/
+29
2011-05-16
decide which qsort_r to use based on what it is available
Duncan Mac-Vicar P
1
-9
/
+9
2011-03-03
- add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex...
Michael Schroeder
1
-0
/
+60
2011-02-15
- rename to USE_OWN_QSORT, add bsd qsort_r helper
Michael Schroeder
1
-6
/
+31
2011-02-14
- update to freebsd qsort to get rid of advertising clause
Michael Schroeder
1
-3
/
+1
2011-02-03
Provide qsort_r in case (e.g. for RHEL 4)
Klaus Kämpf
1
-1
/
+7
2011-01-24
- merge in most of the MacOS changes from Dave Abrahams
Michael Schroeder
1
-1
/
+1
2010-03-01
- use __qsort_r on old SLE10 versions
Michael Schroeder
1
-0
/
+9
2009-06-24
- add pool_tmpjoin and sat_dupjoin helpers
Michael Schroeder
1
-0
/
+28
2009-06-22
Add link to qsort_r wierdness
Klaus Kämpf
1
-1
/
+4
2009-05-12
- add sat_sort() function
Michael Schroeder
1
-0
/
+9
2008-10-30
- adapt to coding style
Michael Schroeder
1
-0
/
+15
2008-10-22
- add pool_set_installed() function, remove no longer needed "installed"
Michael Schroeder
1
-2
/
+3
2008-03-20
- clean up a bit
Michael Schroeder
1
-20
/
+21
2008-01-09
- rename xmalloc/... functions to sat_malloc, as we're a
Michael Schroeder
1
-8
/
+8
2007-11-28
- changed debug mechanism a bit, it is now part of the pool
Michael Schroeder
1
-6
/
+5
2007-11-26
replaced printf by a locking function
Stefan Schubert
1
-5
/
+6
2007-11-08
- add a license
Michael Schroeder
1
-0
/
+7
2007-10-02
current state of 'sat-solver'
Klaus Kaempf
1
-0
/
+74