summaryrefslogtreecommitdiff
path: root/lib/formats.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Use pgpValString() for :pgpsig header formatting (RhBug:587755)Panu Matilainen1-24/+2
2010-03-29Teach rpm about pre-transaction dependenciesPanu Matilainen1-0/+2
2010-03-29Report all enabled dependency bits in deptype format extensionPanu Matilainen1-12/+11
2010-02-09Bah, missing include in commit 121f73bb4932d15e618e82d5c6d7b43280dc0f7dPanu Matilainen1-0/+1
2010-02-09Add macro expansion queryformat extensionPanu Matilainen1-0/+14
2009-10-30Add file verifyflags format extensionPanu Matilainen1-0/+36
2009-10-30Add file state format extensionPanu Matilainen1-0/+41
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in header codePanu Matilainen1-1/+1
2009-06-01Deal with multiple scriptlet dependency bits in deptype format extensionPanu Matilainen1-19/+28
2008-12-09Add "deptype" format extensionPanu Matilainen1-0/+38
2008-11-17Make depflagsFormat() accept any numeric typePanu Matilainen1-5/+3
2008-11-17Simplify xmlFormat() by taking advantage of rpmtdClass()Panu Matilainen1-10/+4
2008-11-17Make fflagsFormat() accept any numeric typePanu Matilainen1-3/+2
2008-11-17Make permsFormat() work with any numeric typePanu Matilainen1-2/+2
2008-11-17Make triggertypeFormat() work for any numeric typePanu Matilainen1-12/+14
2008-11-17Make shescapeFormat() to accept any numeric typePanu Matilainen1-3/+3
2008-11-17Take advantage of rpmtdGetNumber() for date format specifiersPanu Matilainen1-6/+3
2008-11-17Take advantage of rpmtdGetNumber() for numeric format specifiersPanu Matilainen1-20/+15
2008-11-17Simplify stringFormat() by using rpmtdGetNumber()Panu Matilainen1-20/+5
2008-06-07Couple of more 64bit format typesPanu Matilainen1-0/+2
2008-06-07Use inttypes.h formats in stringFormat()Panu Matilainen1-3/+9
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-1/+1
2008-05-21Split tag extensions out of formats.cPanu Matilainen1-421/+1
2008-05-21Minor fixes to triggercondsTag()Panu Matilainen1-4/+2
2008-05-21Resurrect triggercondsTag()Panu Matilainen1-44/+44
2008-05-21Turn rpmtd freeData into flag bitfield, allowing more precise controlPanu Matilainen1-13/+9
2008-05-21Add arraysize formatPanu Matilainen1-0/+15
2008-05-21Lose the useless rpmtdToString()Panu Matilainen1-1/+1
2008-05-21Lose padding argument from formattersPanu Matilainen1-95/+44
2008-05-21Treat all integer types as unsigned in formattingPanu Matilainen1-3/+3
2008-05-21Simplify xmlFormat()Panu Matilainen1-30/+8
2008-05-21Add rpmtdFormat() method and enumeration of supported formatsPanu Matilainen1-18/+33
2008-05-21Handle RPM_CHAR_TYPE too in stringFormat()Panu Matilainen1-2/+9
2008-05-21Add stringFormat() for barebones string representationPanu Matilainen1-0/+48
2008-05-21Make formatter functions operate on rpmtd current itemPanu Matilainen1-125/+93
2008-05-16Use rpmTag enumeration for finding tag format func instead of namesPanu Matilainen1-25/+29
2008-05-16Eliminate rpmHeaderFormats and rpmHeaderTagExtensions from the APIPanu Matilainen1-2/+19
2008-05-16Push finding of formatter and tag extension functions down to formats.cPanu Matilainen1-0/+29
2008-05-16Make extension formatter functions opaquePanu Matilainen1-28/+28
2008-05-16Eliminate the now unnecessary extension type fieldsPanu Matilainen1-28/+28
2008-05-16Split format and tag extensions to separate tablesPanu Matilainen1-1/+5
2008-05-15Change headerTagTagFunction() to take tag container as argPanu Matilainen1-160/+85
2008-05-12Simplify header extension handlingPanu Matilainen1-13/+7
2008-05-12Move header "default" formats to formats.c along with the rest of 'emPanu Matilainen1-0/+165
2008-05-03Initialize nb before usePanu Matilainen1-1/+1
2008-04-30Rewrite xmlFormat() and remove useless xmlstrlen() and xmlstrcpy()Jindrich Novy1-65/+37
2008-04-16Oops, only free if allocated ;)Panu Matilainen1-2/+4
2008-04-16Plug a memory leak in armorFormat()Panu Matilainen1-1/+4
2008-04-07Remove static print buffer from pgpHexStr, return malloc'ed memory insteadPanu Matilainen1-1/+2
2008-04-07Missing rpmstring.h includePanu Matilainen1-0/+1