Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / header_internal.h
2012-10-30 Panu MatilainenHandle partial reads and errors in package IO (RhBug...
2011-10-21 Panu MatilainenFix ancient off-by-one at end boundary in string array...
2010-10-22 Panu MatilainenUse concrete integer types for entryInfo and rpmtd...
2009-12-22 Panu MatilainenMake header struct really opaque outside header.c
2009-12-22 Panu MatilainenMove htonll() into header.c and make static, not needed...
2009-12-22 Panu MatilainenMove the legacy compatibility goo into legacy.c
2009-09-10 Panu MatilainenRip unnecessary headerDump() and the last ancient artif...
2009-09-10 Panu MatilainenRip unused and useless headerGetLangs()
2009-09-10 Panu MatilainenRip unused and useless headerUsageCount()
2009-01-05 Panu MatilainenUse enumeration for header flags
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-10-09 Panu MatilainenRemove silly double definition of headerGetLangs()
2008-10-09 Panu MatilainenMark htonll() as internal
2008-06-06 Jindrich NovyIntroduce htonll()
2008-05-21 Panu MatilainenDitch the tagtable argument of (internal) headerDump...
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 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-10-27 jbj- legacy signatures always checked where possible on...
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-08-15 jbj- always use dl size in regionSwab() return.
2001-08-13 jbj- fix: segfault on headerFree given malicious data.
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.