Age | Commit message (Expand) | Author | Files | Lines |
2002-10-11 | Cleanups. | jbj | 1 | -0/+2 |
2002-10-11 | Resurrect MULTILIB on the build side. | jbj | 1 | -2/+2 |
2002-09-17 | - lclint clean. | jbj | 1 | -8/+10 |
2002-08-31 | Sync with rpm-4.1. | jbj | 1 | -20/+44 |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 1 | -14/+3 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -1/+1 |
2002-08-13 | - supply transitive closure for CLI packages from rpmdb-redhat database. | jbj | 1 | -1/+2 |
2002-08-05 | - python: enable threads on callbacks and longish rpmlib calls. | jbj | 1 | -1/+1 |
2002-07-31 | - make --querytags a common option, fix errant regex (#70135). | jbj | 1 | -15/+13 |
2002-07-25 | - fix: --repackage repaired (#67217). | jbj | 1 | -1/+2 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -1/+20 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 1 | -11/+13 |
2002-07-19 | Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi. | jbj | 1 | -1/+1 |
2002-07-09 | - placeholders for manifest constants for SuSE patch packages. | jbj | 1 | -6/+11 |
2002-07-04 | - fix: forgot lazy open of database on --freshen path (#67907). | jbj | 1 | -1/+5 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 1 | -0/+1 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 1 | -2/+11 |
2002-06-19 | Annotate incondefs in source code. | jbj | 1 | -4/+4 |
2002-06-10 | Document file attribute opt outs in verify mode. | jbj | 1 | -1/+1 |
2002-06-05 | Lclint fiddles. | jbj | 1 | -8/+6 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 1 | -4/+3 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -190/+8 |
2002-05-17 | Transactions made increasingly opaque. | jbj | 1 | -4/+4 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -577/+41 |
2002-05-06 | - rework most of rpmdb.c prepatory to implementing duplicates. | jbj | 1 | -32/+2 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 1 | -1/+1 |
2002-05-04 | Pass dbiGet() flags from application. | jbj | 1 | -3/+3 |
2002-04-14 | - use build time to choose one of multiple alternative suggestions. | jbj | 1 | -3/+4 |
2002-04-13 | - merge conflicts into problems, handle as transaction set variable. | jbj | 1 | -27/+14 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 1 | -22/+48 |
2002-04-08 | doxygen cleanup. | jbj | 1 | -7/+12 |
2002-03-17 | - *really* dump signature header immutable region. | jbj | 1 | -2/+20 |
2002-03-13 | Factor notify callback function/arg onto per-ts method. | jbj | 1 | -9/+15 |
2002-03-10 | - splint annotationsm, signature cleanup. | jbj | 1 | -4/+7 |
2002-03-10 | - make --addsign and --resign behave exactly the same. | jbj | 1 | -7/+8 |
2002-03-07 | - add header RSA signature (untested). | jbj | 1 | -0/+2 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 1 | -4/+9 |
2002-02-04 | rollback changes from 4.0.4. | jbj | 1 | -9/+10 |
2001-12-20 | - solaris: translate i86pc to i386 (#57182). | jbj | 1 | -4/+4 |
2001-11-18 | - convert file md5sum's to binary on the fly, reducing memory footprint. | jbj | 1 | -0/+2 |
2001-11-16 | Move addTE/delTE to rpmte.c. | jbj | 1 | -2/+2 |
2001-11-16 | - annotations to make a transactionElement opaque. | jbj | 1 | -5/+5 |
2001-11-12 | transaction.c: lclint cleanups. | jbj | 1 | -0/+4 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 1 | -4/+4 |
2001-11-11 | - unify rpmFNSet into TFI_t. | jbj | 1 | -33/+5 |
2001-11-11 | Replace loadFi with fiNew, freeFi with fiFree. | jbj | 1 | -3/+4 |
2001-11-11 | - factor per-transactionElement data out of TFI_t through pointer ref. | jbj | 1 | -10/+4 |
2001-11-11 | - common structure elements for unification of TFI_t and rpmFNSet. | jbj | 1 | -0/+4 |
2001-11-10 | Start removing alGetHeader. | jbj | 1 | -1/+1 |
2001-11-10 | - strip header tags for erased as well as installed transactionElements. | jbj | 1 | -4/+5 |