summaryrefslogtreecommitdiff
path: root/lib/header.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-13Convert headerGetEntry() internals to use rpmtd for dataPanu Matilainen1-18/+46
2008-05-13Start converting header internals to use the rpmtd structPanu Matilainen1-20/+47
2008-05-12Move headerVerifyInfo() to header.[ch] where it logically belongsPanu Matilainen1-0/+27
2008-05-12Eliminate copy-paste versions of hdrchkFoo() macrosPanu Matilainen1-27/+0
2008-05-12Split header sprintf formatting to separate sourcePanu Matilainen1-1063/+0
2008-05-12Move header "default" formats to formats.c along with the rest of 'emPanu Matilainen1-165/+0
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-2/+2
2008-05-12Start (re-)joining librpmdb and librpmPanu Matilainen1-0/+3039
2001-11-19- header handling moved to librpmdb to avoid linkage loops.jbj1-3277/+0
2001-11-11- unify rpmFNSet into TFI_t.jbj1-1/+1
2001-11-11Rip alGetHeader() out of depends.c.jbj1-9/+10
2001-11-01- depends.c: availablePackage is (almost) opaque.jbj1-2/+6
2001-11-01- add header refcount annotations throughout.jbj1-36/+66