Age | Commit message (Expand) | Author | Files | Lines |
2001-11-16 | - transaction.c: use wrappers/iterators to access TFI_t. | jbj | 1 | -0/+1 |
2001-11-15 | - tweak overlapped file fingerprint retrieval for speed. | jbj | 1 | -0/+1 |
2001-11-13 | - split file info tag sets into rpmfi.c. | jbj | 1 | -0/+2 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 1 | -0/+2 |
2001-11-11 | - unify rpmFNSet into TFI_t. | jbj | 1 | -0/+2 |
2001-11-11 | - factor per-transactionElement data out of TFI_t through pointer ref. | jbj | 1 | -0/+1 |
2001-11-11 | - common structure elements for unification of TFI_t and rpmFNSet. | jbj | 1 | -0/+1 |
2001-11-10 | - strip header tags for erased as well as installed transactionElements. | jbj | 1 | -0/+1 |
2001-11-09 | - no-brainer refcounts for rpmDepSet and rpmFNSet objects. | jbj | 1 | -0/+1 |
2001-11-09 | - header tag sets are per-transactionElement, not per-availablePackage. | jbj | 1 | -0/+1 |
2001-11-09 | - no-brainer refcounts for rpmProblemSet object. | jbj | 1 | -0/+1 |
2001-11-08 | - rip out rpmDependencyConflict, replace with rpmProblem instead. | jbj | 1 | -0/+1 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 1 | -0/+6 |
2001-11-04 | - rpmal: availablePackage is totally opaque, alKey with index replaces. | jbj | 1 | -0/+1 |
2001-11-04 | - rpmds: move trigger dependencies into a rpmDepSet as well. | jbj | 1 | -0/+1 |
2001-11-04 | - rpmds: create dsProblem(), dsiGetDNEVR() retrieved DNEVR, not N. | jbj | 1 | -0/+2 |
2001-11-03 | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 1 | -0/+1 |
2001-11-02 | - rpmRangesOverlap renamed to dsCompare, add dsNotify method as well. | jbj | 1 | -0/+1 |
2001-11-02 | - create toy rpmDepSet iterators. | jbj | 1 | -0/+1 |
2001-11-02 | - create rpmDepSet constructors/destructors. | jbj | 1 | -0/+1 |
2001-11-02 | - invent some toy transactionElement iterators. | jbj | 1 | -0/+1 |
2001-11-01 | - depends.c: availablePackage is (almost) opaque. | jbj | 1 | -0/+1 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -0/+1 |
2001-10-30 | - transaction.c: cleanly uncouple availablePackage from TFI_t. | jbj | 1 | -0/+1 |
2001-10-29 | - add some dinky availablePackage methods. | jbj | 1 | -0/+1 |
2001-10-29 | - start hiding availablePackage data/methods in rpmal.c/rpmal.h. | jbj | 1 | -0/+1 |
2001-10-28 | - memory indices for dependency check are typedef'd and abstract'd. | jbj | 1 | -0/+3 |
2001-10-27 | - transaction sets cerated in cli main. | jbj | 1 | -0/+2 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -1/+5 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -1/+2 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -0/+1 |
2001-10-24 | - wire transactions through rpmcli query/verify modes. | jbj | 1 | -0/+1 |
2001-10-23 | - wire transactions through rpmcli signature modes. | jbj | 1 | -0/+1 |
2001-10-23 | - generate an rpm header on the fly for imported pubkeys. | jbj | 1 | -0/+1 |
2001-10-21 | - all symbols but hdrVec are now forward references in linkage. | jbj | 1 | -0/+1 |
2001-10-20 | - stupid macros to configure public key file paths. | jbj | 1 | -0/+1 |
2001-10-20 | - add :base64 and :armor format extensions, dump binary tags in hex. | jbj | 1 | -1/+3 |
2001-10-19 | - beecrypt is at least as good as pgp/gpg on verify, pull the plug. | jbj | 1 | -0/+1 |
2001-10-15 | - use only header methods, routines are now static. | jbj | 1 | -0/+1 |
2001-10-15 | - upgrade to db-4.0.7. | jbj | 1 | -0/+1 |
2001-10-13 | - ratchet up to lclint "strict" level. | jbj | 1 | -0/+1 |
2001-10-11 | - proof-of-concept PGP/RSA verification for legacy signatures. | jbj | 1 | -0/+1 |
2001-10-08 | - upgrade to beecrypt-2.2.0pre. | jbj | 1 | -0/+1 |
2001-10-05 | - proof-of-concept GPG/DSA verification for legacy signatures. | jbj | 1 | -1/+1 |
2001-09-29 | - create RFC-2440 OpenPGP API in rpmio. | jbj | 1 | -1/+3 |
2001-09-26 | - bind beecrypt md5/sha1 underneath rpmio. | jbj | 1 | -0/+1 |
2001-09-25 | - legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc). | jbj | 1 | -0/+2 |
2001-09-25 | - drop rpmio/base64.[ch] in favor of beecrypt. | jbj | 1 | -1/+2 |
2001-09-25 | - drop rpmio/base64.[ch] in favor of beecrypt versions. | jbj | 1 | -0/+1 |
2001-09-25 | - Start rpm-4.1. | jbj | 1 | -0/+5 |