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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-12
Add an nternal rpmal create+populate helper function, use for erased packages
Panu Matilainen
3
-7
/
+21
2012-09-11
Oops, only private pool should be frozen on ds create
Panu Matilainen
1
-2
/
+3
2012-09-11
Add an alternative rpmds constructor to allow shared pool usage
Panu Matilainen
2
-2
/
+18
2012-09-11
Freeze the rpmlib dependency set pool on successful return
Panu Matilainen
1
-0
/
+2
2012-09-11
Further split single ds creation into two, sigh
Panu Matilainen
1
-16
/
+31
2012-09-11
Unify the common parts of rpmds creation into a helper function
Panu Matilainen
1
-27
/
+26
2012-09-11
Eliminate assert()'s from rpmdsMerge()
Panu Matilainen
1
-5
/
+9
2012-09-11
Eliminate assert()'s from rpmdsDup()
Panu Matilainen
1
-7
/
+8
2012-09-11
Switch dependency sets to use string pool storage for names and evrs
Panu Matilainen
1
-71
/
+56
2012-09-11
Rename td2pool as rpmtdToPool, export and optimize
Panu Matilainen
3
-13
/
+30
2012-09-11
Eliminate direct rpmds name (and flags) access on rpmdsNew()
Panu Matilainen
1
-3
/
+5
2012-09-11
Clean up rpmdsSearch() a bit
Panu Matilainen
1
-6
/
+7
2012-09-11
Add internal indexed variants of rpmds N, EVR and Flags getters
Panu Matilainen
1
-21
/
+27
2012-09-11
Clean up rpmdsFind() a bit
Panu Matilainen
1
-8
/
+18
2012-09-11
Split rpmds EVR comparison into function of its own
Panu Matilainen
1
-42
/
+50
2012-09-11
Use getter functions for name, evr and flags in rpmdsCurrent()
Panu Matilainen
1
-2
/
+2
2012-09-11
Clean up rpmdsCompare() a bit
Panu Matilainen
1
-12
/
+18
2012-09-11
Clean up rpmdsNewDNEVR() a bit
Panu Matilainen
1
-15
/
+18
2012-09-08
Switch file info set base- and dirnames storage to string pool
Panu Matilainen
4
-24
/
+32
2012-09-08
Clean up file info set creation, comment
Panu Matilainen
1
-47
/
+62
2012-09-08
Push the flag foo into rpmfiPopulate(), explicit HEADERGET_ALLOC for others
Panu Matilainen
1
-9
/
+8
2012-09-08
Always allocate directory index data
Panu Matilainen
1
-2
/
+2
2012-09-08
Refactor the big rpmfiNewPool() to two separate pieces
Panu Matilainen
1
-37
/
+49
2012-09-07
Split the tagdata -> pool population to another helper function
Panu Matilainen
1
-8
/
+12
2012-09-07
Add an alternative rpmfi constructor to allow shared pool usage
Panu Matilainen
2
-3
/
+21
2012-09-07
Move string pool typedefs to rpmtypes.h
Panu Matilainen
1
-0
/
+3
2012-09-07
Axe the no longer needed rpmfi string "cache" stuff
Panu Matilainen
2
-86
/
+0
2012-09-07
Use string pool for file set symlinks
Panu Matilainen
2
-8
/
+10
2012-09-07
Replace user- and groupname + file lang caches with a global stringpool
Panu Matilainen
2
-14
/
+34
2012-09-07
Dont bother with file capability "cache"
Panu Matilainen
2
-8
/
+4
2012-09-07
Missing <stdio.h> include for fprintf()
Panu Matilainen
1
-0
/
+1
2012-09-06
Return fingerprint lookups through retval pointer, not struct
Panu Matilainen
4
-32
/
+32
2012-09-06
Avoid double iteration on 'rpm -e' now that iterator count works
Panu Matilainen
1
-11
/
+3
2012-09-06
Push RPMDBI_LABEL arch parsing down to rpmdb layer to fix stuff
Panu Matilainen
2
-17
/
+37
2012-09-05
Use existing fingerprint for packages being removed
Panu Matilainen
1
-12
/
+13
2012-09-05
Shut up gcc whine about potentially uninitialized variable
Panu Matilainen
1
-1
/
+1
2012-09-05
Avoid rehashing directory name when it doesn't change in rpmal population
Panu Matilainen
1
-1
/
+10
2012-09-05
Prehash dir names on fingerprinting to avoid recalculating when adding
Panu Matilainen
1
-5
/
+8
2012-09-05
Use helper variable to eliminate multiple identical conditionals
Panu Matilainen
1
-3
/
+4
2012-09-05
Prehash dependency strings to avoid recalculating when caching
Panu Matilainen
1
-5
/
+9
2012-09-05
Prehash basenames to avoid recalculation when adding new ones
Panu Matilainen
1
-2
/
+5
2012-09-05
Add alternative hash key add/get/check methods with prehashed key
Panu Matilainen
2
-12
/
+62
2012-09-05
Add hash table methodn for (pre)calculating base hash of a key
Panu Matilainen
2
-0
/
+13
2012-09-04
Minor optimizations to rpmvercmp()
Panu Matilainen
1
-5
/
+8
2012-09-03
Avoid netshared path matching when netshared path is not set
Panu Matilainen
1
-11
/
+15
2012-09-03
"Optimize" addFingerprints() a bit
Panu Matilainen
1
-10
/
+13
2012-08-30
Avoid unnecessary calculations on %ghost %config
Panu Matilainen
1
-0
/
+6
2012-08-30
Only backup if osuffix is set
Panu Matilainen
1
-1
/
+2
2012-08-30
Fix memleak regresssion in rpmfiDecideFateIndex()
Panu Matilainen
1
-24
/
+27
2012-08-30
Cache the actual result on rpmdb header verification
Panu Matilainen
1
-5
/
+9
[next]