Age | Commit message (Expand) | Author | Files | Lines |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 1 | -0/+2 |
2001-11-18 | - convert file md5sum's to binary on the fly, reducing memory footprint. | jbj | 1 | -2/+2 |
2001-11-13 | - split file info tag sets into rpmfi.c. | jbj | 1 | -1/+1 |
2001-11-12 | transaction.c: lclint cleanups. | jbj | 1 | -13/+3 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 1 | -17/+0 |
2001-11-11 | Replace loadFi with fiNew, freeFi with fiFree. | jbj | 1 | -8/+22 |
2001-11-10 | Start removing alGetHeader. | jbj | 1 | -1/+1 |
2001-11-08 | - rip out rpmDependencyConflict, replace with rpmProblem instead. | jbj | 1 | -8/+10 |
2001-11-08 | Remove dead code. | jbj | 1 | -24/+1 |
2001-11-08 | - linear search on added package provides is dumb. | jbj | 1 | -8/+23 |
2001-10-28 | - memory indices for dependency check are typedef'd and abstract'd. | jbj | 1 | -4/+6 |
2001-10-27 | - transaction sets cerated in cli main. | jbj | 1 | -13/+8 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -11/+10 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -4/+7 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -4/+7 |
2001-10-24 | - wire transactions through rpmcli query/verify modes. | jbj | 1 | -29/+63 |
2001-10-21 | - all symbols but hdrVec are now forward references in linkage. | jbj | 1 | -0/+2 |
2001-10-19 | Rewire digests, step 2. | jbj | 1 | -9/+3 |
2001-10-18 | Scaffholding for dumping full headers carried through transaction. | jbj | 1 | -1/+1 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 1 | -2/+0 |
2001-10-16 | Factor -type problems into explicit code annotations. | jbj | 1 | -0/+7 |
2001-10-16 | More lclint annotations. | jbj | 1 | -4/+3 |
2001-10-15 | Explicit branchstate annotations. | jbj | 1 | -12/+14 |
2001-10-15 | lclint fiddles to annotate globals. | jbj | 1 | -2/+8 |
2001-09-26 | - bind beecrypt md5/sha1 underneath rpmio. | jbj | 1 | -0/+2 |
2001-09-25 | - legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc). | jbj | 1 | -33/+1 |
2001-09-25 | - drop rpmio/base64.[ch] in favor of beecrypt. | jbj | 1 | -1/+0 |
2001-09-15 | Sync with rpm-4_0 branch. | jbj | 1 | -0/+1 |
2001-08-27 | - fix: error message on failed package installs resurrected. | jbj | 1 | -1/+3 |
2001-08-17 | - verify perms (but not mode) on %ghost files. | jbj | 1 | -6/+23 |
2001-07-21 | - add sha1 test vectors, verify on ix86/alpha/sparc. | jbj | 1 | -8/+13 |
2001-07-17 | - python: "seal" immutable region for legacy headers in rhnUnload() . | jbj | 1 | -6/+2 |
2001-07-08 | - python: rhnLoad/rhnUnload to check header digest. | jbj | 1 | -6/+7 |
2001-07-06 | - expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h. | jbj | 1 | -15/+8 |
2001-06-20 | - fix: rpm -qlv link count for directories dinna include '..'. | jbj | 1 | -0/+6 |
2001-06-17 | Sync with rpm-4_0 branch. | jbj | 1 | -1/+1 |
2001-06-12 | - remove rpmrc Provides: Yet Again, use virtual packages. | jbj | 1 | -57/+9 |
2001-06-12 | - remove dead code frpm popt table reorg. | jbj | 1 | -68/+167 |
2001-06-08 | - fix: QUERY_FOR_LIST file count clobbered. | jbj | 1 | -28/+32 |
2001-06-05 | - fix typos in linux.{req,prov}. | jbj | 1 | -3/+6 |
2001-06-04 | lclint fiddles. | jbj | 1 | -1/+4 |
2001-05-31 | - return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>). | jbj | 1 | -8/+19 |
2001-05-05 | - enough lclint annotations and fiddles already. | jbj | 1 | -3/+4 |
2001-05-03 | - still more boring lclint annotations and fiddles. | jbj | 1 | -6/+7 |
2001-04-30 | - yet more boring lclint annotations and fiddles. | jbj | 1 | -56/+76 |
2001-04-29 | - globalize _free(3) wrapper in rpmlib.h, consistent usage throughout. | jbj | 1 | -14/+6 |
2001-03-28 | - fix: AIX has sizeof(uint_16) != sizeof(mode_t) verify cast needed. | jbj | 1 | -1/+5 |
2001-03-14 | Update to doxygen-1.2.6 configuration. | jbj | 1 | -0/+4 |
2001-02-28 | Merge scriptlet handling into psm.c, remove from API. | jbj | 1 | -1/+1 |
2001-02-28 | Move more args into PSM_t. | jbj | 1 | -2/+23 |