Set HEADERFLAGS_ALLOCATED centrally from headerLoad()
[platform/upstream/rpm.git] / lib / header.c
2009-06-23 Panu MatilainenSet HEADERFLAGS_ALLOCATED centrally from headerLoad()
2009-03-10 Panu MatilainenDon't return data from headerGet() on regionSwab()...
2009-01-20 Panu MatilainenAdd headerGet() flag to request argv-style NULL-termina...
2009-01-19 Panu MatilainenFix memleak from i18n strings if retrieved with HEADERG...
2009-01-05 Panu MatilainenEliminate header magic duplication all over the place...
2009-01-05 Panu MatilainenRemove unnecessary HEADER_FOOTAG definitions
2008-11-30 Panu MatilainenAdd and use (internal) method for setting header instance
2008-11-12 Panu MatilainenAdd rpmdb record number to headers retrieved from rpmdb
2008-08-07 Panu MatilainenPermit i18nstring in headerPutString()
2008-07-07 Panu MatilainenEliminate couple of timedRead() uses where we control...
2008-07-03 Panu MatilainenChange headerPutString() arg name to match the others
2008-06-19 Panu MatilainenDumb, dumb thinko/leftover from earlier prototype...
2008-06-19 Panu MatilainenAdd type-safe headerPutFoo() methods for supported...
2008-06-18 Panu MatilainenConvert headerAddI18NString() to use headerPut()
2008-06-18 Panu MatilainenSwitch around headerAdd*Entry() family vs headerPut()
2008-06-18 Panu MatilainenSwitch around headerMod() and headerModifyEntry()
2008-06-18 Panu MatilainenStuff legacy compat wrappers out of sight into header_i...
2008-06-18 Panu MatilainenStart shredding legacy cruft out of header code
2008-06-18 Panu MatilainenAdd headerMod() to headerPut() etc family
2008-06-17 Panu MatilainenReplace headerRemoveEntry() with headerDel() everywhere
2008-06-17 Panu MatilainenRename headerRemoveEntry() to headerDel(), add compat...
2008-06-16 Panu MatilainenPreserve headerNext() allocation behavior
2008-06-12 Panu MatilainenDumb thinko in header data allocation
2008-06-11 Panu MatilainenAdd headerGet() flag to force allocation of returned...
2008-06-09 Panu MatilainenChange tag extension returns codes to match headerGet()
2008-06-06 Jindrich NovyHandle RPM_INT64_TYPE in header functions
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-21 Panu MatilainenTurn rpmtd freeData into flag bitfield, allowing more...
2008-05-21 Panu MatilainenAvoid leaking memory on legacy header interface emulation
2008-05-17 Panu MatilainenMove all i18n string munging into separate function
2008-05-17 Panu MatilainenAdd HEADERGET_RAW flag to disable i18n lookups
2008-05-17 Panu MatilainenPush header getter flags down to internal helpers
2008-05-17 Panu MatilainenAdd typedefs for header get/put flags, use instead...
2008-05-16 Panu MatilainenEliminate rpmHeaderFormats and rpmHeaderTagExtensions...
2008-05-16 Panu MatilainenPush finding of formatter and tag extension functions...
2008-05-16 Panu MatilainenMake extension formatter functions opaque
2008-05-16 Panu MatilainenEliminate the now unnecessary extension type fields
2008-05-16 Panu MatilainenSplit format and tag extensions to separate tables
2008-05-15 Panu MatilainenChange headerTagTagFunction() to take tag container...
2008-05-14 Panu MatilainenTeach headerGet() to retrieve extension tags if enabled...
2008-05-13 Panu MatilainenConvert headerCopyTags() to use rpmtd internally
2008-05-13 Panu MatilainenConvert headerCopy() to use the new interfaces internally
2008-05-13 Panu MatilainenAdd headerPut() for adding data to headers through...
2008-05-13 Panu MatilainenUse a macro for copying td entries in compat wrappers
2008-05-13 Panu MatilainenConvert header tag iterator to use rpmtd
2008-05-13 Panu MatilainenConvert headerGetEntry() internals to use rpmtd for...
2008-05-13 Panu MatilainenStart converting header internals to use the rpmtd...
2008-05-12 Panu MatilainenMove headerVerifyInfo() to header.[ch] where it logical...
2008-05-12 Panu MatilainenEliminate copy-paste versions of hdrchkFoo() macros
2008-05-12 Panu MatilainenSplit header sprintf formatting to separate source
2008-05-12 Panu MatilainenMove header "default" formats to formats.c along with...
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-12 Panu MatilainenStart (re-)joining librpmdb and librpm
2001-11-19 jbj- header handling moved to librpmdb to avoid linkage...
2001-11-11 jbj- unify rpmFNSet into TFI_t.
2001-11-11 jbjRip alGetHeader() out of depends.c.
2001-11-01 jbj- depends.c: availablePackage is (almost) opaque.
2001-11-01 jbj- add header refcount annotations throughout.
2001-10-20 jbj- add :base64 and :armor format extensions, dump binary...
2001-10-18 jbjScaffholding for dumping full headers carried through...
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-16 jbjMore lclint annotations.
2001-10-15 jbj- use only header methods, routines are now static.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbjMore lclint annotations.
2001-10-13 jbj- ratchet up to lclint "strict" level.
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-09-21 jbj- lclint-3.0.0.15 fiddles.
2001-08-25 jbj- within a region, entries sort by address; added drips...
2001-08-16 jbj- python: add exception to detect bad data in hdrUnload.
2001-08-15 jbj- always use dl size in regionSwab() return.
2001-08-13 jbj- fix: segfault on headerFree given malicious data.
2001-08-04 jbj- fix: autoconf glob tests (#50845).
2001-08-03 jbjlclint clean again.
2001-08-03 jbj- fix: i18n tags not terminated correctly with NUL...
2001-07-31 jbj- add support for mips (#49283).
2001-07-20 jbj- fix: yet another segfault from bad metadata prevented.
2001-06-30 jbj- update intl dirs to gettext-0.10.38.
2001-06-28 jbj- fix: sanity checks on #tags (<65K) and offset (<16Mb...
2001-06-19 jbj- finalize per-header methods, accessing headerFoo...
2001-06-19 jbj- preliminary abstraction to support per-header methods.
2001-06-17 jbjSync with rpm-4_0 branch.
2001-06-15 jbj- fix: db1 end-of-file not detected in legacy compatibl...
2001-06-12 jbj- remove rpmrc Provides: Yet Again, use virtual packages.
2001-06-12 jbj- remove dead code frpm popt table reorg.
2001-06-05 jbjfix: increment pointer in funky header ext while loop.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-23 jbj- remove all header region assertion failures, return...
2001-05-23 jbj- headerFree() returns NULL, _free is C++ safe.
2001-05-20 jbj- fix: i18n strings need 1 on sucess return code (...
2001-05-16 jbj- fix: filter duplicate package removals (#35828).
2001-05-11 jbj- harden rpmdb iterators from damaged header instance...
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
next