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