index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rpmhash.C
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-07
Missing <stdio.h> include for fprintf()
Panu Matilainen
1
-0
/
+1
2012-09-05
Add alternative hash key add/get/check methods with prehashed key
Panu Matilainen
1
-12
/
+41
2012-09-05
Add hash table methodn for (pre)calculating base hash of a key
Panu Matilainen
1
-0
/
+5
2011-03-03
Eliminate unused-but-set warning from gcc on hashes without datatype
Panu Matilainen
1
-7
/
+7
2010-12-16
Support GetEntry() for hashes without datatype too
Panu Matilainen
1
-6
/
+6
2010-05-07
Fix compiler warning in rpmhash Resize()
Florian Festi
1
-1
/
+1
2010-05-06
rpmhash: new Empty() function to remove all entries
Florian Festi
1
-3
/
+15
2010-05-06
rpmhash: Accessor functions for the size and usage
Florian Festi
1
-2
/
+22
2010-05-06
rpmhash: Grow when hash table gets too full
Florian Festi
1
-0
/
+33
2009-03-26
Reimplement rpmal by using hashes and cleaning up the color handling
Florian Festi
1
-5
/
+6
2009-03-14
Free all keys not only those on the first buckets
Florian Festi
1
-2
/
+2
2009-01-12
Make the data array part of the hash bucket to save one pointer per bucket
Florian Festi
1
-16
/
+22
2008-11-24
Support leaving HTDATATYPE undefined to use hash as key only hash (set)
Florian Festi
1
-4
/
+31
2008-11-07
Reset return values to zero + NULL's on not found in hash GetEntry()
Panu Matilainen
1
-7
/
+5
2008-11-07
Reverse hash GetEntry() return code vs found/not found
Panu Matilainen
1
-2
/
+2
2008-10-24
Make rpmhash a generic datatype using macros and includes
Florian Festi
1
-0
/
+175