summaryrefslogtreecommitdiff
path: root/lib/rpmgi.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen1-2/+4
2010-03-19Dont bother hanging onto header in rpmgiPanu Matilainen1-1/+1
2010-03-19Lose some unused leftover rpmgi gooPanu Matilainen1-4/+0
2010-03-19Return headers from rpmgiNext() directlyPanu Matilainen1-10/+2
2010-03-19Eliminate rpmgi from public API & ABIPanu Matilainen1-0/+5
2010-03-19Pass args and flags to rpmgi constructor already, lose rpmgiSetArgs()Panu Matilainen1-15/+3
2010-03-19One helluva complicated way to pass our own arg back to usPanu Matilainen1-8/+0
2010-03-19Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen1-15/+1
2010-03-19Lose useless rpmgi reference countingPanu Matilainen1-16/+0
2010-03-19Lose the hidden and useless transaction add/order through rpmgi hackeryPanu Matilainen1-9/+0
2010-03-19Lose unused rpmgiTs()Panu Matilainen1-7/+0
2008-04-07ARGV_t const pendantryPanu Matilainen1-1/+1
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-1/+1
2008-01-30rpmgi.h doesn't need rpmte and rpmts headers, implementation doesPanu Matilainen1-2/+0
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen1-1/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-4/+4
2007-12-05Fix query return codes (rhbz#244236)Panu Matilainen1-1/+14
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-12/+1
2007-11-29Export FTS_* options through rpmgi.h as RPMGI_*Panu Matilainen1-0/+12
2007-11-28Add rpmgiGetFlags() method to avoid rpmgi_internal.h in queryPanu Matilainen1-0/+2
2007-11-23Add doxygen grouping to rpmgi methodsPanu Matilainen1-10/+11
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-4/+4
2007-10-29Split out rpmgi_internal.h from rpmgi.hRalf Corsépius1-33/+0
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius1-4/+4
2007-10-08Use 'file' instead of '<file>' to work around include path issues.Ralf Corsépius1-4/+4
2007-09-17Make fts.h a private headerPanu Matilainen1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-56/+16
2004-10-26Getter/setter methods for isSource and Header from rpmte.jbj1-0/+4
2004-10-26Splint fiddles.jbj1-3/+6
2004-10-25Add options to populate transaction set while iterating.jbj1-0/+3
2004-10-24Iterate on RPMQV_ALL, adding filters to match iterator from argv.jbj1-0/+1
2004-10-24Arg iteration for --query and --verify, everything but RPMQV_ALL.jbj1-1/+2
2004-10-24Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}.jbj1-3/+14
2004-10-20Doxygen fiddles.jbj1-5/+8
2004-10-20Add rpmtsCheck() and rpmtsOrder() to iterator.jbj1-1/+4
2004-10-19Stare at a redhat-artwork problem in rpmal.c with multiple versions,jbj1-0/+9
2004-10-19Change options to specify type of iteration.jbj1-2/+2
2004-10-19Merge iterator types into pseudo tags.jbj1-16/+15
2004-10-19Store path to header in iterator.jbj1-40/+14
2004-10-19Attach header reference to the iterator.jbj1-1/+10
2004-10-18Isolate most state changes in rpmgiNext, with lazy open/close.jbj1-8/+49
2004-10-18Add generalized iterator to rpmlib.jbj1-16/+16
2004-10-17Glob ftswalk/arglist args always.jbj1-1/+1
2004-10-17Add manifests to --arglist processing.jbj1-2/+2
2004-10-14Hack in hdlist queries.jbj1-0/+3
2004-10-10Add --qf to rpmgi.jbj1-0/+11
2004-10-10Create generic iterator (needs work).jbj1-0/+119