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