[4.0] Use strip (instead of eu-strip) to support --strip-debug of *.so at build time
[platform/upstream/rpm.git] / lib / query.c
2012-11-08 Panu MatilainenAdd cli-switch to query for license files
2012-07-03 Panu MatilainenRecognize relative paths as such in --whatprovides...
2011-08-29 Panu MatilainenUse RPMDBI_INSTFILENAMES on file queries as well
2011-05-31 Panu MatilainenRemove dead NULL-assignment before reassign
2011-05-31 Panu MatilainenRemove superfluous localtime() call
2011-05-31 Panu MatilainenRemove bogus condition on provide checking in query
2011-05-30 Panu MatilainenEliminate bunch of dead assignments on ts vsflags
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-03-04 Panu MatilainenRemove unused nowtm variable
2010-10-22 Panu MatilainenMeh, one missed rpmTag -> rpmTagVal change in query
2010-10-22 Panu MatilainenChange all internal uses of rpmtsInitIterator() to...
2010-10-22 Panu MatilainenSwitch lone rpmTag use in query to rpmTagVal
2010-10-22 Panu MatilainenEliminate useless --fileid query selector
2010-10-12 Panu MatilainenAdd support for querying source rpm from spec too
2010-10-04 Panu MatilainenFurther streamline rpmcliArgIter() and friends
2010-09-21 Panu MatilainenUse the new tag type/return type getters everywhere
2010-09-08 Panu MatilainenTurn rpmQueryVerify() into query iterator initializer
2010-09-08 Panu MatilainenLift the remaining oddball case out of rpmQueryVerify()
2010-09-08 Panu MatilainenEliminate qva_mi and qva_gi from rpmQVKArguments
2010-09-08 Panu MatilainenEliminate some dozen redundant rpmcliShowMatches()...
2010-09-08 Panu MatilainenCut some extra twists from the query maze
2010-09-08 Panu MatilainenEliminate rpmQueryVerify() from librpm API
2010-09-08 Panu MatilainenUrk, mixed up in branches and wrong stuff getting pushe...
2010-09-07 Panu MatilainenBeat a little bit of sense into rpmQueryVerify()
2010-09-07 Panu MatilainenMark ts argument unused in bunch of query APIs
2010-09-07 Panu MatilainenEliminate rpmcliShowMatches() from librpm API
2010-09-03 Panu MatilainenUse the common rpmcliQueryFlags for signature verify...
2010-03-23 Panu MatilainenFix fallout from rpmgi.h moving to internal path
2010-03-19 Panu MatilainenDont bother hanging onto header in rpmgi
2010-03-19 Panu MatilainenReturn headers from rpmgiNext() directly
2010-03-19 Panu MatilainenPass args and flags to rpmgi constructor already, lose...
2010-03-19 Panu MatilainenRip RPMDBI_PACKAGES iteration support out of rpmgi
2010-03-19 Panu MatilainenOne helluva complicated way to pass our own arg back...
2010-03-19 Panu MatilainenEliminate hysterical --hdlist query option and everythi...
2010-03-19 Panu MatilainenEliminate --wtfwalk .. err, --ftswalk and everything...
2010-03-19 Panu MatilainenLose the hidden and useless transaction add/order throu...
2010-03-19 Panu MatilainenLose unused qva_char and qva_rc fields from rpmQVKArgum...
2010-01-05 Panu MatilainenMove <ctype.h> include out of system.h to the places...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2009-10-28 Panu MatilainenDont bother calculating hardlink counts when the value...
2009-09-22 Panu MatilainenRemove no longer necessary RPMDBI_PACKAGES special...
2009-09-22 Panu MatilainenUnbreak --tid and --querybynumber
2009-09-15 Panu MatilainenTake non-gi errors into account too (SuseBug:527191)
2009-09-07 Panu MatilainenEliminate bunch of unused variables
2009-09-02 Panu MatilainenUse %{nvra} as default query format, much simpler...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-04-23 Rakesh PanditCleanup: Move similar patterns in rpmcliArgIter to...
2009-03-13 Rakesh Pandit- Cleanup: removing unnecessary repeated code.
2008-12-15 Panu MatilainenCheck for termination signals during query loops
2008-11-18 Panu MatilainenLimit the data rpmfi loads in query
2008-11-03 Panu MatilainenEnsure PATH_MAX is defined (ticket #3) Adam Tkac
2008-10-30 Panu MatilainenConvert in-tree users of rpmfiNew() to use flag names
2008-10-06 Panu MatilainenMalformed query query items (pkid's and such) are errors
2008-09-18 Panu MatilainenRemove pointless non-NULL check
2008-09-18 Panu MatilainenSave some screen estate by initializing on declaration..
2008-07-04 Panu MatilainenrpmfiFNlink() returns unsigned int
2008-06-16 Panu MatilainenUse PRIu64 for file size formatter in queries
2008-06-12 Panu MatilainenMake rpmfiFSize() return rpm_loff_t type, fixup callers
2008-06-11 Jindrich NovyUse rpm_loff_t in printFileInfo()
2008-06-02 Panu MatilainenChange rpmTagGetNames() interface to more like that...
2008-06-02 Panu MatilainenPermit non-md5 digests on --fileid queries
2008-06-02 Panu MatilainenUse RPMTAG_FILEDIGESTS instead of MD5S internally
2008-06-02 Panu MatilainenrpmfiFDigestHex() instead of manual hex conversion
2008-06-02 Panu MatilainenOn a second thought, rename rpmfiDigest() to rpmfiFDige...
2008-06-02 Panu MatilainenConvert showQueryPackage() to use rpmfiDigest()
2008-05-22 Panu MatilainenOops, rpmTagGetValue() expects tagname without RPMTAG_...
2008-05-21 Panu MatilainenDom't muck with rpmTagTable internals in rpmDisplayQuer...
2008-05-14 Panu MatilainenSimplify rpmDisplayQueryTags()
2008-05-12 Panu MatilainenSimplify header extension handling
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-04-25 Panu MatilainenAvoid alloca() on links in printFileInfo()
2008-04-17 Panu MatilainenUse rstrlcpy() for printFileInfo() username + group...
2008-04-16 Jindrich NovyKill queryHeader(), it is not used and buggy
2008-04-16 Jindrich NovyKill useless initialization to "(unkown error)"
2008-04-16 Panu MatilainenPlug a memleak from pgpHexStr() in showQueryPackage()
2008-04-16 Jindrich NovyDon't try to print buf if it's empty
2008-04-16 Jindrich NovyRemove insecure hacks in query.c
2008-04-16 Jindrich NovyRemove useless statements from showQueryPackage()
2008-04-08 Panu MatilainenEliminate four copy-paste versions of nibble(), stick...
2008-04-07 Panu MatilainenEliminate several copy-paste hex converters, use pgpHex...
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-04-04 Panu MatilainenRename currentDirectory() to rpmGetCwd() and move to...
2008-03-07 Panu MatilainenLog message adjustments
2008-03-07 Panu MatilainenAnother pile of read-only constants marked as such..
2008-02-14 Panu MatilainenFix a bunch of string format mismatches found by gcc...
2008-02-05 Panu MatilainenAdd rpm_mode_t type, use where spotted
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-09 Panu MatilainenAvoid access(2) quirks querying symlinks, lstat(2)...
2007-12-16 Panu MatilainenFix default queryformat setting when _query_all_fmt...
2007-12-15 Panu MatilainenAnd yet more bogus const removals...
2007-12-15 Panu MatilainenAnother bunch of bogus const removals
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-05 Panu MatilainenFix query return codes (rhbz#244236)
2007-11-29 Panu MatilainenExport FTS_* options through rpmgi.h as RPMGI_*
2007-11-28 Panu MatilainenAdd rpmgiGetFlags() method to avoid rpmgi_internal...
next