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