Age | Commit message (Expand) | Author | Files | Lines |
2003-03-10 | - upgrade to zlib-1.2.beta7. | jbj | 1 | -0/+6 |
2003-03-05 | Sanity. | jbj | 1 | -1/+1 |
2003-01-25 | - permit anaconda to choose "presentation order". | jbj | 1 | -3/+1 |
2003-01-17 | - duplicate package checks with arch/os checks if colored. | jbj | 1 | -3/+21 |
2003-01-01 | - fix: dependency helpers now rate limited at 10ms, not 1s. | jbj | 1 | -3/+1 |
2002-12-31 | Dump multilib code, colored depndencies instead. | jbj | 1 | -11/+5 |
2002-12-31 | 1st crack at colored installs. | jbj | 1 | -3/+4 |
2002-12-29 | - add rpmfi methods to access color, class, and dependencies. | jbj | 1 | -1/+1 |
2002-12-24 | Rescusitate doxygen file manifest. | jbj | 1 | -15/+16 |
2002-12-22 | - simplify specfile query linkage loop. | jbj | 1 | -0/+4 |
2002-12-21 | - add --enable-posixmutexes when configuring on linux. | jbj | 1 | -0/+1 |
2002-12-18 | - add --file{class,provide,require} popt aliases and header extensions | jbj | 1 | -17/+0 |
2002-12-03 | - internal automagic dependency generation (disabled for now). | jbj | 1 | -0/+4 |
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 |