xmllite: Fix reported node type for attributes.
[wine] / dlls / fusion /
2012-10-29  André Hentschelfusion: Reorder some code to avoid memory leak (coverity).
2012-10-24  Alexandre Julliardfusion/tests: Remove a broken macro.
2012-08-28  Jacek CabanAlways define WIDL_C_INLINE_WRAPPERS.
2012-07-31  Hans Leidekkerfusion: Use inline wrappers for calling COM methods.
2012-07-20  Alexandre Julliardfusion: Simplify the parsing of clr tables.
2012-07-09  Hans Leidekkerfusion: Also copy external files in IAssemblyCache...
2012-06-18  Thomas Faberinclude: Make IMAGE_COR20_HEADER declaration compatible...
2012-06-06  Hans Leidekkerfusion: Account for the version prefix when building...
2012-05-24  Hans Leidekkerfusion: Add a stub implementation of InitializeFusion.
2012-05-23  Hans Leidekkerfusion: Handle DWORD-sized blob indices when loading...
2012-05-23  Hans Leidekkerfusion: Add a "v4.0_" prefix to version 4.0 assembly...
2012-05-22  Hans Leidekkerfusion: Get rid of some redundant buffer copying.
2012-05-22  Hans Leidekkerfusion: Enumerate 64-bit assemblies.
2012-05-21  Hans Leidekkerfusion: Add support for installing version 4.0 assemblies.
2012-05-21  Hans Leidekkerfusion: Add support for enumerating version 4.0 assemblies.
2012-05-21  Hans Leidekkerfusion: Add support for ASM_CACHE_ROOT_EX in GetCachePath.
2012-05-21  Hans Leidekkerfusion: Use the PEKIND type where appropriate.
2012-05-21  Hans Leidekkerfusion: Add a helper to retrieve the runtime version...
2012-05-16  Hans Leidekkerfusion: Make sure the assembly exists in IAssemblyCache...
2012-05-16  Hans Leidekkerfusion: Allow quotes around attribute values in display...
2012-05-16  Hans Leidekkerfusion: Allow zero spaces between attributes in display...
2012-05-16  Hans Leidekkerfusion: Implement IAssemblyName::IsEqual.
2012-04-30  Hans Leidekkerfusion: Add locking around operations on the assembly...
2012-04-30  Hans Leidekkerfusion: CreateAssemblyNameObject is no longer a stub.
2012-04-26  Hans Leidekkerfusion: Implement IAssemblyCache::UninstallAssembly.
2012-03-30  Hans Leidekkerfusion/tests: Add another test for IAssemblyCache:...
2012-01-10  Hans Leidekkerfusion/tests: Add a test for IAssemblyCache::QueryAssem...
2011-12-16  Francois Gougetfusion: Avoid hardcoding the Unicode string literal...
2011-10-31  Andrew Talbotfusion: Remove unneeded address-of operators from array...
2011-08-04  André Hentschelfusion/tests: Skip tests when file creation fails.
2011-06-01  Michael Stefaniucfusion: COM cleanup for the IAssemblyName iface.
2011-05-18  Marcus Meissnerfusion: Mark internal symbols with hidden visibility.
2011-02-28  Austin Englishfusion/tests: Remove win9x hacks.
2011-02-08  Austin Englishfusion/tests: Make sure to use return values (LLVM...
2011-01-17  Andrew Nguyenfusion: Avoid memory leaks on memory allocation failure...
2011-01-17  Nikolay Sivovfusion: Fix processor arch string leak (Valgrind).
2011-01-11  Hans Leidekkerfusion/tests: Add some tests for IAssemblyCache_QueryAs...
2010-12-05  Michael Stefaniucfusion: Standardize the COM usage in asmcache.c.
2010-12-05  Michael Stefaniucfusion: Use an iface instead of a vtbl pointer in IAsse...
2010-10-07  Louis Lendersfusion: Add version resource.
2010-10-05  Vincent Povirkfusion: Return the path from IAssemblyCacheImpl_QueryAs...
2010-10-04  Andrew Talbotfusion: Constify some variables.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-13  Alexandre Goujonfusion: Improve parse_display_name.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21  Owen Rudgefusion: Implement IAssemblyNameImpl_GetDisplayName...
2010-07-20  Owen Rudgefusion: Install assemblies into correct directory for...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Hans Leidekkerfusion: Add a stub implementation of CreateApplicationC...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2009-12-14  Huw Daviesfusion: Fix a memory leak in the tests.
2009-12-07  Hans Leidekkerfusion: Fix some memory leaks.
2009-07-03  Hans Leidekkerfusion/tests: Initialize a variable.
2009-05-15  Francois Gougetfusion: CompareAssemblyIdentity() and GetAssemblyIdenti...
2009-05-15  Francois Gougetfusion: assembly_get_architecture() is unused so remove it.
2009-04-08  Alexandre Julliardfusion: Fix the 32/64 PE image format check on 64-bit...
2009-04-08  Alexandre Julliardfusion/tests: Always use the 32-bit magic in the 32...
2009-04-08  Alexandre Julliardfusion: Use the correct cache path on Win64.
2009-03-12  Paul Vriensfusion/tests: Fix some test failures on Win98.
2009-03-02  Paul Vriensfusion/tests: Fix the last test failure on .NET 1.x.
2009-03-02  Paul Vriensfusion/tests: Skip some tests on .NET 1.x.
2009-02-27  Paul Vriensfusion/tests: Fix some test failures on .NET 1.x.
2009-02-27  Paul Vriensfusion/tests: Fix a few test failures on .NET 1.x.
2009-02-25  Paul Vriensfusion/tests: Directories with no dll or exe are not...
2009-02-24  Francois Gougetfusion/tests: Use win_skip() to skip over unimplemented...
2009-02-23  Paul Vriensfusion/tests: Fix a test failure on Win64.
2009-02-23  Detlef Riekenbergfusion/tests: Fix remaining win98 failures in asmcache.
2009-02-23  Detlef Riekenbergfusion/tests: Do not use an hardcoded path for the...
2009-02-20  Paul Vriensfusion/tests: Don't crash if we have a culture attribute.
2009-02-20  Paul Vriensfusion/tests: Don't use strdup to prevent crashes when...
2009-02-20  Paul Vriensfusion/tests: Don't crash on .NET 1.x.
2009-02-20  Nicolas Le Camfusion/tests: Fix a test on some platforms.
2009-02-19  James Hawkinsfusion: Add tests for the IAssemblyEnum interface.
2009-02-19  Hans Leidekkerfusion: Sort the list of assemblies built during enumer...
2009-02-19  Hans Leidekkerfusion: Use parsed properties for assembly enumeration...
2009-02-19  Hans Leidekkerfusion: Don't trace contents of an out parameter.
2009-02-19  Hans Leidekkerfusion: Allow spaces between attribute-value pairs...
2009-02-19  Hans Leidekkerfusion: Assembly version numbers are WORDs.
2009-02-19  Hans Leidekkerfusion: Convert to Unicode.
2009-02-19  Hans Leidekkerfusion: Uninstall assembly used to check for presence...
2009-02-19  Hans Leidekkerfusion: Assembly version must be taken from the metadat...
2009-02-19  James Hawkinsfusion: Add initial implementation of IAssemblyCache...
2009-02-19  James Hawkinsfusion: Implement the IAssemblyEnum interface.
2009-02-11  Paul Vriensfusion/tests: Fix some typos.
2009-02-11  Paul Vriensfusion/tests: Mark test as skipped when we don't have...
2009-02-10  Paul Vriensfusion/tests: Mark some tests as broken() on .NET 1.0.
2009-02-09  Paul Vriensfusion/tests: Skip tests on .NET 1.1.
2009-02-06  Paul Vriensfusion/tests: Fix some tests failures on .NET 1.1 ...
2009-02-06  Paul Vriensfusion/tests: Fix a test failure on Win64.
2009-02-06  Paul Vriensfusion/tests: Fix some test failures on systems with...
2009-02-06  Paul Vriensfusion/tests: Run tests correctly on Win98.
2009-02-05  Paul Vriensfusion/tests: Do the conversion before testing.
2009-01-08  Michael Stefaniucfusion: Remove superfluous casts.
2008-11-05  Michael Stefaniucfusion: Remove superfluous casts of void pointers.
2008-08-19  James Hawkinsfusion: Ignore the case of the assembly filename extension.
2008-08-19  James Hawkinsfusion: Align the metadata header pointer on a DWORD...
2008-08-19  James Hawkinsfusion: Handle loading 64-bit .NET assemblies.
2008-08-04  Andrew Talbotfusion: Sign-compare warnings fix.
2008-07-17  James Hawkinsfusion: The cases are tokens, not table indices.
2008-07-16  James Hawkinsfusion: Handle DWORD-sized string indices when loading...
next