Modify eu-strip option to perform strip in post script of rpm package & add option...
[platform/upstream/rpm.git] / lib / header.c
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...
2001-04-03 jbjcasts to keep picky compilers happy (#29992).
2001-03-28 jbj- fix: i18n tags in rpm-2.5.x had wrong offset/length...
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-02-11 jbj1st stab at --repackage.
2001-02-09 jbjfix: make a copy of retrieved header before loading.
2001-01-26 jbjlclint annotations.
2001-01-05 jbj- fix: 3 packages from Red Hat 5.2 had bogus %verifyscr...
2001-01-03 jbj- fix: avoid locale issues with strcasecmp/strncasecmp...
2000-12-21 jbj- immutable headers, once installed by rpm3, need to...
2000-12-17 jbjMove assertion to avoid false failure.
2000-12-14 jbj- fix: segfault on build path, ignore deleted drips.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-11-08 jbj- add region marker as RPM_BIN_TYPE in packages and...
2000-11-07 jbj- load headers as single contiguous region.
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-08-28 jbjDoxygen annotations.
2000-08-27 jbjDoxygen annotations.
2000-07-09 jbj- prefix payload paths with "./", otherwise "/" can...
2000-04-25 jbjSanity.
2000-04-07 jbjuse "rpmdb db" consistently throughout, add doxygen...
2000-02-23 jbjfix: missed level of indirection in i18nTag().
2000-02-22 jbjAnother attempt to get i18n lookaside functional.
2000-02-13 jbjImplementation of i18n look-aside, no-op'ed for now.
1999-12-08 jbjrename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.
1999-11-10 jbjSwap 2nd and 3rd arg to Fread/Fwrite to preserve read...
1999-11-09 jbjfix: typo in error message (#6858).
1999-11-04 jbjUse Fopen almost everywhere.
1999-11-02 jbjAdd ref/deref/new/fileno/open vectors to FDIO_t.
1999-10-29 jbjcheck for memory leaks (almost all leaks are plugged).
1999-10-27 jbjuse compressed filenames on install side.
next