summaryrefslogtreecommitdiff
path: root/lib/header.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Kill off lclint remnants everywherePanu Matilainen1-1/+0
2009-07-03Unify extension + header data getter calling conventionsPanu Matilainen1-29/+10
2009-07-03Pass headerGet flags to extensions too (unused for now)Panu Matilainen1-2/+3
2009-07-03Eliminate unused calculations originating from the "8/98 bug"Panu Matilainen1-44/+3
2009-07-03Re-enable rdlen vs dl header checkPanu Matilainen1-2/+0
2009-06-23Set HEADERFLAGS_ALLOCATED centrally from headerLoad()Panu Matilainen1-13/+6
2009-03-10Don't return data from headerGet() on regionSwab() failurePanu Matilainen1-0/+4
2009-01-20Add headerGet() flag to request argv-style NULL-terminated string arraysPanu Matilainen1-2/+7
2009-01-19Fix memleak from i18n strings if retrieved with HEADERGET_ALLOCPanu Matilainen1-0/+1
2009-01-05Eliminate header magic duplication all over the place, export itPanu Matilainen1-5/+5
2009-01-05Remove unnecessary HEADER_FOOTAG definitionsPanu Matilainen1-2/+2
2008-11-30Add and use (internal) method for setting header instancePanu Matilainen1-0/+5
2008-11-12Add rpmdb record number to headers retrieved from rpmdbPanu Matilainen1-0/+6
2008-08-07Permit i18nstring in headerPutString()Panu Matilainen1-1/+1
2008-07-07Eliminate couple of timedRead() uses where we control how fd is openedPanu Matilainen1-1/+0
2008-07-03Change headerPutString() arg name to match the othersPanu Matilainen1-3/+3
2008-06-19Dumb, dumb thinko/leftover from earlier prototype...Panu Matilainen1-1/+2
2008-06-19Add type-safe headerPutFoo() methods for supported tag data typesPanu Matilainen1-0/+93
2008-06-18Convert headerAddI18NString() to use headerPut()Panu Matilainen1-3/+16
2008-06-18Switch around headerAdd*Entry() family vs headerPut()Panu Matilainen1-27/+20
2008-06-18Switch around headerMod() and headerModifyEntry()Panu Matilainen1-12/+6
2008-06-18Stuff legacy compat wrappers out of sight into header_internal.cPanu Matilainen1-94/+0
2008-06-18Start shredding legacy cruft out of header codePanu Matilainen1-43/+3
2008-06-18Add headerMod() to headerPut() etc familyPanu Matilainen1-0/+5
2008-06-17Replace headerRemoveEntry() with headerDel() everywherePanu Matilainen1-2/+2
2008-06-17Rename headerRemoveEntry() to headerDel(), add compat wrapperPanu Matilainen1-1/+6
2008-06-16Preserve headerNext() allocation behaviorPanu Matilainen1-1/+1
2008-06-12Dumb thinko in header data allocationPanu Matilainen1-3/+2
2008-06-11Add headerGet() flag to force allocation of returned dataPanu Matilainen1-11/+40
2008-06-09Change tag extension returns codes to match headerGet()Panu Matilainen1-2/+1
2008-06-06Handle RPM_INT64_TYPE in header functionsJindrich Novy1-1/+20
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-1/+1
2008-05-21Turn rpmtd freeData into flag bitfield, allowing more precise controlPanu Matilainen1-1/+5
2008-05-21Avoid leaking memory on legacy header interface emulationPanu Matilainen1-0/+2
2008-05-17Move all i18n string munging into separate functionPanu Matilainen1-19/+28
2008-05-17Add HEADERGET_RAW flag to disable i18n lookupsPanu Matilainen1-9/+13
2008-05-17Push header getter flags down to internal helpersPanu Matilainen1-8/+7
2008-05-17Add typedefs for header get/put flags, use instead of intPanu Matilainen1-2/+2
2008-05-16Eliminate rpmHeaderFormats and rpmHeaderTagExtensions from the APIPanu Matilainen1-0/+2
2008-05-16Push finding of formatter and tag extension functions down to formats.cPanu Matilainen1-16/+1
2008-05-16Make extension formatter functions opaquePanu Matilainen1-1/+11
2008-05-16Eliminate the now unnecessary extension type fieldsPanu Matilainen1-3/+1
2008-05-16Split format and tag extensions to separate tablesPanu Matilainen1-2/+2
2008-05-15Change headerTagTagFunction() to take tag container as argPanu Matilainen1-1/+1
2008-05-14Teach headerGet() to retrieve extension tags if enabled with flagsPanu Matilainen1-1/+41
2008-05-13Convert headerCopyTags() to use rpmtd internallyPanu Matilainen1-7/+4
2008-05-13Convert headerCopy() to use the new interfaces internallyPanu Matilainen1-9/+7
2008-05-13Add headerPut() for adding data to headers through tag containerPanu Matilainen1-0/+13
2008-05-13Use a macro for copying td entries in compat wrappersPanu Matilainen1-18/+12
2008-05-13Convert header tag iterator to use rpmtdPanu Matilainen1-8/+27