| Commit message (Expand) | Author | Age | Files | Lines |
* | - lclint-3.0.0.19 fiddles. | jbj | 2001-12-08 | 1 | -0/+2 |
* | - 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow. | jbj | 2001-12-06 | 1 | -1/+4 |
* | - fix a couple dinky memory leaks. | jbj | 2001-11-23 | 1 | -0/+2 |
* | - header handling moved to librpmdb to avoid linkage loops. | jbj | 2001-11-19 | 1 | -0/+1 |
* | - convert file md5sum's to binary on the fly, reducing memory footprint. | jbj | 2001-11-18 | 1 | -0/+1 |
* | - use TR_REMOVED relations as well as TR_ADDED for ordering. | jbj | 2001-11-17 | 1 | -0/+3 |
* | - methods to complete making transactionElement opaque. | jbj | 2001-11-17 | 1 | -0/+1 |
* | - use array of pointers rather than contiguous array for ts->order. | jbj | 2001-11-16 | 1 | -0/+1 |
* | - annotations to make a transactionElement opaque. | jbj | 2001-11-16 | 1 | -0/+1 |
* | - transaction.c: use wrappers/iterators to access TFI_t. | jbj | 2001-11-16 | 1 | -0/+1 |
* | - tweak overlapped file fingerprint retrieval for speed. | jbj | 2001-11-15 | 1 | -0/+1 |
* | - split file info tag sets into rpmfi.c. | jbj | 2001-11-13 | 1 | -0/+2 |
* | - commit to using rpmDepSet and TFI_t, not header. | jbj | 2001-11-12 | 1 | -0/+2 |
* | - unify rpmFNSet into TFI_t. | jbj | 2001-11-11 | 1 | -0/+2 |
* | - factor per-transactionElement data out of TFI_t through pointer ref. | jbj | 2001-11-11 | 1 | -0/+1 |
* | - common structure elements for unification of TFI_t and rpmFNSet. | jbj | 2001-11-11 | 1 | -0/+1 |
* | - strip header tags for erased as well as installed transactionElements. | jbj | 2001-11-10 | 1 | -0/+1 |
* | - no-brainer refcounts for rpmDepSet and rpmFNSet objects. | jbj | 2001-11-09 | 1 | -0/+1 |
* | - header tag sets are per-transactionElement, not per-availablePackage. | jbj | 2001-11-09 | 1 | -0/+1 |
* | - no-brainer refcounts for rpmProblemSet object. | jbj | 2001-11-09 | 1 | -0/+1 |
* | - rip out rpmDependencyConflict, replace with rpmProblem instead. | jbj | 2001-11-08 | 1 | -0/+9 |
* | - rpmal: availablePackage is totally opaque, alKey with index replaces. | jbj | 2001-11-04 | 1 | -0/+1 |
* | - rpmds: move trigger dependencies into a rpmDepSet as well. | jbj | 2001-11-04 | 1 | -1/+1 |
* | - rpmds: create dsProblem(), dsiGetDNEVR() retrieved DNEVR, not N. | jbj | 2001-11-04 | 1 | -0/+3 |
* | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 2001-11-03 | 1 | -0/+1 |
* | - rpmRangesOverlap renamed to dsCompare, add dsNotify method as well. | jbj | 2001-11-02 | 1 | -0/+1 |
* | - create toy rpmDepSet iterators. | jbj | 2001-11-02 | 1 | -0/+1 |
* | - create rpmDepSet constructors/destructors. | jbj | 2001-11-02 | 1 | -0/+1 |
* | - invent some toy transactionElement iterators. | jbj | 2001-11-02 | 1 | -0/+1 |
* | - depends.c: availablePackage is (almost) opaque. | jbj | 2001-11-01 | 1 | -0/+1 |
* | - add header refcount annotations throughout. | jbj | 2001-11-01 | 1 | -0/+1 |
* | - transaction.c: cleanly uncouple availablePackage from TFI_t. | jbj | 2001-10-30 | 1 | -0/+1 |
* | - add some dinky availablePackage methods. | jbj | 2001-10-29 | 1 | -0/+1 |
* | - start hiding availablePackage data/methods in rpmal.c/rpmal.h. | jbj | 2001-10-29 | 1 | -0/+1 |
* | - memory indices for dependency check are typedef'd and abstract'd. | jbj | 2001-10-28 | 1 | -1/+4 |
* | - transaction sets cerated in cli main. | jbj | 2001-10-27 | 1 | -0/+2 |
* | - legacy signatures always checked where possible on package read. | jbj | 2001-10-27 | 1 | -1/+5 |
* | - wire transactions through rpmcli install/erase modes. | jbj | 2001-10-26 | 1 | -1/+2 |
* | - legacy signatures always checked on -qp and -Vp. | jbj | 2001-10-25 | 1 | -0/+1 |
* | - wire transactions through rpmcli query/verify modes. | jbj | 2001-10-24 | 1 | -0/+1 |
* | - wire transactions through rpmcli signature modes. | jbj | 2001-10-23 | 1 | -0/+1 |
* | - generate an rpm header on the fly for imported pubkeys. | jbj | 2001-10-23 | 1 | -0/+1 |
* | - all symbols but hdrVec are now forward references in linkage. | jbj | 2001-10-21 | 1 | -0/+1 |
* | - stupid macros to configure public key file paths. | jbj | 2001-10-20 | 1 | -0/+1 |
* | - add :base64 and :armor format extensions, dump binary tags in hex. | jbj | 2001-10-20 | 1 | -1/+3 |
* | - beecrypt is at least as good as pgp/gpg on verify, pull the plug. | jbj | 2001-10-19 | 1 | -0/+1 |
* | - use only header methods, routines are now static. | jbj | 2001-10-15 | 1 | -0/+1 |
* | - upgrade to db-4.0.7. | jbj | 2001-10-15 | 1 | -0/+1 |
* | - ratchet up to lclint "strict" level. | jbj | 2001-10-13 | 1 | -0/+1 |
* | - proof-of-concept PGP/RSA verification for legacy signatures. | jbj | 2001-10-11 | 1 | -0/+1 |