Age | Commit message (Expand) | Author | Files | Lines |
2002-07-11 | - fix: repair 2ndary match criteria with rpmdb iterators. | jbj | 1 | -30/+30 |
2002-07-09 | - placeholders for manifest constants for SuSE patch packages. | jbj | 1 | -144/+144 |
2002-07-06 | - fix: permit deletions of added packages (#67108). | jbj | 1 | -1/+1 |
2002-07-05 | - update rpmcache.8. | jbj | 1 | -38/+38 |
2002-07-04 | - fix: forgot lazy open of database on --freshen path (#67907). | jbj | 1 | -88/+102 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 1 | -510/+518 |
2002-07-02 | add (disabled for now) dependency check to rpmgraph. | jbj | 1 | -146/+279 |
2002-06-29 | - open rpmdb early RDONLY, reopen later RDWR, avoid signed srpm noise. | jbj | 1 | -18/+18 |
2002-06-28 | - rescusitate remote ftp globs (#67678). | jbj | 1 | -1/+1 |
2002-06-28 | - disambiguate added/installed dependency failures (#50388). | jbj | 1 | -43/+35 |
2002-06-28 | - fix: multiple relocations (#67596). | jbj | 1 | -119/+134 |
2002-06-27 | - use rpmdb-redhat for suggestions if/when configured (#67430). | jbj | 1 | -4/+4 |
2002-06-25 | - python: link internal libelf (if used) directly into rpmmodule.so. | jbj | 1 | -552/+554 |
2002-06-21 | Check S_ISREG explicitly to avoid '?' in ls(1)-like displays. | jbj | 1 | -1/+1 |
2002-06-21 | - fix: reading macro files can corrupt memory if BUFSIZ is teensy. | jbj | 1 | -27/+27 |
2002-06-20 | - resurrect libelf with Elf64, prelink verify should work everywhere. | jbj | 1 | -1/+1 |
2002-06-20 | - add translated man pages from PLD. | jbj | 1 | -1/+1 |
2002-06-20 | - make sure that rpm can verify prelinked shared libraries. | jbj | 1 | -114/+114 |
2002-06-15 | - beecrypt: merge changes from beecrypt-2.3.0. | jbj | 1 | -35/+35 |
2002-06-12 | Add bugzilla # to cheangelog. | jbj | 1 | -1/+1 |
2002-06-12 | - fix: separate existence and number checks for problems found. | jbj | 1 | -57/+57 |
2002-06-10 | - document digital signature verification in rpm.8. | jbj | 1 | -5/+9 |
2002-06-09 | Sanity. | jbj | 1 | -1693/+994 |
2002-06-01 | - fix: use getgrnam, not getpwnam, to convert gid -> group. | jbj | 1 | -892/+1539 |
2002-02-10 | - make peace with automake et al in 8.0, ugh. | jbj | 1 | -237/+263 |
2002-02-01 | - permit args to be hidden within %%__find_{requires,provides}. | jbj | 1 | -86/+100 |
2002-01-27 | Merge from rpm-4.0.4. | jbj | 1 | -62/+61 |
2002-01-23 | - turn on auto-generated perl requirements (#58519, #58536, #58537). | jbj | 1 | -17/+17 |
2002-01-18 | - missing key(s) on keyring when verifying a signature is now an error. | jbj | 1 | -78/+78 |
2002-01-11 | - permit subset installs for %lang colored hardlink file sets. | jbj | 1 | -27/+27 |
2002-01-10 | - fix: signing multiple times dinna work, discard immutable region. | jbj | 1 | -45/+38 |
2002-01-07 | - Depends should use CDB if configured. | jbj | 1 | -1/+1 |
2002-01-06 | - handle lazy db open's in chroot with absolute path, not prefix strip. | jbj | 1 | -68/+69 |
2001-12-27 | - simple automake wrapper for zlib. | jbj | 1 | -6/+6 |
2001-12-08 | - lclint-3.0.0.19 fiddles. | jbj | 1 | -64/+64 |
2001-12-06 | - 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow. | jbj | 1 | -8/+8 |
2001-11-23 | - fix a couple dinky memory leaks. | jbj | 1 | -22/+22 |
2001-11-19 | - header handling moved to librpmdb to avoid linkage loops. | jbj | 1 | -89/+89 |
2001-11-18 | - convert file md5sum's to binary on the fly, reducing memory footprint. | jbj | 1 | -29/+29 |
2001-11-17 | - use TR_REMOVED relations as well as TR_ADDED for ordering. | jbj | 1 | -7/+7 |
2001-11-17 | - methods to complete making transactionElement opaque. | jbj | 1 | -19/+19 |
2001-11-16 | - use array of pointers rather than contiguous array for ts->order. | jbj | 1 | -33/+33 |
2001-11-16 | Create rpmte.[ch]. | jbj | 1 | -19/+19 |
2001-11-16 | - annotations to make a transactionElement opaque. | jbj | 1 | -39/+39 |
2001-11-16 | - transaction.c: use wrappers/iterators to access TFI_t. | jbj | 1 | -20/+20 |
2001-11-15 | - tweak overlapped file fingerprint retrieval for speed. | jbj | 1 | -36/+36 |
2001-11-13 | - split file info tag sets into rpmfi.c. | jbj | 1 | -82/+48 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 1 | -101/+101 |
2001-11-11 | - unify rpmFNSet into TFI_t. | jbj | 1 | -80/+80 |
2001-11-11 | - factor per-transactionElement data out of TFI_t through pointer ref. | jbj | 1 | -56/+56 |