Age | Commit message (Expand) | Author | Files | Lines |
2001-11-11 | Replace loadFi with fiNew, freeFi with fiFree. | jbj | 1 | -10/+17 |
2001-11-11 | - factor per-transactionElement data out of TFI_t through pointer ref. | jbj | 1 | -2/+2 |
2001-11-11 | - common structure elements for unification of TFI_t and rpmFNSet. | jbj | 1 | -2/+0 |
2001-11-11 | Discard ts->addedPackages at end of rpmdepOrder() for now. | jbj | 1 | -0/+13 |
2001-11-11 | Iterate over TR_REMOVED transactionElement stripped data, don't hit rpmdb. | jbj | 1 | -81/+65 |
2001-11-11 | Rip headers out of addedPackages. | jbj | 1 | -4/+7 |
2001-11-11 | Rip alGetHeader() out of depends.c. | jbj | 1 | -134/+65 |
2001-11-10 | Start removing alGetHeader. | jbj | 1 | -162/+154 |
2001-11-10 | - strip header tags for erased as well as installed transactionElements. | jbj | 1 | -31/+91 |
2001-11-09 | - no-brainer refcounts for rpmDepSet and rpmFNSet objects. | jbj | 1 | -14/+1 |
2001-11-09 | - header tag sets are per-transactionElement, not per-availablePackage. | jbj | 1 | -6/+46 |
2001-11-09 | - no-brainer refcounts for rpmProblemSet object. | jbj | 1 | -6/+5 |
2001-11-08 | - rip out rpmDependencyConflict, replace with rpmProblem instead. | jbj | 1 | -41/+29 |
2001-11-08 | - linear search on added package provides is dumb. | jbj | 1 | -19/+18 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 1 | -54/+57 |
2001-11-05 | Start merging file info into dependency set. | jbj | 1 | -26/+3 |
2001-11-05 | Start deconstructing availablePackage list. | jbj | 1 | -45/+88 |
2001-11-04 | - rpmal: availablePackage is totally opaque, alKey with index replaces. | jbj | 1 | -87/+62 |
2001-11-04 | - rpmds: create dsProblem(), dsiGetDNEVR() retrieved DNEVR, not N. | jbj | 1 | -79/+30 |
2001-11-03 | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 1 | -72/+104 |
2001-11-02 | - rpmRangesOverlap renamed to dsCompare, add dsNotify method as well. | jbj | 1 | -267/+88 |
2001-11-02 | - create toy rpmDepSet iterators. | jbj | 1 | -157/+111 |
2001-11-02 | - create rpmDepSet constructors/destructors. | jbj | 1 | -76/+45 |
2001-11-02 | - invent some toy transactionElement iterators. | jbj | 1 | -202/+94 |
2001-11-01 | - depends.c: availablePackage is (almost) opaque. | jbj | 1 | -29/+156 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -29/+38 |
2001-10-31 | Do tsort on transactionElement's, not availaiblePackage's. | jbj | 1 | -98/+295 |
2001-10-31 | More unraveling of availablePackage from depends.c. | jbj | 1 | -255/+203 |
2001-10-30 | Create rpmDepSet. | jbj | 1 | -69/+89 |
2001-10-30 | - transaction.c: cleanly uncouple availablePackage from TFI_t. | jbj | 1 | -4/+3 |
2001-10-29 | - add some dinky availablePackage methods. | jbj | 1 | -32/+51 |
2001-10-29 | - start hiding availablePackage data/methods in rpmal.c/rpmal.h. | jbj | 1 | -730/+54 |
2001-10-28 | - memory indices for dependency check are typedef'd and abstract'd. | jbj | 1 | -86/+136 |
2001-10-27 | - transaction sets cerated in cli main. | jbj | 1 | -2/+15 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -83/+307 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -0/+2 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -15/+11 |
2001-10-24 | - wire transactions through rpmcli query/verify modes. | jbj | 1 | -2/+22 |
2001-10-23 | - wire transactions through rpmcli signature modes. | jbj | 1 | -6/+13 |
2001-10-21 | - all symbols but hdrVec are now forward references in linkage. | jbj | 1 | -23/+0 |
2001-10-19 | Rewire digests, step 1. | jbj | 1 | -1/+1 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 1 | -4/+8 |
2001-10-16 | Factor -type problems into explicit code annotations. | jbj | 1 | -0/+6 |
2001-10-16 | More lclint annotations. | jbj | 1 | -28/+30 |
2001-10-15 | Explicit branchstate annotations. | jbj | 1 | -2/+23 |
2001-10-15 | lclint fiddles to annotate globals. | jbj | 1 | -8/+20 |
2001-10-13 | More lclint annotations. | jbj | 1 | -18/+20 |
2001-10-13 | - ratchet up to lclint "strict" level. | jbj | 1 | -1/+2 |
2001-09-25 | - legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc). | jbj | 1 | -1/+1 |
2001-09-24 | Move to lclint-3.0.0.15, revisit and clean up annotations. | jbj | 1 | -15/+10 |