Change all internal uses of rpmtsInitIterator() to use DBI tags
[platform/upstream/rpm.git] / lib / depends.c
2010-10-22 Panu MatilainenChange all internal uses of rpmtsInitIterator() to...
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 1
2010-09-21 Panu MatilainenMove the RPMVERSION constant among its friends in depends.c
2010-09-15 Panu MatilainenDont check source packages against installed obsoletes
2010-06-22 Panu MatilainenFix breakage from commit ccb545f0e9b6cb10e9e7c20b55f77a...
2010-06-22 Panu MatilainennumAddedPackages is unused since rpm 4.8.0, eliminate
2010-06-01 Panu MatilainenRefactor rpmdb lookups + caching to a helper function...
2010-05-21 Panu MatilainenMove the lone hashFunctionString() into misc.[ch],...
2010-05-07 Panu MatilainenStore pointer to transaction set in transaction elements
2010-05-06 Florian FestiRemove no longer needed function intcmp()
2010-05-06 Florian FestiConvert tsmem->removedPackages to a hash table and...
2010-04-29 Panu MatilainenFix a few uninitialized variable cases found by clang...
2010-04-21 Panu MatilainenOnly check the type of dependency requested in checkIns...
2010-04-14 Panu Matilainen...but make sure the pre-requisite isn't also an erasur...
2010-04-14 Panu MatilainenPre-requisites of installed packages dont need to be...
2010-03-29 Panu MatilainenTeach rpm about pre-transaction dependencies
2010-03-29 Panu MatilainenDont bother translators with dependency lookup debug...
2010-03-26 Panu MatilainenTake advantage of rpmdsInstance() in dependency problem...
2010-03-26 Panu MatilainenMerge checkPackageSet() into checkInstDeps()
2010-03-22 Panu MatilainenHandle obsoletions within the added package set automat...
2010-03-22 Panu MatilainenUse package NEVRA for replaced/skipped messages, simplify
2010-03-22 Panu MatilainenAvoid redundant headerGet()'s on arch and os
2010-03-22 Panu MatilainenRefactor duplicate checking out of rpmtsAddInstallElement()
2010-03-22 Panu MatilainenEliminate redundant if
2010-03-19 Panu MatilainenLose the hidden and useless transaction add/order throu...
2010-03-19 Panu MatilainenSplit upgrade + obsolete erasure element addition to...
2010-03-19 Panu MatilainenLose unused/useless variable
2010-03-19 Panu MatilainenUse a macro for the common color skipping checks
2010-03-19 Panu MatilainenDont bother taking ds reference on obsoletes, we dont...
2010-03-19 Panu MatilainenDead code removal
2010-03-19 Panu MatilainenUse the element color instead of header color
2010-03-18 Panu MatilainenHelper function for pruned iterators used in dependency...
2010-03-18 Panu MatilainenLose anaconda-specific check from 2000
2010-03-18 Panu MatilainenLazy rpmal hash creation on first lookup, make rpmalMak...
2010-03-18 Panu MatilainenMinor cleanups to rpmtsAddInstallElement()
2010-03-18 Panu MatilainenEww, we dont want obsoletion by file names
2010-03-18 Panu MatilainenRefuse to install obsoleted packages (RhBug:486565)
2010-03-18 Panu MatilainenReplace the checkPackageDeps() monster with per-ds...
2010-03-18 Panu MatilainenLump the copy-paste checkDependentFoo() functions into one
2010-03-18 Panu MatilainenDifferentiate between conflicts in db versus install set
2010-03-14 Panu MatilainenRevert "Unbreak conflicts from commit 1f46534b5444dda77...
2010-03-13 Panu MatilainenUnbreak conflicts from commit 1f46534b5444dda77e3a2c757...
2010-03-12 Panu MatilainenFurther minor cleanups to rpmtsCheck()
2010-03-12 Panu MatilainenLose unused iterator + its freeing
2010-03-12 Panu MatilainenRemove unnecessary rpmdsSetNoPromote() calls in checkPa...
2010-03-12 Panu MatilainenAdd internal API for depsolve callback
2010-03-12 Panu MatilainenRecord problems into the transaction elements causing...
2010-03-12 Panu MatilainenFree iterators in the function which initialized them...
2010-03-12 Panu MatilainenEliminate a bunch of pointless "can't happen" checks
2010-03-12 Panu MatilainenFurther cleanup the return code craziness in dependency...
2010-03-12 Panu MatilainenClean up dependency checking code
2010-03-12 Panu MatilainenSplit transaction member information out of rpmts to...
2009-10-30 Panu MatilainenAdd in-memory hash for caching rpmdb dependency lookups
2009-10-02 Panu MatilainenReturn error code from rpmtsAddEraseElement() failure
2009-09-21 Panu MatilainenRip out dependency caching
2009-09-02 Panu MatilainenEliminate headerGetColor() uses everywhere
2009-09-02 Panu MatilainenClean up rpmtsAddInstallElement() a bit
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-07-01 Panu MatilainenBand-aid to dependency caching misbehaving with chroote...
2009-06-16 Panu MatilainenDetermine rpmlib deps from flags instead of comparing...
2009-06-11 Panu MatilainenAdd preferred color to rpmal
2009-06-10 Panu MatilainenSplit ordering code to separate source file
2009-06-08 Panu MatilainenrpmdsInit() and rpmdsNext() can handle NULL ds, no...
2009-06-08 Panu MatilainenMinor rpmtsOrder() cleanup
2009-06-08 Panu MatilainenClean up relation recording a bit
2009-06-08 Panu MatilainenDont bother adding dependencies to self, ever
2009-06-08 Panu MatilainenDetermine rpmlib and config deps from flags instead...
2009-06-05 Panu MatilainenMap legacy PreReq into pre and preun scriptlet dependen...
2009-06-05 Panu MatilainenUse specific types for sense flags + te type instead...
2009-06-04 Florian FestiRewrite ordering
2009-04-14 Florian FestiRevert erase relations before checking whether we alrea...
2009-03-31 Panu MatilainenAllocate ts->addedPackages lazily from rpmtsAddInstallE...
2009-03-30 Florian FestiErase relations are reversed, use requires of target
2009-03-26 Florian FestiReimplement rpmal by using hashes and cleaning up the...
2009-03-26 Florian FestiMake rpmal store rpmtes and kill rpmte->pkgKey
2009-03-26 Florian FestiAlso order erases.
2009-03-26 Florian FestiImplement rpmteSetDependsOn and rpmteDependsOn using...
2008-11-27 Panu MatilainenDrop the useless "tag" argument from rpmteFI()
2008-11-12 Panu MatilainenTake advantage of headerGetInstance() in removePackage()
2008-11-12 Panu MatilainenTake advantage of headerGetInstance() in rpmte
2008-10-30 Panu MatilainenChange all in-tree rpmdsNew() uses to non-scaremem
2008-10-22 Panu MatilainenSkip adding identical NEVR to transaction on install...
2008-10-22 Panu MatilainenFix memleak in rpmtsAddInstallElement()
2008-07-04 Panu MatilainenKill of rpmtsAvailable()
2008-06-23 Panu MatilainenRemove artificial limit in dependency loop elimination...
2008-06-09 Panu MatilainenUse 64bit type for rpmte package size reporting
2008-05-15 Panu MatilainenConvert rpmtsAddInstallElement() to new headerGet()
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-04-29 Panu MatilainenOops, one more alloca() in rpmtsOrder()
2008-04-29 Panu MatilainenRemove alloca() from rpmtsOrder()
2008-04-29 Panu MatilainenDead code elimination
2008-04-28 Panu MatilainenEliminate pointless alloca() of local DBT structs
2008-03-31 Panu MatilainenAvoid entirely unnecessary static buffer + string copy.
2008-03-07 Panu MatilainenLog message adjustments
2008-03-07 Panu MatilainenFurther constants made readonly...
2008-03-07 Panu MatilainenMake _cacheDependsRC static, not needed outside depends.c
2008-03-04 Panu MatilainenPreReq -> Requires in ordering debug output (Pascal...
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-02-05 Panu MatilainenPort some rpmds improvements from rpm5.org
next