summaryrefslogtreecommitdiff
path: root/lib/depends.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-11Remove splint tags.Ralf Corsépius1-198/+62
2007-09-11rpmtsAddInstallElement() consistency (rhbz#180996, rhbz#281611)Panu Matilainen1-2/+2
2007-09-03Remove __LCLINT__-ifdef'ed blocks.Ralf Corsépius1-3/+3
2007-08-28Install packages with preferred color first (rhbz#214737)Panu Matilainen1-3/+9
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
2007-07-09Fix ordering with --nodeps.Panu Matilainen1-2/+4
2007-06-25Transaction ordering fixes (rhbz#196590, 202540, 202542, 202543, 202544)Panu Matilainen1-2/+9
2007-06-19Rename headerCheckPayload() -> headerCheckPayloadFormat()Panu Matilainen1-1/+1
2007-06-19Don't treat provides as implicit obsoletes (rhbz#111071 etc).Panu Matilainen1-2/+2
2007-06-19Nuke antique "reference" baddeps list.Panu Matilainen1-22/+0
2007-06-11Permit multiple versions of a package to be installed (-i)Panu Matilainen1-4/+10
2007-06-05Payload compatibility checking fixes.Panu Matilainen1-2/+2
2007-05-24Check for supported payload format on package install. (rhbz#140052)Panu Matilainen1-0/+6
2007-02-22This patch fixes how Requires(pre,postun) is handled to bring it in line withPaul Nasrat1-4/+2
2004-12-07- use package color as Obsoletes: color.jbj1-0/+4
2004-10-28- bump popt to version to 1.10.jbj1-6/+17
2004-10-26Getter/setter methods for isSource and Header from rpmte.jbj1-11/+37
2004-10-26Splint fiddles.jbj1-0/+2
2004-10-25Add options to populate transaction set while iterating.jbj1-9/+21
2004-10-20Doxygen fiddles.jbj1-0/+1
2004-10-20Add rpmtsCheck() and rpmtsOrder() to iterator.jbj1-4/+4
2004-10-18Add generalized iterator to rpmlib.jbj1-0/+2
2004-10-17fix: legacy syntax not even close.jbj1-2/+10
2004-10-09Flush changes from rpm-4_3 branch.jbj1-21/+34
2004-10-04Don't version compare obsolete with package headerpauln1-2/+1
2004-04-01revert buildtime tie breaking, not the right thing to do.jbj1-2/+2
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-14/+5
2003-05-15- add version check for package with provides and obsoletes.jbj1-1/+2
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-8/+10
2003-05-06- fix: cut-n-paste error setting nopromote for Conflicts: (#81965).jbj1-1/+1
2003-04-09Splint fiddles.jbj1-8/+5
2003-04-08fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.jbj1-6/+6
2003-04-07Calibrated stopwatch using rdtsc.jbj1-4/+4
2003-04-02Use rpmswEnter/rpmswExit throughout.jbj1-4/+4
2003-04-02Splint clean.jbj1-0/+2
2003-03-25Add transaction stop watch points.jbj1-0/+9
2003-03-05Sanity.jbj1-1/+1
2003-02-06- popt: diddle doxygen/splint annotations, corrected doco.jbj1-1/+1
2003-01-29Functional upgrade glibc*i386 on x86_64 platformjbj1-24/+38
2003-01-25- permit anaconda to choose "presentation order".jbj1-23/+17
2003-01-17- duplicate package checks with arch/os checks if colored.jbj1-1/+19
2003-01-01fix: restore upgrade functionality with colors.jbj1-0/+11
2002-12-31Dump multilib code, colored depndencies instead.jbj1-0/+4
2002-12-311st crack at colored installs.jbj1-73/+23
2002-12-29- add rpmfi methods to access color, class, and dependencies.jbj1-2/+2
2002-10-15Replace libelf with elfutils.jbj1-9/+9
2002-10-11Resurrect MULTILIB on the build side.jbj1-21/+21
2002-08-19- add --with-efence to configure, check install/upgrade with efence.jbj1-1/+3
2002-08-13- supply transitive closure for CLI packages from rpmdb-redhat database.jbj1-5/+18
2002-08-09- python: add (optional) ts.check() callback.jbj1-1/+1