Add support for global LDFLAGS
[platform/upstream/rpm.git] / lib / poptQV.c
2012-11-08 Panu MatilainenAdd cli-switch to query for license files
2011-07-13 Panu MatilainenOnly increment number of query/verify sources when...
2010-11-15 Panu MatilainenHide obsolete --nomd5 switches from help output
2010-10-22 Panu MatilainenEliminate useless --fileid query selector
2010-10-04 Panu MatilainenLift specfile query out of main rpm(query) into separat...
2010-10-04 Panu MatilainenSimplify queryformat popt callback handling
2010-09-21 Panu MatilainenQueryformat string sanity in queryArgCallback()
2010-09-03 Panu MatilainenRip IAM_RPMK, ie --import and --checksig modes out...
2010-09-03 Panu MatilainenRrrriiip the addsign/resign/delsign bits out of rpmqv...
2010-09-03 Panu MatilainenRemove hysterically useless RPMSIGN_NONE + --sign popt...
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 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...
2009-07-14 Panu MatilainenHonor --nofiledigest on install too (RhBug:508021)
2009-03-19 Panu MatilainenShow query/verify selection options just once in -...
2009-03-02 Jindrich NovyFix documentation and help for the md5 -> filedigest...
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2008-10-26 Panu MatilainenBeginnings of file capability (POSIX.1e draft 15) verif...
2008-07-07 Panu MatilainenKick out ancient, useless and hidden --specedit option
2008-03-31 Panu MatilainenDead code removal (popt switches)
2008-01-02 Panu MatilainenAssorted int -> size_t corrections for string lengths
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-28 Ralf CorsépiusInclude "rpmgi.h" instead of <rpmgi.h>.
2007-10-28 Ralf CorsépiusInclude "rpmcli.h" instead of <rpmcli.h>.
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-08-27 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-08-27 Ralf CorsépiusRemove dependency on librpmbuild.
2004-11-10 jbj- add --delsign to purge packages of digital signatures.
2004-10-25 jbjAdd options to populate transaction set while iterating.
2004-10-25 jbjWire ftsOpts globally.
2004-10-25 jbjStub out rpmgiWalkPathFilter, prior to teaching rpmcach...
2004-10-25 jbjAdd undocumented --hdlist and --ftswalk query/verify...
2003-12-25 jbjAdd lsetfilecon to install modes.
2003-12-25 jbjVerify file contexts from file security context patterns.
2002-08-03 jbjRemove dbi_tear_down, now that rpmdb's are closed on...
2002-07-31 jbj- make --querytags a common option, fix errant regex...
2002-07-29 jbj- update trpm.
2002-07-28 jbj- popt: display sub-table options only once on --usage.
2002-07-24 jbj- verify signatures/digests retrieved through rpmdbNext...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-10 jbjDocument file attribute opt outs in verify mode.
2002-04-14 jbj- use build time to choose one of multiple alternative...
2002-03-12 jbjSanity.
2002-03-12 jbj- permit --dbpath and --root with signature (i.e. ...
2002-03-08 jbj- wire --nodigest/--nosignature options to checksig...
2002-02-04 jbj- generate index for pkgid (aka Sigmd5) tag, query...
2002-01-28 jbjAvoid accidental collisions with POPT_BIT_SET for flags...
2001-10-25 jbj- legacy signatures always checked on -qp and -Vp.
2001-10-19 jbjRewire digests, step 1.
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-06-20 jbj- fix: rpm -qlv link count for directories dinna includ...
2001-06-12 jbj- remove rpmrc Provides: Yet Again, use virtual packages.
2001-06-08 jbj- fix: QUERY_FOR_LIST file count clobbered.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-01-01 jbj- use popt autohelp for rpm helper binaries.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-08-27 jbjDoxygen annotations.
2000-06-11 jbjFix db return code handling, majorly horked.
2000-06-01 jbjSplit popt glue into lib/popt{BT,QV}.c.