summaryrefslogtreecommitdiff
path: root/lib/tagexts.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-21Test for file data tag sanity in fnTag() extensionsPanu Matilainen1-22/+38
2012-02-21Fix crash on INSTFILENAMES extension on non-installed packagePanu Matilainen1-10/+18
2012-02-21Sanitize filename tag extension handlingPanu Matilainen1-30/+15
2012-02-08Add tag extension to calculate hardlink count for filesPanu Matilainen1-0/+22
2011-09-06Add four new extension tags for pretty-formatting dependenciesPanu Matilainen1-0/+45
2011-09-01Add RPMTAG_INSTFILENAMES tag extension for state-aware file listsPanu Matilainen1-15/+46
2011-06-16Try to generate fileclass in the tag ext at runtime if missing from headerPanu Matilainen1-21/+55
2011-05-28Eliminate dead NULL-assignments at scope-end in librpm, part IPanu Matilainen1-4/+4
2010-11-29Eliminate dead RPMTAG_INSTALLPREFIX tag extensionPanu Matilainen1-26/+0
2010-11-15Remove RPMTAG_FILESTATUS tag extensionPanu Matilainen1-23/+0
2010-10-22Switch header APIs to use rpmTagVal instead of rpmTagPanu Matilainen1-1/+1
2010-09-21Default to the common case wrt dir name/index tags, not relocationPanu Matilainen1-6/+3
2010-09-21Move rpmHeaderTagFunc() a bit to avoid unnecessary forward declarationPanu Matilainen1-17/+14
2010-09-21Use proper types for tag and format extension functionsPanu Matilainen1-5/+4
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen1-2/+3
2010-05-28Add header extension tag RPMTAG_FILESTATUS for file verificationPanu Matilainen1-0/+23
2010-02-03Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing themFlorian Festi1-67/+1
2010-01-05Sanitize i18nTag() when NLS disabledPanu Matilainen1-5/+3
2009-12-07Always return malloced data from i18n extensions for consistencyPanu Matilainen1-1/+1
2009-11-20Add RPMTAG_EPOCHNUM tag extensionPanu Matilainen1-0/+16
2009-10-12Add RPMTAG_VERBOSE extensionPanu Matilainen1-0/+15
2009-09-15Don't add dependency type into file requires and provides (RhBug:523282)Panu Matilainen1-1/+1
2009-09-02Add header color tag extension, ie headerGetColor()Panu Matilainen1-4/+25
2009-09-02Eliminate uses of headerNVR() and friends in librpm (and python) codePanu Matilainen1-4/+2
2009-09-02Add tag extensions for common name-[epoch:]version-release[.arch] combosPanu Matilainen1-0/+74
2009-09-01Add dbinstance tag extension (port from rpm5.org)Panu Matilainen1-0/+13
2009-07-03Pass headerGet flags to extensions too (unused for now)Panu Matilainen1-24/+24
2008-12-04Pay more attention to tag extension return codesPanu Matilainen1-10/+18
2008-12-04Fix triggerconds return when no data is there (rhbz#474550)Panu Matilainen1-2/+2
2008-10-30Convert in-tree users of rpmfiNew() to use flag namesPanu Matilainen1-5/+3
2008-06-12Make fssizes tag extension 64bitPanu Matilainen1-15/+15
2008-06-12Add more 64bit size tags + tag extensions for converting from old valuesPanu Matilainen1-0/+18
2008-06-12Move 32 to 64 bit tag conversion to helper functionPanu Matilainen1-27/+36
2008-06-12Use HEADERGET_ALLOC instead of manual copy in longfilesizesTag()Panu Matilainen1-20/+15
2008-06-10Add new tag extension to retrieve filesizes as 64bit typesPanu Matilainen1-0/+43
2008-06-10Minimally convert rpmfiBuildFNames() to new headerGet()Panu Matilainen1-16/+23
2008-06-10Callers are now well known, require non-NULL argumentsPanu Matilainen1-7/+4
2008-06-10Eliminate rpmfiBuildFNames() from the APIPanu Matilainen1-0/+71
2008-06-10Add RPMTAG_ORIGFILENAMES tag extensionPanu Matilainen1-0/+15
2008-06-09Change tag extension returns codes to match headerGet()Panu Matilainen1-32/+31
2008-05-26Convert triggertypeTag() to new headerGet()Panu Matilainen1-24/+24
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-1/+1
2008-05-21Convert rpmfiBuildFDeps() into fooTag() style interfacePanu Matilainen1-82/+37
2008-05-21Lose rpmfiBuildFClasses() completelyPanu Matilainen1-53/+23
2008-05-21Eliminate rpmfiBuildFClasses() and rpmfiBuildFDepts() from the API+ABIPanu Matilainen1-0/+146
2008-05-21Split tag extensions out of formats.cPanu Matilainen1-0/+437