summaryrefslogtreecommitdiff
path: root/rpmdb
AgeCommit message (Expand)AuthorFilesLines
2002-08-03Remove dbi_tear_down, now that rpmdb's are closed on signals.jbj4-41/+57
2002-08-02- check header blobs on export (i.e. rpmdbAdd())..jbj1-36/+53
2002-08-01- preserve rpmdb file attributes across --rebuilddb (#70367).jbj1-1/+13
2002-07-30- prevent stale locks in __db files by closing databases on signals.jbj2-10/+173
2002-07-28- python: don't segfault in ts.GetKeys() on erased packages.jbj2-4/+11
2002-07-25- python: add ts.hdrCheck(), ts.rebuildDB() methods.jbj1-2/+3
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj2-17/+193
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj2-32/+33
2002-07-20- version added to *.la dependency libraries (#69063).jbj2-4/+2
2002-07-20- popt: parse file into string of options (#56860).jbj3-95/+52
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-0/+1
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj6-72/+72
2002-07-11- update for sv.po.jbj2-56/+99
2002-07-11- fix: repair 2ndary match criteria with rpmdb iterators.jbj1-4/+6
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj5-8/+20
2002-07-04- fix: forgot lazy open of database on --freshen path (#67907).jbj2-14/+9
2002-07-03- use rpmfi in showQueryPackage(), eliminating headerGetEntry().jbj1-0/+3
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj10-74/+201
2002-07-02add (disabled for now) dependency check to rpmgraph.jbj1-5/+3
2002-06-30- warn only once for each NOKEY/UNTRUSTED key id.jbj1-1/+2
2002-06-22Factor bounds checking annotations into source code.jbj12-6/+102
2002-06-20- resurrect libelf with Elf64, prelink verify should work everywhere.jbj1-1/+9
2002-06-20- add translated man pages from PLD.jbj2-11/+21
2002-06-20- make sure that rpm can verify prelinked shared libraries.jbj3-61/+164
2002-06-19Annotate incondefs in source code.jbj4-4/+15
2002-06-15- beecrypt: merge changes from beecrypt-2.3.0.jbj2-33/+29
2002-06-12- fix: separate existence and number checks for problems found.jbj1-1/+2
2002-06-04- use /etc/rpm/platform (if it exists), rather than uname(2), for arch.jbj1-0/+2
2002-05-21Enable CDB access as default.jbj2-3/+0
2002-05-21Make sure that db.h symlink is created.jbj1-2/+5
2002-05-21Always use cursors.jbj4-32/+127
2002-05-19- Grand Renaming of rpm data types.jbj1-1/+1
2002-05-17Transactions made increasingly opaque.jbj5-27/+27
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj5-65/+388
2002-05-07- plug most install mode leaks.jbj2-4/+5
2002-05-06- rework most of rpmdb.c prepatory to implementing duplicates.jbj2-279/+221
2002-05-05Add mi_key and mi_data to db match iterator.jbj2-216/+182
2002-05-04Add toy db->associate, db->join, dbcursor->c_pget wrappers.jbj3-111/+259
2002-05-04Pass dbiGet() flags from application.jbj4-155/+231
2002-05-04Eliminate another layer of db abstraction, continue eradicating db1.jbj3-804/+72
2002-05-04Wire key DBT through the API.jbj1-63/+61
2002-05-03- use DBT_DB_MALLOC to eliminate re-malloc'ing header blobs.jbj1-5/+6
2002-05-02- eliminate db1 support.jbj8-761/+124
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj9-585/+383
2002-04-13- merge conflicts into problems, handle as transaction set variable.jbj1-1/+1
2002-04-08doxygen cleanup.jbj5-0/+27
2002-04-07- speedup large queries by ~50%.jbj6-111/+511
2002-03-17Test program for file name join.jbj2-0/+271
2002-03-13Pass ts and args to rpmInstall() and rpmErase().jbj1-1/+2
2002-03-12- drill ts/fi through verify mode, add methods to keep fi abstract.jbj1-17/+53