summaryrefslogtreecommitdiff
path: root/lib/rpmgi.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-08Unknown tag is an errorPanu Matilainen1-1/+1
2008-10-06Make "not an rpm or manifest" message an error, not just noticePanu Matilainen1-1/+1
2008-09-18Add error message on query of unsupported files (rhbz#461362)Panu Matilainen1-0/+2
2008-07-04Remove solvedb API and other related stuffPanu Matilainen1-5/+0
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-1/+1
2008-04-21Use argvNew() instead of manual xcalloc()Panu Matilainen1-1/+1
2008-04-07ARGV_t const pendantryPanu Matilainen1-3/+3
2008-03-07Another pile of read-only constants marked as such..Panu Matilainen1-3/+3
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-01-30Include spring-cleaningPanu Matilainen1-5/+3
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2
2008-01-30rpmgi.h doesn't need rpmte and rpmts headers, implementation doesPanu Matilainen1-0/+1
2008-01-09Handle spaces in file path arguments correctly (#217258)Panu Matilainen1-1/+3
2007-12-18Remove bogus const from rpmGlob argv return typePanu Matilainen1-1/+1
2007-12-15Couple of bogus const removals from rpmgi and rpmds structsPanu Matilainen1-1/+1
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-2/+2
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-4/+4
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-7/+7
2007-12-05Fix query return codes (rhbz#244236)Panu Matilainen1-4/+20
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-4/+4
2007-11-28Lose rpmgi_internal.h, no longer neededPanu Matilainen1-1/+32
2007-11-28Add rpmgiGetFlags() method to avoid rpmgi_internal.h in queryPanu Matilainen1-0/+4
2007-11-29Bunch of compiler warnings silencedPanu Matilainen1-1/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-23Move rpmGlob() from macros to rpmfileutil.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-2/+2
2007-10-31Add rpmtsPrintSuggests() method for now, use instead of ts internals muckingPanu Matilainen1-16/+2
2007-10-30Add rpmtsCleanProblems() method for rpmgi needsPanu Matilainen1-1/+1
2007-10-29Split out rpmgi_internal.h from rpmgi.hRalf Corsépius1-2/+1
2007-10-28Include "rpmte.h" instead of <rpmte.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmgi.h" instead of <rpmgi.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmdb.h" instead of <rpmdb.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-22Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNALPanu Matilainen1-1/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-0/+1
2007-10-09Replace all uses of RPMMESS_VERBOSE with RPMLOG_INFOPanu Matilainen1-3/+3
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-1/+1
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-4/+4
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-2/+2
2007-10-05Adjust broken \file.Ralf Corsépius1-1/+1
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-2/+2
2007-09-11Remove splint tags.Ralf Corsépius1-55/+4
2007-07-10Fix bunch of string formatting warnings.Panu Matilainen1-1/+1
2007-06-15Don't try to open nonexistent file twice.Panu Matilainen1-0/+3
2004-10-26Getter/setter methods for isSource and Header from rpmte.jbj1-5/+35
2004-10-26Splint fiddles.jbj1-8/+18