summaryrefslogtreecommitdiff
path: root/lib/rpmgi.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-30rpmgiFree() cleanup to remove an exit point and dead assignment(s)Panu Matilainen1-7/+6
2011-05-29Eliminate dead NULL-assignments at scope-end in librpm, part VIPanu Matilainen1-1/+1
2011-03-07Clean up rpmgiGlobArgv() a bitPanu Matilainen1-21/+14
2010-10-01A few missing internal markers on librpm side tooPanu Matilainen1-0/+1
2010-09-08Differentiate between IO-errors and non-package "error" in rpmgi fooPanu Matilainen1-8/+7
2010-03-23Fix fallout from rpmgi.h moving to internal pathPanu Matilainen1-1/+1
2010-03-22Oops, remember to free transaction set in rpmgiPanu Matilainen1-0/+1
2010-03-22Lose the useless rpmts refcounting debug messages + debug switchesPanu Matilainen1-1/+1
2010-03-19Dont bother hanging onto header in rpmgiPanu Matilainen1-36/+12
2010-03-19Lose some unused leftover rpmgi gooPanu Matilainen1-7/+0
2010-03-19Return headers from rpmgiNext() directlyPanu Matilainen1-9/+4
2010-03-19Pass args and flags to rpmgi constructor already, lose rpmgiSetArgs()Panu Matilainen1-17/+7
2010-03-19Rip RPMDBI_PACKAGES iteration support out of rpmgiPanu Matilainen1-98/+3
2010-03-19One helluva complicated way to pass our own arg back to usPanu Matilainen1-25/+4
2010-03-19Eliminate RPMDBI_ADDED iterator mode from rpmgiPanu Matilainen1-27/+0
2010-03-19Eliminate hysterical --hdlist query option and everything implementing itPanu Matilainen1-34/+1
2010-03-19Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen1-126/+2
2010-03-19Lose useless rpmgi reference countingPanu Matilainen1-32/+0
2010-03-19Lose the hidden and useless transaction add/order through rpmgi hackeryPanu Matilainen1-38/+0
2010-03-19Lose unused rpmgiTs()Panu Matilainen1-5/+0
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+2
2009-08-31Use rpmFileHasSuffix() instead of doing the same manuallyPanu Matilainen1-3/+1
2009-06-02Removing extra useless 'break' statement lines and unhandled FTS_FOO cases.Rakesh Pandit1-17/+1
2009-04-23- Removed unnecessary rpmdbFreeIterator call and moved them to enditer label.Rakesh Pandit1-8/+5
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