atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / appsearch.c
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_set_property and...
2012-04-23  Hans Leidekkermsi: Check supported languages in the AppSearch action.
2011-12-12  Hans Leidekkermsi: Format the value name from the RegLocator table.
2011-09-09  Hans Leidekkermsi: Remove some dead assignments (clang).
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-05-02  Hans Leidekkermsi: Define common strings just once.
2011-01-11  Hans Leidekkermsi: Add support for comparing TrueType font versions.
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-08-18  Hans Leidekkermsi: Handle signature filenames in short|long notation.
2010-07-23  Hans Leidekkermsi: Fix a memory leak.
2010-06-11  Hans Leidekkermsi: Compare file versions as numbers instead of strings.
2010-05-25  Hans Leidekkermsi: End the search for a directory signature if the...
2010-04-21  Hans Leidekkermsi: Rename MSI_GetPropertyW and MSI_SetPropertyW.
2010-04-21  Hans Leidekkermsi: Make MSI_SetPropertyW take a pointer to a database...
2010-03-23  Hans Leidekkermsi: The AppSearch and CCPSearch actions must be run...
2010-03-05  Hans Leidekkermsi: Update the UI in the AppSearch action.
2010-02-04  Juan Langmsi: Remove function name from fixme.
2009-12-16  James Hawkinsmsi: Free the temp buffer if we haven't assigned it...
2009-10-27  Hans Leidekkermsi: Avoid accessing uninitialized memory in ACTION_App...
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-04-23  Nicolas Le Cammsi: Fix ACTION_AppSearchDr on empty path.
2009-04-23  Nicolas Le Cammsi: Enfore use of GetFileAttributes return value.
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2008-10-22  James Hawkinsmsi: Only compare the file version if a version was...
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-10-20  James Hawkinsmsi: Use the quoted part of the registry value when...
2008-10-20  James Hawkinsmsi: Fix a copy and paste error.
2008-10-20  James Hawkinsmsi: Strip the file off the parent path if it's not...
2008-10-20  James Hawkinsmsi: Only check the file signature if the candidate...
2008-10-20  James Hawkinsmsi: Append the next directory to search to the current...
2008-10-20  James Hawkinsmsi: Only append a backslash to directories.
2008-10-20  James Hawkinsmsi: Don't get rid of the file signature when searching...
2008-10-20  James Hawkinsmsi: Simplify and clean up ACTION_RecurseSearchDirectory.
2008-10-20  James Hawkinsmsi: Handle searching for directories in the IniLocator...
2008-10-20  James Hawkinsmsi: Handle searching for a file with no signature.
2008-10-20  James Hawkinsmsi: Check the file version when a version is provided...
2008-10-20  James Hawkinsmsi: Return the requested ini field.
2008-10-16  James Hawkinsmsi: Append a backslash to the AppSearch registry path.
2008-10-16  James Hawkinsmsi: Append a backslash to the AppSearch directory...
2008-10-13  James Hawkinsmsi: Fix the returned format of REG_BINARY data.
2008-10-13  James Hawkinsmsi: Expand REG_EXPAND_SZ registry values in the RegLoc...
2008-10-13  James Hawkinsmsi: Append the file signature to the component's direc...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-12-17  James Hawkinsmsi: Simplify ExpandAnyPath.
2007-12-08  James Hawkinsmsi: Handle the CompLocator table in the AppSearch...
2007-11-29  James Hawkinsmsi: Make sure attr is valid before checking for the...
2007-11-13  James Hawkinsmsi: Fix the condition for checking a drive.
2007-11-13  James Hawkinsmsi: Set the file to NULL when running the directory...
2007-11-05  James Hawkinsmsi: Implement the CCPSearch standard action.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-06-01  Andrew Talbotmsi: Constify some variables.
2007-05-10  James Hawkinsmsi: Deformat the key path before opening the key.
2007-02-19  Andrew Talbotmsi: Constify some variables.
2006-11-28  Mike McCormackmsi: Use MSI_IterateRecords in ACTION_AppSearch.
2006-11-28  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchIni.
2006-11-28  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchDr.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchReg.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchComponents.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchGetSigna...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-10  Mike McCormackmsi: Fix memory leaks and bad frees.
2006-10-10  James Hawkinsmsi: NULL-terminate dst on error.
2006-10-10  James Hawkinsmsi: Add missing sizeof(WCHAR) multiplier.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-10-03  Juan Langmsi: Implement msidbLocatorTypeFileName in RegLocator...
2006-09-20  Andrew Talbotmsi: Cast-qual warnings fix.
2006-07-27  Mike McCormackmsi: Use msi_alloc/free, not HeapAlloc/Free.
2006-07-21  Juan Langmsi: Don't use fixed-size buffers in AppSearch action.
2006-07-20  Juan Langmsi: Implement ACTION_AppSearchIni.
2006-07-19  Juan Langmsi: Implement searching parent in ACTION_AppSearchReg.
2006-07-19  Juan Langmsi: Set name in ACTION_AppSearchGetSignature.
2006-07-18  Juan Langmsi: Fix silly pointer error.
2006-07-14  Juan Langmsi: Let caller set property in AppSearch.
2006-07-12  Juan Langmsi: Split up ACTION_AppSearchReg.
2006-07-11  James Hawkinsmsi: AppSearchReg shouldn't create the key it's looking...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Juan Langmsi: Fix possible crash bugs in error path.
2005-11-03  Ivan Leo PuotiFix some wrong prototypes.
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-07-22  Aric StewartBail out if the reg key is empty. This prevents us...
2005-05-10  Juan LangPartially implement AppSearch for RegLocator-type searches.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-10  Juan LangFix a regression in AppSearch.
2005-02-08  Juan LangIf a full path isn't specified, search across all fixed...
2005-02-03  Juan LangSimplify AppSearch error checking.
2005-02-02  Aric StewartFix a copy and paste error, check for a null value...
2005-02-01  Juan LangPartially implement AppSearch action.