Age | Commit message (Expand) | Author | Files | Lines |
2002-06-20 | - add translated man pages from PLD. | jbj | 2 | -11/+21 |
2002-06-20 | - make sure that rpm can verify prelinked shared libraries. | jbj | 3 | -61/+164 |
2002-06-19 | Annotate incondefs in source code. | jbj | 4 | -4/+15 |
2002-06-15 | - beecrypt: merge changes from beecrypt-2.3.0. | jbj | 2 | -33/+29 |
2002-06-12 | - fix: separate existence and number checks for problems found. | jbj | 1 | -1/+2 |
2002-06-04 | - use /etc/rpm/platform (if it exists), rather than uname(2), for arch. | jbj | 1 | -0/+2 |
2002-05-21 | Enable CDB access as default. | jbj | 2 | -3/+0 |
2002-05-21 | Make sure that db.h symlink is created. | jbj | 1 | -2/+5 |
2002-05-21 | Always use cursors. | jbj | 4 | -32/+127 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -1/+1 |
2002-05-17 | Transactions made increasingly opaque. | jbj | 5 | -27/+27 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 5 | -65/+388 |
2002-05-07 | - plug most install mode leaks. | jbj | 2 | -4/+5 |
2002-05-06 | - rework most of rpmdb.c prepatory to implementing duplicates. | jbj | 2 | -279/+221 |
2002-05-05 | Add mi_key and mi_data to db match iterator. | jbj | 2 | -216/+182 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 3 | -111/+259 |
2002-05-04 | Pass dbiGet() flags from application. | jbj | 4 | -155/+231 |
2002-05-04 | Eliminate another layer of db abstraction, continue eradicating db1. | jbj | 3 | -804/+72 |
2002-05-04 | Wire key DBT through the API. | jbj | 1 | -63/+61 |
2002-05-03 | - use DBT_DB_MALLOC to eliminate re-malloc'ing header blobs. | jbj | 1 | -5/+6 |
2002-05-02 | - eliminate db1 support. | jbj | 8 | -761/+124 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 9 | -585/+383 |
2002-04-13 | - merge conflicts into problems, handle as transaction set variable. | jbj | 1 | -1/+1 |
2002-04-08 | doxygen cleanup. | jbj | 5 | -0/+27 |
2002-04-07 | - speedup large queries by ~50%. | jbj | 6 | -111/+511 |
2002-03-17 | Test program for file name join. | jbj | 2 | -0/+271 |
2002-03-13 | Pass ts and args to rpmInstall() and rpmErase(). | jbj | 1 | -1/+2 |
2002-03-12 | - drill ts/fi through verify mode, add methods to keep fi abstract. | jbj | 1 | -17/+53 |
2002-03-06 | - add header DSA signature. | jbj | 2 | -4/+5 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 2 | -18/+140 |
2002-02-25 | Annotation fiddles. | jbj | 2 | -3/+12 |
2002-02-22 | tpkgid cleanup. | jbj | 2 | -406/+0 |
2002-02-21 | Add pkgid db builder pre-cursor. | jbj | 2 | -3/+409 |
2002-02-10 | - make peace with automake et al in 8.0, ugh. | jbj | 1 | -1/+1 |
2002-02-04 | - generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid. | jbj | 1 | -21/+41 |
2002-02-04 | rollback changes from 4.0.4. | jbj | 1 | -0/+2 |
2002-02-02 | Sync with rpm-4.0.4 rollbacks. | jbj | 1 | -65/+51 |
2002-02-01 | - permit args to be hidden within %%__find_{requires,provides}. | jbj | 4 | -19/+32 |
2002-01-28 | Transaction rollbacks from rpm-4.04, (sanity flush). | jbj | 1 | -2/+3 |
2002-01-23 | - turn on auto-generated perl requirements (#58519, #58536, #58537). | jbj | 4 | -9/+11 |
2002-01-18 | - missing key(s) on keyring when verifying a signature is now an error. | jbj | 3 | -4/+13 |
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 | 3 | -24/+13 |
2002-01-06 | - sparc: make dbenv per-rpmdb, not per-dbi. | jbj | 6 | -38/+66 |
2001-12-08 | - lclint-3.0.0.19 fiddles. | jbj | 2 | -2/+6 |
2001-11-19 | - header handling moved to librpmdb to avoid linkage loops. | jbj | 6 | -3/+4883 |
2001-11-15 | - tweak overlapped file fingerprint retrieval for speed. | jbj | 3 | -1/+7 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 2 | -21/+27 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 2 | -12/+12 |
2001-10-28 | - memory indices for dependency check are typedef'd and abstract'd. | jbj | 1 | -11/+31 |