summaryrefslogtreecommitdiff
path: root/rpmdb/header.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-09Add headerGetEVR() convenience functionPanu Matilainen1-0/+8
2008-04-09Make headerNEVRA() actually return epoch tooPanu Matilainen1-1/+1
2008-04-06Eliminate the uuuuugly and unsafe static tagname bufferPanu Matilainen1-1/+2
2008-03-06Make headerCopyTags() tag list const, the list isn't modified..Panu Matilainen1-1/+2
2008-03-06Mark rpm tag tables read-only as far as we can..Panu Matilainen1-2/+2
2008-02-22Remove ancient commentary from header.hPanu Matilainen1-67/+0
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-18/+18
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-17/+17
2008-02-05Couple of missed type abstractionsPanu Matilainen1-1/+1
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-12/+20
2008-01-30Move HGE and related prototypes to header.hPanu Matilainen1-0/+75
2008-01-30Move rpmTagType stuff to rpmtag.h now that they can movePanu Matilainen1-49/+0
2008-01-30Uninline headerFreeData()Panu Matilainen1-12/+1
2008-01-30Move header and -iterator to rpmtypesPanu Matilainen1-8/+0
2008-01-30Move header tagdata types from header.h to rpmtypes.hPanu Matilainen1-14/+0
2008-01-30Add stub rpmtypes.h header stubPanu Matilainen1-1/+1
2008-01-04Saner RPM_FORCEFREE_TYPE definitionPanu Matilainen1-1/+1
2008-01-02Use size_t, not int for header format padding argsPanu Matilainen1-1/+1
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-13/+15
2007-12-18Drop bogus const from headerFreeTag() data pointerPanu Matilainen1-3/+3
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-17/+18
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-13/+13
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-10/+11
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-12-01Erm, stuff headerIsSource() implementation to hdrNVR with other cruftPanu Matilainen1-4/+2
2007-12-01Silly helper method for determining if a header is source or binaryPanu Matilainen1-0/+9
2007-12-01Move headerN(E)VR(A) declarations from rpmlib.h to header.hPanu Matilainen1-0/+30
2007-12-01Move hGet*() funcs from rpmts, rename to headerGet*()Panu Matilainen1-0/+23
2007-11-27Comment out hRET_s and HE_s for now...Panu Matilainen1-0/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-22/+22
2007-10-24Add rpmdb/rpmints.h.in.Ralf Corsépius1-14/+1
2007-10-16Don't include stdio.h.Ralf Corsépius1-1/+0
2007-10-10Un-inline common header access functionsPanu Matilainen1-5/+300
2007-10-10Move per-header method typedefs etc out of main header.hPanu Matilainen1-366/+1
2007-10-06Add quotes to \# in doxygen blocks.Ralf Corsépius1-2/+2
2007-10-05Remove stray splint comment.Ralf Corsépius1-1/+1
2007-09-21Hide rpmtag index details from the apiPanu Matilainen1-14/+0
2007-09-11Remove splint tags.Ralf Corsépius1-122/+58
2007-07-16Use binary search for looking up tag values + types.Panu Matilainen1-0/+25
2007-07-16Duh, forgot to bring in RPM_MASK_TYPE definitionPanu Matilainen1-1/+2
2007-07-16Automatic return types for header tags.Panu Matilainen1-0/+13
2004-06-15Orphan.jbj1-0/+1
2003-03-12- --queryformat '[%{*:xml}\n]' to dump header content in XML.jbj1-12/+4
2003-03-10- upgrade to zlib-1.2.beta7.jbj1-8/+15
2002-12-28- error if querying with iterator on different sized arrays.jbj1-5/+5
2002-11-19Correct doxygen-1.2.18 warnings.jbj1-1/+1
2002-10-18- add debug sub-package patch.jbj1-2/+2
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-13/+6