d3d9: Fix the type of three loop variables.
[wine] / dlls / msi /
2008-01-24  Paul Vriensmsi/tests: Only use functions if they are implemented.
2008-01-24  Paul Vriensmsi/tests: Only use functions if they are implemented.
2008-01-21  James Hawkinsmsi: Add more MsiFormatRecord tests.
2008-01-21  Marcus Meissnermsi: Replaced msi_free() by LocalAlloc() since ConvertS...
2008-01-21  Christoph von Wittichmsi: Fix process token leak.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-16  James Hawkinsmsi: dest_path refers to the directory prefix, not...
2008-01-11  Francois Gougetmsi/tests: Tweaked so it does not look like things...
2008-01-10  Gerald Pfeifermsi: Complete initializers.
2008-01-09  James Hawkinsmsi: Actually delete the row data instead of blanking...
2008-01-09  James Hawkinsmsi: Test committing a table with a removed row.
2008-01-09  James Hawkinsmsi: Handle markers in the WHERE section of an UPDATE...
2008-01-07  Rico Schüllermsi: Fix memory leaks (found by Smatch).
2008-01-07  James Hawkinsmsi: Create parent directories when duplicating files...
2008-01-07  James Hawkinsmsi: Pad the month and day to two digits.
2008-01-07  James Hawkinsmsi: Remove an erroneous table.
2008-01-07  James Hawkinsmsi: Copy the temporary package when storing the installer.
2008-01-07  James Hawkinsmsi: Check the local package for existence when resolvi...
2008-01-07  James Hawkinsmsi: Directly download mi->source now that SourceDir...
2008-01-07  James Hawkinsmsi: OriginalDatabase can be a URL so check for a forwa...
2008-01-07  James Hawkinsmsi: SourceDir is formed from the path of OriginalDatabase.
2008-01-07  James Hawkinsmsi: OriginalDatabase is the fully-expanded path to...
2008-01-07  James Hawkinsmsi: Factor out msi_set_sourcedir_props.
2008-01-07  James Hawkinsmsi: If the package is a URL, the OriginalDatabase...
2008-01-07  James Hawkinsmsi: WriteEnvironmentStrings should also write to REG_E...
2008-01-07  James Hawkinsmsi: Only read an internal package if the file to insta...
2008-01-04  Gerald Pfeifermsi: Adjust the types of loop variables.
2008-01-03  Gerald Pfeifermsi: Remove an extraneous safety check and simplify...
2008-01-02  Gerald Pfeifermsi: Remove an extraneous safety check and simplify...
2008-01-02  Austin Englishmsi: Fix several typos.
2008-01-02  Lionel Debrouxmsi: Correctly handle return value of msi_realloc.
2008-01-02  Gerald Pfeifermsi: Simplify condition in TABLE_fetch_stream().
2007-12-31  Michael Stefaniucjanitorial: Remove superfluous backslashes at end of...
2007-12-31  Gerald Pfeifermsi: Add missing initializer for delete_ops.
2007-12-27  Gerald Pfeifermsi: Fix error handling in encode_streamname().
2007-12-26  Rob Shearmanmsi: Fix several memory leaks after using IEnumSTATSTG_...
2007-12-24  Andrew Talbotmsi: Remove unneeded cast.
2007-12-23  James Hawkinsmsi: Allow whitespace after the property name when...
2007-12-23  James Hawkinsmsi: Allow the not-equal operator in WHERE query string...
2007-12-23  James Hawkinsmsi: Fix deleting temporary rows, with tests.
2007-12-20  James Hawkinsmsi: The BS_GROUPBOX style should only be used if the...
2007-12-20  James Hawkinsmsi: Initialize a default COM apartment for custom...
2007-12-20  James Hawkinsmsi: Allow NULL parameters to be passed to the local...
2007-12-19  James Hawkinsmsi: Free the ordering information.
2007-12-18  Francois Gougetmsi: Add a trailing '\n' to Wine traces.
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-12-18  James Hawkinsmsi: Test sorting a table using a column that is not...
2007-12-17  James Hawkinsmsi: Set the text color after calling the window proc.
2007-12-17  James Hawkinsmsi: The line control has a height of exactly 2 device...
2007-12-17  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if the product...
2007-12-17  James Hawkinsmsi: Return ERROR_UNKNOWN_COMPONENT if no products...
2007-12-17  James Hawkinsmsi: Also check the local system component key for...
2007-12-17  James Hawkinsmsi: Check the user component key for the clients.
2007-12-17  James Hawkinsmsi: Validate the parameters of MsiEnumClients.
2007-12-17  James Hawkinsmsi: Add tests for MsiEnumClients.
2007-12-17  James Hawkinsmsi: Simplify ExpandAnyPath.
2007-12-17  James Hawkinsmsi: Verify that the PID_PAGECOUNT and PID_REVNUMBER...
2007-12-17  James Hawkinsmsi: If the package doesn't exist, return ERROR_FILE_NO...
2007-12-17  James Hawkinsmsi: Validate the parameters of MsiOpenPackage.
2007-12-17  James Hawkinsmsi: Add more tests for MsiOpenPackage.
2007-12-17  James Hawkinsmsi: Release the record when loading the hash data.
2007-12-17  Marcus Meissnermsi: Fixed buffer overflow in number parsing.
2007-12-14  James Hawkinsmsi: Close the file handle returned by FindFirstFile.
2007-12-13  Lionel Debrouxmsi: Fix memory leaks (found by Smatch).
2007-12-13  Lionel Debrouxmsi: Fix missing alloc check.
2007-12-12  James Hawkinsmsi: Free the cabinet string on error.
2007-12-12  James Hawkinsmsi: Properly release the record.
2007-12-12  James Hawkinsmsi: Free the user sid string.
2007-12-12  James Hawkinsmsi: Free the deformatted string.
2007-12-08  James Hawkinsmsi: Handle the CompLocator table in the AppSearch...
2007-12-08  James Hawkinsmsi: Reimplement MsiGetProductCode.
2007-12-08  James Hawkinsmsi: Remove two tests that depend on the sort order...
2007-12-07  James Hawkinsmsi: Add tests for MsiGetProductCode.
2007-12-05  James Hawkinsmsi: Reimplement MsiGetComponentPath.
2007-12-05  James Hawkinsmsi: Add tests for MsiGetComponentPath.
2007-12-04  James Hawkinsmsi: Test the CompLocator subset of the AppSearch action.
2007-12-03  James Hawkinsmsi: Add a stub implementation of MsiEnumComponentCostsW.
2007-12-03  James Hawkinsmsi: Implement the Version property of the Installer...
2007-12-03  James Hawkinsmsi: Test the CCPSearch action.
2007-12-03  James Hawkinsmsi: Use a hash table for reordering rows in a WHERE...
2007-11-29  James Hawkinsmsi: Don't check for the media or cabinet if the cabine...
2007-11-29  James Hawkinsmsi: Make sure attr is valid before checking for the...
2007-11-28  Anatoly Lyutinmsi: Fix invalid SQL query.
2007-11-26  James Hawkinsmsi: Downgrade an ERR to a WARN.
2007-11-26  James Hawkinsmsi: Fix the condition of a FIXME.
2007-11-26  James Hawkinsmsi: Downgrade an ERR to a WARN.
2007-11-26  James Hawkinsmsi: Downgrade a FIXME to a WARN.
2007-11-26  James Hawkinsmsi: Only check the volume label if it's different...
2007-11-26  James Hawkinsmsi: Check the destination file's hash and skip that...
2007-11-26  James Hawkinsmsi: Set the file contents of the file hash test file...
2007-11-26  James Hawkinsmsi: Verify the szFilePath parameter of MsiGetFileHash.
2007-11-26  James Hawkinsmsi: Add tests for MsiGetFileHash and clean up the...
2007-11-20  Misha Koshelevmsi: automation: Fix ITypeInfo leak.
2007-11-20  Misha Koshelevmsi/tests: automation: Add missing VariantClear.
2007-11-20  Misha Koshelevmsi/tests: Close opened service handles.
2007-11-20  Misha Koshelevmsi: automation: Fix automation object reference counts...
2007-11-20  James Hawkinsmsi: Check the cabinet's full path for existence, not...
2007-11-19  James Hawkinsmsi: Don't check for a cabinet's existence if it's...
2007-11-15  James Hawkinsmsi: Don't ignore the error returned by ready_media.
2007-11-15  James Hawkinsmsi: Only check the presence of the cabinet if the...
next