Age | Commit message (Expand) | Author | Files | Lines |
2001-11-11 | Iterate over TR_REMOVED transactionElement stripped data, don't hit rpmdb. | jbj | 1 | -19/+19 |
2001-11-11 | Rip headers out of addedPackages. | jbj | 1 | -48/+48 |
2001-11-11 | Rip alGetHeader() out of depends.c. | jbj | 1 | -52/+42 |
2001-11-10 | Start removing alGetHeader. | jbj | 1 | -28/+28 |
2001-11-10 | - strip header tags for erased as well as installed transactionElements. | jbj | 1 | -25/+25 |
2001-11-09 | - no-brainer refcounts for rpmDepSet and rpmFNSet objects. | jbj | 1 | -13/+13 |
2001-11-09 | - header tag sets are per-transactionElement, not per-availablePackage. | jbj | 1 | -24/+24 |
2001-11-09 | Start deconstructing TFI_t in favor of a per-transactionElement rpmFNSet. | jbj | 1 | -6/+6 |
2001-11-09 | - no-brainer refcounts for rpmProblemSet object. | jbj | 1 | -58/+63 |
2001-11-08 | - rip out rpmDependencyConflict, replace with rpmProblem instead. | jbj | 1 | -39/+49 |
2001-11-08 | Remove dead code. | jbj | 1 | -45/+35 |
2001-11-08 | - linear search on added package provides is dumb. | jbj | 1 | -65/+73 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 1 | -70/+70 |
2001-11-05 | Start merging file info into dependency set. | jbj | 1 | -15/+15 |
2001-11-05 | Start deconstructing availablePackage list. | jbj | 1 | -47/+42 |
2001-11-04 | - rpmal: availablePackage is totally opaque, alKey with index replaces. | jbj | 1 | -65/+69 |
2001-11-04 | - rpmds: move trigger dependencies into a rpmDepSet as well. | jbj | 1 | -16/+16 |
2001-11-04 | - rpmds: create dsProblem(), dsiGetDNEVR() retrieved DNEVR, not N. | jbj | 1 | -34/+51 |
2001-11-03 | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 1 | -134/+131 |
2001-11-02 | - rpmRangesOverlap renamed to dsCompare, add dsNotify method as well. | jbj | 1 | -58/+34 |
2001-11-02 | - create toy rpmDepSet iterators. | jbj | 1 | -72/+72 |
2001-11-02 | - create rpmDepSet constructors/destructors. | jbj | 1 | -24/+24 |
2001-11-02 | - invent some toy transactionElement iterators. | jbj | 1 | -25/+25 |
2001-11-01 | - depends.c: availablePackage is (almost) opaque. | jbj | 1 | -41/+41 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -40/+46 |
2001-10-31 | Do tsort on transactionElement's, not availaiblePackage's. | jbj | 1 | -39/+39 |
2001-10-31 | More unraveling of availablePackage from depends.c. | jbj | 1 | -50/+50 |
2001-10-30 | - transaction.c: cleanly uncouple availablePackage from TFI_t. | jbj | 1 | -62/+62 |
2001-10-29 | - add some dinky availablePackage methods. | jbj | 1 | -63/+63 |
2001-10-29 | - start hiding availablePackage data/methods in rpmal.c/rpmal.h. | jbj | 1 | -75/+65 |
2001-10-29 | Gather all problem handling routines in one place. | jbj | 1 | -40/+40 |
2001-10-28 | - memory indices for dependency check are typedef'd and abstract'd. | jbj | 1 | -108/+108 |
2001-10-27 | - transaction sets cerated in cli main. | jbj | 1 | -123/+123 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -150/+155 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -175/+180 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -402/+444 |
2001-10-24 | - wire transactions through rpmcli query/verify modes. | jbj | 1 | -62/+54 |
2001-10-23 | - wire transactions through rpmcli signature modes. | jbj | 1 | -79/+75 |
2001-10-23 | - generate an rpm header on the fly for imported pubkeys. | jbj | 1 | -947/+323 |
2001-10-21 | - all symbols but hdrVec are now forward references in linkage. | jbj | 1 | -230/+230 |
2001-10-20 | - stupid macros to configure public key file paths. | jbj | 1 | -68/+68 |
2001-10-20 | - add :base64 and :armor format extensions, dump binary tags in hex. | jbj | 1 | -40/+40 |
2001-10-19 | Permit multiple, simultaneous, digests on a single FD_t. | jbj | 1 | -33/+33 |
2001-10-19 | - beecrypt is at least as good as pgp/gpg on verify, pull the plug. | jbj | 1 | -44/+36 |
2001-10-19 | Start ripping gpg/pgp on signature verify paths. | jbj | 1 | -27/+27 |
2001-10-19 | Rewire digests, step 2. | jbj | 1 | -30/+30 |
2001-10-19 | Rewire digests, step 1. | jbj | 1 | -43/+38 |
2001-10-18 | Scaffholding for dumping full headers carried through transaction. | jbj | 1 | -91/+96 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 1 | -543/+543 |
2001-10-16 | More lclint annotations. | jbj | 1 | -196/+196 |