Age | Commit message (Expand) | Author | Files | Lines |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 1 | -5/+5 |
2002-08-20 | - check for interrupt during iteration. | jbj | 1 | -0/+3 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 3 | -24/+19 |
2002-08-07 | Teach unzip about %setup -q. | jbj | 1 | -1/+4 |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 1 | -5/+17 |
2002-07-31 | - configurable (default off) build failure iff unpackaged files (PLD). | jbj | 1 | -4/+87 |
2002-07-31 | Carry PLD scripts/configuration for perl/python/php in rpm sources. | jbj | 1 | -1/+11 |
2002-07-29 | - update trpm. | jbj | 1 | -10/+10 |
2002-07-28 | - python: don't segfault in ts.GetKeys() on erased packages. | jbj | 1 | -1/+21 |
2002-07-28 | - popt: display sub-table options only once on --usage. | jbj | 1 | -13/+13 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 2 | -8/+8 |
2002-07-20 | - version added to *.la dependency libraries (#69063). | jbj | 1 | -1/+1 |
2002-07-20 | - popt: parse file into string of options (#56860). | jbj | 1 | -2/+0 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 1 | -0/+1 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 2 | -9/+9 |
2002-07-08 | Propagate splint-3.0.1.7 close(2) internalState annotation throughout. | jbj | 9 | -83/+67 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 12 | -2/+39 |
2002-06-25 | - python: link internal libelf (if used) directly into rpmmodule.so. | jbj | 1 | -1/+1 |
2002-06-23 | Add boundswrite annotations everywhere. | jbj | 16 | -1/+115 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 2 | -0/+6 |
2002-06-20 | - make sure that rpm can verify prelinked shared libraries. | jbj | 1 | -1/+1 |
2002-06-19 | Annotate incondefs in source code. | jbj | 2 | -11/+7 |
2002-06-09 | Sanity. | jbj | 1 | -2/+2 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 2 | -0/+6 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 5 | -22/+24 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 3 | -6/+9 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 1 | -1/+1 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 2 | -1/+3 |
2002-04-11 | - rescusitate --rebuild. | jbj | 4 | -3/+9 |
2002-04-08 | doxygen cleanup. | jbj | 5 | -10/+55 |
2002-04-07 | - speedup large queries by ~50%. | jbj | 1 | -6/+6 |
2002-03-06 | - add header DSA signature. | jbj | 1 | -0/+3 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 1 | -1/+14 |
2002-02-09 | Sync with 4.0.4, splint clean. | jbj | 1 | -1/+1 |
2002-02-01 | - permit args to be hidden within %%__find_{requires,provides}. | jbj | 1 | -10/+34 |
2002-01-28 | Avoid accidental collisions with POPT_BIT_SET for flags in popt tables. | jbj | 1 | -12/+12 |
2002-01-27 | Merge from rpm-4.0.4. | jbj | 1 | -13/+31 |
2002-01-18 | - missing key(s) on keyring when verifying a signature is now an error. | jbj | 4 | -13/+24 |
2002-01-11 | - permit subset installs for %lang colored hardlink file sets. | jbj | 1 | -38/+9 |
2002-01-05 | Spelling error. | jbj | 1 | -1/+1 |
2001-12-08 | - lclint-3.0.0.19 fiddles. | jbj | 1 | -1/+3 |
2001-12-06 | - 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow. | jbj | 1 | -3/+3 |
2001-11-18 | - convert file md5sum's to binary on the fly, reducing memory footprint. | jbj | 1 | -2/+2 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 1 | -0/+2 |
2001-11-11 | Replace loadFi with fiNew, freeFi with fiFree. | jbj | 2 | -3/+8 |
2001-11-11 | - factor per-transactionElement data out of TFI_t through pointer ref. | jbj | 1 | -3/+5 |
2001-11-11 | - common structure elements for unification of TFI_t and rpmFNSet. | jbj | 1 | -1/+5 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 3 | -5/+29 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 2 | -9/+9 |
2001-10-28 | - memory indices for dependency check are typedef'd and abstract'd. | jbj | 4 | -12/+22 |