projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
ntdll: Win64 fix for get_pointer_obfuscator.
[wine]
/
dlls
/
msi
/
2008-02-19
Gerald Pfeifer
msi: Remove unused parameter to msi_comp_find_prodcode().
tree
|
commitdiff
2008-02-19
Gerald Pfeifer
msi: Adjust the signedness of three variables.
tree
|
commitdiff
2008-02-19
James Hawkins
msi: Remove invalid FIXMEs.
tree
|
commitdiff
2008-02-19
James Hawkins
msi: Return ERROR_INVALID_PARAMETER if the context...
tree
|
commitdiff
2008-02-19
James Hawkins
msi: Validate the dwOptions parameter of MsiSourceListS...
tree
|
commitdiff
2008-02-19
James Hawkins
msi: Simplify the MEDIAPACKAGEPATH and DISKPROMPT cases.
tree
|
commitdiff
2008-02-19
James Hawkins
msi: Return the results from OpenSourceKey.
tree
|
commitdiff
2008-02-19
James Hawkins
msi: Return ERROR_UNKNOWN_PATCH if dwOptions contains...
tree
|
commitdiff
2008-02-19
James Hawkins
msi: Validate the szProduct parameter of MsiSourceListS...
tree
|
commitdiff
2008-02-19
James Hawkins
msi: Add tests for MsiSourceListSetInfo.
tree
|
commitdiff
2008-02-19
Francois Gouget
msi: Use 'HKCU\Software\Microsoft\MS Setup (ACME)'...
tree
|
commitdiff
2008-02-19
Rob Shearman
msi: Remove some unused functions.
tree
|
commitdiff
2008-02-18
James Hawkins
msi: Add tests for MsiSourceListEnumSources.
tree
|
commitdiff
2008-02-18
James Hawkins
msi: Add tests for enumerating the source list after...
tree
|
commitdiff
2008-02-18
James Hawkins
msi: Implement the MSIMODIFY_REFRESH command of MsiView...
tree
|
commitdiff
2008-02-18
James Hawkins
msi: Add tests for the MSIMODIFY_REFRESH command.
tree
|
commitdiff
2008-02-18
James Hawkins
msi: Convert REG_DWORD properties to strings in MsiGetP...
tree
|
commitdiff
2008-02-18
James Hawkins
msi: Set the UserLanguageID property.
tree
|
commitdiff
2008-02-18
Rob Shearman
msi: Fix the character count passed into RegSetValueExA...
tree
|
commitdiff
2008-02-16
Marcus Meissner
msi: Fixed error reporting of add_streams_to_table.
tree
|
commitdiff
2008-02-15
Paul Vriens
msi/tests: Services are not available on win9x.
tree
|
commitdiff
2008-02-15
Rob Shearman
msi: Add stub implementation of MsiIsProductElevatedA/W.
tree
|
commitdiff
2008-02-13
James Hawkins
msi: Add tests for source folder resolution.
tree
|
commitdiff
2008-02-12
James Hawkins
msi: Handle carriage returns in MsiDatabaseImport.
tree
|
commitdiff
2008-02-12
James Hawkins
msi: Use MsiViewModify instead of building a SQL query...
tree
|
commitdiff
2008-02-12
James Hawkins
msi: Read the language info from the file.
tree
|
commitdiff
2008-02-12
James Hawkins
msi: Reimplement MsiGetProductInfo.
tree
|
commitdiff
2008-02-11
James Hawkins
msi: Test the remaining installer properties returned...
tree
|
commitdiff
2008-02-11
James Hawkins
msi: Return ERROR_INVALID_PARAMETER if szProduct is...
tree
|
commitdiff
2008-02-11
James Hawkins
msi: Add tests for MsiGetProductInfo.
tree
|
commitdiff
2008-02-11
James Hawkins
msi: Successfully return an empty string when requestin...
tree
|
commitdiff
2008-02-11
James Hawkins
msi: Don't check for the existence of the msi package...
tree
|
commitdiff
2008-02-11
James Hawkins
msi: Handle the special table _ForceCodepage in MsiData...
tree
|
commitdiff
2008-02-11
James Hawkins
msi: Add tests for not using quotes in SQL queries.
tree
|
commitdiff
2008-02-11
Alexandre Julliard
msi/tests: Fix test that depends on the order of the...
tree
|
commitdiff
2008-02-07
James Hawkins
msi: Test using carriage returns in SQL queries and...
tree
|
commitdiff
2008-02-06
Michael Stefaniuc
msi: Fix "type of 'x' defaults to 'int'" warnings.
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Fix handling of the NULL separator when writing...
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Reimplement MsiFormatRecord.
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Add more tests for MsiFormatRecord.
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Return ERROR_MORE_DATA if the size is too small.
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Return the string length even if the string is...
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Leave room for the NULL terminator.
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Return ERROR_FILE_INVALID if the file has no versi...
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Return ERROR_INVALID_PARAMETER if a string pointer...
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_F...
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Only convert output strings if the call succeeded.
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Add tests for MsiGetFileVersion.
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Implement the MSIMODIFY_ASSIGN action of MsiViewMo...
tree
|
commitdiff
2008-02-05
James Hawkins
msi: Add tests for using single quotes in an INSERT...
tree
|
commitdiff
2008-01-24
Paul Vriens
msi/tests: Only use functions if they are implemented.
tree
|
commitdiff
2008-01-24
Paul Vriens
msi/tests: Only use functions if they are implemented.
tree
|
commitdiff
2008-01-21
James Hawkins
msi: Add more MsiFormatRecord tests.
tree
|
commitdiff
2008-01-21
Marcus Meissner
msi: Replaced msi_free() by LocalAlloc() since ConvertS...
tree
|
commitdiff
2008-01-21
Christoph von Wittich
msi: Fix process token leak.
tree
|
commitdiff
2008-01-16
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2008-01-16
James Hawkins
msi: dest_path refers to the directory prefix, not...
tree
|
commitdiff
2008-01-11
Francois Gouget
msi/tests: Tweaked so it does not look like things...
tree
|
commitdiff
2008-01-10
Gerald Pfeifer
msi: Complete initializers.
tree
|
commitdiff
2008-01-09
James Hawkins
msi: Actually delete the row data instead of blanking...
tree
|
commitdiff
2008-01-09
James Hawkins
msi: Test committing a table with a removed row.
tree
|
commitdiff
2008-01-09
James Hawkins
msi: Handle markers in the WHERE section of an UPDATE...
tree
|
commitdiff
2008-01-07
Rico Schüller
msi: Fix memory leaks (found by Smatch).
tree
|
commitdiff
2008-01-07
James Hawkins
msi: Create parent directories when duplicating files...
tree
|
commitdiff
2008-01-07
James Hawkins
msi: Pad the month and day to two digits.
tree
|
commitdiff
2008-01-07
James Hawkins
msi: Remove an erroneous table.
tree
|
commitdiff
2008-01-07
James Hawkins
msi: Copy the temporary package when storing the installer.
tree
|
commitdiff
2008-01-07
James Hawkins
msi: Check the local package for existence when resolvi...
tree
|
commitdiff
2008-01-07
James Hawkins
msi: Directly download mi->source now that SourceDir...
tree
|
commitdiff
2008-01-07
James Hawkins
msi: OriginalDatabase can be a URL so check for a forwa...
tree
|
commitdiff
2008-01-07
James Hawkins
msi: SourceDir is formed from the path of OriginalDatabase.
tree
|
commitdiff
2008-01-07
James Hawkins
msi: OriginalDatabase is the fully-expanded path to...
tree
|
commitdiff
2008-01-07
James Hawkins
msi: Factor out msi_set_sourcedir_props.
tree
|
commitdiff
2008-01-07
James Hawkins
msi: If the package is a URL, the OriginalDatabase...
tree
|
commitdiff
2008-01-07
James Hawkins
msi: WriteEnvironmentStrings should also write to REG_E...
tree
|
commitdiff
2008-01-07
James Hawkins
msi: Only read an internal package if the file to insta...
tree
|
commitdiff
2008-01-04
Gerald Pfeifer
msi: Adjust the types of loop variables.
tree
|
commitdiff
2008-01-03
Gerald Pfeifer
msi: Remove an extraneous safety check and simplify...
tree
|
commitdiff
2008-01-02
Gerald Pfeifer
msi: Remove an extraneous safety check and simplify...
tree
|
commitdiff
2008-01-02
Austin English
msi: Fix several typos.
tree
|
commitdiff
2008-01-02
Lionel Debroux
msi: Correctly handle return value of msi_realloc.
tree
|
commitdiff
2008-01-02
Gerald Pfeifer
msi: Simplify condition in TABLE_fetch_stream().
tree
|
commitdiff
2007-12-31
Michael Stefaniuc
janitorial: Remove superfluous backslashes at end of...
tree
|
commitdiff
2007-12-31
Gerald Pfeifer
msi: Add missing initializer for delete_ops.
tree
|
commitdiff
2007-12-27
Gerald Pfeifer
msi: Fix error handling in encode_streamname().
tree
|
commitdiff
2007-12-26
Rob Shearman
msi: Fix several memory leaks after using IEnumSTATSTG_...
tree
|
commitdiff
2007-12-24
Andrew Talbot
msi: Remove unneeded cast.
tree
|
commitdiff
2007-12-23
James Hawkins
msi: Allow whitespace after the property name when...
tree
|
commitdiff
2007-12-23
James Hawkins
msi: Allow the not-equal operator in WHERE query string...
tree
|
commitdiff
2007-12-23
James Hawkins
msi: Fix deleting temporary rows, with tests.
tree
|
commitdiff
2007-12-20
James Hawkins
msi: The BS_GROUPBOX style should only be used if the...
tree
|
commitdiff
2007-12-20
James Hawkins
msi: Initialize a default COM apartment for custom...
tree
|
commitdiff
2007-12-20
James Hawkins
msi: Allow NULL parameters to be passed to the local...
tree
|
commitdiff
2007-12-19
James Hawkins
msi: Free the ordering information.
tree
|
commitdiff
2007-12-18
Francois Gouget
msi: Add a trailing '\n' to Wine traces.
tree
|
commitdiff
2007-12-18
James Hawkins
msi: Sort each table of the join separately.
tree
|
commitdiff
2007-12-18
James Hawkins
msi: Test sorting a table using a column that is not...
tree
|
commitdiff
2007-12-17
James Hawkins
msi: Set the text color after calling the window proc.
tree
|
commitdiff
2007-12-17
James Hawkins
msi: The line control has a height of exactly 2 device...
tree
|
commitdiff
2007-12-17
James Hawkins
msi: Return ERROR_INVALID_PARAMETER if the product...
tree
|
commitdiff
next