- update for sv.po.
[platform/upstream/rpm.git] / rpmdb / rpmdb.c
2002-07-11 jbj- update for sv.po.
2002-07-11 jbj- fix: repair 2ndary match criteria with rpmdb iterators.
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-07-04 jbj- fix: forgot lazy open of database on --freshen path...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-30 jbj- warn only once for each NOKEY/UNTRUSTED key id.
2002-06-15 jbj- beecrypt: merge changes from beecrypt-2.3.0.
2002-06-12 jbj- fix: separate existence and number checks for problem...
2002-05-21 jbjEnable CDB access as default.
2002-05-21 jbjAlways use cursors.
2002-05-17 jbjTransactions made increasingly opaque.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-05-06 jbj- rework most of rpmdb.c prepatory to implementing...
2002-05-05 jbjAdd mi_key and mi_data to db match iterator.
2002-05-04 jbjAdd toy db->associate, db->join, dbcursor->c_pget wrappers.
2002-05-04 jbjPass dbiGet() flags from application.
2002-05-04 jbjEliminate another layer of db abstraction, continue...
2002-05-04 jbjWire key DBT through the API.
2002-05-03 jbj- use DBT_DB_MALLOC to eliminate re-malloc'ing header...
2002-05-02 jbj- eliminate db1 support.
2002-05-01 jbj- attempt to make peace with automake-1.6.1, autoconf...
2002-04-07 jbj- speedup large queries by ~50%.
2002-03-06 jbj- add header DSA signature.
2002-03-03 jbj- add payload uncompressed size to signature to avoid...
2002-02-25 jbjAnnotation fiddles.
2002-02-04 jbj- generate index for pkgid (aka Sigmd5) tag, query...
2002-02-04 jbjrollback changes from 4.0.4.
2002-02-01 jbj- permit args to be hidden within %%__find_{requires...
2002-01-28 jbjTransaction rollbacks from rpm-4.04, (sanity flush).
2002-01-23 jbj- turn on auto-generated perl requirements (#58519...
2002-01-06 jbj- sparc: make dbenv per-rpmdb, not per-dbi.
2001-11-15 jbj- tweak overlapped file fingerprint retrieval for speed.
2001-11-01 jbj- add header refcount annotations throughout.
2001-10-28 jbj- memory indices for dependency check are typedef'd...
2001-10-27 jbj- legacy signatures always checked where possible on...
2001-10-21 jbj- all symbols but hdrVec are now forward references...
2001-10-20 jbj- stupid macros to configure public key file paths.
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-16 jbjFactor -type problems into explicit code annotations.
2001-10-16 jbjMore lclint annotations.
2001-10-15 jbjMore branchstate lclint 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-08-24 jbj- headers without RPMTAG_NAME are skipped when retrieved.
2001-08-06 jbj- portability: some compilers squawk at return ((void...
2001-08-03 jbjlclint clean again.
2001-08-03 jbj- fix: i18n tags not terminated correctly with NUL...
2001-07-28 jbj- fix: --noscripts is another multimode option.
2001-07-19 jbj- fix: 4 memory leaks eliminated.
2001-07-16 jbj- fix: don't total hard linked file size multiple times...
2001-07-14 jbj- isolate cdb access configuration (experimental, use...
2001-07-11 jbj- unlink all __db.nnn files before 1st db open.
2001-07-06 jbj- expose rpmShowProgress() and rpmVerifyDigest() in...
2001-06-17 jbjSync with rpm-4_0 branch.
2001-06-15 jbj- alpha: don't add "()(64bit)" dependency markers.
2001-06-15 jbj- fix: db1 end-of-file not detected in legacy compatibl...
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-06 jbj- permit duplicates for btree indices.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-29 jbj- eliminate db-1.85 and db-2.x configuration.
2001-05-25 jbj- perform db->verify when closing db files.
2001-05-23 jbj- headerFree() returns NULL, _free is C++ safe.
2001-05-13 jbj- add cron/logrotate scripts to save installed package...
2001-05-11 jbj- harden rpmdb iterators from damaged header instance...
2001-05-11 jbj- rpm database has rpm.rpm g+w permissions to share...
2001-05-09 jbj- rpm executables now setuid rpm to share write locks.
2001-05-08 jbj- create rpmdb.la so that linkage against rpm's db...