msi: Reimplement MsiGetUserInfo.
[wine] / dlls / msi / record.c
2008-03-01  James Hawkinsmsi: Make local functions static.
2008-02-11  James Hawkinsmsi: Successfully return an empty string when requestin...
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-04-23  James Hawkinsmsi: Abstract MSI_RecordSetStream.
2006-11-21  Mike McCormackmsi: Test MsiRecordGetString on an integer record field...
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-07  Mike McCormackmsi: Create a function to copy record fields, use it...
2006-08-28  Mike McCormackmsi: Fix MsiRecordGetString for a null buffer and non...
2006-07-26  Mike McCormackmsi: Fix an off by one error in MsiRecordGetString.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Mike McCormackmsi: Avoid accessing a null pointer.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-06-23  Mike McCormackMake the MSI icon control work.
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Mike McCormackTest and fix the size of stream fields in a record.
2005-05-07  Aric StewartAdd a missing msiobj_release that was resulting in...
2005-04-11  Mike McCormackLoad and display bitmaps in the dialogs.
2005-03-25  Mike McCormackUse strdup, implement MsiDatabaseImportA.
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-01-31  Aric StewartSetting a record to an empty string is the same as...
2005-01-26  Mike McCormackFix MsiRecordSetString for NULL strings and update...
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-09  Mike McCormackImplement MsiRecordSetStreamA/W and add tests for recor...
2005-01-06  Mike McCormackFix records according to test cases.
2004-12-27  Mike McCormackImplement thread safety for records.
2004-12-06  Ulrich CzekallaSet the out buffer count to zero on read error.
2004-08-24  Aric StewartGetting the string for a null field should not create...
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Aric StewartAdd a stub for MsiModifyView, fix a couple of bugs.
2004-06-30  Mike McCormackFix retrieval of nul records as strings.
2004-06-30  Mike McCormackSet the storage file's GUID so native MSI recognizes it.
2004-06-30  Mike McCormackFix buffer overflow.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-29  Mike McCormackFix refcounting of streams.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
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 ...