Age | Commit message (Expand) | Author | Files | Lines |
2007-10-28 | Include "rpmdb_internal.h" instead of <rpmdb_internal.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmmacro.h" instead of <rpmmacro.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmurl.h" instead of <rpmurl.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-09 | Make rpmerr.h private, include directly where needed. | Panu Matilainen | 1 | -0/+1 |
2007-10-09 | Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG | Panu Matilainen | 1 | -7/+7 |
2007-10-09 | Replace all rpmMessage() uses with rpmlog() | Panu Matilainen | 1 | -7/+7 |
2007-10-09 | Replace all rpmError() uses with rpmlog() | Panu Matilainen | 1 | -3/+3 |
2007-09-20 | Rename tagName/Value/Type() to rpmTagGet*() | Panu Matilainen | 1 | -8/+8 |
2007-09-18 | Build db3isalive only if it is being used. | Ralf Corsépius | 1 | -0/+2 |
2007-09-17 | Hide db index handling and rpmdb details from the API to internal header | Panu Matilainen | 1 | -1/+1 |
2007-09-13 | Remove support for BDB < 4.1 | Panu Matilainen | 1 | -64/+0 |
2007-09-13 | Remove dead code | Panu Matilainen | 1 | -63/+0 |
2007-09-13 | Stale lock removal on BDB >= 4.5.x | Panu Matilainen | 1 | -0/+34 |
2007-09-13 | Remove db3 "annotate me" comments | Panu Matilainen | 1 | -12/+0 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -151/+28 |
2007-08-22 | Use (xxx->open)() to work-around glibc's open() behaving having changed. | Ralf Corsépius | 1 | -5/+5 |
2007-07-10 | Cast dbenv error call method set to void* to fix compiler warnings. | Panu Matilainen | 1 | -2/+2 |
2005-03-23 | rip out compile/bind/exec methods, wrong approach to speeding up sql. | jbj | 1 | -44/+1 |
2005-03-17 | Splint fiddles. | jbj | 1 | -19/+54 |
2005-03-15 | Start sqlite3 fixing. | jbj | 1 | -1/+44 |
2005-02-13 | - macosx: change to --prefix=/usr rather than /opt/local. | jbj | 1 | -0/+4 |
2004-11-11 | - selinux: use rpm_execcon, not execv, to run scriptlets (#136848). | jbj | 1 | -6/+4 |
2004-10-21 | DB_WRITECURSOR cannot be used with sunrpc dbenv. | jbj | 1 | -2/+2 |
2004-10-21 | Install all Berkeley DB utilities. | jbj | 1 | -1/+2 |
2004-10-16 | Upgrade to db-4.3.14 internal. | jbj | 1 | -0/+11 |
2003-11-23 | Merge changes from rpm-4.2.1 development. | jbj | 1 | -7/+10 |
2003-02-03 | oops, get rid of debugging printf's. | jbj | 1 | -2/+3 |
2002-12-27 | - ignore ENOENT return from db->close (#80514,#79314). | jbj | 1 | -2/+7 |
2002-12-26 | Initialize differently if using rpc access. | jbj | 1 | -36/+48 |
2002-12-24 | Keep message to 1 line. | jbj | 1 | -1/+1 |
2002-12-24 | Check for unshared posix mutexes only on 1st open. | jbj | 1 | -5/+7 |
2002-12-24 | - fix: remove rpmfi scareMem so that headers can be reloaded on ia64. | jbj | 1 | -1/+3 |
2002-12-23 | Sanity. | jbj | 1 | -14/+17 |
2002-12-20 | - error on exclusive Packages fcntl lock if DB_ENV_PRIVATE is set. | jbj | 1 | -3/+7 |
2002-12-20 | - test pthread_{mutex,cond}attr_setpshared(), add DB_ENV_PRIVATE if not. | jbj | 1 | -0/+50 |
2002-08-26 | - set cachesize without a dbenv, the default is far too small. | jbj | 1 | -18/+60 |
2002-08-14 | Update to db-4.1.17. | jbj | 1 | -0/+19 |
2002-08-13 | - fix: rebuilddb stat'ed target, not source, for rename sanity. | jbj | 1 | -0/+5 |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 1 | -1/+1 |
2002-05-21 | Always use cursors. | jbj | 1 | -4/+77 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 1 | -14/+59 |
2002-05-04 | Pass dbiGet() flags from application. | jbj | 1 | -2/+2 |
2002-05-02 | - eliminate db1 support. | jbj | 1 | -84/+31 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 1 | -146/+39 |
2002-01-18 | - missing key(s) on keyring when verifying a signature is now an error. | jbj | 1 | -0/+2 |
2002-01-10 | - fix: signing multiple times dinna work, discard immutable region. | jbj | 1 | -2/+2 |
2002-01-06 | - handle lazy db open's in chroot with absolute path, not prefix strip. | jbj | 1 | -20/+13 |
2002-01-06 | - sparc: make dbenv per-rpmdb, not per-dbi. | jbj | 1 | -7/+26 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -1/+1 |
2001-10-20 | - stupid macros to configure public key file paths. | jbj | 1 | -2/+4 |