summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-05-23- add rpmds/rpmfi/rpmts methods to bindings.jbj27-35/+35
2002-05-23Create rpmts-py.c.jbj36-1563/+1815
2002-05-23rpmds and rpmfi iterators, take 0.jbj9-134/+680
2002-05-23Bind rpmds as class derived from header.jbj5-12/+294
2002-05-21Enable CDB access as default.jbj5-17/+6
2002-05-21Make sure that db.h symlink is created.jbj1-2/+5
2002-05-21Always use cursors.jbj4-32/+127
2002-05-19- fix: synthesize unpacking progress callbacks for packages w/o files.jbj48-4502/+4510
2002-05-19- Grand Renaming of rpm data types.jbj67-8849/+8978
2002-05-17Transactions made increasingly opaque.jbj17-205/+305
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj72-7599/+7902
2002-05-13AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>).jbj6-27/+27
2002-05-13Eliminate bogus strerror message for manifests.jbj5-11/+11
2002-05-10Changes for 0.40, and they are many.rjray1-162/+197
2002-05-10RPM generation now works, mostly due to backing out the changes afterrjray1-7/+8
2002-05-10Allow new() to take options like TIEHASH does. Also documents new.rjray1-3/+17
2002-05-10Some casts to reduce compiler warnings on some systems.rjray1-3/+3
2002-05-10Changed some safemalloc calls to New/Newz. Put a fix in FIRSTKEY to avoidrjray1-17/+25
2002-05-10Turned a macro call that was using safemalloc into a direct call torjray1-4/+4
2002-05-10Removed uneeded #definerjray1-3/+1
2002-05-07Sanity.jbj20-621/+621
2002-05-07- plug most install mode leaks.jbj12-28/+86
2002-05-06- rework most of rpmdb.c prepatory to implementing duplicates.jbj56-2708/+2079
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.jbj10-118/+266
2002-05-04Pass dbiGet() flags from application.jbj10-165/+244
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-03Sanity.jbj1-1/+1
2002-05-02- eliminate db1 support.jbj23-2040/+1912
2002-05-02- eliminate db1 support.jbj22-775/+163
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj75-8084/+5966
2002-04-15Typo.jbj1-1/+1
2002-04-14- use build time to choose one of multiple alternative suggestions.jbj44-1974/+2197
2002-04-14vastly improve test suite; add some new methods; add some documentation; use ...cturner8-43/+210
2002-04-14be smarter about extracting LIBS linker entriescturner1-1/+17
2002-04-13Sanity.jbj2-2/+2
2002-04-13- merge conflicts into problems, handle as transaction set variable.jbj37-1177/+1137
2002-04-13- use rpmdb-redhat to suggest dependency resolution(s).jbj53-3377/+3628
2002-04-12Added a command-line option to the "perl Makefile.PL" invocation used forrjray1-1/+1
2002-04-12This change is not 100% complete, as the Makefile is still unable to create arjray1-107/+82
2002-04-12First of two efforts at redefining how multiple packages for one name arerjray1-3/+17
2002-04-11Now that rpm 3.0 is no longer supported, the ERR_CHAR_CONST macro is no longerrjray1-8/+2
2002-04-11Now that rpm 3.0 is no longer supported, the HDR_ITER_CONST macro is no longerrjray1-14/+5
2002-04-11Removed all the rpm 3.0 support logic #if/#endif blocks. rpm 3.0 is no longerrjray1-15/+3
2002-04-11Removed all the #if/#endif conditionals for rpm 3.0 compatibility. The rpm 3.0rjray1-108/+2
2002-04-11Removed all the #if/#endif blocks that were for distinguishing 3.0 and 4.0 rpmrjray1-5/+1
2002-04-11Switched the order of preference in choosing a package to use as a control forrjray1-1/+1
2002-04-11silly testcturner1-0/+1