Age | Commit message (Expand) | Author | Files | Lines |
2002-01-23 | - turn on auto-generated perl requirements (#58519, #58536, #58537). | jbj | 51 | -670/+765 |
2002-01-18 | - missing key(s) on keyring when verifying a signature is now an error. | jbj | 109 | -2935/+3071 |
2002-01-17 | Resync with db-4.0.14 (and what's on the rpm-4_0 branch). | jbj | 110 | -2980/+2885 |
2002-01-11 | - permit subset installs for %lang colored hardlink file sets. | jbj | 38 | -893/+875 |
2002-01-10 | - fix: signing multiple times dinna work, discard immutable region. | jbj | 45 | -1531/+1565 |
2002-01-07 | - autodetect python 1.5/2.2. | jbj | 6 | -16/+42 |
2002-01-07 | - Depends should use CDB if configured. | jbj | 36 | -37/+38 |
2002-01-06 | - handle lazy db open's in chroot with absolute path, not prefix strip. | jbj | 39 | -2108/+2151 |
2002-01-06 | - sparc: make dbenv per-rpmdb, not per-dbi. | jbj | 11 | -73/+108 |
2002-01-05 | Spelling error. | jbj | 1 | -1/+1 |
2002-01-05 | Compute parent and no. of children for each package. | jbj | 5 | -15/+171 |
2002-01-04 | Use rpmsort to display dependencies for dotty from graphviz. | jbj | 5 | -64/+146 |
2001-12-27 | - simple automake wrapper for zlib. | jbj | 34 | -184/+189 |
2001-12-27 | - simple automake wrappers for zlib. | jbj | 37 | -1639/+6185 |
2001-12-20 | - solaris: translate i86pc to i386 (#57182). | jbj | 15 | -27/+38 |
2001-12-19 | Do "strip -g". | jbj | 1 | -1/+1 |
2001-12-19 | - add getmntent define, don't expand fnmatch. | jbj | 2 | -1/+5 |
2001-12-09 | - solaris: translate i86pc to i386 (#57182). | jbj | 1 | -0/+6 |
2001-12-08 | - lclint-3.0.0.19 fiddles. | jbj | 77 | -2031/+2055 |
2001-12-08 | - 1st crack at making zlib rsync friendly. | jbj | 6 | -18/+137 |
2001-12-06 | - 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow. | jbj | 41 | -298/+318 |
2001-12-06 | Merge in orphans from db-4.0.14. | jbj | 5 | -55/+57 |
2001-12-06 | Initial revision | jbj | 31 | -0/+8107 |
2001-11-24 | - protect brp-compress against /bin/ls output ambiguity (#56656,#56336). | jbj | 3 | -1/+3 |
2001-11-23 | - fix a couple dinky memory leaks. | jbj | 47 | -692/+762 |
2001-11-22 | More annotations. | jbj | 24 | -547/+550 |
2001-11-21 | Annotations, pass 0. | jbj | 8 | -67/+96 |
2001-11-21 | Orphan. | jbj | 1 | -4/+4 |
2001-11-21 | Sanitize the speedup patch a bit. | jbj | 4 | -278/+179 |
2001-11-21 | Apply speedup patch from Ben LaHaise <bcrl@redhat.com> from | jbj | 13 | -139/+572 |
2001-11-21 | Painless lclint configuration. | jbj | 3 | -0/+119 |
2001-11-21 | Patches from Red Hat 7.2 zlib-1.1.3-24 package. | jbj | 2 | -1/+143 |
2001-11-21 | Initial revision | jbj | 148 | -0/+71540 |
2001-11-19 | - header handling moved to librpmdb to avoid linkage loops. | jbj | 45 | -2795/+2797 |
2001-11-18 | - convert file md5sum's to binary on the fly, reducing memory footprint. | jbj | 44 | -1086/+1138 |
2001-11-18 | 1st element in tsort candidate queue was not marked. | jbj | 3 | -37/+45 |
2001-11-17 | - use TR_REMOVED relations as well as TR_ADDED for ordering. | jbj | 37 | -269/+352 |
2001-11-17 | - methods to complete making transactionElement opaque. | jbj | 38 | -716/+862 |
2001-11-17 | Continue making transactionElement opaque. | jbj | 4 | -50/+95 |
2001-11-16 | Move addTE/delTE to rpmte.c. | jbj | 5 | -150/+149 |
2001-11-16 | - use array of pointers rather than contiguous array for ts->order. | jbj | 40 | -1089/+1117 |
2001-11-16 | Create rpmte.[ch]. | jbj | 38 | -1019/+1062 |
2001-11-16 | - annotations to make a transactionElement opaque. | jbj | 41 | -1426/+1748 |
2001-11-16 | Eliminate dead code. | jbj | 3 | -54/+24 |
2001-11-16 | - transaction.c: use wrappers/iterators to access TFI_t. | jbj | 38 | -672/+740 |
2001-11-15 | - tweak overlapped file fingerprint retrieval for speed. | jbj | 39 | -1133/+1282 |
2001-11-14 | depends.c and rpmal.c have opaque TFI_t. | jbj | 8 | -162/+408 |
2001-11-13 | - split file info tag sets into rpmfi.c. | jbj | 46 | -3518/+3047 |
2001-11-12 | transaction.c: lclint cleanups. | jbj | 7 | -81/+59 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 52 | -3497/+3335 |