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