Age | Commit message (Expand) | Author | Files | Lines |
2002-06-05 | Add xmlspec-20020605.diff orphans. | jbj | 9 | -0/+1124 |
2002-06-05 | Add xmlspec-20020605.diff changes. | jbj | 12 | -290/+475 |
2002-06-05 | - python: portability fiddles (#54350). | jbj | 28 | -83/+87 |
2002-06-04 | - use /etc/rpm/platform (if it exists), rather than uname(2), for arch. | jbj | 28 | -860/+715 |
2002-06-04 | Add -I../rpmdb. | jbj | 1 | -1/+1 |
2002-06-04 | Update from "Jaco Greeff" <jaco@puxedo.org>. | jbj | 21 | -232/+849 |
2002-06-03 | Teach doxygen about python/*-py.c files. | jbj | 14 | -20/+45 |
2002-06-03 | - python: include rpmdb module, renamed from bsddb3. | jbj | 4 | -3/+7 |
2002-06-03 | Functional unit tests after renaming bsdddb3 -> rpmdb, _db -> _rpmdb. | jbj | 24 | -22/+3889 |
2002-06-02 | Clone an rpmdb module from bsddb3 (rpmdb/*.py need work). | jbj | 13 | -49/+6112 |
2002-06-01 | - fix: use getgrnam, not getpwnam, to convert gid -> group. | jbj | 40 | -13942/+19879 |
2002-05-30 | Add -I../rpmdb and -I../popt | jbj | 1 | -1/+1 |
2002-05-30 | Initial revision | jbj | 26 | -0/+6791 |
2002-05-28 | - eliminate legacy db methods, add ts.dbMatch method. | jbj | 21 | -628/+637 |
2002-05-28 | - add rpmal/rpmte/rpmfd methods to bindings. | jbj | 29 | -478/+514 |
2002-05-27 | Add bindings for rpmte and FD_t. | jbj | 24 | -352/+851 |
2002-05-27 | Add rpmal bindings, Grand Renaming to rpmalFoo(). | jbj | 17 | -378/+770 |
2002-05-26 | - fix: un-resurrect "()(64bit)" markings using objdump on i386. | jbj | 2 | -3/+7 |
2002-05-25 | - re-enable rpm-python sub-package. | jbj | 7 | -21/+34 |
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 |