projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
comctl32: Add a couple of DIB helper functions for imagelists.
[wine]
/
dlls
/
msi
/
2011-11-14
Hans Leidekker
msi: Trace the exit code from custom action processes.
tree
|
commitdiff
2011-11-14
Hans Leidekker
msi: Process messages while waiting for custom actions...
tree
|
commitdiff
2011-11-07
Andrew Talbot
msi: Remove extraneous braces from switch statement.
tree
|
commitdiff
2011-11-03
Hans Leidekker
msi: GetComputerName returns ERROR_BUFFER_OVERFLOW...
tree
|
commitdiff
2011-11-01
Hans Leidekker
msi: Set the ComputerName property.
tree
|
commitdiff
2011-11-01
Hans Leidekker
msi: Handle some more message types in MSI_ProcessMessage.
tree
|
commitdiff
2011-11-01
Hans Leidekker
msi: Fix the log mode for progress messages.
tree
|
commitdiff
2011-10-27
Hans Leidekker
msi/tests: Fix a skip message.
tree
|
commitdiff
2011-10-27
Hans Leidekker
msi/tests: Fix some test failures on win2k.
tree
|
commitdiff
2011-10-27
Hans Leidekker
msi: Wait up to 30 seconds for services to start up.
tree
|
commitdiff
2011-10-20
Bernhard Loos
msi: Always use WHEREVIEW for sorting.
tree
|
commitdiff
2011-10-20
Bernhard Loos
msi: Get rid of JOINVIEW.
tree
|
commitdiff
2011-10-20
Bernhard Loos
msi: Reorder tables to optimize condition evaluation.
tree
|
commitdiff
2011-10-13
Vincent Povirk
msi: Use MsgWaitForMultipleObjectsEx to do waits.
tree
|
commitdiff
2011-10-13
Dan Kegel
msi: Initialize variable to placate static analyzers.
tree
|
commitdiff
2011-10-11
Hans Leidekker
msi: Properly build the shortcut target path.
tree
|
commitdiff
2011-10-11
Hans Leidekker
msi: Don't attempt to patch files if the component...
tree
|
commitdiff
2011-10-11
Michael Stefaniuc
msi: Remove a redundant NULL check before free (Smatch).
tree
|
commitdiff
2011-10-11
Michael Stefaniuc
msi: Remove a break after return (Smatch).
tree
|
commitdiff
2011-10-11
Michael Stefaniuc
msi: Move a TRACE before the continue (Smatch).
tree
|
commitdiff
2011-10-06
Andrew Talbot
msi: Mark fall-throughs in switch statements.
tree
|
commitdiff
2011-10-06
Andrew Talbot
msi: Add a break to a switch statement.
tree
|
commitdiff
2011-09-27
Hans Leidekker
msi/tests: Properly preserve pending file renames.
tree
|
commitdiff
2011-09-27
Francois Gouget
msi/tests: Avoid #if 0 to make sure code still compiles.
tree
|
commitdiff
2011-09-23
Michael Stefaniuc
msi: Remove casts to the type of the casted variable.
tree
|
commitdiff
2011-09-23
Hans Leidekker
msi: Only use Windows platform-specific encoded strings...
tree
|
commitdiff
2011-09-23
Hans Leidekker
msi: Improve font version parsing.
tree
|
commitdiff
2011-09-23
Hans Leidekker
msi: MSI_SetFeatureStateW doesn't need to be WINAPI.
tree
|
commitdiff
2011-09-23
Hans Leidekker
msi: Remove an unused parameter from msi_create_table.
tree
|
commitdiff
2011-09-21
Hans Leidekker
msi: Support reading version information from OpenType...
tree
|
commitdiff
2011-09-20
Hans Leidekker
msi: Support TrueType font files in MsiGetFileVersion.
tree
|
commitdiff
2011-09-20
Francois Gouget
msi: Don't use debugstr_a() on an output parameter.
tree
|
commitdiff
2011-09-19
Francois Gouget
msi: Fix printing NULL strings.
tree
|
commitdiff
2011-09-15
Hans Leidekker
msi: Improve parsing of the package platform.
tree
|
commitdiff
2011-09-14
Hans Leidekker
msi: Ignore files if their path cannot be resolved...
tree
|
commitdiff
2011-09-14
Hans Leidekker
msi: Free the message string in ACTION_ResolveSource.
tree
|
commitdiff
2011-09-12
Bernhard Loos
msi: Speed up WHERE statement evaluation by evaluating...
tree
|
commitdiff
2011-09-12
Bernhard Loos
msi: The underlying tables might have changed, so it...
tree
|
commitdiff
2011-09-09
Hans Leidekker
msi: Ignore unknown components in the FeatureComponents...
tree
|
commitdiff
2011-09-09
Hans Leidekker
msi: Remove some dead assignments (clang).
tree
|
commitdiff
2011-09-09
Hans Leidekker
msi: Return the right error from ResolveSource when...
tree
|
commitdiff
2011-09-09
Hans Leidekker
msi: SelfUnregModules' counterpart is SelfRegModules.
tree
|
commitdiff
2011-09-09
Hans Leidekker
msi: Move the preview code to dialog.c.
tree
|
commitdiff
2011-09-09
Hans Leidekker
msi/tests: Fix some test messages.
tree
|
commitdiff
2011-09-09
Hans Leidekker
msi/test: Mark some test results as broken.
tree
|
commitdiff
2011-09-09
Hans Leidekker
msi: Respect the indirect attribute in the SelectionPat...
tree
|
commitdiff
2011-09-08
Marcus Meissner
Revert "msi: Check for return value of GetUserName...
tree
|
commitdiff
2011-09-07
Marcus Meissner
msi: Check for return value of GetUserName (Coverity).
tree
|
commitdiff
2011-09-05
Hans Leidekker
msi: Initialize a variable.
tree
|
commitdiff
2011-09-05
Hans Leidekker
msi: Use a higher value for the initial transform disk id.
tree
|
commitdiff
2011-09-05
Hans Leidekker
msi/tests: Fix a number of test messages.
tree
|
commitdiff
2011-09-05
Hans Leidekker
msi: Avoid a leak when a query is executed more than...
tree
|
commitdiff
2011-09-02
Francois Gouget
msi: Make find_table() static.
tree
|
commitdiff
2011-09-02
Michael Stefaniuc
msi: COM cleanup for the IEnumVARIANT iface.
tree
|
commitdiff
2011-08-31
Jacek Caban
msi: Ude default calling convention for internal functions.
tree
|
commitdiff
2011-08-31
Jacek Caban
msi: Use struct instead of interface in object declarat...
tree
|
commitdiff
2011-08-31
Marcus Meissner
msi: Check return value of msi_string2idW (Coverity).
tree
|
commitdiff
2011-08-29
Alexandre Julliard
msi: Avoid dynamic stack allocation.
tree
|
commitdiff
2011-08-26
Bernhard Loos
msi: Implement proper sorting in WHEREVIEW.
tree
|
commitdiff
2011-08-26
Bernhard Loos
msi: Protected primary keys against modification.
tree
|
commitdiff
2011-08-26
Bernhard Loos
msi: Make WHEREVIEW able to deal directly with multiple...
tree
|
commitdiff
2011-08-25
Bernhard Loos
msi: Use an array instead of a hashtable for WHEREVIEW.
tree
|
commitdiff
2011-08-24
Hans Leidekker
msi: Resolve the target folder if necessary when buildi...
tree
|
commitdiff
2011-08-24
Hans Leidekker
msi/tests: Skip a test if the process is limited.
tree
|
commitdiff
2011-08-24
Hans Leidekker
msi/tests: Accept one more estimated size.
tree
|
commitdiff
2011-08-23
Hans Leidekker
msi/tests: Clean up local packages.
tree
|
commitdiff
2011-08-23
Hans Leidekker
msi: Remove icons when the product is uninstalled.
tree
|
commitdiff
2011-08-23
Hans Leidekker
msi: Initialize the installation context from the regis...
tree
|
commitdiff
2011-08-23
Hans Leidekker
msi: Remove local patch packages when the product is...
tree
|
commitdiff
2011-08-23
Hans Leidekker
msi: Don't create a temporary copy of the package.
tree
|
commitdiff
2011-08-23
Hans Leidekker
msi: Print a warning instead of a fixme if we fail...
tree
|
commitdiff
2011-08-23
Hans Leidekker
msi/tests: Use a package code that is different from...
tree
|
commitdiff
2011-08-04
Frédéric Delanoy
tests: Assorted spelling fixes.
tree
|
commitdiff
2011-08-04
Hans Leidekker
msi: Make sure the source directory has a trailing...
tree
|
commitdiff
2011-08-03
Frédéric Delanoy
dlls: Assorted spelling fixes.
tree
|
commitdiff
2011-08-02
Alexandre Julliard
winecrt0: Remove the clsid parameter in __wine_(un...
tree
|
commitdiff
2011-08-02
Hans Leidekker
msi: Avoid a crash in ControlEvent_SetTargetPath.
tree
|
commitdiff
2011-08-02
Alexandre Julliard
makefiles: Generate resource files for typelibs.
tree
|
commitdiff
2011-07-28
Bernhard Loos
msi: MsiDatabaseCommit also succeeds for a a readonly...
tree
|
commitdiff
2011-07-27
Hans Leidekker
msi: Always check the return value of MSI_IterateRecords.
tree
|
commitdiff
2011-07-27
Hans Leidekker
msi: Clean up the database queries.
tree
|
commitdiff
2011-07-27
Hans Leidekker
msi: Make the column and table name parameters of get_c...
tree
|
commitdiff
2011-07-27
Hans Leidekker
msi: Store table and column names in the string table.
tree
|
commitdiff
2011-07-25
Hans Leidekker
msi: Allow read sharing if the package is openend in...
tree
|
commitdiff
2011-07-25
Hans Leidekker
msi: Don't duplicate column string data.
tree
|
commitdiff
2011-07-24
Hans Leidekker
msi: Fix the SelectionPath event handler.
tree
|
commitdiff
2011-07-07
Francois Gouget
msi: Make msi_parse_patch_summary() and msi_apply_patch...
tree
|
commitdiff
2011-07-07
Hans Leidekker
msi: Check the return value of MSI_IterateRecords ...
tree
|
commitdiff
2011-07-07
Hans Leidekker
msi: Get rid of the msistring typedef.
tree
|
commitdiff
2011-07-07
Hans Leidekker
msi: Avoid dereferencing a NULL pointer (clang).
tree
|
commitdiff
2011-07-07
Hans Leidekker
msi: Check the transform language against the package...
tree
|
commitdiff
2011-07-07
Hans Leidekker
msi: Add a stub implementation of MsiDeterminePatchSequ...
tree
|
commitdiff
2011-07-07
Hans Leidekker
msi: Remove some dead assignments (clang).
tree
|
commitdiff
2011-07-07
Hans Leidekker
msi: Avoid using an uninitialized value (clang).
tree
|
commitdiff
2011-07-07
Hans Leidekker
msi: Use the return value of MSI_IterateRecords (clang).
tree
|
commitdiff
2011-07-06
Frédéric Delanoy
msi: Remove dead assignment (Clang).
tree
|
commitdiff
2011-07-01
Hans Leidekker
msi: Get rid of the remaining tabs.
tree
|
commitdiff
2011-07-01
Hans Leidekker
msi: Delay creating local installer and patch packages...
tree
|
commitdiff
2011-07-01
Hans Leidekker
msi: Remove directories after removing all files.
tree
|
commitdiff
2011-07-01
Hans Leidekker
msi/tests: Clean up the local package in test_register_...
tree
|
commitdiff
next