Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / depends.c
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
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-19 Panu MatilainenOrdering fix (don't use RPMSENSE_PREREQ) from Pascal...
2007-12-18 Panu MatilainenDrop bogus const from zapRelation return
2007-12-17 Panu MatilainenbadDeps is encapsulated within depends, doesn't need...
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-03 Panu MatilainenSplit rpmte internals to separate header
2007-12-01 Panu MatilainenUse headerIsSource() everywhere for determining package...
2007-12-01 Panu MatilainenMove hGet*() funcs from rpmts, rename to headerGet*()
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-31 Panu MatilainenDocument _RPMTE_INTERNAL needs
2007-10-31 Panu MatilainenSplit out rpmts_internal.h from rpmts.h
2007-10-28 Ralf CorsépiusInclude "rpmcli.h" instead of <rpmcli.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-22 Panu MatilainenUse rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_...
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_WARNING with RPMLOG_WARNING
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_ERROR with RPMLOG_ERR
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
2007-10-06 Ralf CorsépiusAdd description-stubs to doxygen blocks to silence...
2007-09-21 Panu MatilainenRename alKey & alNum to rpmal* for namespacing
2007-09-20 Panu MatilainenRip out unused anaconda-related hacks
2007-09-19 Panu MatilainenDead code removal
2007-09-19 Panu MatilainenRemove long since dead rpmrc provides code
2007-09-17 Panu MatilainenHide db index handling and rpmdb details from the API...
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-11 Panu MatilainenrpmtsAddInstallElement() consistency (rhbz#180996,...
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Ralf CorsépiusRemove __LCLINT__-ifdef'ed blocks.
2007-08-28 Ralf Corsépiushg sucks rocks
2007-08-28 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-08-28 Panu MatilainenInstall packages with preferred color first (rhbz#214737)
2007-07-10 Panu MatilainenRemove const type-qualifiers from function return types...
2007-07-09 Panu MatilainenFix ordering with --nodeps.
2007-06-25 Panu MatilainenTransaction ordering fixes (rhbz#196590, 202540, 202542...
2007-06-19 Panu MatilainenRename headerCheckPayload() -> headerCheckPayloadFormat()
2007-06-19 Panu MatilainenDon't treat provides as implicit obsoletes (rhbz#111071...
2007-06-19 Panu MatilainenNuke antique "reference" baddeps list.
2007-06-11 Panu MatilainenPermit multiple versions of a package to be installed...
2007-06-05 Panu MatilainenPayload compatibility checking fixes.
2007-05-24 Panu MatilainenCheck for supported payload format on package install...
2007-02-22 Paul NasratThis patch fixes how Requires(pre,postun) is handled...
2004-12-07 jbj- use package color as Obsoletes: color.
2004-10-28 jbj- bump popt to version to 1.10.
2004-10-26 jbjGetter/setter methods for isSource and Header from...
2004-10-26 jbjSplint fiddles.
next