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