atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / record.c
2012-12-13  Michael Stefaniucmsi: Use FIELD_OFFSET for the size of structs with...
2012-11-05  Hans Leidekkermsi: Fix handling of REG_MULTI_SZ values in the WriteRe...
2012-10-29  Hans Leidekkermsi: Preserve strings with embedded nulls in the record...
2012-10-29  Hans Leidekkermsi: Get rid of MSI_RecordSetStringA.
2012-10-29  Hans Leidekkermsi: Store string length in the record structure.
2011-10-06  Andrew Talbotmsi: Add a break to a switch statement.
2011-08-26  Bernhard Loosmsi: Protected primary keys against modification.
2011-07-07  Hans Leidekkermsi: Remove some dead assignments (clang).
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-09-13  Hans Leidekkermsi: Avoid pointer truncation in MSI_ViewFetch and...
2009-12-11  James Hawkinsmsi: Close the original record before copying new data...
2009-05-27  Hib Erismsi: Add support for importing binary OBJECTS.
2009-05-26  Hib Erismsi: Support transforms with binary OBJECTS.
2009-05-26  Hib Erismsi: Add support for binary OBJECTS.
2009-04-20  Nicolas Le Cammsi: Fix buffer length value returned by MSI_RecordGetS...
2009-03-02  James Hawkinsmsi: Handle reading from a NULL stream.
2009-01-12  Andrew Talbotmsi: Declare some functions static.
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2008-12-18  Aric Stewartmsi: Fix some NULL checking in MSI_RecordGetStringA.
2008-10-09  James Hawkinsmsi: Add initial implementation of MsiDatabaseMerge...
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 ...