atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / classes.c
2011-07-27  Hans Leidekkermsi: Always check the return value of MSI_IterateRecords.
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-05-24  Hans Leidekkermsi: Fix the class actions to revert features to the...
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2010-11-16  Hans Leidekkermsi: Components don't require a key path.
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-10-13  Hans Leidekkermsi: Register class ids from 32-bit packages under...
2010-09-24  Hans Leidekkermsi: A progid without a class is not an error.
2010-07-22  Hans Leidekkermsi: Downgrade a warning.
2010-07-21  Hans Leidekkermsi: Move the component enabled check into the standard...
2010-04-29  Hans Leidekkermsi: Store a copy of the file extension in the MSIMIME...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterMIMEInfo standard action.
2010-04-02  Hans Leidekkermsi: Implement the UnregisterExtensionInfo standard...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterProgIdInfo standard action.
2010-04-02  Hans Leidekkermsi: Set the action taken in the RegisterExtensionInfo...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterClassInfo standard action.
2010-02-16  Hans Leidekkermsi: Get rid of ACTION_VerifyFeatureForAction.
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2008-10-27  James Hawkinsmsi: Skip the leading period of the extension to be...
2008-05-02  James Hawkinsmsi: A progid who is its own parent cannot have a clsid.
2008-01-02  Austin Englishmsi: Fix several typos.
2007-06-01  Andrew Talbotmsi: Constify some variables.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-09-12  James Hawkinsmsi: Don't try to register a class if a COM server...
2006-08-02  Mike McCormackmsi: Only ever write the long path for InProcServers.
2006-08-02  Mike McCormackmsi: Register advertised components too.
2006-07-14  Mike McCormackmsi: Move some registry helper functions to registry.c.
2006-05-24  Mike McCormackFixed more boolean comparisons against TRUE.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Mike McCormackmsi: Clean up memset usage.
2006-04-18  Mike McCormackmsi: Fix a regression caused by some bad logic.
2006-04-07  Mike McCormackmsi: Fix a logic error.
2005-11-03  Mike McCormackRemove some redundant null pointer checks.
2005-10-30  Mike McCormackSimplify register_progid() and remove a fixed length...
2005-10-30  Mike McCormackRemove unused package parameter of register_progid_base().
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-22  Mike McCormackMake build_icon_path return the path directly.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-15  Mike McCormackCreate a macro to write a value to a subkey.
2005-09-14  Mike McCormackCreate a macro function to write registry values.
2005-09-12  Mike McCormackEliminate yet more fixed length buffers.
2005-09-09  Mike McCormackMove a fixed size buffer to the heap.
2005-09-08  Mike McCormack- fix a bug introduced by the progid list conversion
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-09-02  Mike McCormackAdd objects to lists at the right time.
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-27  Mike McCormackAdd the allocated mime type to the mime type list.
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-25  Mike McCormack- build a standard Wine list of classes instead of...
2005-08-25  Mike McCormackFix a small bug introduced when converting appids to...
2005-08-24  Mike McCormack- build a standard Wine list of appids instead of using...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-06-16  Aric StewartBreak out all the class registration actions into class...