server: Any thread can set the idle event, don't treat the first one differently.
[wine] / dlls / msi /
2009-12-16  Hans Leidekkermsi: Replace the string table hash with a sorted index.
2009-12-16  Hans Leidekkermsi: Clone the open stream instead of trying to open...
2009-12-16  James Hawkinsmsi: Free the temp buffer if we haven't assigned it...
2009-12-16  James Hawkinsmsi: Refactor freeing the import sql strings.
2009-12-16  James Hawkinsmsi: Simplify ITERATE_WriteEnvironmentString.
2009-12-16  James Hawkinsmsi: Free the columns view if check_column_exists fails.
2009-12-16  James Hawkinsmsi: Fix a leaking record handle.
2009-12-16  James Hawkinsmsi: Free the join view if we fail to create the table...
2009-12-16  James Hawkinsmsi: Keep track of the current view in the sql parser.
2009-12-15  Hans Leidekkermsi: Reject greater than and less than string compariso...
2009-12-14  James Hawkinsmsi: Free the enumeration data returned by IEnumSTATSTG...
2009-12-14  James Hawkinsmsi: Free each table object when deleting the join...
2009-12-14  James Hawkinsmsi: Free the Streams and Storages view object in their...
2009-12-14  James Hawkinsmsi: Implement DROP_delete that deletes the drop view...
2009-12-14  James Hawkinsmsi: Fix a record handle leak.
2009-12-14  James Hawkinsmsi: Free each storage name when deleting the storages...
2009-12-14  James Hawkinsmsi: Store the number of types we queried. We were...
2009-12-14  James Hawkinsmsi: Free each stream name when deleting the streams...
2009-12-14  James Hawkinsmsi: Don't free str until the last instance of its...
2009-12-14  James Hawkinsmsi: Make sure we don't access pcchValueBuf when szBuff...
2009-12-11  Alexandre Julliardmsi/tests: Fix a handle leak.
2009-12-11  Chris Schafermsi/tests: Remove some barriers to running msi tests...
2009-12-11  James Hawkinsmsi: Wine fails the test and passes us a Session object...
2009-12-11  James Hawkinsmsi: Refactor the Installer.RelatedProducts method...
2009-12-11  James Hawkinsmsi: Refactor the Installer.Products method into Instal...
2009-12-11  James Hawkinsmsi: Refactor the Installer.ProductInfo method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.ProductState method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.RegistryValue method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.Version method into Install...
2009-12-11  James Hawkinsmsi: Refactor the Installer.InstallProduct method into...
2009-12-11  James Hawkinsmsi: Refactor the remaining Installer object stub metho...
2009-12-11  James Hawkinsmsi: Refactor the Installer.UILevel method into Install...
2009-12-11  James Hawkinsmsi: Refactor the Installer.SummaryInformation method...
2009-12-11  James Hawkinsmsi: Refactor Installer.OpenProduct and Installer.OpenD...
2009-12-11  James Hawkinsmsi: Refactor the Installer.OpenPackage method into...
2009-12-11  James Hawkinsmsi: Refactor the Installer.CreateRecord method into...
2009-12-11  James Hawkinsmsi: Stub out a few more Installer object methods.
2009-12-11  James Hawkinsmsi: Close the original record before copying new data...
2009-12-11  James Hawkinsmsi: Fix a handle leak in the record tests.
2009-12-08  James Hawkinsmsi: Add a NULL terminator to file->dest after realloca...
2009-12-08  James Hawkinsmsi: Free the column info data when updating the table...
2009-12-08  James Hawkinsmsi: Make sure to free the extra row data when deleting...
2009-12-07  Hans Leidekkermsi/tests: Loosen check on kernel32 language version.
2009-12-07  James Hawkinsmsi: The second parameter to Installer.OpenPackage...
2009-12-07  James Hawkinsmsi: Verify that the first parameter to Installer.OpenP...
2009-12-07  James Hawkinsmsi: It's possible to send in more than two parameters...
2009-12-07  James Hawkinsmsi: Add more tests for the Installer.OpenPackage method.
2009-12-04  James Hawkinsmsi: MsiSetMode returns a UINT system error code, not...
2009-12-03  James Hawkinsmsi: ExpandEnvironmentStringsW returns the required...
2009-12-01  Hans Leidekkermsi/tests: Don't check more bytes than written to the...
2009-11-24  Nathan Gallahermsi: Support _Streams, _Storages tablename prefixes...
2009-11-24  Nathan Gallahermsi/tests: Test for SELECT table.column FROM table.
2009-11-24  Nathan Gallahermsi: Add support for table names in select statements.
2009-11-20  Michael Martinmsi: Shedule rename operation also for ERROR_USER_MAPPE...
2009-11-19  Hans Leidekkermsi: Sign extend the value when converting from a small...
2009-11-19  Piotr Cabanoleaut32: Ignore milliseconds in VarDateFromUdate imple...
2009-11-17  Hans Leidekkermsi: Don't set the ALLUSERS property.
2009-11-17  Hans Leidekkermsi: Set the LogonUser property.
2009-11-13  Hans Leidekkermsi: Test more variations of environment string prefixes.
2009-11-13  Hans Leidekkermsi: Handle environment strings without a value.
2009-11-09  Rob Shearmanmsi: Improve stub for MsiGetFeatureCost{A, W} and hook...
2009-11-09  Francois Gougetmsi/tests: Make the handler_xxx() functions static.
2009-11-05  Detlef Riekenbergmsi/tests: MsiSetExternalUIRecord not present before...
2009-11-03  Hans Leidekkermsi: Implement MsiSetExternalUIRecord.
2009-11-03  Hans Leidekkermsi: Unicode and ANSI global UI handlers are mutually...
2009-11-03  Hans Leidekkermsi: Add support for the Unicode version of the global...
2009-10-29  Dmitry Timoshkovmsi: Add support for msidbControlAttributesProgress95.
2009-10-29  Dmitry Timoshkovmsi: Limit the progress to its maximal value, use MulDi...
2009-10-27  Nate Gallahermsi: Test that a query on a join of two tables returns...
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-10-27  Hans Leidekkermsi: Avoid accessing uninitialized memory in ACTION_App...
2009-10-27  Hans Leidekkermsi/tests: Fix a couple of user SID string leaks.
2009-10-23  Hans Leidekkermsi: Fix calculation of required buffer size in MsiSumm...
2009-10-23  Hans Leidekkermsi/tests: Free the string returned from ConvertSidToSt...
2009-10-23  Hans Leidekkermsi/tests: Avoid accessing uninitialized memory.
2009-10-21  Hans Leidekkermsi: Avoid accessing uninitialized memory.
2009-10-20  Hib Erismsi: Remove table_find_insert_idx().
2009-10-20  Hib Erismsi: Fix table rows order.
2009-10-20  Hib Erismsi: Add function get_table_value_from_record.
2009-10-20  Hib Erismsi: Fix merging string type checks.
2009-10-20  Hib Erismsi/tests: Add tests for rows order.
2009-10-20  Hib Erismsi/tests: Add test for merging string types.
2009-10-20  Hib Erismsi: Fix a failure with merging existing tables.
2009-10-20  Hib Erismsi/tests: Add tests for merging existing tables.
2009-10-20  Hans Leidekkermsi: Open the database read/write in MSI_OpenPackageW.
2009-10-20  Hans Leidekkermsi: Create the local copy before opening the database.
2009-10-20  Hans Leidekkermsi: Always create a temporary copy of the package.
2009-10-19  Hans Leidekkermsi: Get rid of some redundant initializations.
2009-10-19  Hans Leidekkermsi: Allocate MSISCRIPT structure at package creation...
2009-10-15  Hans Leidekkermsi: Eliminate the last parameter from ACTION_PerformAc...
2009-10-15  Hans Leidekkermsi: Use a function to test the UI level instead of...
2009-10-15  Hans Leidekkermsi: Reorder functions to avoid forward declarations.
2009-10-15  Hans Leidekkermsi: Add some tests for MsiGetTargetPathW.
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-10-08  Francois GougetAssorted spelling fixes.
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-10-02  Paul Vriensmsi/tests: Skip some tests on Win9x/WinMe.
2009-10-01  Hans Leidekkermsi: Schedule a rename operation when the file to overw...
2009-09-29  Michael Stefaniucmsi/tests: Remove trailing '\'.
2009-09-29  Hans Leidekkermsi: Test installing over in-use files.
next