- --queryformat '[%{*:xml}\n]' to dump header content in XML.
[platform/upstream/rpm.git] / lib / rpmcli.h
2002-12-22 jbj- simplify specfile query linkage loop.
2002-12-21 jbj- add --enable-posixmutexes when configuring on linux.
2002-10-09 jbj- fix: use size_t consistently, avoid segfault on ia64.
2002-09-17 jbj- lclint clean.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-08-08 jbjlclint fiddles.
2002-08-06 jbj- python: bindings to import pubkeys and display openpg...
2002-08-04 jbj- resurrect --rollback.
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-21 jbj- add methods to make signature handling opaque wrto...
2002-07-09 jbj- placeholders for manifest constants for SuSE patch...
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-03 jbj- use rpmfi in showQueryPackage(), eliminating headerGe...
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-22 jbjFactor bounds checking annotations into source code.
2002-06-19 jbjAnnotate incondefs in source code.
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-04-11 jbj- rescusitate --rebuild.
2002-04-08 jbjdoxygen cleanup.
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-12 jbj- drill ts/fi through verify mode, add methods to keep...
2002-03-10 jbj- splint annotationsm, signature cleanup.
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 jbjTransaction rollbacks from rpm-4.04, (sanity flush).
2001-12-20 jbj- solaris: translate i86pc to i386 (#57182).
2001-11-08 jbj- linear search on added package provides is dumb.
2001-11-03 jbj- depends.c: rpmDepSet is (almost) opaque, move to...
2001-10-27 jbj- transaction sets cerated in cli main.
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-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-07-07 jbj- popthelp.c: don't use stpcpy to avoid portability...
2001-07-06 jbj- expose rpmShowProgress() and rpmVerifyDigest() in...
2001-06-20 jbj- fix: rpm -qlv link count for directories dinna includ...
2001-06-17 jbjSync with rpm-4_0 branch.
2001-06-13 jbj- add rpmdbSetIteratorRE() for regex matching in databa...
2001-06-12 jbj- remove rpmrc Provides: Yet Again, use virtual packages.
2001-06-12 jbj- remove dead code frpm popt table reorg.
2001-06-08 jbj- fix: QUERY_FOR_LIST file count clobbered.