cleanup in return values of doUpgrade and doUpdate
[platform/upstream/libzypp.git] / zypp / solver / detail / ResolverUpgrade.cc
2008-04-29 Stefan Schubertcleanup in return values of doUpgrade and doUpdate
2008-04-22 Stefan SchubertCreating update testcase in /mnt if the updated has...
2008-04-15 Stefan Schubertmoved SATResolver to solver/details
2008-04-03 Stefan Schubert- allow downgrade if buildtime is the same esp. if...
2008-03-17 Michael Andresremove obsolete capability handling stuff
2008-03-03 Stefan Schubertprevent reinstallation of installed packages
2008-02-22 Stefan SchubertUnmaintained packages which does not fit to the updated...
2008-02-21 Stefan Schubert- remove flag delete_unmaintained
2008-02-20 Stefan Schubert- regarding language dependencies while update correctly
2008-02-18 Stefan Schubertwrong debug text
2008-02-15 Stefan Schubertmove check of installed items to distupgrade
2008-02-15 Stefan Schubertdo not delete unmaintained packages which has been...
2008-02-15 Stephan Kulowmove into trunk
2008-02-14 Michael Andresadd basic locale interface to ResPool, remove deprecate...
2008-02-14 Stefan Schubertrename packages works for update now
2008-02-14 Michael MatzMake byIdent{Begin,End} an indexed iterator globally...
2008-02-14 Michael MatzAhja, 80% of the time in doUpgrade (now that the iterat...
2008-02-13 Stefan Schuberttypo
2008-02-13 Michael Andresspeed up upgrade
2008-02-12 Michael Andrespool iterator fixes
2008-02-11 Stefan Schubertusing byIdentBegin istead of byNameBegin
2008-01-30 Stefan Schubert- vendor handling by "group vendors"
2008-01-29 Michael Andres- Prepare ResPool being a singleton ontop of sat::Pool.
2008-01-24 Stefan Schubertgenerating a testcase BEFORE updating the system; compr...
2008-01-23 Stefan Schubertremoving old solver
2008-01-21 Michael AndresRemoved obsolete files and classes.
2007-10-03 Martin VidnerFixed warnings about explicit operator precedence and...
2007-09-19 Stefan SchubertUpdate: Do not set an item to installation if there...
2007-09-13 Michael Andres- On update do not delete unmaintained non-SuSE packages.
2007-09-11 Stefan SchubertUpdate: rename language packages --> take that package...
2007-09-10 Stefan Schubert- Splitting packages: Take the package with the best
2007-09-06 Stefan Schubertif there is a candidate which is already selected for...
2007-09-04 Stefan Schubertcomparing vendor with VendorAttr::equivalent
2007-08-22 Stefan SchubertBugfixes concerning vendor handling:
2007-08-15 Stefan SchubertBugfix in regarding correct vendor while update
2007-08-09 Duncan Mac-Vicar PSquashed commit of the following:
2007-08-03 Stefan SchubertFixed detection of renamed packages while update
2007-02-27 Stefan SchubertMerged revisions 5023-5028 via svnmerge from
2006-04-18 Klaus Kaempfbugfix 165670: honor locks on installed items properly
2006-04-13 Klaus Kaempftypos
2006-04-13 Klaus Kaempfdont install splits if there's no change in edition
2006-04-12 Klaus Kaempftypo
2006-04-11 Stefan SchubertBug 165117
2006-04-08 Stefan Schubertregarding ALL profider, not only the NOT transacted...
2006-04-08 Stefan SchubertBug 164440
2006-04-04 Klaus Kaempfkeep installed packages with unchanged version/release...
2006-03-29 Michael Andres- make VendorAttr a singleton
2006-03-18 Klaus KaempfByCaIUninstalled semantics corrected, it was "staysUnin...
2006-03-15 Klaus Kaempfmove _update_items to the class level
2006-03-14 Stefan Schubertbugfix for Bug156439
2006-03-13 Klaus Kaempfprefer architecture over version when choosing the...
2006-03-13 Klaus Kaempfcheck target in downgrade_allowed()
2006-03-10 Klaus Kaempfallow downgrade if new package is coming from a known...
2006-03-06 Klaus Kaempfadd debug
2006-02-27 Klaus Kaempfcheck buildtime before allowing a downgrade (#152760)
2006-02-27 Klaus Kaempfbugfix 153577, look for best architecture during upgrade
2006-02-24 Stefan Schubertlocks enabled
2006-02-23 Klaus Kaempfdebug result of split provides
2006-02-23 Klaus Kaempfalways upgrade to candidate
2006-02-23 Klaus Kaempftest pointers
2006-02-17 Stefan Schubertbugfix 150844 update SLES9
2006-02-16 Klaus Kaempfremove all hacked capability iterators
2006-02-15 Klaus Kaempf- provide testing flag in Resolver
2006-02-15 Klaus Kaempfcan't continue without target
2006-02-15 Michael Andres- Replaced ZYppFactory ctor by 'static ZYppFactory...
2006-02-14 Klaus Kaempfimplement evaluation of splitprovides
2006-02-14 Klaus Kaempfdrop the "Arch_src" checks, the source is filtering now
2006-02-08 Klaus Kaempfremove "setNoTransact", its equal to "setTransact(false)"
2006-02-07 Klaus Kaempf- remove Arch::system, move it to Resolver
2006-02-05 Klaus Kaempf- isInstalled/isUninstalled is private now, it doesn...
2006-02-05 Klaus Kaempfclean up logging
2006-02-04 Klaus Kaempffix upgrade
2006-02-04 Klaus KaempfImprove 'provides' lookup.
2006-02-03 Klaus Kaempfinsert candidates into <installed,candidate> map correctly
2006-02-01 Klaus Kaempfupgrade to the 'best' (highest edition) available package
2006-02-01 Klaus Kaempffix the provider lookup filter
2006-02-01 Klaus KaempfDBG -> MIL where appropriate
2006-02-01 Klaus Kaempfmark seen/unseen items via mis-use of 'unneeded' status
2006-01-31 Klaus Kaempfport 'doUpgrade' and make it available at toplevel