summaryrefslogtreecommitdiff
path: root/lib/depends.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-01Use headerIsSource() everywhere for determining package typePanu Matilainen1-1/+1
2007-12-01Move hGet*() funcs from rpmts, rename to headerGet*()Panu Matilainen1-5/+5
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-6/+6
2007-10-31Document _RPMTE_INTERNAL needsPanu Matilainen1-1/+1
2007-10-31Split out rpmts_internal.h from rpmts.hPanu Matilainen1-2/+1
2007-10-28Include "rpmcli.h" instead of <rpmcli.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-12/+12
2007-10-22Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNALPanu Matilainen1-4/+4
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen1-4/+4
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-10/+10
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-15/+15
2007-10-06Add description-stubs to doxygen blocks to silence doxygen warnings.Ralf Corsépius1-0/+1
2007-09-21Rename alKey & alNum to rpmal* for namespacingPanu Matilainen1-5/+5
2007-09-20Rip out unused anaconda-related hacksPanu Matilainen1-21/+2
2007-09-19Dead code removalPanu Matilainen1-23/+0
2007-09-19Remove long since dead rpmrc provides codePanu Matilainen1-24/+0
2007-09-17Hide db index handling and rpmdb details from the API to internal headerPanu Matilainen1-1/+2
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