summaryrefslogtreecommitdiff
path: root/lib/rpmtag.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-20Add RPMTAG_EPOCHNUM tag extensionPanu Matilainen1-0/+1
2009-10-12Add RPMTAG_VERBOSE extensionPanu Matilainen1-0/+1
2009-09-02Add header color tag extension, ie headerGetColor()Panu Matilainen1-0/+1
2009-09-02Add tag extensions for common name-[epoch:]version-release[.arch] combosPanu Matilainen1-0/+5
2009-09-01Add dbinstance tag extension (port from rpm5.org)Panu Matilainen1-0/+1
2009-09-01Triggerprein has been implemented since January 2008, update commentPanu Matilainen1-1/+1
2009-08-13Add an option bug reporting URL tag to packages (RhBug:512774)Panu Matilainen1-0/+1
2009-03-18Doxygen parameter name mismatchPanu Matilainen1-1/+1
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-1/+1
2009-01-30Undo tag clash on RPMTAG_FILEDIGESTALGO[S] with rpm5.orgPanu Matilainen1-1/+2
2009-01-28Add API for getting the class of tag type directlyPanu Matilainen1-0/+7
2008-11-17Introduce rpm tag "classes"Panu Matilainen1-0/+17
2008-10-29Start adding POSIX 1.e draft file capability support for realPanu Matilainen1-0/+1
2008-07-14Mark unimplemented tags as such in tag tablePanu Matilainen1-35/+35
2008-06-26RPMTAG_LONGSIGSIZE and RPMTAG_LONGARCHIVESIZE are signature tagsPanu Matilainen1-6/+8
2008-06-12Make fssizes tag extension 64bitPanu Matilainen1-1/+1
2008-06-12Add more 64bit size tags + tag extensions for converting from old valuesPanu Matilainen1-0/+3
2008-06-10Create RPMTAG_LONGFILESIZES to hold 64bit filesizesJindrich Novy1-0/+1
2008-06-10Add RPMTAG_ORIGFILENAMES tag extensionPanu Matilainen1-0/+1
2008-06-06Introduce RPM_INT64_TYPEJindrich Novy1-1/+1
2008-06-02Change rpmTagGetNames() interface to more like that of headerGet()Panu Matilainen1-2/+3
2008-06-02Bring back RPMTAG_FILEDIGESTS now that we're a bit more ready for itPanu Matilainen1-1/+2
2008-06-02We don't want per-file digest algorithms, just per package...Panu Matilainen1-1/+1
2008-05-21Add rpmTagGetNames() public function for retrieving known tag namesPanu Matilainen1-0/+7
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-0/+2
2008-05-14Teach rpm tag table about extensionsPanu Matilainen1-0/+7
2008-03-14Revert RPMTAG_FILEDIGESTS -> FILEMD5's for nowPanu Matilainen1-2/+1
2008-03-14Type missing for RPMTAG_HEADERI18NTABLEPanu Matilainen1-1/+1
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-1/+1
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-22/+12
2008-02-03Use rpmTag etc enums for rpmTagGet*() functionsPanu Matilainen1-3/+3
2008-02-03Stuff signature tags to rpmtag.h along with other tags, add enum typedefPanu Matilainen1-0/+19
2008-01-30Move rpmTagType stuff to rpmtag.h now that they can movePanu Matilainen1-0/+51
2008-01-30Add missing c++ ifdefs to rpmtag and rpmtypes headersPanu Matilainen1-0/+8
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-1/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-3/+4
2007-12-03Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.hPanu Matilainen1-0/+301