wined3d: Move valid_rt_mask to wined3d_d3d_info.
[wine] / dlls / mscoree /
2013-03-04  Andrew Talbotmscoree: Remove unneeded address-of operator from funct...
2013-03-01  Vincent Povirkmscoree: Keep a reference to mscoree when shutting...
2013-02-28  Vincent Povirkmscoree: Add WINE_MONO_VERBOSE environment setting.
2013-02-13  Andrew Talbotmscoree: Avoid signed-unsigned integer comparisons.
2013-01-25  Michael Stefaniucmscoree: Use assignment instead of memcpy to copy a...
2012-11-20  Andrew Talbotmscoree: Remove unneeded address-of operator from funct...
2012-10-16  Vincent Povirkmscoree: Update Wine Mono to 0.0.8.
2012-09-06  Vincent Povirkmscoree: Preserve %ecx when calling ReallyFixupVTable.
2012-09-05  Vincent Povirkmscoree: Add support for tracing the entry point assembly.
2012-08-20  Vincent Povirkmscoree: Avoid calling mono_image_open_from_module_hand...
2012-08-20  Nikolay Sivovmscoree: Call interface methods properly.
2012-06-07  Alistair Leslie... mscoree: Correct possible uninitialized variable (clang).
2012-06-07  Alistair Leslie... mscoree: Use .NET 2.0 for 1.0 assemblies.
2012-06-07  Michael Stefaniucmscoree: Remove duplicated include.
2012-05-30  Vincent Povirkmscoree: Install Wine Mono on prefix update.
2012-05-17  Vincent Povirkmscoree: Add a fallback for mono_image_open_from_module...
2012-05-09  Vincent Povirkmscoree: Implement vtable fixups.
2012-05-04  Francois Gougetmscoree: Make assembly_rva_to_va() and parse_headers...
2012-05-03  Vincent Povirkmscoree: Change _CorDllMain fixme to a trace.
2012-05-03  Vincent Povirkmscoree: Use the main HMODULE in _CorExeMain instead...
2012-05-03  Vincent Povirkmscoree: Detect when a CLR DLL requests vtable fixups.
2012-04-24  Vincent Povirkmscoree: Always call mono_thread_attach before invoking...
2012-03-27  Alistair Leslie... mscoree: Allow capital for version number.
2012-03-26  Lauri Kenttämscoree: Print the correct values in a TRACE.
2012-03-26  Vincent Povirkmscoree: Search for an arch-specific mono dll first.
2012-03-16  Alistair Leslie... mscoree: Better support RUNTIME_INFO_UPGRADE_VERSION...
2012-03-12  Alistair Leslie... mscoree: Add CoEEShutDownCOM stub.
2012-01-26  Thomas Fabermscoree: Fix build with MSVC.
2012-01-23  Alistair Leslie... mscoree: Implement DllGetClassObject.
2012-01-23  Nikolay Sivovmscoree: Correct VARIANT type.
2012-01-16  Michael Stefaniucmscoree: Remove superfluous NULL pointer checks before...
2012-01-09  Alistair Leslie... mscoree: Don't pass the string as a reference type.
2012-01-03  Alistair Leslie... mscoree: Implement CLRRuntimeHost_ExecuteInDefaultAppDo...
2011-12-30  Francois Gougetinclude: Fix the metahost.idl import directives.
2011-12-06  Francois Gougetmscoree: Make CorDebugProcess_Create() static.
2011-11-15  Alistair Leslie... mscoree: Implement ICorDebug CreateProcess.
2011-11-07  Alistair Leslie... mscoree: Move clearing of processes to Terminate.
2011-11-02  Alistair Leslie... mscoree: Return S_OK from CanLaunchOrAttach.
2011-11-01  Alistair Leslie... mscoree: Implement ICorDebug EnumerateProcesses.
2011-10-13  Alistair Leslie... mscoree: Register interfaces.
2011-10-12  Alistair Leslie... mscoree: Add WARN when ICorDebugManagedCallback2 cannot...
2011-10-10  Alistair Leslie... mscoree: Implement ICorDebug SetManagedHandler.
2011-10-03  Marcus Meissnermscoree: Mark cordebug_init as hidden.
2011-09-30  Alistair Leslie... mscoree: Return S_OK from ICorDebug Initialize.
2011-09-28  Alistair Leslie... mscoree: Add ICorDebug interface support.
2011-08-31  Andrew Talbotmscoree: Fix a zero-sized array.
2011-08-29  Andrew Talbotmscoree: Remove extern from function definitions.
2011-08-22  Michael Stefaniucmscoree: COM cleanup for the ICLRRuntimeInfo iface.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-06-22  Michael Stefaniucmscoree: COM cleanup in corruntimehost.c.
2011-06-08  André Hentschelmscoree/tests: Mark a weird w2k3 result as broken.
2011-06-06  André Hentschelmscoree/tests: Test more IStream Functions on a ConfigS...
2011-06-06  André Hentschelmscoree/tests: Broken return value is a HRESULT_FROM_WIN32.
2011-05-24  André Hentschelmscoree/tests: Fix for the results in CreateConfigStrea...
2011-05-20  Marcus Meissnermscoree: Mark internal symbols with hidden visibility...
2011-05-20  Vincent Povirkmscoree: Implement ICorRuntimeHost_GetDefaultDomain.
2011-05-20  Vincent Povirkmscoree: Return success from ICorRuntimeHost_Start...
2011-05-20  Vincent Povirkmscoree: Accept a NULL version in CorBindToRuntimeEx.
2011-05-17  André Hentschelmscoree/tests: Add tests for CreateConfigStream.
2011-05-11  Vincent Povirkmscoree: State the .NET and Mono versions when a runtim...
2011-04-28  Alistair Leslie... mscoree: Implemented GetRequestedRuntimeVersion.
2011-04-28  Alistair Leslie... mscoree: Add stub CreateDebuggingInterfaceFromVersion.
2011-04-19  Hans Leidekkermscoree: Add a stub implementation of GetRealProcAddress.
2011-03-30  Francois Gougetmscoree/tests: Make init_pointers() static.
2011-03-28  André Hentschelmscoree: Add stub implementation for CreateConfigStream.
2011-03-16  Francois Gougetmscoree: Force_get_runtime_info() is not used so remove it.
2011-03-16  Francois Gougetmscoree/tests: Make the test and cleanup functions...
2011-03-14  Michael Stefaniucmscoree: COM cleanup in metahost.c.
2011-03-07  Francois Gougetmscoree: Add a '\n' to an ERR() trace.
2011-02-24  Vincent Povirkmscoree: Always return S_FALSE from DllCanUnloadNow.
2011-02-24  Vincent Povirkmscoree: Overhaul of mono runtime shutdown process.
2011-01-28  Vincent Povirkmscoree: Implement GetFileVersion.
2010-12-23  Austin Englishmscoree/tests: Fix a broken test (LLVM/Clang).
2010-12-21  Alexandre Julliardinclude: Correctly define the msxml typelib by directly...
2010-12-10  Michael Stefaniucmscoree: Use ifaces instead of vtbl pointers in ConfigF...
2010-12-10  Michael Stefaniucmscoree: Use an iface instead of a vtbl pointer in...
2010-11-29  Jacek Cabanmscoree: Explicitly specify CDECL on imported functions.
2010-11-23  Paul Vriensmscoree/tests: Remove an unneeded test.
2010-11-23  Paul Vriensmscoree/tests: Use more A-functions to fix test failure...
2010-11-23  Paul Vriensmscoree/tests: Use StrStrIW from shlwapi.
2010-11-23  Paul Vriensmscoree/tests: Use the correct wide string compare...
2010-11-12  Vincent Povirkmscoree: Add a trace to _CorExeMain.
2010-11-12  Vincent Povirkmscoree: Implement ClrCreateManagedInstance.
2010-11-12  Vincent Povirkmscoree: Search the Global Assembly Cache for required...
2010-11-11  Vincent Povirkmscoree: Add stub implementation of IMetaDataDispenserEx.
2010-11-11  Vincent Povirkmscoree: Implement config file parsing.
2010-11-11  Vincent Povirkmscoree: Search for mono installs with the 2.0 abi.
2010-11-10  Vincent Povirkmscoree: Add a proper implementation of DllCanUnloadNow.
2010-11-10  Vincent Povirkmscoree: Use the new architecture to implement _CorExeMain.
2010-11-10  Vincent Povirkmscoree: Load mono when creating a runtime host interface.
2010-11-10  Vincent Povirkmscoree: Add stub implementation of ICLRRuntimeHost.
2010-11-09  Vincent Povirkmscoree: Support searching for .NET runtimes by exe...
2010-11-09  Vincent Povirkmscoree: Use the .NET 4 interfaces to implement CorBind...
2010-11-09  Vincent Povirkmscoree: Use the .NET 4 interfaces to implement CorBind...
2010-11-09  Vincent Povirkmscoree: Use the new search methods for GetCORVersion...
2010-11-09  Vincent Povirkmscoree: Report that all .NET versions are installed...
2010-10-28  Vincent Povirkmscoree: Implement LoadLibraryShim.
2010-10-28  Vincent Povirkmscoree: Add tests for LoadLibraryShim.
2010-10-13  Vincent Povirkmscoree: Use the new Mono runtime search code in GetReq...
2010-10-13  Vincent Povirkmscoree: Implement ICLRRuntimeInfo_GetRuntimeDirectory.
next