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