summaryrefslogtreecommitdiff
path: root/lib/header_internal.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Handle partial reads and errors in package IO (RhBug:802839, RhBug:580974)Panu Matilainen1-0/+3
2011-10-21Fix ancient off-by-one at end boundary in string array size calculationPanu Matilainen1-1/+2
2010-10-22Use concrete integer types for entryInfo and rpmtd membersPanu Matilainen1-2/+2
2009-12-22Make header struct really opaque outside header.cPanu Matilainen1-28/+0
2009-12-22Move htonll() into header.c and make static, not needed elsewherePanu Matilainen1-8/+0
2009-12-22Move the legacy compatibility goo into legacy.cPanu Matilainen1-17/+0
2009-09-10Rip unnecessary headerDump() and the last ancient artifacts using itPanu Matilainen1-9/+0
2009-09-10Rip unused and useless headerGetLangs()Panu Matilainen1-8/+0
2009-09-10Rip unused and useless headerUsageCount()Panu Matilainen1-10/+0
2009-01-05Use enumeration for header flagsPanu Matilainen1-5/+8
2009-01-05Remove unnecessary HEADER_FOOTAG definitionsPanu Matilainen1-6/+0
2008-11-30Add and use (internal) method for setting header instancePanu Matilainen1-0/+8
2008-11-12Add rpmdb record number to headers retrieved from rpmdbPanu Matilainen1-0/+1
2008-10-09Remove silly double definition of headerGetLangs()Panu Matilainen1-1/+0
2008-10-09Mark htonll() as internalPanu Matilainen1-0/+1
2008-06-06Introduce htonll()Jindrich Novy1-0/+8
2008-05-21Ditch the tagtable argument of (internal) headerDump() functionPanu Matilainen1-3/+1
2008-05-12Eliminate copy-paste versions of hdrchkFoo() macrosPanu Matilainen1-0/+27
2008-05-12Split header sprintf formatting to separate sourcePanu Matilainen1-59/+0
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-1/+1
2008-05-12Start (re-)joining librpmdb and librpmPanu Matilainen1-0/+178
2001-11-19- header handling moved to librpmdb to avoid linkage loops.jbj1-187/+0
2001-10-27- legacy signatures always checked where possible on package read.jbj1-1/+1
2001-10-16Factor -type problems into explicit code annotations.jbj1-0/+2
2001-10-15Explicit branchstate annotations.jbj1-0/+1
2001-09-24Move to lclint-3.0.0.15, revisit and clean up annotations.jbj1-1/+1
2001-08-15- always use dl size in regionSwab() return.jbj1-1/+1
2001-08-13- fix: segfault on headerFree given malicious data.jbj1-1/+3
2001-06-28- fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.jbj1-1/+1
2001-06-19- finalize per-header methods, accessing headerFoo through vector.jbj1-63/+25
2001-06-19- preliminary abstraction to support per-header methods.jbj1-12/+105
2001-06-17Sync with rpm-4_0 branch.jbj1-0/+127