Change all internal uses of rpmtsInitIterator() to use DBI tags
[platform/upstream/rpm.git] / lib / rpminstall.c
2003-12-30 jbj- spelling corrections (#112728).
2003-12-25 jbjAdd lsetfilecon to install modes.
2003-11-23 jbjMerge changes from rpm-4.2.1 development.
2003-06-24 jbjSanity.
2003-04-29 jbj- fix: IDTXglob should return REMOVETID sorted headers...
2003-04-24 jbjCall romtsOrder() on erasures.
2003-04-02 jbjSplint clean.
2003-03-05 jbjSanity.
2003-01-23 jbjsplint fiddles.
2002-12-29 jbj- add rpmfi methods to access color, class, and depende...
2002-12-04 jbjpython: gilding lilies.
2002-11-12 jbjmore debugging.
2002-11-12 jbj--rollback debugging (for now).
2002-10-26 jbj- fix: permit build with --disable-nls (#76258).
2002-10-09 jbj- fix: use size_t consistently, avoid segfault on ia64.
2002-08-31 jbjSync with rpm-4.1.
2002-08-27 jbj- fix: segfault with --checksig, plug memory leak ...
2002-08-23 jbj- merge signature returns into rpmRC.
2002-08-15 jbj- python: explicit method to set transFlags.
2002-08-13 jbj- supply transitive closure for CLI packages from rpmdb...
2002-08-08 jbjlclint fiddles.
2002-08-07 jbjRound correctly so that progress bars complete to 100%.
2002-08-07 jbj- fix: src.rpm installs need fd pos at payload.
2002-08-06 jbj- add bitmask for precise control of signature/digest...
2002-08-05 jbj- fix: check for lead magic, better error message on...
2002-08-04 jbj- resurrect --rollback.
2002-08-02 jbj- check header blobs on export (i.e. rpmdbAdd())..
2002-07-24 jbj- verify signatures/digests retrieved through rpmdbNext...
2002-07-14 jbj- python: sanity check fixes on rpmts/rpmte methods.
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-07-05 jbj- update rpmcache.8.
2002-07-04 jbj- fix: forgot lazy open of database on --freshen path...
2002-06-30 jbj- warn only once for each NOKEY/UNTRUSTED key id.
2002-06-29 jbj- open rpmdb early RDONLY, reopen later RDWR, avoid...
2002-06-28 jbj- disambiguate added/installed dependency failures...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-19 jbjAnnotate incondefs in source code.
2002-06-12 jbj- fix: separate existence and number checks for problem...
2002-05-27 jbjAdd bindings for rpmte and FD_t.
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-17 jbjTransactions made increasingly opaque.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-05-13 jbjEliminate bogus strerror message for manifests.
2002-05-04 jbjAdd toy db->associate, db->join, dbcursor->c_pget wrappers.
2002-04-14 jbj- use build time to choose one of multiple alternative...
2002-04-13 jbj- merge conflicts into problems, handle as transaction...
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-11 jbj- rescusitate --rebuild.
2002-04-10 jbjFix: source package already part of the transaction.
2002-03-17 jbj- *really* dump signature header immutable region.
2002-03-13 jbjFactor notify callback function/arg onto per-ts method.
2002-03-13 jbjPass ts and args to rpmInstall() and rpmErase().
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 jbjTransaction rollbacks from rpm-4.04, (sanity flush).
2002-01-27 jbjMerge from rpm-4.0.4.
2001-11-11 jbjReplace loadFi with fiNew, freeFi with fiFree.
2001-11-10 jbj- strip header tags for erased as well as installed...
2001-11-09 jbj- no-brainer refcounts for rpmProblemSet object.
2001-11-08 jbj- rip out rpmDependencyConflict, replace with rpmProble...
2001-11-08 jbj- linear search on added package provides is dumb.
2001-11-01 jbj- add header refcount annotations throughout.
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-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-08 jbj- upgrade to beecrypt-2.2.0pre.
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-09-15 jbjSync with rpm-4_0 branch.
2001-08-31 jbj- fix: Provides: /path did not work with added packages...
2001-07-06 jbj- expose rpmShowProgress() and rpmVerifyDigest() in...
2001-06-17 jbjSync with rpm-4_0 branch.
2001-06-12 jbj- remove rpmrc Provides: Yet Again, use virtual packages.
2001-06-08 jbj- fix: QUERY_FOR_LIST file count clobbered.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-23 jbj- headerFree() returns NULL, _free is C++ safe.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-04-23 jbj- regenerate rpm.8 man page from docbook glop (in max...
2001-04-21 jbjSync with rpm-4_0 branch.
2001-04-10 jbjDoxygen annotations for config files.
2001-03-23 jbj- fix: parameterized macro segfault (Jakub Bogusz ...
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-02-27 jbjHandle non-string tag indices correctly.
2001-02-21 jbjAdd fflush (#24319).
2001-02-17 jbjMerge changes from rpm-4.0.2.
2001-02-12 jbjAdd rpmRC return code type for the usual 0/1/2 codes.
next