summaryrefslogtreecommitdiff
path: root/lib/header_internal.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-22Lose the now empty header_internal.c sourcePanu Matilainen1-12/+0
2009-12-22Move htonll() into header.c and make static, not needed elsewherePanu Matilainen1-7/+0
2009-12-22Move the legacy compatibility goo into legacy.cPanu Matilainen1-142/+0
2009-09-10Rip unnecessary headerDump() and the last ancient artifacts using itPanu Matilainen1-132/+0
2009-09-10Rip unused and useless headerGetLangs()Panu Matilainen1-20/+0
2009-07-23Kill off lclint remnants everywherePanu Matilainen1-1/+1
2008-07-08Limit the exposure of rpmlegacy.h stuff to bare minimumPanu Matilainen1-3/+3
2008-07-08Shove header legacy interfaces into rpmlegacy.hPanu Matilainen1-0/+3
2008-06-23Avoid silly deprecation warning on headerFreeData()Panu Matilainen1-2/+7
2008-06-18Switch around headerAdd*Entry() family vs headerPut()Panu Matilainen1-0/+29
2008-06-18Switch around headerMod() and headerModifyEntry()Panu Matilainen1-0/+12
2008-06-18Stuff legacy compat wrappers out of sight into header_internal.cPanu Matilainen1-0/+93
2008-06-06Handle RPM_INT64_TYPE in header functionsJindrich Novy1-1/+3
2008-06-06Introduce htonll()Jindrich Novy1-0/+8
2008-05-21Ditch the tagtable argument of (internal) headerDump() functionPanu Matilainen1-11/+2
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-1/+1
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-2/+2
2008-05-12Start (re-)joining librpmdb and librpmPanu Matilainen1-0/+170
2001-11-19- header handling moved to librpmdb to avoid linkage loops.jbj1-170/+0
2001-10-16Factor -type problems into explicit code annotations.jbj1-0/+2
2001-10-16More lclint annotations.jbj1-0/+2
2001-10-13More lclint annotations.jbj1-18/+37
2001-06-28- fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.jbj1-2/+2
2001-06-19- preliminary abstraction to support per-header methods.jbj1-5/+24
2001-06-17Sync with rpm-4_0 branch.jbj1-0/+128