Age | Commit message (Expand) | Author | Files | Lines |
2004-10-13 | - silently add default %defattr(-,root,root) for all packages. | jbj | 1 | -1/+1 |
2004-04-01 | revert buildtime tie breaking, not the right thing to do. | jbj | 1 | -12/+21 |
2004-03-29 | Proof-of-concept for arch filtered dependencies. | jbj | 1 | -4/+165 |
2004-03-28 | - use package build time as EVR comparison tie breaker. | jbj | 1 | -0/+27 |
2003-06-03 | - treat missing epoch's exactly the same as Epoch: 0. | jbj | 1 | -1/+1 |
2003-04-02 | Splint clean. | jbj | 1 | -0/+5 |
2002-12-31 | 1st crack at colored installs. | jbj | 1 | -4/+4 |
2002-12-30 | - fix: typo in assertion. | jbj | 1 | -13/+14 |
2002-12-30 | - use rpmfiFDepends() underneath --fileprovide and --filerequire. | jbj | 1 | -2/+61 |
2002-12-29 | splint fiddles. | jbj | 1 | -2/+2 |
2002-12-29 | - don't segfault with packages produced by rpm-2.93 (#80618). | jbj | 1 | -6/+42 |
2002-12-28 | splint fiddles. | jbj | 1 | -10/+5 |
2002-12-23 | Sanity. | jbj | 1 | -38/+38 |
2002-12-07 | Splint fiddles. | jbj | 1 | -7/+24 |
2002-12-07 | Handle (N,EVR,Flags) Provide:/Require: triple. | jbj | 1 | -0/+153 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -10/+10 |
2002-08-03 | Remove dbi_tear_down, now that rpmdb's are closed on signals. | jbj | 1 | -1/+3 |
2002-07-29 | - update trpm. | jbj | 1 | -9/+39 |
2002-07-20 | - popt: parse file into string of options (#56860). | jbj | 1 | -0/+4 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -3/+2 |
2002-07-08 | Propagate splint-3.0.1.7 close(2) internalState annotation throughout. | jbj | 1 | -0/+2 |
2002-06-28 | - disambiguate added/installed dependency failures (#50388). | jbj | 1 | -5/+9 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -2/+42 |
2002-06-19 | Annotate incondefs in source code. | jbj | 1 | -1/+1 |
2002-05-23 | Create rpmts-py.c. | jbj | 1 | -6/+6 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 1 | -0/+2 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -46/+46 |
2002-04-14 | - use build time to choose one of multiple alternative suggestions. | jbj | 1 | -1/+2 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 1 | -6/+16 |
2002-03-13 | Pass ts and args to rpmInstall() and rpmErase(). | jbj | 1 | -1/+0 |
2001-11-23 | - fix a couple dinky memory leaks. | jbj | 1 | -0/+4 |
2001-11-13 | - split file info tag sets into rpmfi.c. | jbj | 1 | -258/+3 |
2001-11-12 | transaction.c: lclint cleanups. | jbj | 1 | -0/+7 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 1 | -7/+2 |
2001-11-11 | - unify rpmFNSet into TFI_t. | jbj | 1 | -48/+43 |
2001-11-11 | Replace loadFi with fiNew, freeFi with fiFree. | jbj | 1 | -96/+194 |
2001-11-11 | - common structure elements for unification of TFI_t and rpmFNSet. | jbj | 1 | -0/+6 |
2001-11-11 | Rip headers out of addedPackages. | jbj | 1 | -1/+1 |
2001-11-11 | Rip alGetHeader() out of depends.c. | jbj | 1 | -60/+140 |
2001-11-10 | Start removing alGetHeader. | jbj | 1 | -23/+24 |
2001-11-10 | - strip header tags for erased as well as installed transactionElements. | jbj | 1 | -0/+11 |
2001-11-09 | - no-brainer refcounts for rpmDepSet and rpmFNSet objects. | jbj | 1 | -16/+71 |
2001-11-09 | Start deconstructing TFI_t in favor of a per-transactionElement rpmFNSet. | jbj | 1 | -31/+60 |
2001-11-09 | - no-brainer refcounts for rpmProblemSet object. | jbj | 1 | -5/+8 |
2001-11-08 | - rip out rpmDependencyConflict, replace with rpmProblem instead. | jbj | 1 | -17/+8 |
2001-11-08 | Remove dead code. | jbj | 1 | -25/+0 |
2001-11-08 | - linear search on added package provides is dumb. | jbj | 1 | -23/+81 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 1 | -15/+24 |
2001-11-05 | Start merging file info into dependency set. | jbj | 1 | -1/+89 |
2001-11-05 | Start deconstructing availablePackage list. | jbj | 1 | -4/+3 |