atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / handle.c
2011-11-17  Francois Gougetmsi: Delete the handle static critical sections when...
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2007-06-27  Alexandre Julliardmsi: Avoid some redundant checks in MsiCloseHandle.
2007-06-27  James Hawkinsmsi: Add support for remote handles.
2006-11-01  Mike McCormackmsi: Don't print traces for addref and release.
2006-08-29  Mike McCormackmsi: Free the handle table on PROCESS_DETACH.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-06-12  Mike McCormackmsi: Freeing the zero handle always succeeds.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-28  Mike McCormackDon't create MSI handles unless we have to pass one...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-01-20  Mike McCormackFix refcounting, use Interlocked functions.
2005-01-06  Mike McCormackMsiCloseAllHandles only closes handles allocated in...
2004-12-27  Mike McCormackImplement thread safety for records.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-06-28  Aric StewartStart implementing actions.
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...