wininet/tests: Prefer winehq.org over winehq.com.
[wine] / dlls / fusion /
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...
2008-07-16  James Hawkinsfusion: Add handling for alternate-sized table indices...
2008-07-16  James Hawkinsfusion: Add the CorTokenType and use those constants...
2008-07-16  James Hawkinsfusion: The VersionLength member is not constant, so...
2008-07-16  James Hawkinsfusion: Load the table row numbers before calculating...
2008-07-16  James Hawkinsfusion: Allow parsing the blob stream without a #.
2008-07-08  James Hawkinsfusion: Implement GetCachePath.
2008-07-02  James Hawkinsfusion: pwzFilePath is an out parameter, so don't trace...
2008-07-01  James Hawkinsfusion: Add tests for IAssemblyCache::QueryAssemblyInfo.
2008-07-01  James Hawkinsfusion: Add tests for IAssemblyName.
2008-07-01  James Hawkinsfusion: Add initial implementation of IAssemblyName.
2008-05-27  Dan Kegelfusion: Use HeapAlloc, not strdup, to avoid malloc...
2008-05-27  Dan Kegelfusion: UninstallAssembly test: Fix typo, avoid undefin...
2008-05-06  Francois Gougetfusion: Fix compilation on systems that don't support...
2008-05-05  James Hawkinsfusion: The Strings stream can be without a #.
2008-05-05  James Hawkinsfusion: Add the missing assembly table structs.
2008-05-05  James Hawkinsfusion: Fix the type of an assembly struct member.
2008-04-17  James Hawkinsfusion: Explicitly check for -1 for a missing table.
2008-04-16  Alexandre Julliardfusion: Fix a number of leaks in assembly_create.
2008-04-15  James Hawkinsfusion: Implement IAssemblyCache::InstallAssembly.
2008-04-07  Francois Gougetfusion/tests: Fix compilation on systems that don't...
2008-03-31  James Hawkinsfusion: Add initial tests for IAssemblyCache.
2008-03-25  James Hawkinsfusion: Implement CreateAssemblyCache.
2008-03-25  James Hawkinsfusion: Add a stub implementation of IAssemblyEnum.
2008-03-25  James Hawkinsfusion: Add a stub implementation of IAssemblyCache.
2008-03-24  James Hawkinsfusion: Add a stub implementation of IAssemblyName.
2008-03-24  James Hawkinsfusion: Add a few fusion stubs.
2008-03-21  James Hawkinsfusion: Add a stub implementation of fusion.dll.