netstat: Initial implementation.
[wine] / dlls / msi / assembly.c
2012-06-12  Hans Leidekkermsi: Keep assembly caches loaded until the package...
2012-06-12  Hans Leidekkermsi: Always load mscoree.dll from the system directory.
2012-06-12  Hans Leidekkermsi: Don't fail if no .NET runtime is available.
2012-05-17  Hans Leidekkermsi: Add support for version 4.0 of the .NET runtime.
2012-05-17  Hans Leidekkermsi: Use the correct function pointer in msi_init_assem...
2012-05-17  Hans Leidekkermsi: Break out of the loop as soon as the assembly...
2012-04-30  Hans Leidekkermsi: Add support for uninstalling global assemblies.
2012-03-30  Hans Leidekkermsi: Detect installed side-by-side assemblies.
2012-01-10  Hans Leidekkermsi: Fix detection of installed global assemblies.
2011-07-07  Hans Leidekkermsi: Avoid dereferencing a NULL pointer (clang).
2011-05-25  Hans Leidekkermsi: Fix the assembly actions to revert components...
2011-05-06  Hans Leidekkermsi: Add support for version 1.0 of the .NET runtime.
2011-05-06  Hans Leidekkermsi: Destroy assembly caches right after use.
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-03-16  Francois Gougetmsi: Make get_assembly_record() static.
2011-03-16  Hans Leidekkermsi: Let the InstallFiles action determine which privat...
2011-03-07  Hans Leidekkermsi: Manage one assembly cache per major version of...
2011-01-24  Hans Leidekkermsi: Implement the MsiPublishAssemblies and MsiUnpublis...
2011-01-24  Hans Leidekkermsi: Don't interpret assembly name attributes.
2011-01-18  Hans Leidekkermsi: Free memory on error (valgrind).
2011-01-11  Hans Leidekkermsi: Improve detection of installed local assemblies.
2011-01-11  Hans Leidekkermsi: Fix detection of installed global assemblies.
2010-12-23  Hans Leidekkermsi: Global and local win32 assembly names are formatte...
2010-11-26  Hans Leidekkermsi: Trace errors from LoadLibraryShim.
2010-11-11  Hans Leidekkermsi: Add support for installing side-by-side assemblies.