Pare down to internal only libelf.
[platform/upstream/rpm.git] / rpmdb /
2002-10-15 jbjReplace libelf with elfutils.
2002-09-17 jbj- lclint clean.
2002-09-16 jbjSync with rpm-4.1 parsing changes.
2002-09-04 jbj- fix: register SIGCHLD handler before forking (#73134).
2002-09-04 jbj- fix: parse header data more carefully.
2002-09-03 jbj- fix: always do rpmalMakeIndex.
2002-08-31 jbjSync with rpm-4.1.
2002-08-27 jbj- fix: segfault with --checksig, plug memory leak ...
2002-08-26 jbj- set cachesize without a dbenv, the default is far...
2002-08-22 jbj- fix: region trailer offset sanity check wrong (#71996).
2002-08-20 jbj- check for interrupt during iteration.
2002-08-20 jbj- fix: add epoch to "already installed" check.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-08-15 jbj- python: explicit method to set transFlags.
2002-08-14 jbjUpdate to db-4.1.17.
2002-08-14 jbj- fix: rebuilddb stat'ed target, not source, for rename...
2002-08-13 jbj- fix: rebuilddb stat'ed target, not source, for rename...
2002-08-08 jbj- python: add return codes for rollbacks and fooDB...
2002-08-08 jbjlclint fiddles.
2002-08-03 jbjRemove dbi_tear_down, now that rpmdb's are closed on...
2002-08-02 jbj- check header blobs on export (i.e. rpmdbAdd())..
2002-08-01 jbj- preserve rpmdb file attributes across --rebuilddb...
2002-07-30 jbj- prevent stale locks in __db files by closing database...
2002-07-28 jbj- python: don't segfault in ts.GetKeys() on erased...
2002-07-25 jbj- python: add ts.hdrCheck(), ts.rebuildDB() methods.
2002-07-24 jbj- verify signatures/digests retrieved through rpmdbNext...
2002-07-21 jbj- add methods to make signature handling opaque wrto...
2002-07-20 jbj- version added to *.la dependency libraries (#69063).
2002-07-20 jbj- popt: parse file into string of options (#56860).
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-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-03 jbj- use rpmfi in showQueryPackage(), eliminating headerGe...
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-22 jbjFactor bounds checking annotations into source code.
2002-06-20 jbj- resurrect libelf with Elf64, prelink verify should...
2002-06-20 jbj- add translated man pages from PLD.
2002-06-20 jbj- make sure that rpm can verify prelinked shared libraries.
2002-06-19 jbjAnnotate incondefs in source code.
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-06-04 jbj- use /etc/rpm/platform (if it exists), rather than...
2002-05-21 jbjEnable CDB access as default.
2002-05-21 jbjMake sure that db.h symlink is created.
2002-05-21 jbjAlways use cursors.
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-07 jbj- plug most install mode leaks.
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-13 jbj- merge conflicts into problems, handle as transaction...
2002-04-08 jbjdoxygen cleanup.
2002-04-07 jbj- speedup large queries by ~50%.
2002-03-17 jbjTest program for file name join.
2002-03-13 jbjPass ts and args to rpmInstall() and rpmErase().
2002-03-12 jbj- drill ts/fi through verify mode, add methods to keep...
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-22 jbjtpkgid cleanup.
2002-02-21 jbjAdd pkgid db builder pre-cursor.
2002-02-10 jbj- make peace with automake et al in 8.0, ugh.
2002-02-04 jbj- generate index for pkgid (aka Sigmd5) tag, query...
2002-02-04 jbjrollback changes from 4.0.4.
2002-02-02 jbjSync with rpm-4.0.4 rollbacks.
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-18 jbj- missing key(s) on keyring when verifying a signature...
2002-01-10 jbj- fix: signing multiple times dinna work, discard immut...
2002-01-06 jbj- handle lazy db open's in chroot with absolute path...
2002-01-06 jbj- sparc: make dbenv per-rpmdb, not per-dbi.
2001-12-08 jbj- lclint-3.0.0.19 fiddles.
2001-11-19 jbj- header handling moved to librpmdb to avoid linkage...
2001-11-15 jbj- tweak overlapped file fingerprint retrieval for speed.
2001-11-06 jbj- fix: harmless typo in db3 chroot hack.
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-25 jbj- legacy signatures always checked on -qp and -Vp.
2001-10-23 jbj- wire transactions through rpmcli signature modes.
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-19 jbjRewire digests, step 2.
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.
next