summaryrefslogtreecommitdiff
path: root/lib/depends.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-13/+3
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-102/+0
2002-07-08Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj1-10/+10
2002-07-06- fix: permit deletions of added packages (#67108).jbj1-9/+9
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-18/+14
2002-06-28- disambiguate added/installed dependency failures (#50388).jbj1-12/+14
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+26
2002-06-10Document file attribute opt outs in verify mode.jbj1-1/+1
2002-05-27Add bindings for rpmte and FD_t.jbj1-58/+60
2002-05-27Add rpmal bindings, Grand Renaming to rpmalFoo().jbj1-9/+9
2002-05-19- fix: synthesize unpacking progress callbacks for packages w/o files.jbj1-2/+6
2002-05-19- Grand Renaming of rpm data types.jbj1-280/+282
2002-05-17Transactions made increasingly opaque.jbj1-9/+9
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-13/+17
2002-05-07- plug most install mode leaks.jbj1-4/+23
2002-05-04Pass dbiGet() flags from application.jbj1-1/+1
2002-05-02- eliminate db1 support.jbj1-4/+10
2002-05-01- attempt to make peace with automake-1.6.1, autoconf-2.53.jbj1-46/+67
2002-04-14- use build time to choose one of multiple alternative suggestions.jbj1-3/+4
2002-04-13- merge conflicts into problems, handle as transaction set variable.jbj1-13/+2
2002-04-13- use rpmdb-redhat to suggest dependency resolution(s).jbj1-9/+8
2002-04-11- rescusitate --rebuild.jbj1-4/+12
2002-04-08doxygen cleanup.jbj1-4/+5
2002-03-13Split transaction set handling into separate file, prepatory tojbj1-209/+6
2002-03-12- drill ts/fi through verify mode, add methods to keep fi abstract.jbj1-1/+1
2002-02-09Sync with 4.0.4, splint clean.jbj1-12/+20
2002-01-30- legacy: configurable whiteout for known Red Hat dependency loops.jbj1-13/+51
2002-01-17Resync with db-4.0.14 (and what's on the rpm-4_0 branch).jbj1-1/+1
2002-01-07- Depends should use CDB if configured.jbj1-2/+0
2002-01-06- sparc: make dbenv per-rpmdb, not per-dbi.jbj1-1/+1
2002-01-05Compute parent and no. of children for each package.jbj1-5/+29
2002-01-04Use rpmsort to display dependencies for dotty from graphviz.jbj1-10/+12
2001-11-23- fix a couple dinky memory leaks.jbj1-1/+0
2001-11-18- convert file md5sum's to binary on the fly, reducing memory footprint.jbj1-10/+10
2001-11-181st element in tsort candidate queue was not marked.jbj1-17/+25
2001-11-17- use TR_REMOVED relations as well as TR_ADDED for ordering.jbj1-46/+122
2001-11-17- methods to complete making transactionElement opaque.jbj1-114/+66
2001-11-17Continue making transactionElement opaque.jbj1-34/+27
2001-11-16Move addTE/delTE to rpmte.c.jbj1-126/+6
2001-11-16- use array of pointers rather than contiguous array for ts->order.jbj1-61/+51
2001-11-16Create rpmte.[ch].jbj1-4/+1
2001-11-16- annotations to make a transactionElement opaque.jbj1-111/+195
2001-11-16Eliminate dead code.jbj1-1/+2
2001-11-16- transaction.c: use wrappers/iterators to access TFI_t.jbj1-7/+15
2001-11-14depends.c and rpmal.c have opaque TFI_t.jbj1-22/+3
2001-11-13- split file info tag sets into rpmfi.c.jbj1-3/+3
2001-11-12- commit to using rpmDepSet and TFI_t, not header.jbj1-68/+34
2001-11-11- unify rpmFNSet into TFI_t.jbj1-19/+21
2001-11-11Replace loadFi with fiNew, freeFi with fiFree.jbj1-10/+17
2001-11-11- factor per-transactionElement data out of TFI_t through pointer ref.jbj1-2/+2