summaryrefslogtreecommitdiff
path: root/lib/tagexts.c
AgeCommit message (Expand)AuthorFilesLines
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