summaryrefslogtreecommitdiff
path: root/lib/formats.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Add support for weak dependencies:Anas Nashif1-0/+14
2012-07-11Report config and missinok flags in deptype format extension tooPanu Matilainen1-0/+4
2011-12-15Oops, newlines dont belong in format extension outputPanu Matilainen1-2/+2
2011-11-10Doh, somehow managed to miss the warnings from these missing includes :(Panu Matilainen1-0/+1
2011-11-09Make base64 encoding/decoding part of rpmio public APIPanu Matilainen1-2/+2
2011-11-09Take advantage of pgpPrtParams() directly in pgpsigFormat() extensionPanu Matilainen1-4/+3
2011-11-07Use pgpDigParamsAlgo() throughout the codebasePanu Matilainen1-2/+4
2011-11-07Take advantage of parsePGPSig() in pgpsigFormat() tooPanu Matilainen1-4/+5
2011-10-24Sanitize pgpsigFormat()Panu Matilainen1-36/+13
2011-08-17Handle query format field width centrally in formatValue()Panu Matilainen1-100/+50
2011-06-01Clean up + simplify pgpsigFormat()Panu Matilainen1-32/+18
2011-05-28Eliminate dead NULL-assignments at scope-end in librpm, part IPanu Matilainen1-5/+4
2011-01-25Teach rpm about post-transaction dependenciesPanu Matilainen1-0/+2
2010-09-28Make RPMFILE_STATE_MISSING part of the rpmfileState enumPanu Matilainen1-1/+0
2010-09-21Move format extension table a bit to avoid unnecessary forward declarationPanu Matilainen1-27/+25
2010-09-21Use proper types for tag and format extension functionsPanu Matilainen1-8/+5
2010-05-28Add internal helper for formatting file attribute stringsPanu Matilainen1-20/+2
2010-05-28Add header extension tag RPMTAG_FILESTATUS for file verificationPanu Matilainen1-2/+13
2010-05-28Add internal helper for formatting verify flagsPanu Matilainen1-23/+3
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