index
:
platform/upstream/rpm
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_riscv
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_genivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel_strip
origin/tizen
sandbox/akazmin/hwasan_build
sandbox/chanleebf/compression_change
sandbox/chanleebf/test
sandbox/denis13/LTO
sandbox/denis13/NoLTO
sandbox/denis13/esan
sandbox/denis13/lib64
sandbox/denis13/test_lib64
sandbox/dkson95/build
sandbox/dkson95/buildinfo
sandbox/dkson95/devel
sandbox/dkson95/gcc-14
sandbox/dkson95/llvm
sandbox/dkson95/lto
sandbox/dkson95/merge
sandbox/dkson95/strip
sandbox/dkson95/warning
sandbox/dnxowls/rpm_4.14.1_upgrade
sandbox/dnxowls/rpm_upgrade
sandbox/hglee/asan
sandbox/jaehun77/hardfp
sandbox/leemgs/chromium-efl
sandbox/leemgs/pbzip2
sandbox/mkashkarov/annobin
sandbox/mkashkarov/armv7hl
sandbox/mkashkarov/armv7hl_rpm
sandbox/mkashkarov/armv7hl_support
sandbox/mkashkarov/debug
sandbox/mkashkarov/ttc_14
sandbox/mro/isan
sandbox/mzx/bootstraping
sandbox/mzx/fix
sandbox/mzx/upstream
sandbox/nmerinov/llvm
sandbox/pavelkopyl/gcov
sandbox/soong9/remove_nss
sandbox/soong9/rpm_4.14.1
sandbox/test/rpm_upgrade
sandbox/tizentools/rpm_upgrade
sandbox/toolchain/sanitizer
sandbox/vbarinov/arch
sandbox/vbarinov/asan
sandbox/vbarinov/clang-build
sandbox/vbarinov/lib64
sandbox/vbarinov/mips
sandbox/vbarinov/riscbuild
sandbox/vbarinov/strip
sandbox/vbarinov/tizen
sandbox/wangbiao/py3_version_6_6
sandbox/wangbiao/py3_version_bak
sandbox/wangbiao/rpm_py3
sandbox/xuwc/rpm_erase
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_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_dev
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: SCM / Build;
park <sk7.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmio
/
rpmstrpool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-05
upgrade rpm version to 4.14.1
upstream/4.14.1.1
submit/tizen_base/20210113.025730
submit/tizen_base/20210105.160930
accepted/tizen/base/tool/20210118.215949
biao716.wang
1
-22
/
+20
2012-10-11
Missing include in string pool
Panu Matilainen
1
-0
/
+1
2012-09-28
Make string pool strings static in memory
Florian Festi
1
-33
/
+56
2012-09-26
Add function to get number of unique strings in the pool
Panu Matilainen
1
-0
/
+5
2012-09-19
Change poolHash to use internal collision resolution
Florian Festi
1
-70
/
+60
2012-09-19
Aargh, stupid thinko in rpmstrPoolStrlen() last id special case
Panu Matilainen
1
-1
/
+1
2012-09-18
Make pool string->id operations properly length-aware
Panu Matilainen
1
-19
/
+41
2012-09-18
Add length aware variant(s) of string hashing
Panu Matilainen
1
-0
/
+27
2012-09-18
Enhanced string hash to permit calculating string length on the same call
Panu Matilainen
1
-0
/
+28
2012-09-18
Dont assume \0 terminated strings in rpmstrPoolPut()
Panu Matilainen
1
-2
/
+3
2012-09-17
Use pool id's for hash table key, lookup strings from pool as needed
Panu Matilainen
1
-23
/
+19
2012-09-17
Move the string pool struct definition earlier so we can reference it...
Panu Matilainen
1
-12
/
+12
2012-09-17
Inline poolHashfindEntry() into GetEntry(), nothing else needs it
Panu Matilainen
1
-13
/
+5
2012-09-17
Eliminate key comparison and hash function vectors from poolHash
Panu Matilainen
1
-20
/
+7
2012-09-17
More poolHash multiple data-value cleanups
Panu Matilainen
1
-13
/
+7
2012-09-17
Eliminate redundant data counting from poolHash
Panu Matilainen
1
-25
/
+6
2012-09-17
Eliminate unnecessary key and data free-functionality from poolHash
Panu Matilainen
1
-20
/
+2
2012-09-17
Pull a private hash-implementation copy to string pool
Panu Matilainen
1
-9
/
+213
2012-09-17
Rename string pool hash type to poolHash
Panu Matilainen
1
-10
/
+10
2012-09-15
Lift string pool rehash into a separate helper function
Panu Matilainen
1
-10
/
+20
2012-09-15
Use a saner pool hash resize hint
Panu Matilainen
1
-1
/
+1
2012-09-13
Add a string equality check function to string pool API
Panu Matilainen
1
-0
/
+9
2012-09-12
Only rehash the pool on insert if the data area actually moved
Panu Matilainen
1
-2
/
+3
2012-09-12
Allow keeping hash table around on pool freeze, adjust callers
Panu Matilainen
1
-16
/
+27
2012-09-12
String pool id 0 equals NULL
Panu Matilainen
1
-1
/
+1
2012-09-12
Avoid doing anything if pool is already frozen
Panu Matilainen
1
-1
/
+1
2012-09-11
Fix segfault on rpmstrPoolId() on frozen pool
Panu Matilainen
1
-2
/
+2
2012-09-11
Make rpmstrPoolUnfreeze() safe to call on unfrozen pool
Panu Matilainen
1
-1
/
+1
2012-09-09
And now, on to the embarrassing string-pool reimplementation bugs, take I
Panu Matilainen
1
-4
/
+14
2012-09-07
First cut of a libsolv-style string <-> id pool API
Panu Matilainen
1
-0
/
+153