- Create the cache directly from the schema (installed) file.
[platform/upstream/libzypp.git] / zypp / solver /
2007-03-06 Stefan SchubertUsing already existing valid solver results for further...
2007-03-06 Stefan HaasAdded arch, version, release and edition flags to Helix...
2007-03-01 Duncan Mac-Vicar Pbye autofoo
2007-02-27 Stefan Schubertmissing setEstablishContext,_establish_context added...
2007-02-27 Stefan SchubertMerged revisions 5111 via svnmerge from
2007-02-27 Stefan SchubertMerged revisions 5023-5028 via svnmerge from
2007-02-27 Stefan Schubertmerge from 10.2
2007-02-12 Jan KupecMerged revisions 4926-4993,4995,4998-5006 via svnmerge...
2007-01-31 Duncan Mac-Vicar Pbuild cmake without sub statc libraries
2007-01-29 Duncan Mac-Vicar PMerged revisions 4907-4926 via svnmerge from
2007-01-24 Duncan Mac-Vicar PMerged revisions 4705-4906 via svnmerge from
2006-11-29 Duncan Mac-Vicar P- add cmake support for building zypp/ lib.
2006-11-15 Stefan SchubertNEW behaviour of the solver:
2006-11-14 Stefan Schubert- added kind of capabilities
2006-11-10 Michael Andresdoxygen fixes
2006-11-07 Stefan SchubertWhile deleting a selection all concerning recommended
2006-11-03 Stefan SchubertNew problem solution added: Unlock ALL resovables in...
2006-10-27 Stefan Schubertremoved compiler warnings
2006-10-26 Stefan Schubert-cleanup log directory
2006-10-26 Stefan Schuberttake the correct solver run
2006-10-26 Stefan Schuberttext added for Bug 206453 - locked packages had to...
2006-10-25 Stefan Schuberthold TmpExcessive in scope
2006-10-25 Stefan Schubertadding system architecture
2006-10-25 Stefan Schubertxml escaping in names
2006-10-25 Stefan Schubertdo not create empty entries
2006-10-25 Stefan Schubertinterface for generating testcases
2006-10-24 Stefan Schubertgenerating testcases from the pool
2006-10-23 Stefan Schubertfixed compiler warnings
2006-10-18 Stefan SchubertInstall resolvables although they are unneeded
2006-10-16 Martin VidnerFixed file names in \file tags for doxygen
2006-10-16 Stefan SchubertDo not branch for packages with the same NVE but different
2006-10-16 Stefan SchubertDont incomplete an uninstalled resolvable, even not...
2006-10-06 Stefan Schubertselect the best solution: prefering the total amount...
2006-09-20 Klaus Kaempffix debug output
2006-09-14 Stefan SchubertReplaced requirementIsMet by requirementIsInstalledOrUn...
2006-09-07 Stefan SchubertDo not regarding SATISFIED (regarding UNNEEDED) in...
2006-08-30 Stefan SchubertDo not regarding SATISFIED/UNNEEDED in isPresent if...
2006-08-29 Stefan Schubertfixed endless loop in transactResObject; bug 198095
2006-08-25 Stefan SchubertNew behaviour in the solver: try with 'best' package...
2006-08-15 Stefan Schubertnew API calls maxSolverPasses, timeout
2006-08-15 Klaus Kaempfclean up 'incomplete' handling in QueueItemEstablish
2006-08-15 Klaus Kaempf- Don't set 'incomplete' for uninstalled patterns or...
2006-08-14 Stefan Schubertadded new API calls: setAdditionalProvide,setAdditional...
2006-08-02 Duncan Mac-Vicar P- merge 3728:3847 in trunk.
2006-06-27 Michael Andresuse common code to detemine the system architecture
2006-06-15 Klaus KaempfDont warn on incompleting uninstalled resolvables ...
2006-06-14 Klaus Kaempfdont just install an atom on establishing, they're...
2006-06-12 Klaus Kaempf- honor parallel installs in resolver context (#181103)
2006-06-12 Klaus Kaempfmake atoms parallel installable (#181103)
2006-06-08 Michael Andres- Installation: Assert product information is stored...
2006-06-01 Stefan SchubertAll installed resolvables has been set to "satisfied" in
2006-06-01 Klaus Kaempfalso establish scripts and messages
2006-05-31 Klaus Kaempfschedule a package for installation if
2006-05-30 Klaus Kaempfadd comments
2006-05-18 Klaus Kaempfactually show the solver result in the log
2006-05-16 Klaus Kaempfdramatically reduce logging verbosity
2006-05-15 Klaus Kaempf- Honor freshens as conditionals independant from the...
2006-05-15 Klaus Kaempfmake 'unneeded' transitive for patches
2006-05-11 Stefan SchubertBug 174290
2006-05-09 Stefan SchubertRESOLVER_INFO_TYPE_OTHER_ARCH_PROVIDER added in problem...
2006-05-08 Klaus Kaempffix 'transactResKind' to collect best providers by...
2006-05-08 Klaus Kaempfproposed optimization, disabled for now
2006-05-01 Klaus Kaempfonly enclose multiple items in [...]
2006-04-30 Klaus Kaempfdebug 'undo()'
2006-04-29 Klaus Kaempffix code
2006-04-29 Klaus Kaempfallow parallel install of atoms (they're not really...
2006-04-28 Klaus Kaempfrevert bugfix 168906, it filters also valid errors
2006-04-27 Klaus KaempfIf freshen and supplement are fulfilled install resolva...
2006-04-27 Klaus Kaempfcorrect comments
2006-04-25 Klaus Kaempfdont report conflicts if item is not installed/to-be...
2006-04-25 Klaus Kaempfadd comments
2006-04-24 Klaus Kaempfclean up condition, (was like 'true && !false' before)
2006-04-23 Klaus Kaempfoptimize when looking for upgrades if and installed...
2006-04-21 Klaus Kaempffix debug output
2006-04-20 Klaus Kaempfdont uninstall recommends of a package
2006-04-20 Klaus Kaempffix rev 3082 fix :-(
2006-04-19 Klaus Kaempfdont duplicate Error Info (#167309)
2006-04-19 Klaus Kaempffix transactReset() to actually reset and not prevent...
2006-04-18 Klaus KaempfFix 167285, dont setTransact(false,APPL_LOW) this ...
2006-04-18 Klaus Kaempfproperly honor 'keep' requests
2006-04-18 Klaus Kaempfbugfix 165670: honor locks on installed items properly
2006-04-18 Klaus Kaempfmake problematicUpdateItems available
2006-04-17 Klaus KaempfBugfix 166212
2006-04-17 Klaus Kaempfreduce debug
2006-04-13 Klaus Kaempfdon't auto-install satisfied resolvables (#165843)
2006-04-13 Stefan SchubertBug 164365
2006-04-13 Klaus Kaempflimit soft removes to non-upgrades
2006-04-13 Klaus Kaempftypos
2006-04-13 Klaus Kaempfcode layout
2006-04-13 Klaus Kaempfdont install splits if there's no change in edition
2006-04-12 Klaus Kaempftypo
2006-04-11 Klaus Kaempf- when uninstalling, only re-establish installed items
2006-04-11 Klaus Kaempfwhen checking freshens/supplements at install, only...
2006-04-11 Klaus Kaempfrename struct to reduce confusion (QueueItemInstall...
2006-04-11 Klaus Kaempfonly one log line per spew
2006-04-11 Klaus KaempfBugfix 165111:
2006-04-11 Stefan SchubertBug 165117
2006-04-10 Klaus Kaempfdecrease debug
2006-04-10 Stefan Schubertadding supplements in freshenpool; Bug 163140
2006-04-08 Stefan Schubertregarding ALL profider, not only the NOT transacted...
next