Move key size fixups from rpmdbAdd & Remove to td2key()
[platform/upstream/rpm.git] / rpmqv.c
2008-05-05 Panu MatilainenCheck for pipe() return code on --pipe
2008-05-02 Panu MatilainenEnsure default SIGPIPE handler for --pipe (rhbz#444389)
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-03-24 Panu MatilainenRemove bogus const from rpmRelocation struct
2008-03-17 Panu MatilainenRemove rollback support
2008-03-12 Panu MatilainenRefcount dbiTags on db open+close, automatically free
2008-02-11 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2008-02-11 Panu MatilainenPlay nice with xargs
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2008-01-07 Panu MatilainenPrint --usage to stderr instead of stdout (rhbz#164021)
2007-12-18 Panu MatilainenUse constfree on relocations for now
2007-12-18 Panu MatilainenRemove bogus const from rpmInstallSource*() parameters
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-13 Panu MatilainenMake "rpmbuild -bb --quiet" quiet as should be
2007-10-28 Ralf CorsépiusInclude "rpmbuild.h" instead of <rpmbuild.h>.
2007-10-28 Ralf CorsépiusInclude "rpmcli.h" instead of <rpmcli.h>.
2007-10-27 Ralf CorsépiusStop messing around with triple-arg'ed main.
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
2007-09-21 Panu MatilainenSilence compiler whining from bad popt argv definition
2007-09-20 Panu MatilainenRename freeFilesystems() to rpmFreeFilesystems() for...
2007-09-18 Ralf CorsépiusChange main() to using char *argv[].
2007-09-17 Panu MatilainenHide db index handling and rpmdb details from the API...
2007-09-17 Ralf CorsépiusApply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAUL...
2007-09-17 Panu MatilainenRemove url caching, don't need it...
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-03 Panu MatilainenRemove a couple remaing LCLINT ifdefs
2007-08-08 Panu MatilainenFix permissions
2007-04-16 Paul NasratCheck rpmtsInitDB return value. Also patches rpm.c...
2007-04-16 Paul NasratAllow "--ignoresize" for erase operations.
2005-03-13 jbj- permit RSA/{sha1,sha256,sha384,sha512} signature...
2005-01-17 jbjBuild on macosx.
2004-11-10 jbj- add --delsign to purge packages of digital signatures.
2004-10-25 jbjWire ftsOpts globally.
2004-10-25 jbjAdd undocumented --hdlist and --ftswalk query/verify...
2004-07-05 jbj- bump rpm and popt versions to insure "newer".
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2003-01-28 jbj- fix: clean relocation path for --prefix=/.
2003-01-22 jbjExit non-zero with bogus args.
2002-12-22 jbj- simplify specfile query linkage loop.
2002-12-21 jbj- add --enable-posixmutexes when configuring on linux.
2002-12-19 jbj- add -I/usr/include/nptl, Conflicts: kernel <= 2.4.19.
2002-11-29 jbj- build with external elfutils (preferred), if available.
2002-11-16 jbj- fix: option conflict error message (#77373).
2002-10-26 jbj- fix: permit build with --disable-nls (#76258).
2002-08-06 jbj- add bitmask for precise control of signature/digest...
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- python: don't segfault in ts.GetKeys() on erased...
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-07-02 jbjadd (disabled for now) dependency check to rpmgraph.
2002-06-30 jbj- warn only once for each NOKEY/UNTRUSTED key id.
2002-06-28 jbj- fix: multiple relocations (#67596).
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-11 jbj- rescusitate --rebuild.
2002-04-08 jbjSanity.
2002-03-13 jbjPass ts and args to rpmInstall() and rpmErase().
2002-03-12 jbj- permit --dbpath and --root with signature (i.e. ...
2002-03-06 jbj- add header DSA signature.
2002-02-09 jbjSync with 4.0.4, splint clean.
2002-02-04 jbjrollback changes from 4.0.4.
2002-02-02 jbjSync with rpm-4.0.4 rollbacks.
2002-01-28 jbjpopt PAIN, sigh.
2002-01-28 jbjAvoid accidental collisions with POPT_BIT_SET for flags...
2001-11-03 jbj- depends.c: rpmDepSet is (almost) opaque, move to...
2001-10-27 jbj- transaction sets cerated in cli main.
2001-10-27 jbj- legacy signatures always checked where possible on...
2001-10-26 jbj- wire transactions through rpmcli install/erase modes.
2001-10-25 jbj- legacy signatures always checked on -qp and -Vp.
2001-10-24 jbj- wire transactions through rpmcli query/verify modes.
2001-10-23 jbj- wire transactions through rpmcli signature modes.
2001-10-23 jbj- generate an rpm header on the fly for imported pubkeys.
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
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-10-13 jbjMore lclint annotations.
2001-10-13 jbj- ratchet up to lclint "strict" level.
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-09-21 jbj- lclint-3.0.0.15 fiddles.
2001-07-28 jbj- fix: --noscripts is another multimode option.
2001-07-19 jbj- fix: 4 memory leaks eliminated.
2001-07-17 jbj- fix: _smp_flags macro broken.
2001-07-13 jbj- fix: scope multi-mode options like --nodeps correctly...
2001-07-11 jbj- unlink all __db.nnn files before 1st db open.
2001-07-10 jbj- package version now configureable, default v3.
2001-07-07 jbj- popthelp.c: don't use stpcpy to avoid portability...
2001-07-06 jbj- expose rpmShowProgress() and rpmVerifyDigest() in...
2001-06-25 jbjYet another patial harlink set fix.
2001-06-20 jbj- fix: rpm -qlv link count for directories dinna includ...
2001-06-17 jbj- popt: add POPT_ARGFLAG_SHOW_DEFAULT to display initia...
2001-06-13 jbj- add rpmdbSetIteratorRE() for regex matching in databa...
next