projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msi: Store the number of types we queried. We were leaking these types because we...
[wine]
/
dlls
/
msi
/
2009-12-14
James Hawkins
msi: Store the number of types we queried. We were...
tree
|
commitdiff
2009-12-14
James Hawkins
msi: Free each stream name when deleting the streams...
tree
|
commitdiff
2009-12-14
James Hawkins
msi: Don't free str until the last instance of its...
tree
|
commitdiff
2009-12-14
James Hawkins
msi: Make sure we don't access pcchValueBuf when szBuff...
tree
|
commitdiff
2009-12-11
Alexandre Julliard
msi/tests: Fix a handle leak.
tree
|
commitdiff
2009-12-11
Chris Schafer
msi/tests: Remove some barriers to running msi tests...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Wine fails the test and passes us a Session object...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.RelatedProducts method...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.Products method into Instal...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.ProductInfo method into...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.ProductState method into...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.RegistryValue method into...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.Version method into Install...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.InstallProduct method into...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the remaining Installer object stub metho...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.UILevel method into Install...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.SummaryInformation method...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor Installer.OpenProduct and Installer.OpenD...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.OpenPackage method into...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Refactor the Installer.CreateRecord method into...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Stub out a few more Installer object methods.
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Close the original record before copying new data...
tree
|
commitdiff
2009-12-11
James Hawkins
msi: Fix a handle leak in the record tests.
tree
|
commitdiff
2009-12-08
James Hawkins
msi: Add a NULL terminator to file->dest after realloca...
tree
|
commitdiff
2009-12-08
James Hawkins
msi: Free the column info data when updating the table...
tree
|
commitdiff
2009-12-08
James Hawkins
msi: Make sure to free the extra row data when deleting...
tree
|
commitdiff
2009-12-07
Hans Leidekker
msi/tests: Loosen check on kernel32 language version.
tree
|
commitdiff
2009-12-07
James Hawkins
msi: The second parameter to Installer.OpenPackage...
tree
|
commitdiff
2009-12-07
James Hawkins
msi: Verify that the first parameter to Installer.OpenP...
tree
|
commitdiff
2009-12-07
James Hawkins
msi: It's possible to send in more than two parameters...
tree
|
commitdiff
2009-12-07
James Hawkins
msi: Add more tests for the Installer.OpenPackage method.
tree
|
commitdiff
2009-12-04
James Hawkins
msi: MsiSetMode returns a UINT system error code, not...
tree
|
commitdiff
2009-12-03
James Hawkins
msi: ExpandEnvironmentStringsW returns the required...
tree
|
commitdiff
2009-12-01
Hans Leidekker
msi/tests: Don't check more bytes than written to the...
tree
|
commitdiff
2009-11-24
Nathan Gallaher
msi: Support _Streams, _Storages tablename prefixes...
tree
|
commitdiff
2009-11-24
Nathan Gallaher
msi/tests: Test for SELECT table.column FROM table.
tree
|
commitdiff
2009-11-24
Nathan Gallaher
msi: Add support for table names in select statements.
tree
|
commitdiff
2009-11-20
Michael Martin
msi: Shedule rename operation also for ERROR_USER_MAPPE...
tree
|
commitdiff
2009-11-19
Hans Leidekker
msi: Sign extend the value when converting from a small...
tree
|
commitdiff
2009-11-19
Piotr Caban
oleaut32: Ignore milliseconds in VarDateFromUdate imple...
tree
|
commitdiff
2009-11-17
Hans Leidekker
msi: Don't set the ALLUSERS property.
tree
|
commitdiff
2009-11-17
Hans Leidekker
msi: Set the LogonUser property.
tree
|
commitdiff
2009-11-13
Hans Leidekker
msi: Test more variations of environment string prefixes.
tree
|
commitdiff
2009-11-13
Hans Leidekker
msi: Handle environment strings without a value.
tree
|
commitdiff
2009-11-09
Rob Shearman
msi: Improve stub for MsiGetFeatureCost{A, W} and hook...
tree
|
commitdiff
2009-11-09
Francois Gouget
msi/tests: Make the handler_xxx() functions static.
tree
|
commitdiff
2009-11-05
Detlef Riekenberg
msi/tests: MsiSetExternalUIRecord not present before...
tree
|
commitdiff
2009-11-03
Hans Leidekker
msi: Implement MsiSetExternalUIRecord.
tree
|
commitdiff
2009-11-03
Hans Leidekker
msi: Unicode and ANSI global UI handlers are mutually...
tree
|
commitdiff
2009-11-03
Hans Leidekker
msi: Add support for the Unicode version of the global...
tree
|
commitdiff
2009-10-29
Dmitry Timoshkov
msi: Add support for msidbControlAttributesProgress95.
tree
|
commitdiff
2009-10-29
Dmitry Timoshkov
msi: Limit the progress to its maximal value, use MulDi...
tree
|
commitdiff
2009-10-27
Nate Gallaher
msi: Test that a query on a join of two tables returns...
tree
|
commitdiff
2009-10-27
Nate Gallaher
msi: Add tablename tracking to VIEW_find_column.
tree
|
commitdiff
2009-10-27
Hans Leidekker
msi: Avoid accessing uninitialized memory in ACTION_App...
tree
|
commitdiff
2009-10-27
Hans Leidekker
msi/tests: Fix a couple of user SID string leaks.
tree
|
commitdiff
2009-10-23
Hans Leidekker
msi: Fix calculation of required buffer size in MsiSumm...
tree
|
commitdiff
2009-10-23
Hans Leidekker
msi/tests: Free the string returned from ConvertSidToSt...
tree
|
commitdiff
2009-10-23
Hans Leidekker
msi/tests: Avoid accessing uninitialized memory.
tree
|
commitdiff
2009-10-21
Hans Leidekker
msi: Avoid accessing uninitialized memory.
tree
|
commitdiff
2009-10-20
Hib Eris
msi: Remove table_find_insert_idx().
tree
|
commitdiff
2009-10-20
Hib Eris
msi: Fix table rows order.
tree
|
commitdiff
2009-10-20
Hib Eris
msi: Add function get_table_value_from_record.
tree
|
commitdiff
2009-10-20
Hib Eris
msi: Fix merging string type checks.
tree
|
commitdiff
2009-10-20
Hib Eris
msi/tests: Add tests for rows order.
tree
|
commitdiff
2009-10-20
Hib Eris
msi/tests: Add test for merging string types.
tree
|
commitdiff
2009-10-20
Hib Eris
msi: Fix a failure with merging existing tables.
tree
|
commitdiff
2009-10-20
Hib Eris
msi/tests: Add tests for merging existing tables.
tree
|
commitdiff
2009-10-20
Hans Leidekker
msi: Open the database read/write in MSI_OpenPackageW.
tree
|
commitdiff
2009-10-20
Hans Leidekker
msi: Create the local copy before opening the database.
tree
|
commitdiff
2009-10-20
Hans Leidekker
msi: Always create a temporary copy of the package.
tree
|
commitdiff
2009-10-19
Hans Leidekker
msi: Get rid of some redundant initializations.
tree
|
commitdiff
2009-10-19
Hans Leidekker
msi: Allocate MSISCRIPT structure at package creation...
tree
|
commitdiff
2009-10-15
Hans Leidekker
msi: Eliminate the last parameter from ACTION_PerformAc...
tree
|
commitdiff
2009-10-15
Hans Leidekker
msi: Use a function to test the UI level instead of...
tree
|
commitdiff
2009-10-15
Hans Leidekker
msi: Reorder functions to avoid forward declarations.
tree
|
commitdiff
2009-10-15
Hans Leidekker
msi: Add some tests for MsiGetTargetPathW.
tree
|
commitdiff
2009-10-15
Hans Leidekker
msi: Define common strings only once.
tree
|
commitdiff
2009-10-08
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2009-10-07
Alexandre Julliard
Fix empty function prototypes.
tree
|
commitdiff
2009-10-02
Paul Vriens
msi/tests: Skip some tests on Win9x/WinMe.
tree
|
commitdiff
2009-10-01
Hans Leidekker
msi: Schedule a rename operation when the file to overw...
tree
|
commitdiff
2009-09-29
Michael Stefaniuc
msi/tests: Remove trailing '\'.
tree
|
commitdiff
2009-09-29
Hans Leidekker
msi: Test installing over in-use files.
tree
|
commitdiff
2009-09-29
Hans Leidekker
msi: Don't set the Installed property twice.
tree
|
commitdiff
2009-09-29
Hans Leidekker
msi: Test the Installed property.
tree
|
commitdiff
2009-09-29
Hans Leidekker
msi: Respect UI level in custom action type 19.
tree
|
commitdiff
2009-09-22
Hans Leidekker
msi: Add tests to show that the condition table is...
tree
|
commitdiff
2009-09-22
Hans Leidekker
msi: Test last used source property in combination...
tree
|
commitdiff
2009-09-22
Paul Vriens
msi/tests: Fix some test failures on Vista/W2K8.
tree
|
commitdiff
2009-09-18
Paul Vriens
msi/tests: Skip some tests on Win9x/WinMe.
tree
|
commitdiff
2009-09-16
Hans Leidekker
msi: Set or override a user environment string when...
tree
|
commitdiff
2009-09-16
Hans Leidekker
msi: Don't append the cabinet file name in find_publish...
tree
|
commitdiff
2009-09-16
Hans Leidekker
msi: GetDriveType and GetVolumeInformation require...
tree
|
commitdiff
2009-09-16
Hans Leidekker
msi: Downgrade two ERRs to WARNs.
tree
|
commitdiff
2009-09-16
Hans Leidekker
msi: Improve a trace.
tree
|
commitdiff
2009-09-11
Hans Leidekker
msi: Set ProductState property.
tree
|
commitdiff
2009-09-10
Hans Leidekker
msi: Ignore CoInitialize failure in ACTION_CreateShortcuts.
tree
|
commitdiff
2009-09-10
Hans Leidekker
msi: Open the database read/write when the update count...
tree
|
commitdiff
2009-09-09
Hans Leidekker
msi: Add a test to show that creating shortcuts works...
tree
|
commitdiff
next