pdh: Check for size > 0 but no buffer.
[wine] / dlls / msi /
2008-02-18  James Hawkinsmsi: Add tests for MsiSourceListEnumSources.
2008-02-18  James Hawkinsmsi: Add tests for enumerating the source list after...
2008-02-18  James Hawkinsmsi: Implement the MSIMODIFY_REFRESH command of MsiView...
2008-02-18  James Hawkinsmsi: Add tests for the MSIMODIFY_REFRESH command.
2008-02-18  James Hawkinsmsi: Convert REG_DWORD properties to strings in MsiGetP...
2008-02-18  James Hawkinsmsi: Set the UserLanguageID property.
2008-02-18  Rob Shearmanmsi: Fix the character count passed into RegSetValueExA...
2008-02-16  Marcus Meissnermsi: Fixed error reporting of add_streams_to_table.
2008-02-15  Paul Vriensmsi/tests: Services are not available on win9x.
2008-02-15  Rob Shearmanmsi: Add stub implementation of MsiIsProductElevatedA/W.
2008-02-13  James Hawkinsmsi: Add tests for source folder resolution.
2008-02-12  James Hawkinsmsi: Handle carriage returns in MsiDatabaseImport.
2008-02-12  James Hawkinsmsi: Use MsiViewModify instead of building a SQL query...
2008-02-12  James Hawkinsmsi: Read the language info from the file.
2008-02-12  James Hawkinsmsi: Reimplement MsiGetProductInfo.
2008-02-11  James Hawkinsmsi: Test the remaining installer properties returned...
2008-02-11  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if szProduct is...
2008-02-11  James Hawkinsmsi: Add tests for MsiGetProductInfo.
2008-02-11  James Hawkinsmsi: Successfully return an empty string when requestin...
2008-02-11  James Hawkinsmsi: Don't check for the existence of the msi package...
2008-02-11  James Hawkinsmsi: Handle the special table _ForceCodepage in MsiData...
2008-02-11  James Hawkinsmsi: Add tests for not using quotes in SQL queries.
2008-02-11  Alexandre Julliardmsi/tests: Fix test that depends on the order of the...
2008-02-07  James Hawkinsmsi: Test using carriage returns in SQL queries and...
2008-02-06  Michael Stefaniucmsi: Fix "type of 'x' defaults to 'int'" warnings.
2008-02-05  James Hawkinsmsi: Fix handling of the NULL separator when writing...
2008-02-05  James Hawkinsmsi: Reimplement MsiFormatRecord.
2008-02-05  James Hawkinsmsi: Add more tests for MsiFormatRecord.
2008-02-05  James Hawkinsmsi: Return ERROR_MORE_DATA if the size is too small.
2008-02-05  James Hawkinsmsi: Return the string length even if the string is...
2008-02-05  James Hawkinsmsi: Leave room for the NULL terminator.
2008-02-05  James Hawkinsmsi: Return ERROR_FILE_INVALID if the file has no versi...
2008-02-05  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if a string pointer...
2008-02-05  James Hawkinsmsi: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_F...
2008-02-05  James Hawkinsmsi: Only convert output strings if the call succeeded.
2008-02-05  James Hawkinsmsi: Add tests for MsiGetFileVersion.
2008-02-05  James Hawkinsmsi: Implement the MSIMODIFY_ASSIGN action of MsiViewMo...
2008-02-05  James Hawkinsmsi: Add tests for using single quotes in an INSERT...
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.
next