summaryrefslogtreecommitdiff
path: root/lib/rpmlib.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-19Move leftover signature stuff from rpmlib.h to signature.hPanu Matilainen1-22/+0
2008-07-09Check for _RPM_4_4_COMPAT in rpmlib.h tooPanu Matilainen1-0/+2
2008-07-08Include legacy compat from rpmlib.h to cover maximum groundPanu Matilainen1-0/+1
2008-07-03Parameter name + doc mismatch on rpmVerifySignature()Panu Matilainen1-1/+1
2008-07-01Pass keyring, not the full ts to lowlevel signature routinesPanu Matilainen1-1/+1
2008-06-30Detach pgp digest from transaction setPanu Matilainen1-4/+3
2008-06-30Detach signature tag data from transaction setPanu Matilainen1-4/+2
2008-06-12Change rpmGetFilesystemUsage() size args to rpm_loff_tPanu Matilainen1-2/+2
2008-05-21Slight tweak to rpmvercmp() docs as suggested by PixelPanu Matilainen1-1/+1
2008-05-12Move headerVerifyInfo() to header.[ch] where it logically belongsPanu Matilainen1-11/+0
2008-04-03Start eliminating static buffers from header/signature checksPanu Matilainen1-2/+2
2008-03-07Further constants made readonly...Panu Matilainen1-4/+4
2008-02-05Port some rpmds improvements from rpm5.orgPanu Matilainen1-24/+0
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen1-1/+1
2008-02-03Stuff signature tags to rpmtag.h along with other tags, add enum typedefPanu Matilainen1-19/+0
2008-01-30Include spring-cleaningPanu Matilainen1-1/+2
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-1/+2
2008-01-30Move HGE and related prototypes to header.hPanu Matilainen1-75/+0
2008-01-30Stick relocation struct to rpmfi, typedef to rpmtypes...Panu Matilainen1-8/+0
2008-01-30Move rpmRC definition to rpmtypesPanu Matilainen1-11/+0
2008-01-30Move rpmts and other major data typedefs to rpmtypes from rpmlibPanu Matilainen1-42/+0
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-4/+4
2007-12-18Remove bogus const from rpmInstallSource*() parametersPanu Matilainen1-2/+2
2007-12-16Remove const from bunch of error message return typesPanu Matilainen1-4/+2
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-5/+5
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-4/+4
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-5/+5
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-3/+3
2007-12-03Rename _rpmdbMatchIterator -> rpmdbMatchIterator_sPanu Matilainen1-1/+1
2007-12-03Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.hPanu Matilainen1-297/+1
2007-12-02Move rpmprobFilterFlag enums to rpmps where they logically belongPanu Matilainen1-16/+0
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen1-69/+0
2007-12-02Move rpmtransFlags enums to rpmts.h where it logically belongsPanu Matilainen1-55/+0
2007-12-02Move file action enums to rpmfi where they logically belongPanu Matilainen1-21/+0
2007-12-02Move RPMFILE_* file attributes to rpmfi.hPanu Matilainen1-22/+0
2007-12-02Move file state defs to rpmfi where they logically belongPanu Matilainen1-12/+0
2007-12-02Move file type enums to rpmfi where it logically belongsPanu Matilainen1-17/+0
2007-12-01Move headerN(E)VR(A) declarations from rpmlib.h to header.hPanu Matilainen1-30/+0
2007-12-01Add separate public header for callback declarationsPanu Matilainen1-1/+0
2007-11-23Add a bunch of missing groupings to rpmlib.h itemsPanu Matilainen1-14/+16
2007-11-23Add rpmtag + tag api doxygen group to librpm + hacking docsPanu Matilainen1-5/+5
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-11-08Kill off deprecated and unused rpmGetMachine() entirelyPanu Matilainen1-11/+0
2007-11-08Remove rpmSetMachine() from APIPanu Matilainen1-12/+0
2007-11-08Remove rpmGetVar, rpmSetVar from APIPanu Matilainen1-21/+0
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-6/+6
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-1/+0
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius1-4/+4
2007-09-26Remove the deprecated rpmlead definitions from public headersPanu Matilainen1-28/+0
2007-09-21Hide rpmtag index details from the apiPanu Matilainen1-15/+3