kernel32/tests: Prevent memory leak.
[wine] / dlls / msi /
2007-01-01  Paul Vriensmsi/tests: Remove test directory after the files have...
2006-12-19  James Hawkinsmsi: Enable cab compression and delete any resulting...
2006-12-19  James Hawkinsmsi: Run the install tests from a temporary directory.
2006-12-18  James Hawkinsmsi: Update the text control when the selection path...
2006-12-18  James Hawkinsmsi: Only cleanup event subscriptions of the dialog...
2006-12-14  Alexandre JulliardRevert "msi: Comparisons with null in conditions are...
2006-12-14  Alexandre Julliardmsi: Fix the condition test to not assume MsiNetAssembl...
2006-12-12  Andrew Talbotmsi/tests: Cast-qual warning fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-07  Mike McCormackmsi: Add tests for comparison to empty strings.
2006-12-07  Mike McCormackmsi: Comparisons with null in conditions are special.
2006-12-06  Mike McCormackmsi: More tests for the SourceDir property.
2006-12-06  Mike McCormackmsi: Add some tests for the ALTER query.
2006-12-05  James Hawkinsmsi: Initialize sid_str to NULL.
2006-12-05  James Hawkinsmsi: Fail if stg is NULL.
2006-12-05  Mike McCormackmsi: Examine the attributes of all features before...
2006-12-05  Mike McCormackmsi: Add the names of features/components to debugging...
2006-12-05  Francois GougetConsistently use SUBLANG_NEUTRAL for Italian resources.
2006-12-04  Mike McCormackmsi: Double quotes are not valid in queries.
2006-12-04  Mike McCormackmsi: Add tests for quoting in queries.
2006-12-04  James Hawkinsmsi: Add handling for the StartServices action.
2006-12-01  James Hawkinsmsi: Set the UserSID property.
2006-11-30  James Hawkinsmsi: Use mi->source if the source is not a full path.
2006-11-29  James Hawkinsmsi: Add handling for the InstallODBC action.
2006-11-29  James Hawkinsmsi: Don't fail if we can't remove an existing install...
2006-11-29  Dmitry Timoshkovmsi: Make some data const and static.
2006-11-29  Mike McCormackmsi: Update the UI in one place only in ACTION_ProcessC...
2006-11-29  Mike McCormackmsi: Advertise components of a feature that has the...
2006-11-29  Dmitry Timoshkovmsi: Synchronize msi exports with what PSDK has.
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-11-27  Mike McCormackmsi: Use MSI_IterateRecords when cloning properties.
2006-11-27  Francois Gougetmsi: Add a Portuguese translation (contributed by Ameri...
2006-11-24  Francois GougetReplace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
2006-11-22  Mike McCormackmsi: Treat the SourceDir folder the same as TargetDir.
2006-11-22  Mike McCormackmsi: Load all folders in one query, rather one per...
2006-11-22  Mike McCormackmsi: Only wait for custom actions that don't have msidb...
2006-11-22  Mike McCormackmsi: Split process_action_return_value into two differe...
2006-11-22  Mike McCormackmsi: Remove an unused parameter.
2006-11-21  Mike McCormackmsi: Fix use of integer fields in MsiFormatRecord.
2006-11-21  Mike McCormackmsi: Test MsiRecordGetString on an integer record field...
2006-11-21  Mike McCormackmsi: Add a test for formatting records with strings.
2006-11-21  Mike McCormackmsi: Don't access the list of controls after the dialog...
2006-11-21  Mike McCormackmsi: Create a function to free control data.
2006-11-21  Mike McCormackmsi: Fix an access after freeing memory.
2006-11-20  Mike McCormackmsi: Split msi_set_sourcedir_props into a separate...
2006-11-20  Mike McCormackmsi: Spelling fixes.
2006-11-20  Mike McCormackmsi: Add another test for the SourceDir property.
2006-11-20  Mike McCormackmsi: Clean up parameters of msi_media_get_disk_info().
2006-11-20  Mike McCormackmsi: Fix some memory leaks.
2006-11-20  Mike McCormackmsi: Don't leak row handles.
2006-11-17  Mike McCormackmsi: Fix a memory leak in load_folder().
2006-11-17  Mike McCormackmsi: Remove unnecessary includes.
2006-11-17  Mike McCormackmsi: Remove a level of indent in resolve_folder().
2006-11-17  Mike McCormackmsi: Add a test showing the _Properties table is a...
2006-11-17  Mike McCormackmsi: Add a test showing which tables are special.
2006-11-17  Mike McCormackmsi: Remove some redundant else statements.
2006-11-14  Mike McCormackmsi: Split MSI_CreatePackage into two functions.
2006-11-14  Mike McCormackmsi: Delete the tempfile created by GetTempFileName.
2006-11-14  Mike McCormackmsi: Defer package deletion until after the database...
2006-11-14  Mike McCormackmsi: Remove track_tempfile()'s unused 2nd parameter.
2006-11-14  Mike McCormackmsi: Always delete temp files after creating them.
2006-11-14  Mike McCormackmsi: Print a message if we fail to delete a file.
2006-11-14  James Hawkinsmsi: Notify the external UI handler when changing media.
2006-11-13  Mike McCormackmsi: Only free a string in one place.
2006-11-13  Mike McCormackmsi: Fix error handling.
2006-11-13  Mike McCormackmsi: Track temp files as soon as they are created.
2006-11-13  Mike McCormackmsi: Fail if we can't write out a temporary file.
2006-11-13  Mike McCormackmsi: Fix an uninitialized variable in the test cases.
2006-11-13  Mike McCormackmsi: Clean upstore_binary_to_temp.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-13  Francois Gougetmsi: assert.h is not a local header (spotted by winapi_...
2006-11-13  Paul Vriensmsi: Fix typo's (Coverity).
2006-11-13  James Hawkinsmsi: Fix a heap corruption bug by resizing the src...
2006-11-10  Mike McCormackmsi: Only log the Action, as it's the same as ActionReq...
2006-11-10  Mike McCormackmsi: Check whether the component is enabled first.
2006-11-10  Mike McCormackmsi: Component attributes are bitmasks.
2006-11-09  Eric Pouechmsi: Fixed bogus A -> W conversion.
2006-11-09  Eric Pouechmsi: Don't call PropVariantClear on uninitialized variants.
2006-11-09  James Hawkinsmsi: Add support for continuous cabinets.
2006-11-09  James Hawkinsmsi: Extract cabinets in ACTION_InstallFiles. ready_med...
2006-11-09  James Hawkinsmsi: Move the file sequence check out of ready_media_in...
2006-11-09  James Hawkinsmsi: Factor out load_media_info from ready_media_for_file.
2006-11-09  James Hawkinsmsi: Use disk_prompt from the media_info structure...
2006-11-09  James Hawkinsmsi: Only add text to the scroll control if text is...
2006-11-08  Stefan Leichtermsi: Added stub for MsiGetFeatureValidStatesA/W.
2006-11-08  James Hawkinsmsi: Factor out download_remote_cabinet and reuse extra...
2006-11-08  James Hawkinsmsi: Store the base URL of the MSI package if it is...
2006-11-08  James Hawkinsmsi: Factor copy_install_file out of ACTION_InstallFiles.
2006-11-08  James Hawkinsmsi: Factor schedule_install_files out of ACTION_Instal...
2006-11-08  James Hawkinsmsi: Model the media_info structure members after the...
2006-11-08  James Hawkinsmsi: Use msi_alloc_zero instead of a helper function...
2006-11-08  James Hawkinsmsi: Use the file's component instead of passing an...
2006-11-08  James Hawkinsmsi: Use the media_info structure instead of passing...
2006-11-08  James Hawkinsmsi: Add more tests for installing from cabinets.
2006-11-08  Mike McCormackmsi: Fix a memory leak.
next