summaryrefslogtreecommitdiff
path: root/lib/query.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-03Ensure PATH_MAX is defined (ticket #3) Adam TkacPanu Matilainen1-4/+0
2008-10-30Convert in-tree users of rpmfiNew() to use flag namesPanu Matilainen1-2/+1
2008-10-06Malformed query query items (pkid's and such) are errorsPanu Matilainen1-4/+4
2008-09-18Remove pointless non-NULL checkPanu Matilainen1-1/+0
2008-09-18Save some screen estate by initializing on declaration..Panu Matilainen1-23/+11
2008-07-04rpmfiFNlink() returns unsigned intPanu Matilainen1-1/+1
2008-06-16Use PRIu64 for file size formatter in queriesPanu Matilainen1-4/+5
2008-06-12Make rpmfiFSize() return rpm_loff_t type, fixup callersPanu Matilainen1-1/+1
2008-06-11Use rpm_loff_t in printFileInfo()Jindrich Novy1-5/+5
2008-06-02Change rpmTagGetNames() interface to more like that of headerGet()Panu Matilainen1-1/+2
2008-06-02Permit non-md5 digests on --fileid queriesPanu Matilainen1-6/+10
2008-06-02Use RPMTAG_FILEDIGESTS instead of MD5S internallyPanu Matilainen1-1/+1
2008-06-02rpmfiFDigestHex() instead of manual hex conversionPanu Matilainen1-5/+2
2008-06-02On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistencyPanu Matilainen1-1/+1
2008-06-02Convert showQueryPackage() to use rpmfiDigest()Panu Matilainen1-4/+7
2008-05-22Oops, rpmTagGetValue() expects tagname without RPMTAG_ prefixPanu Matilainen1-1/+1
2008-05-21Dom't muck with rpmTagTable internals in rpmDisplayQueryTags()Panu Matilainen1-16/+17
2008-05-14Simplify rpmDisplayQueryTags()Panu Matilainen1-14/+0
2008-05-12Simplify header extension handlingPanu Matilainen1-4/+0
2008-05-12Convert internal uses of headerSprintf() to headerFormat()Panu Matilainen1-1/+1
2008-04-25Avoid alloca() on links in printFileInfo()Panu Matilainen1-6/+6
2008-04-17Use rstrlcpy() for printFileInfo() username + group fieldsPanu Matilainen1-5/+2
2008-04-16Kill queryHeader(), it is not used and buggyJindrich Novy1-15/+6
2008-04-16Kill useless initialization to "(unkown error)"Jindrich Novy1-1/+1
2008-04-16Plug a memleak from pgpHexStr() in showQueryPackage()Panu Matilainen1-4/+4
2008-04-16Don't try to print buf if it's emptyJindrich Novy1-2/+4
2008-04-16Remove insecure hacks in query.cJindrich Novy1-77/+30
2008-04-16Remove useless statements from showQueryPackage()Jindrich Novy1-4/+1
2008-04-08Eliminate four copy-paste versions of nibble(), stick to rpmstring.hPanu Matilainen1-18/+2
2008-04-07Eliminate several copy-paste hex converters, use pgpHexStr() insteadPanu Matilainen1-12/+3
2008-04-07ARGV_t const pendantryPanu Matilainen1-2/+2
2008-04-04Rename currentDirectory() to rpmGetCwd() and move to librpmioPanu Matilainen1-2/+1
2008-03-07Log message adjustmentsPanu Matilainen1-1/+1
2008-03-07Another pile of read-only constants marked as such..Panu Matilainen1-2/+2
2008-02-14Fix a bunch of string format mismatches found by gcc's variadic checksPanu Matilainen1-2/+2
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen1-1/+1
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-1/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-2/+2
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-1/+1