Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmtag.h
2009-09-02 Panu MatilainenAdd header color tag extension, ie headerGetColor()
2009-09-02 Panu MatilainenAdd tag extensions for common name-[epoch:]version...
2009-09-01 Panu MatilainenAdd dbinstance tag extension (port from rpm5.org)
2009-09-01 Panu MatilainenTriggerprein has been implemented since January 2008...
2009-08-13 Panu MatilainenAdd an option bug reporting URL tag to packages (RhBug...
2009-03-18 Panu MatilainenDoxygen parameter name mismatch
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-01-30 Panu MatilainenUndo tag clash on RPMTAG_FILEDIGESTALGO[S] with rpm5.org
2009-01-28 Panu MatilainenAdd API for getting the class of tag type directly
2008-11-17 Panu MatilainenIntroduce rpm tag "classes"
2008-10-29 Panu MatilainenStart adding POSIX 1.e draft file capability support...
2008-07-14 Panu MatilainenMark unimplemented tags as such in tag table
2008-06-26 Panu MatilainenRPMTAG_LONGSIGSIZE and RPMTAG_LONGARCHIVESIZE are signa...
2008-06-12 Panu MatilainenMake fssizes tag extension 64bit
2008-06-12 Panu MatilainenAdd more 64bit size tags + tag extensions for convertin...
2008-06-10 Jindrich NovyCreate RPMTAG_LONGFILESIZES to hold 64bit filesizes
2008-06-10 Panu MatilainenAdd RPMTAG_ORIGFILENAMES tag extension
2008-06-06 Jindrich NovyIntroduce RPM_INT64_TYPE
2008-06-02 Panu MatilainenChange rpmTagGetNames() interface to more like that...
2008-06-02 Panu MatilainenBring back RPMTAG_FILEDIGESTS now that we're a bit...
2008-06-02 Panu MatilainenWe don't want per-file digest algorithms, just per...
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...