summaryrefslogtreecommitdiff
path: root/lib/rpmtd.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Switch header APIs to use rpmTagVal instead of rpmTagPanu Matilainen1-10/+10
2010-10-22Use concrete integer types for entryInfo and rpmtd membersPanu Matilainen1-2/+2
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen1-2/+4
2010-05-28Add header extension tag RPMTAG_FILESTATUS for file verificationPanu Matilainen1-0/+1
2010-02-09Add macro expansion queryformat extensionPanu Matilainen1-0/+1
2009-10-30Add file verifyflags format extensionPanu Matilainen1-0/+1
2009-10-30Add file state format extensionPanu Matilainen1-0/+1
2009-10-30Update rpmtd formats comments to match realityPanu Matilainen1-9/+9
2009-01-20Add headerGet() flag to request argv-style NULL-terminated string arraysPanu Matilainen1-0/+1
2008-12-09Add "deptype" format extensionPanu Matilainen1-0/+1
2008-11-17Add rpmtdGetNumber() for getting numeric values from tag containerPanu Matilainen1-0/+11
2008-11-17Introduce rpm tag "classes"Panu Matilainen1-0/+7
2008-07-08Missing cplusplus-wrappers in rpmtdPanu Matilainen1-0/+8
2008-06-18Add rpmtdFromUint8()Panu Matilainen1-0/+13
2008-06-17Make rpmtdFromStringArray() data argument const afterallPanu Matilainen1-1/+1
2008-06-17Add rpmtdFrom() methods for 16 and 64 bit typesPanu Matilainen1-0/+24
2008-06-17Add some new rpmtd creation methodsPanu Matilainen1-0/+34
2008-06-06Add access methods for 64bit integer types to rpmtdPanu Matilainen1-0/+17
2008-05-23Add rpmtdGetIndex() + rpmtdSetIndex() methodsPanu Matilainen1-0/+17
2008-05-23Add rpmtdSetTag() method for setting (or changing) container tag + typePanu Matilainen1-0/+10
2008-05-21Add per-datatype iterators to rpmtdPanu Matilainen1-0/+14
2008-05-21Add rpmtdDup() method for deep copying of tag containersPanu Matilainen1-0/+10
2008-05-21Turn rpmtd freeData into flag bitfield, allowing more precise controlPanu Matilainen1-1/+8
2008-05-21Add arraysize formatPanu Matilainen1-0/+1
2008-05-21Fix up for RPM_BIN_TYPE td->count abuse just once, in rpmtdCount()Panu Matilainen1-1/+1
2008-05-21Lose the useless rpmtdToString()Panu Matilainen1-11/+0
2008-05-21Add rpmtdFormat() method and enumeration of supported formatsPanu Matilainen1-0/+30
2008-05-21Handle RPM_CHAR_TYPE too in stringFormat()Panu Matilainen1-0/+10
2008-05-14Commentary fixesPanu Matilainen1-1/+2
2008-05-13Add some more rpmtd access methodsPanu Matilainen1-0/+31
2008-05-13Add methods to construct tag containers from argv and argi arraysPanu Matilainen1-0/+30
2008-05-13Add support for iterating over tag data containerPanu Matilainen1-0/+24
2008-05-13Add rpmtdTag() methodPanu Matilainen1-0/+7
2008-05-13New "tag data" container struct + some basic methods to deal with itPanu Matilainen1-0/+52