Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / rpmhash.C
2012-09-07 Panu MatilainenMissing <stdio.h> include for fprintf()
2012-09-05 Panu MatilainenAdd alternative hash key add/get/check methods with...
2012-09-05 Panu MatilainenAdd hash table methodn for (pre)calculating base hash...
2011-03-03 Panu MatilainenEliminate unused-but-set warning from gcc on hashes...
2010-12-16 Panu MatilainenSupport GetEntry() for hashes without datatype too
2010-05-07 Florian FestiFix compiler warning in rpmhash Resize()
2010-05-06 Florian Festirpmhash: new Empty() function to remove all entries
2010-05-06 Florian Festirpmhash: Accessor functions for the size and usage
2010-05-06 Florian Festirpmhash: Grow when hash table gets too full
2009-03-26 Florian FestiReimplement rpmal by using hashes and cleaning up the...
2009-03-14 Florian FestiFree all keys not only those on the first buckets
2009-01-12 Florian FestiMake the data array part of the hash bucket to save...
2008-11-24 Florian FestiSupport leaving HTDATATYPE undefined to use hash as...
2008-11-07 Panu MatilainenReset return values to zero + NULL's on not found in...
2008-11-07 Panu MatilainenReverse hash GetEntry() return code vs found/not found
2008-10-24 Florian FestiMake rpmhash a generic datatype using macros and includes