Age | Commit message (Expand) | Author | Files | Lines |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 4 | -41/+57 |
2002-08-02 | - check header blobs on export (i.e. rpmdbAdd()).. | jbj | 1 | -36/+53 |
2002-08-01 | - preserve rpmdb file attributes across --rebuilddb (#70367). | jbj | 1 | -1/+13 |
2002-07-30 | - prevent stale locks in __db files by closing databases on signals. | jbj | 2 | -10/+173 |
2002-07-28 | - python: don't segfault in ts.GetKeys() on erased packages. | jbj | 2 | -4/+11 |
2002-07-25 | - python: add ts.hdrCheck(), ts.rebuildDB() methods. | jbj | 1 | -2/+3 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 2 | -17/+193 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 2 | -32/+33 |
2002-07-20 | - version added to *.la dependency libraries (#69063). | jbj | 2 | -4/+2 |
2002-07-20 | - popt: parse file into string of options (#56860). | jbj | 3 | -95/+52 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 1 | -0/+1 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 6 | -72/+72 |
2002-07-11 | - update for sv.po. | jbj | 2 | -56/+99 |
2002-07-11 | - fix: repair 2ndary match criteria with rpmdb iterators. | jbj | 1 | -4/+6 |
2002-07-08 | Propagate splint-3.0.1.7 close(2) internalState annotation throughout. | jbj | 5 | -8/+20 |
2002-07-04 | - fix: forgot lazy open of database on --freshen path (#67907). | jbj | 2 | -14/+9 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 1 | -0/+3 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 10 | -74/+201 |
2002-07-02 | add (disabled for now) dependency check to rpmgraph. | jbj | 1 | -5/+3 |
2002-06-30 | - warn only once for each NOKEY/UNTRUSTED key id. | jbj | 1 | -1/+2 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 12 | -6/+102 |
2002-06-20 | - resurrect libelf with Elf64, prelink verify should work everywhere. | jbj | 1 | -1/+9 |
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 |