Age | Commit message (Expand) | Author | Files | Lines |
2004-03-16 | - Implemented support for internal Lua scripts. | niemeyer | 1 | -0/+4 |
2004-03-05 | Added todo for types for tagtbl | pauln | 1 | -0/+1 |
2004-01-03 | Add %policy marker to suck *.te content into metadata. | jbj | 1 | -4/+6 |
2003-12-25 | Add lsetfilecon to install modes. | jbj | 1 | -1/+1 |
2003-12-22 | Add --filecontext, --fscontext, --recontext for 3 sources of security contexts. | jbj | 1 | -0/+3 |
2003-06-19 | - staylor wanted an easter egg. | jbj | 1 | -0/+3 |
2003-05-08 | - don't use error string after gzclose (Dmitry V. Levin). | jbj | 1 | -10/+10 |
2003-04-16 | - resurrect manifests, RPMRC_NOTFOUND returned by readLead(). | jbj | 1 | -2/+2 |
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 |