Move key size fixups from rpmdbAdd & Remove to td2key()
[platform/upstream/rpm.git] / lib / rpmtag.h
2008-05-21 Panu MatilainenAdd rpmTagGetNames() public function for retrieving...
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-14 Panu MatilainenTeach rpm tag table about extensions
2008-03-14 Panu MatilainenRevert RPMTAG_FILEDIGESTS -> FILEMD5's for now
2008-03-14 Panu MatilainenType missing for RPMTAG_HEADERI18NTABLE
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-02-03 Panu MatilainenUse rpmTag etc enums for rpmTagGet*() functions
2008-02-03 Panu MatilainenStuff signature tags to rpmtag.h along with other tags...
2008-01-30 Panu MatilainenMove rpmTagType stuff to rpmtag.h now that they can...
2008-01-30 Panu MatilainenAdd missing c++ ifdefs to rpmtag and rpmtypes headers
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-03 Panu MatilainenSplit RPMTAG_* and related functions out of rpmlib...