summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Remove double documention for exported header functionsPanu Matilainen1-209/+0
2008-02-04Rip the useless header method vectorsPanu Matilainen5-732/+86
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-2/+2
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen3-14/+22
2008-02-03Use rpmTag etc enums for rpmTagGet*() functionsPanu Matilainen1-12/+12
2008-01-30Include spring-cleaningPanu Matilainen7-11/+11
2008-01-30rpmlib.h mass evictionPanu Matilainen8-7/+12
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 Matilainen4-49/+3
2008-01-30Uninline headerFreeData()Panu Matilainen2-12/+12
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen1-1/+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-09Dirty hack to determine BDB .la name automaticallyPanu Matilainen1-2/+5
2008-01-07Fix field-width specifiers when no space between (rhbz#323221)Panu Matilainen1-1/+3
2008-01-04Saner RPM_FORCEFREE_TYPE definitionPanu Matilainen1-1/+1
2008-01-02Teach (unused) headerFreeTag about RPM_FORCEFREE_TYPEPanu Matilainen1-1/+1
2008-01-02Use size_t, not int for header format padding argsPanu Matilainen2-8/+8
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