netstat: Initial implementation.
[wine] / dlls / msi / tests /
2012-12-19  Hans Leidekkermsi: Fix a test failure on Windows 8 and conform to...
2012-11-05  Hans Leidekkermsi: Fix handling of REG_MULTI_SZ values in the WriteRe...
2012-10-29  Hans Leidekkermsi: Pass string length to msi_set_property in ACTION_C...
2012-10-29  Hans Leidekkermsi: Add more tests for embedded nulls in string proper...
2012-10-29  Hans Leidekkermsi: Add a test for embedded nulls in string property...
2012-10-24  André Hentschelmsi/tests: Make multiline macros blocks (coverity).
2012-08-15  Michael Stefaniucmsi/tests: Avoid a TRUE:FALSE conditional expression.
2012-07-31  Hans Leidekkermsi: Implement the RemoveExistingProducts standard...
2012-07-27  Detlef Riekenbergmsi/tests: Use always static binding for GetTokenInform...
2012-07-16  Hans Leidekkermsi/tests: Mark some test results as broken.
2012-06-15  Francois Gougetmsi/tests: Get rid of unneeded function typedefs.
2012-06-12  Hans Leidekkermsi/tests: Use only uppercase characters for the PID_RE...
2012-06-11  Hans Leidekkermsi: Support registry key names that exceed 255 characters.
2012-06-11  Hans Leidekkermsi: Add support for 64-bit registry components.
2012-05-31  Hans Leidekkermsi: Don't create empty values for special registry...
2012-05-31  Hans Leidekkermsi: Don't terminate the string in msi_id2stringA.
2012-05-17  Michael Stefaniucmsi/tests: Test the correct return values.
2012-05-03  Alexandre Julliardmsi/tests: Skip MsiEnumProductsEx tests if not supported.
2012-04-26  Hans Leidekkermsi: Don't free cached tables in MsiDatabaseCommit.
2012-04-20  Hans Leidekkermsi/tests: Fix some leaks.
2012-04-20  Hans Leidekkermsi/tests: Add a test for MsiEnumProductsEx.
2012-04-20  Hans Leidekkermsi: Fix install state detection for registry components.
2012-04-06  Robert van Herkmsi: Fixed MsiGetFileHashW for empty files.
2012-04-02  Hans Leidekkermsi: Implement MsiGet/SetMode(MSIRUNMODE_REBOOTNOW).
2012-04-02  Hans Leidekkermsi/tests: Add tests for MsiEnumComponents and MsiEnumC...
2012-03-28  Hans Leidekkermsi/tests: Reduce code duplication in the feature/compo...
2012-03-28  Hans Leidekkermsi: Clear the cert pointer in MsiGetFileSignatureInfor...
2012-03-28  Hans Leidekkermsi: Also set the Intel property on 64-bit processors.
2012-03-28  Andoni Morales Ala... msi: Implement MSIMODIFY_MERGE function in TABLE_modify.
2012-03-26  Hans Leidekkermsi: Mask off modifiers before setting the UILevel...
2012-03-13  Hans Leidekkermsi: Fix deleting services on installation.
2012-03-12  Hans Leidekkermsi: Implement MsiEnumProductsEx.
2012-01-18  Hans Leidekkermsi: Make sure target paths are normalized.
2012-01-16  Nikolay Sivovmsi: Use data table for dispid tests.
2012-01-16  Hans Leidekkermsi: Set the SourceDir and SOURCEDIR properties in...
2012-01-03  Hans Leidekkermsi: Accept a missing left backquote in SQL identifiers.
2011-12-23  Hans Leidekkermsi: Fix handling of single quoted column names in...
2011-12-06  Hans Leidekkermsi/tests: Try harder to remove a shortcut file.
2011-11-01  Hans Leidekkermsi: Set the ComputerName property.
2011-10-27  Hans Leidekkermsi/tests: Fix a skip message.
2011-10-27  Hans Leidekkermsi/tests: Fix some test failures on win2k.
2011-09-27  Hans Leidekkermsi/tests: Properly preserve pending file renames.
2011-09-27  Francois Gougetmsi/tests: Avoid #if 0 to make sure code still compiles.
2011-09-15  Hans Leidekkermsi: Improve parsing of the package platform.
2011-09-12  Bernhard Loosmsi: The underlying tables might have changed, so it...
2011-09-09  Hans Leidekkermsi/tests: Fix some test messages.
2011-09-09  Hans Leidekkermsi/test: Mark some test results as broken.
2011-09-05  Hans Leidekkermsi/tests: Fix a number of test messages.
2011-08-26  Bernhard Loosmsi: Make WHEREVIEW able to deal directly with multiple...
2011-08-24  Hans Leidekkermsi/tests: Skip a test if the process is limited.
2011-08-24  Hans Leidekkermsi/tests: Accept one more estimated size.
2011-08-23  Hans Leidekkermsi/tests: Clean up local packages.
2011-08-23  Hans Leidekkermsi: Remove icons when the product is uninstalled.
2011-08-23  Hans Leidekkermsi/tests: Use a package code that is different from...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-07-28  Bernhard Loosmsi: MsiDatabaseCommit also succeeds for a a readonly...
2011-07-01  Hans Leidekkermsi/tests: Clean up the local package in test_register_...
2011-07-01  Hans Leidekkermsi/tests: Remove a test.
2011-07-01  Hans Leidekkermsi: Handle escaped double quotes in command line parsing.
2011-06-10  Hans Leidekkermsi: Implement and test MsiSetFeatureAttributes.
2011-06-10  Hans Leidekkermsi: Implement and test MsiGetFeatureInfo.
2011-06-07  Hans Leidekkermsi: Add support for returning validation errors.
2011-05-12  Hans Leidekkermsi: Unescape ^Q^Y sequences in text archives.
2011-05-12  Hans Leidekkermsi: Handle embedded nulls in text archives.
2011-05-11  Hans Leidekkermsi/tests: Show that MsiSetTargetPath updates folder...
2011-05-04  Piotr Cabanwine.inf: Add quotes to webbrowser command keys.
2011-05-02  Hans Leidekkermsi: Rewrite the folder resolution code to keep track...
2011-05-02  Hans Leidekkermsi: Fix handling of components without a key path...
2011-04-14  Hans Leidekkermsi: Add offsets to disk ids added by patches.
2011-04-14  Hans Leidekkermsi/tests: Fix some memory leaks (valgrind).
2011-04-06  Hans Leidekkermsi: More Wow64 fixes.
2011-04-05  Hans Leidekkermsi: Fix parsing of an empty property followed by a...
2011-04-01  Hans Leidekkermsi: Implement and test MsiEnumComponentCostsA/W.
2011-03-30  Hans Leidekkermsi/tests: Remove unneeded Wow64 checks.
2011-03-30  Hans Leidekkermsi: Implement MsiGetFileSignatureInformationA/W.
2011-03-30  Hans Leidekkermsi: Accept whitespace-only property values on the...
2011-03-30  Hans Leidekkermsi/tests: Allocate the user token dynamically and...
2011-03-30  Hans Leidekkermsi/tests: Get rid of workarounds for win9x test failures.
2011-03-30  Hans Leidekkermsi: Ignore invalid upgrade codes in the PublishProduct...
2011-03-29  David Hedbergmsi: Add an offset to sequence numbers belonging to...
2011-03-10  David Hedbergmsi: Use ordering information to update the correct...
2011-03-08  Hans Leidekkermsi: Assume a file is present if the target exists...
2011-03-08  Hans Leidekkermsi: Load media info even if there's no file to install.
2011-03-07  Hans Leidekkermsi/tests: Check the result of get_system_dirs and...
2011-02-28  Austin Englishmsi/tests: Remove win9x hacks.
2011-02-25  Austin Englishmsi/tests: Remove win9x hacks.
2011-02-17  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-17  Austin Englishmsi/tests: Remove dead assignments.
2011-02-14  Detlef Riekenbergmsi/tests: Fix a typo.
2011-02-11  Austin Englishmsi/tests: Make sure to use a return value (LLVM/Clang).
2011-02-11  Austin Englishmsi/tests: Don't check return values inside of if(0...
2011-02-10  Hans Leidekkermsi: Get rid of msi_component_set_state and msi_feature...
2011-02-10  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-08  Austin Englishmsi/tests: Make sure to use return values (LLVM/Clang).
2011-02-07  Hans Leidekkermsi/tests: Show that a failing call to MsiGetSourcePath...
2011-01-27  Hans Leidekkermsi/tests: Test a return value (clang).
2011-01-27  Hans Leidekkermsi/tests: Consistently test return values (clang).
2011-01-27  Greg Geldorpmsi/tests: Check 64-bit reg view if key not present...
2011-01-24  Hans Leidekkermsi: Implement the MsiPublishAssemblies and MsiUnpublis...
2011-01-20  Hans Leidekkermsi/tests: More tests for publishing and unpublishing...
next