summaryrefslogtreecommitdiff
path: root/lib/query.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-08Add cli-switch to query for license filesPanu Matilainen1-0/+4
2012-07-03Recognize relative paths as such in --whatprovides queryPanu Matilainen1-2/+2
2011-08-29Use RPMDBI_INSTFILENAMES on file queries as wellPanu Matilainen1-1/+2
2011-05-31Remove dead NULL-assignment before reassignPanu Matilainen1-1/+1
2011-05-31Remove superfluous localtime() callPanu Matilainen1-3/+1
2011-05-31Remove bogus condition on provide checking in queryPanu Matilainen1-3/+2
2011-05-30Eliminate bunch of dead assignments on ts vsflagsPanu Matilainen1-1/+1
2011-05-29Eliminate dead NULL-assignments at scope-end in librpm, part VIPanu Matilainen1-5/+5
2011-03-04Remove unused nowtm variablePanu Matilainen1-2/+0
2010-10-22Meh, one missed rpmTag -> rpmTagVal change in queryPanu Matilainen1-1/+1
2010-10-22Change all internal uses of rpmtsInitIterator() to use DBI tagsPanu Matilainen1-9/+9
2010-10-22Switch lone rpmTag use in query to rpmTagValPanu Matilainen1-1/+1
2010-10-22Eliminate useless --fileid query selectorPanu Matilainen1-26/+0
2010-10-12Add support for querying source rpm from spec tooPanu Matilainen1-1/+2
2010-10-04Further streamline rpmcliArgIter() and friendsPanu Matilainen1-13/+12
2010-09-21Use the new tag type/return type getters everywherePanu Matilainen1-1/+1
2010-09-08Turn rpmQueryVerify() into query iterator initializerPanu Matilainen1-30/+15
2010-09-08Lift the remaining oddball case out of rpmQueryVerify()Panu Matilainen1-5/+7
2010-09-08Eliminate qva_mi and qva_gi from rpmQVKArgumentsPanu Matilainen1-45/+42
2010-09-08Eliminate some dozen redundant rpmcliShowMatches() callsPanu Matilainen1-22/+14
2010-09-08Cut some extra twists from the query mazePanu Matilainen1-14/+8
2010-09-08Eliminate rpmQueryVerify() from librpm APIPanu Matilainen1-1/+1
2010-09-08Urk, mixed up in branches and wrong stuff getting pushed. Revert.Panu Matilainen1-45/+53
2010-09-07Beat a little bit of sense into rpmQueryVerify()Panu Matilainen1-50/+42
2010-09-07Mark ts argument unused in bunch of query APIsPanu Matilainen1-3/+3
2010-09-07Eliminate rpmcliShowMatches() from librpm APIPanu Matilainen1-1/+1
2010-09-03Use the common rpmcliQueryFlags for signature verify options in rpm cli tooPanu Matilainen1-3/+3
2010-03-23Fix fallout from rpmgi.h moving to internal pathPanu Matilainen1-1/+1
2010-03-19Dont bother hanging onto header in rpmgiPanu Matilainen1-0/+1
2010-03-19Return headers from rpmgiNext() directlyPanu Matilainen1-5/+2
2010-03-19Pass args and flags to rpmgi constructor already, lose rpmgiSetArgs()Panu Matilainen1-14/+3
2010-03-19Rip RPMDBI_PACKAGES iteration support out of rpmgiPanu Matilainen1-2/+48
2010-03-19One helluva complicated way to pass our own arg back to usPanu Matilainen1-7/+2
2010-03-19Eliminate hysterical --hdlist query option and everything implementing itPanu Matilainen1-4/+0
2010-03-19Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen1-8/+2
2010-03-19Lose the hidden and useless transaction add/order through rpmgi hackeryPanu Matilainen1-10/+0
2010-03-19Lose unused qva_char and qva_rc fields from rpmQVKArguments structPanu Matilainen1-2/+2
2010-01-05Move <ctype.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2009-10-28Dont bother calculating hardlink counts when the value is not usedPanu Matilainen1-1/+1
2009-09-22Remove no longer necessary RPMDBI_PACKAGES special casingPanu Matilainen1-4/+0
2009-09-22Unbreak --tid and --querybynumberPanu Matilainen1-34/+10
2009-09-15Take non-gi errors into account too (SuseBug:527191)Panu Matilainen1-1/+1
2009-09-07Eliminate bunch of unused variablesPanu Matilainen1-2/+1
2009-09-02Use %{nvra} as default query format, much simpler...Panu Matilainen1-1/+1
2009-07-23Kill off lclint remnants everywherePanu Matilainen1-1/+0
2009-04-23Cleanup: Move similar patterns in rpmcliArgIter to rpmcliArgIterHelper.Rakesh Pandit1-51/+27
2009-03-13- Cleanup: removing unnecessary repeated code.Rakesh Pandit1-9/+0
2008-12-15Check for termination signals during query loopsPanu Matilainen1-0/+2
2008-11-18Limit the data rpmfi loads in queryPanu Matilainen1-1/+5