In GetDiskFreeSpace:
[wine] / dlls / msi / msipriv.h
2005-09-30  Mike McCormackRename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-28  Mike McCormackDon't create MSI handles unless we have to pass one...
2005-09-21  Mike McCormackImplement MsiSequenceA/W.
2005-09-21  Mike McCormackDon't refcount tables.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-17  Mike McCormackFix memory leaks in the table code.
2005-09-16  Mike McCormackMake load_string_table return the string table.
2005-09-15  Mike McCormackUse the new msi_reg_set* macros where possible.
2005-09-14  Mike McCormackRemove some unused values in the object header.
2005-09-14  Mike McCormackConvert the list of tables to a standard list.
2005-09-13  Alexandre JulliardGet rid of a couple of non-portable long long constants.
2005-09-08  Mike McCormackConvert RunningActions array into a list.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-25  Mike McCormack- build a standard Wine list of classes instead of...
2005-08-24  Mike McCormackImplement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
2005-08-24  Mike McCormack- build a standard Wine list of appids instead of using...
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Yuri KozlovRemove duplicate declaration of MSI_SetPropertyW.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...
2005-06-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-23  Mike McCormackMake the MSI icon control work.
2005-06-17  Aric StewartAllow control events to return codes to halt the proces...
2005-06-07  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-07  Aric StewartAdd functions to add the User UpgradeCodes.
2005-06-06  Mike McCormackUse standard lists in the event subscription code.
2005-06-02  Mike McCormackCreate a helper function to fetch a single record from...
2005-06-01  Mike McCormack- avoid unicode.h
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-05-26  Aric StewartA big rewrite of the whole RegisterClass, RegisterProgId,
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-05-23  Mike McCormack- remove the unused utf8 field of an expression
2005-05-13  Aric Stewart- ExecuteAction runs the whole Execute table and not...
2005-04-27  Mike McCormackMake sure that dialogs are only created and destroyed...
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-04-11  Mike McCormackLoad and display bitmaps in the dialogs.
2005-03-18  Mike McCormackImplement summary information loading and saving.
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-03-10  Juan LangImplement MsiEnumRelatedProducts.
2005-02-24  Aric StewartAdd the ExecuteAction handler.
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2005-02-08  Mike McCormack- fix the dialog font
2005-02-02  Mike McCormackAdd more dialog controls, do something when they're...
2005-01-28  Mike McCormackImplement MsiPreviewDialog.
2005-01-27  Aric StewartEnable the updating of Feature and thus the resulting...
2005-01-26  Aric StewartAdded a few more stub implementations.
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-25  Aric StewartMove the guid squishing functions out of msi.c and...
2005-01-24  Alexandre JulliardAvoid unnecessary run-time initializations.
2005-01-21  Mike McCormackMove OpenQuery into msiquery.c and make it non-static.
2005-01-21  Mike McCormackAdded stub implementations for MsiPreviewDialog and
2005-01-20  Mike McCormackFix refcounting, use Interlocked functions.
2005-01-19  Aric StewartQuite a few fixes:
2005-01-03  Aric StewartFree allocated buffers.
2004-12-27  Mike McCormackImplement thread safety for records.
2004-12-22  Mike McCormackRemove a lot of fixed length buffers.
2004-11-28  Mike McCormack- Don't limit the size of the property that can be...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-07-19  Hans LeidekkerSet VersionMsi property.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2004-07-09  Aric StewartImplement logging.
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-07-04  Aric StewartFix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget...
2004-07-04  Aric StewartUse the newly implemented UPDATE code to set properties.
2004-07-04  Aric StewartImplement SetTargetPath, start the basics for tracking...
2004-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-30  Mike McCormackFix the UPDATE query.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-29  Mike McCormackDump database table names on startup.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-06-28  Aric StewartStart implementing actions.
2004-06-26  Mike McCormackPull the codepage from the string table.
2004-06-26  Mike McCormackImplement queries by string value.
2004-03-30  Raphael JunqueiraImplement DllGetClassObject, DllRegisterServer, DllUnre...
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-18  Mike McCormackWhen loading table data, split it up into rows.
2004-03-17  Mike McCormackMove the string table out into a separate file, improve...
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2003-09-27  Mike McCormackRemove references to HEAP_strdupAtoW.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...