summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen9-91/+99
2007-12-19Const-pedantry here and there...Panu Matilainen2-8/+8
2007-12-18Avoid exiting too early due to nested rpmdbCheckSignals()Panu Matilainen1-1/+1
2007-12-18Stick constfree to extension cache cleanupPanu Matilainen1-1/+1
2007-12-18Drop bogus const from headerFreeTag() data pointerPanu Matilainen4-8/+6
2007-12-18Drop bogus const from temp variablePanu Matilainen1-1/+1
2007-12-18Remove bogus const from rpmdb match iterator contentsPanu Matilainen1-4/+4
2007-12-18Use constfree for rpmdb_s contents for nowPanu Matilainen3-13/+13
2007-12-18Use constfree for rpmhash key + data for nowPanu Matilainen1-2/+2
2007-12-17Drop const from temporary variablePanu Matilainen1-1/+1
2007-12-17Unbreak array query formatsPanu Matilainen1-5/+7
2007-12-16Stupid reversed-logic thinko..Panu Matilainen1-1/+1
2007-12-16Remove const from bunch of error message return typesPanu Matilainen2-13/+13
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen2-6/+6
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen2-8/+8
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-2/+2
2007-12-14Bunch of const char* correctionsPanu Matilainen1-1/+1
2007-12-14Bunch of silly ssize_t castsPanu Matilainen1-3/+3
2007-12-14More misc size_t issuesPanu Matilainen1-1/+1
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen10-80/+81
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen12-102/+103
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen2-6/+8
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen8-57/+61
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen18-46/+46
2007-12-03Remove double documentation from header methods to make doxygen shut upPanu Matilainen1-224/+0
2007-12-03Rename _rpmdbMatchIterator -> rpmdbMatchIterator_sPanu Matilainen1-1/+1
2007-12-03Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.hPanu Matilainen1-3/+4
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen1-0/+1
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen1-3/+3
2007-12-01Erm, stuff headerIsSource() implementation to hdrNVR with other cruftPanu Matilainen2-4/+7
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 Matilainen2-0/+83
2007-12-01(no)dirtokens is just a build-time option nowPanu Matilainen1-5/+0
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-28Remove code duplicationPanu Matilainen1-15/+1
2007-11-27Revert the buggy dbiFindByLabel() epoch handling for nowPanu Matilainen1-30/+9
2007-11-27Comment out hRET_s and HE_s for now...Panu Matilainen1-0/+3
2007-11-27Move legacy%#¤%#¤ to librpm now that it can move..Panu Matilainen4-392/+0
2007-11-27Drop support for old style file tags in rpmdbPanu Matilainen1-3/+0
2007-11-27Teach dbiFindByLabel() to grok epochsPanu Matilainen1-9/+30
2007-11-26Eliminate type "byte"Ralf Corsépius1-4/+4
2007-11-25Remove unnecessary deps on NSS.Ralf Corsépius1-3/+1
2007-11-23Reflect changes to include files.Ralf Corsépius1-1/+0
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius13-17/+17
2007-11-23Move rpmCleanPath from macros to rpmfileutil.hPanu Matilainen2-1/+2
2007-11-23Move rpmioMkpath from rpmio.h to rpmfileutil.hPanu Matilainen2-2/+4
2007-11-23librpmdb doesn't need rpmio private headers anymorePanu Matilainen1-1/+0
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen2-225/+0
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen4-2/+4