Age | Commit message (Expand) | Author | Files | Lines |
2001-11-09 | - header tag sets are per-transactionElement, not per-availablePackage. | jbj | 41 | -882/+946 |
2001-11-09 | Start deconstructing TFI_t in favor of a per-transactionElement rpmFNSet. | jbj | 4 | -67/+115 |
2001-11-09 | - no-brainer refcounts for rpmProblemSet object. | jbj | 44 | -2060/+2341 |
2001-11-08 | - rip out rpmDependencyConflict, replace with rpmProblem instead. | jbj | 45 | -2842/+3096 |
2001-11-08 | Remove dead code. | jbj | 8 | -239/+42 |
2001-11-08 | - linear search on added package provides is dumb. | jbj | 18 | -193/+424 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 48 | -2510/+2649 |
2001-11-05 | Start merging file info into dependency set. | jbj | 6 | -79/+237 |
2001-11-05 | Start deconstructing availablePackage list. | jbj | 40 | -1745/+1525 |
2001-11-04 | - rpmal: availablePackage is totally opaque, alKey with index replaces. | jbj | 45 | -2325/+2564 |
2001-11-04 | - rpmds: move trigger dependencies into a rpmDepSet as well. | jbj | 36 | -540/+536 |
2001-11-04 | - rpmds: create dsProblem(), dsiGetDNEVR() retrieved DNEVR, not N. | jbj | 39 | -1297/+1791 |
2001-11-03 | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 49 | -4818/+4846 |
2001-11-02 | - rpmRangesOverlap renamed to dsCompare, add dsNotify method as well. | jbj | 39 | -2186/+1943 |
2001-11-02 | - create toy rpmDepSet iterators. | jbj | 41 | -2555/+2651 |
2001-11-02 | - create rpmDepSet constructors/destructors. | jbj | 39 | -893/+963 |
2001-11-02 | - invent some toy transactionElement iterators. | jbj | 37 | -1077/+994 |
2001-11-01 | - depends.c: availablePackage is (almost) opaque. | jbj | 42 | -1316/+1492 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 58 | -1928/+2193 |
2001-10-31 | Do tsort on transactionElement's, not availaiblePackage's. | jbj | 6 | -214/+384 |
2001-10-31 | More unraveling of availablePackage from depends.c. | jbj | 38 | -1908/+1922 |
2001-10-30 | Create rpmDepSet. | jbj | 4 | -105/+148 |
2001-10-30 | - transaction.c: cleanly uncouple availablePackage from TFI_t. | jbj | 43 | -2153/+2331 |
2001-10-29 | - add some dinky availablePackage methods. | jbj | 42 | -2083/+2255 |
2001-10-29 | - start hiding availablePackage data/methods in rpmal.c/rpmal.h. | jbj | 44 | -3180/+3048 |
2001-10-29 | Remove DYING code. | jbj | 4 | -175/+0 |
2001-10-29 | Gather all problem handling routines in one place. | jbj | 7 | -116/+313 |
2001-10-28 | - memory indices for dependency check are typedef'd and abstract'd. | jbj | 50 | -3686/+3937 |
2001-10-27 | - transaction sets cerated in cli main. | jbj | 49 | -3932/+3964 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 59 | -4995/+5865 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 52 | -6010/+6148 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 59 | -13247/+15267 |
2001-10-24 | - wire transactions through rpmcli query/verify modes. | jbj | 41 | -2118/+2044 |
2001-10-23 | - wire transactions through rpmcli signature modes. | jbj | 43 | -2633/+2663 |
2001-10-23 | - generate an rpm header on the fly for imported pubkeys. | jbj | 52 | -31547/+20127 |
2001-10-21 | Orphans. | jbj | 1 | -0/+1 |
2001-10-21 | - all symbols but hdrVec are now forward references in linkage. | jbj | 65 | -7814/+7997 |
2001-10-20 | - stupid macros to configure public key file paths. | jbj | 52 | -2719/+2568 |
2001-10-20 | - add :base64 and :armor format extensions, dump binary tags in hex. | jbj | 44 | -1906/+2695 |
2001-10-19 | Permit multiple, simultaneous, digests on a single FD_t. | jbj | 9 | -137/+156 |
2001-10-19 | - beecrypt is at least as good as pgp/gpg on verify, pull the plug. | jbj | 69 | -20042/+19666 |
2001-10-19 | Start ripping gpg/pgp on signature verify paths. | jbj | 6 | -160/+191 |
2001-10-19 | Rewire digests, step 2. | jbj | 15 | -117/+167 |
2001-10-19 | New file from db-4.0.7 to be ignored. | jbj | 1 | -0/+1 |
2001-10-19 | Rewire digests, step 1. | jbj | 12 | -713/+114 |
2001-10-18 | Scaffholding for dumping full headers carried through transaction. | jbj | 10 | -172/+882 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 66 | -1106/+1322 |
2001-10-16 | Factor -type problems into explicit code annotations. | jbj | 46 | -26/+184 |
2001-10-16 | More lclint annotations. | jbj | 61 | -553/+705 |
2001-10-15 | - use only header methods, routines are now static. | jbj | 39 | -3337/+3278 |