upgrade rpm version to 4.14.1
[platform/upstream/rpm.git] / lib / rpmtd.h
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2013-02-03 Anas NashifAdd support for weak dependencies:
2012-09-11 Panu MatilainenRename td2pool as rpmtdToPool, export and optimize
2012-02-21 Panu MatilainenAdd error indicator flag for tag data containers
2012-02-21 Panu MatilainenAdd getter for rpmtd flags
2010-10-22 Panu MatilainenSwitch header APIs to use rpmTagVal instead of rpmTag
2010-10-22 Panu MatilainenUse concrete integer types for entryInfo and rpmtd...
2010-09-21 Panu MatilainenStop abusing enum typedefs for bitfield types
2010-05-28 Panu MatilainenAdd header extension tag RPMTAG_FILESTATUS for file...
2010-02-09 Panu MatilainenAdd macro expansion queryformat extension
2009-10-30 Panu MatilainenAdd file verifyflags format extension
2009-10-30 Panu MatilainenAdd file state format extension
2009-10-30 Panu MatilainenUpdate rpmtd formats comments to match reality
2009-01-20 Panu MatilainenAdd headerGet() flag to request argv-style NULL-termina...
2008-12-09 Panu MatilainenAdd "deptype" format extension
2008-11-17 Panu MatilainenAdd rpmtdGetNumber() for getting numeric values from...
2008-11-17 Panu MatilainenIntroduce rpm tag "classes"
2008-07-08 Panu MatilainenMissing cplusplus-wrappers in rpmtd
2008-06-18 Panu MatilainenAdd rpmtdFromUint8()
2008-06-17 Panu MatilainenMake rpmtdFromStringArray() data argument const afterall
2008-06-17 Panu MatilainenAdd rpmtdFrom() methods for 16 and 64 bit types
2008-06-17 Panu MatilainenAdd some new rpmtd creation methods
2008-06-06 Panu MatilainenAdd access methods for 64bit integer types to rpmtd
2008-05-23 Panu MatilainenAdd rpmtdGetIndex() + rpmtdSetIndex() methods
2008-05-23 Panu MatilainenAdd rpmtdSetTag() method for setting (or changing)...
2008-05-21 Panu MatilainenAdd per-datatype iterators to rpmtd
2008-05-21 Panu MatilainenAdd rpmtdDup() method for deep copying of tag containers
2008-05-21 Panu MatilainenTurn rpmtd freeData into flag bitfield, allowing more...
2008-05-21 Panu MatilainenAdd arraysize format
2008-05-21 Panu MatilainenFix up for RPM_BIN_TYPE td->count abuse just once,...
2008-05-21 Panu MatilainenLose the useless rpmtdToString()
2008-05-21 Panu MatilainenAdd rpmtdFormat() method and enumeration of supported...
2008-05-21 Panu MatilainenHandle RPM_CHAR_TYPE too in stringFormat()
2008-05-14 Panu MatilainenCommentary fixes
2008-05-13 Panu MatilainenAdd some more rpmtd access methods
2008-05-13 Panu MatilainenAdd methods to construct tag containers from argv and...
2008-05-13 Panu MatilainenAdd support for iterating over tag data container
2008-05-13 Panu MatilainenAdd rpmtdTag() method
2008-05-13 Panu MatilainenNew "tag data" container struct + some basic methods...