summaryrefslogtreecommitdiff
path: root/lib/rpmhash.C
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Reimplement rpmal by using hashes and cleaning up the color handlingFlorian Festi1-5/+6
2009-03-14Free all keys not only those on the first bucketsFlorian Festi1-2/+2
2009-01-12Make the data array part of the hash bucket to save one pointer per bucketFlorian Festi1-16/+22
2008-11-24Support leaving HTDATATYPE undefined to use hash as key only hash (set)Florian Festi1-4/+31
2008-11-07Reset return values to zero + NULL's on not found in hash GetEntry()Panu Matilainen1-7/+5
2008-11-07Reverse hash GetEntry() return code vs found/not foundPanu Matilainen1-2/+2
2008-10-24Make rpmhash a generic datatype using macros and includesFlorian Festi1-0/+175