summaryrefslogtreecommitdiff
path: root/lib/depends.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-09Use 64bit type for rpmte package size reportingPanu Matilainen1-3/+3
2008-05-15Convert rpmtsAddInstallElement() to new headerGet()Panu Matilainen1-7/+7
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-1/+1
2008-04-29Oops, one more alloca() in rpmtsOrder()Panu Matilainen1-1/+2
2008-04-29Remove alloca() from rpmtsOrder()Panu Matilainen1-4/+10
2008-04-29Dead code eliminationPanu Matilainen1-3/+0
2008-04-28Eliminate pointless alloca() of local DBT structsPanu Matilainen1-20/+20
2008-03-31Avoid entirely unnecessary static buffer + string copy.Panu Matilainen1-5/+3
2008-03-07Log message adjustmentsPanu Matilainen1-5/+5
2008-03-07Further constants made readonly...Panu Matilainen1-3/+3
2008-03-07Make _cacheDependsRC static, not needed outside depends.cPanu Matilainen1-1/+1
2008-03-04PreReq -> Requires in ordering debug output (Pascal Rigaux)Panu Matilainen1-2/+0
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-9/+9
2008-02-05Port some rpmds improvements from rpm5.orgPanu Matilainen1-1/+8
2008-01-30Include spring-cleaningPanu Matilainen1-3/+1
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-3/+3
2008-01-30rpmlib.h mass evictionPanu Matilainen1-0/+2
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-2/+2
2007-12-19Ordering fix (don't use RPMSENSE_PREREQ) from Pascal RigauxPanu Matilainen1-1/+1
2007-12-18Drop bogus const from zapRelation returnPanu Matilainen1-3/+3
2007-12-17badDeps is encapsulated within depends, doesn't need constPanu Matilainen1-11/+2
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-2/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-6/+6
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-1/+1
2007-12-03Split rpmte internals to separate headerPanu Matilainen1-3/+1
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