summaryrefslogtreecommitdiff
path: root/lib/rpmgi.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-25Add options to populate transaction set while iterating.jbj1-2/+52
2004-10-25Stub out rpmgiWalkPathFilter, prior to teaching rpmcache about rpmgi.jbj1-30/+61
2004-10-25Add undocumented --hdlist and --ftswalk query/verify sources.jbj1-7/+8
2004-10-25Use rpmgi glob and manifest load for --package.jbj1-0/+4
2004-10-24Iterate on RPMQV_ALL, adding filters to match iterator from argv.jbj1-12/+70
2004-10-24Arg iteration for --query and --verify, everything but RPMQV_ALL.jbj1-14/+16
2004-10-24Explicit rpmgiFlags enum defined, add RPMGI_{NOGLOB,NOMANIFEST,NOHEADER}.jbj1-18/+37
2004-10-20Add rpmtsCheck() and rpmtsOrder() to iterator.jbj1-3/+14
2004-10-19Stare at a redhat-artwork problem in rpmal.c with multiple versions,jbj1-0/+7
2004-10-19Change options to specify type of iteration.jbj1-1/+1
2004-10-19Merge iterator types into pseudo tags.jbj1-50/+19
2004-10-19Store path to header in iterator.jbj1-88/+31
2004-10-19Attach header reference to the iterator.jbj1-68/+88
2004-10-18Isolate most state changes in rpmgiNext, with lazy open/close.jbj1-161/+309
2004-10-18Add generalized iterator to rpmlib.jbj1-13/+42
2004-10-17Glob ftswalk/arglist args always.jbj1-5/+14
2004-10-17Add manifests to --arglist processing.jbj1-10/+48
2004-10-14Open ftswalk/argv paths to permit --qf on header.jbj1-2/+46
2004-10-14Hack in hdlist queries.jbj1-1/+16
2004-10-10Add --qf to rpmgi.jbj1-5/+46
2004-10-10Create generic iterator (needs work).jbj1-0/+212