Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-10-19 | Rewire digests, step 2. | jbj | 1 | -0/+2 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 1 | -0/+16 |
2001-10-16 | Factor -type problems into explicit code annotations. | jbj | 1 | -0/+2 |
2001-10-16 | More lclint annotations. | jbj | 1 | -15/+28 |
2001-10-15 | Explicit branchstate annotations. | jbj | 1 | -3/+26 |
2001-10-15 | - upgrade to db-4.0.7. | jbj | 1 | -10/+12 |
2001-10-15 | lclint fiddles to annotate globals. | jbj | 1 | -0/+5 |
2001-10-13 | - ratchet up to lclint "strict" level. | jbj | 1 | -0/+14 |
2001-09-15 | - close/discard Depends index after rpmdepCheck() use. | jbj | 1 | -3/+8 |
2001-09-15 | Sync with rpm-4_0 branch. | jbj | 1 | -10/+0 |
2001-08-16 | - python: add exception to detect bad data in hdrUnload. | jbj | 1 | -3/+3 |
2001-08-13 | - fix: segfault on headerFree given malicious data. | jbj | 1 | -1/+23 |
2001-08-03 | lclint clean again. | jbj | 1 | -2/+2 |
2001-07-28 | - fix: --noscripts is another multimode option. | jbj | 1 | -19/+62 |
2001-07-24 | - rename pmac to ppcmac. | jbj | 1 | -2/+18 |
2001-07-14 | - isolate cdb access configuration (experimental, use at your own risk). | jbj | 1 | -3/+5 |
2001-06-08 | - fix: QUERY_FOR_LIST file count clobbered. | jbj | 1 | -1/+7 |
2001-06-06 | - default to dbenv with mpool, --rebuilddb with nofsync is much faster. | jbj | 1 | -153/+1 |
2001-06-06 | - permit duplicates for btree indices. | jbj | 1 | -11/+37 |
2001-06-05 | Typos. | jbj | 1 | -1/+3 |
2001-06-05 | - fix typos in linux.{req,prov}. | jbj | 1 | -11/+39 |
2001-06-04 | lclint fiddles. | jbj | 1 | -0/+5 |
2001-05-31 | - return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>). | jbj | 1 | -0/+5 |
2001-05-29 | - eliminate db-1.85 and db-2.x configuration. | jbj | 1 | -7/+0 |
2001-05-25 | - perform db->verify when closing db files. | jbj | 1 | -20/+137 |