netstat: Initial implementation.
[wine] / dlls / fusion / assembly.c
2012-07-20  Alexandre Julliardfusion: Simplify the parsing of clr tables.
2012-07-09  Hans Leidekkerfusion: Also copy external files in IAssemblyCache...
2012-05-23  Hans Leidekkerfusion: Handle DWORD-sized blob indices when loading...
2012-05-21  Hans Leidekkerfusion: Use the PEKIND type where appropriate.
2012-05-21  Hans Leidekkerfusion: Add a helper to retrieve the runtime version...
2010-10-04  Andrew Talbotfusion: Constify some variables.
2010-07-20  Owen Rudgefusion: Install assemblies into correct directory for...
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-02-19  Hans Leidekkerfusion: Convert to Unicode.
2009-02-19  Hans Leidekkerfusion: Assembly version must be taken from the metadat...
2009-01-08  Michael Stefaniucfusion: Remove superfluous casts.
2008-11-05  Michael Stefaniucfusion: Remove superfluous casts of void pointers.
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-05-27  Dan Kegelfusion: Use HeapAlloc, not strdup, to avoid malloc...
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-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.