Age | Commit message (Expand) | Author | Files | Lines |
2002-03-07 | - add header RSA signature (untested, disabled for now). | jbj | 3 | -43/+79 |
2002-03-07 | - add header RSA signature (untested). | jbj | 4 | -3/+97 |
2002-03-06 | - add header DSA signature. | jbj | 4 | -152/+364 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 6 | -148/+392 |
2002-02-28 | Use Knuth algorithm Y for computing DSA "w = inv(s) mod q". | jbj | 1 | -1/+4 |
2002-02-22 | tpkgid cleanup. | jbj | 1 | -0/+6 |
2002-02-20 | Sanity. | jbj | 1 | -5/+5 |
2002-02-09 | Sync with 4.0.4, splint clean. | jbj | 4 | -23/+35 |
2002-02-07 | Sync with rpm-4.0.4. | jbj | 1 | -3/+3 |
2002-02-04 | - generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid. | jbj | 5 | -11/+145 |
2002-02-04 | rollback changes from 4.0.4. | jbj | 3 | -13/+28 |
2002-02-02 | Sync with rpm-4.0.4 rollbacks. | jbj | 4 | -156/+47 |
2002-02-01 | - permit args to be hidden within %%__find_{requires,provides}. | jbj | 1 | -1/+1 |
2002-01-30 | - legacy: configurable whiteout for known Red Hat dependency loops. | jbj | 1 | -13/+51 |
2002-01-28 | Transaction rollbacks from rpm-4.04, (sanity flush). | jbj | 3 | -94/+326 |
2002-01-28 | Avoid accidental collisions with POPT_BIT_SET for flags in popt tables. | jbj | 2 | -13/+23 |
2002-01-27 | Merge from rpm-4.0.4. | jbj | 2 | -14/+37 |
2002-01-23 | - turn on auto-generated perl requirements (#58519, #58536, #58537). | jbj | 2 | -3/+1 |
2002-01-18 | - missing key(s) on keyring when verifying a signature is now an error. | jbj | 6 | -2/+24 |
2002-01-17 | Resync with db-4.0.14 (and what's on the rpm-4_0 branch). | jbj | 3 | -5/+8 |
2002-01-11 | - permit subset installs for %lang colored hardlink file sets. | jbj | 3 | -17/+25 |
2002-01-10 | - fix: signing multiple times dinna work, discard immutable region. | jbj | 2 | -45/+94 |
2002-01-07 | - Depends should use CDB if configured. | jbj | 1 | -2/+0 |
2002-01-06 | - handle lazy db open's in chroot with absolute path, not prefix strip. | jbj | 2 | -0/+12 |
2002-01-06 | - sparc: make dbenv per-rpmdb, not per-dbi. | jbj | 3 | -3/+9 |
2002-01-05 | Compute parent and no. of children for each package. | jbj | 3 | -7/+130 |
2002-01-04 | Use rpmsort to display dependencies for dotty from graphviz. | jbj | 1 | -10/+12 |
2001-12-20 | - solaris: translate i86pc to i386 (#57182). | jbj | 5 | -9/+9 |
2001-12-09 | - solaris: translate i86pc to i386 (#57182). | jbj | 1 | -0/+6 |
2001-12-08 | - lclint-3.0.0.19 fiddles. | jbj | 4 | -6/+11 |
2001-12-06 | - 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow. | jbj | 2 | -1/+9 |
2001-11-23 | - fix a couple dinky memory leaks. | jbj | 5 | -5/+37 |
2001-11-19 | - header handling moved to librpmdb to avoid linkage loops. | jbj | 7 | -4887/+6 |
2001-11-18 | - convert file md5sum's to binary on the fly, reducing memory footprint. | jbj | 8 | -200/+249 |
2001-11-18 | 1st element in tsort candidate queue was not marked. | jbj | 2 | -18/+26 |
2001-11-17 | - use TR_REMOVED relations as well as TR_ADDED for ordering. | jbj | 3 | -51/+125 |
2001-11-17 | - methods to complete making transactionElement opaque. | jbj | 4 | -127/+270 |
2001-11-17 | Continue making transactionElement opaque. | jbj | 3 | -34/+79 |
2001-11-16 | Move addTE/delTE to rpmte.c. | jbj | 4 | -131/+130 |
2001-11-16 | - use array of pointers rather than contiguous array for ts->order. | jbj | 6 | -65/+90 |
2001-11-16 | Create rpmte.[ch]. | jbj | 5 | -429/+469 |
2001-11-16 | - annotations to make a transactionElement opaque. | jbj | 7 | -216/+535 |
2001-11-16 | Eliminate dead code. | jbj | 2 | -35/+5 |
2001-11-16 | - transaction.c: use wrappers/iterators to access TFI_t. | jbj | 4 | -51/+116 |
2001-11-15 | - tweak overlapped file fingerprint retrieval for speed. | jbj | 1 | -18/+157 |
2001-11-14 | depends.c and rpmal.c have opaque TFI_t. | jbj | 7 | -156/+402 |
2001-11-13 | - split file info tag sets into rpmfi.c. | jbj | 12 | -968/+1201 |
2001-11-12 | transaction.c: lclint cleanups. | jbj | 6 | -53/+31 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 13 | -307/+91 |
2001-11-11 | - unify rpmFNSet into TFI_t. | jbj | 12 | -233/+188 |