summaryrefslogtreecommitdiff
path: root/lib/rpmgi.c
Commit message (Expand)AuthorAgeFilesLines
* Try globs literally when there are no matchesMichal Domonkos2022-09-201-1/+1
* Fix rpmGlob() escape supportMichal Domonkos2022-06-271-3/+1
* Include rpmpgp.h only where it is actually neededJustus Winter2021-11-171-0/+1
* Shut up bogus Doxygen warnings about undocumented parametersPanu Matilainen2020-10-281-1/+1
* Remove some unnecessary assignments flagged by cppcheckVille Skyttä2016-07-291-1/+0
* Don't allow infinite recursion loop with "package file" manifestsLubos Kardos2015-05-261-1/+23
* rpmgiFree() cleanup to remove an exit point and dead assignment(s)Panu Matilainen2011-05-301-7/+6
* Eliminate dead NULL-assignments at scope-end in librpm, part VIPanu Matilainen2011-05-291-1/+1
* Clean up rpmgiGlobArgv() a bitPanu Matilainen2011-03-071-21/+14
* A few missing internal markers on librpm side tooPanu Matilainen2010-10-011-0/+1
* Differentiate between IO-errors and non-package "error" in rpmgi fooPanu Matilainen2010-09-081-8/+7
* Fix fallout from rpmgi.h moving to internal pathPanu Matilainen2010-03-231-1/+1
* Oops, remember to free transaction set in rpmgiPanu Matilainen2010-03-221-0/+1
* Lose the useless rpmts refcounting debug messages + debug switchesPanu Matilainen2010-03-221-1/+1
* Dont bother hanging onto header in rpmgiPanu Matilainen2010-03-191-36/+12
* Lose some unused leftover rpmgi gooPanu Matilainen2010-03-191-7/+0
* Return headers from rpmgiNext() directlyPanu Matilainen2010-03-191-9/+4
* Pass args and flags to rpmgi constructor already, lose rpmgiSetArgs()Panu Matilainen2010-03-191-17/+7
* Rip RPMDBI_PACKAGES iteration support out of rpmgiPanu Matilainen2010-03-191-98/+3
* One helluva complicated way to pass our own arg back to usPanu Matilainen2010-03-191-25/+4
* Eliminate RPMDBI_ADDED iterator mode from rpmgiPanu Matilainen2010-03-191-27/+0
* Eliminate hysterical --hdlist query option and everything implementing itPanu Matilainen2010-03-191-34/+1
* Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen2010-03-191-126/+2
* Lose useless rpmgi reference countingPanu Matilainen2010-03-191-32/+0
* Lose the hidden and useless transaction add/order through rpmgi hackeryPanu Matilainen2010-03-191-38/+0
* Lose unused rpmgiTs()Panu Matilainen2010-03-191-5/+0
* Move <errno.h> include out of system.h to the places that need itPanu Matilainen2010-01-051-0/+2
* Use rpmFileHasSuffix() instead of doing the same manuallyPanu Matilainen2009-08-311-3/+1
* Removing extra useless 'break' statement lines and unhandled FTS_FOO cases.Rakesh Pandit2009-06-021-17/+1
* - Removed unnecessary rpmdbFreeIterator call and moved them to enditer label.Rakesh Pandit2009-04-231-8/+5
* Unknown tag is an errorPanu Matilainen2008-10-081-1/+1
* Make "not an rpm or manifest" message an error, not just noticePanu Matilainen2008-10-061-1/+1
* Add error message on query of unsupported files (rhbz#461362)Panu Matilainen2008-09-181-0/+2
* Remove solvedb API and other related stuffPanu Matilainen2008-07-041-5/+0
* Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen2008-05-211-1/+1
* Use argvNew() instead of manual xcalloc()Panu Matilainen2008-04-211-1/+1
* ARGV_t const pendantryPanu Matilainen2008-04-071-3/+3
* Another pile of read-only constants marked as such..Panu Matilainen2008-03-071-3/+3
* Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen2008-02-051-3/+3
* Include spring-cleaningPanu Matilainen2008-01-301-5/+3
* rpmlib.h mass evictionPanu Matilainen2008-01-301-1/+2
* rpmgi.h doesn't need rpmte and rpmts headers, implementation doesPanu Matilainen2008-01-301-0/+1
* Handle spaces in file path arguments correctly (#217258)Panu Matilainen2008-01-091-1/+3
* Remove bogus const from rpmGlob argv return typePanu Matilainen2007-12-181-1/+1
* Couple of bogus const removals from rpmgi and rpmds structsPanu Matilainen2007-12-151-1/+1
* Another bunch of bogus const removalsPanu Matilainen2007-12-141-2/+2
* Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen2007-12-131-4/+4
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-7/+7
* Fix query return codes (rhbz#244236)Panu Matilainen2007-12-051-4/+20
* Eliminate debug junk from the APIPanu Matilainen2007-12-041-4/+4