netstat: Initial implementation.
[wine] / dlls / msi / suminfo.c
2011-06-27  Marcus Meissnermsi: Removed useless NULL check (Coverity).
2011-06-10  Hans Leidekkermsi: Add a stub implementation of MsiCreateTransformSum...
2010-10-06  Hans Leidekkermsi: Validate packages based on supported version,...
2010-09-29  Hans Leidekkermsi: Treat empty string as NULL in MsiGetSummaryInforma...
2010-02-19  Hans Leidekkermsi: Add summary information stream to the streams...
2009-10-23  Hans Leidekkermsi: Fix calculation of required buffer size in MsiSumm...
2009-10-19  Hans Leidekkermsi: Get rid of some redundant initializations.
2009-09-10  Hans Leidekkermsi: Open the database read/write when the update count...
2009-04-14  Hans Leidekkermsi: Support setting summary information by importing...
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-07-11  Andrew Talbotmsi: Remove unneeded address-of operators from array...
2008-04-22  Andrew Talbotmsi: Remove unused variables.
2008-03-07  Andrew Talbotmsi: Assign to structs instead of using memcpy.
2008-02-27  James Hawkinsmsi: Change the property variant if the types don't...
2007-11-12  James Hawkinsmsi: Return a remote interface to the database in a...
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-06-13  Andrew Talbotmsi: Constify some variables.
2007-06-05  Misha Koshelevmsi: suminfo: Return ERROR_UNKNOWN_PROPERTY as native.
2006-10-23  Mike McCormackmsi: Only apply transforms that are valid for a database.
2006-10-23  Mike McCormackmsi: Initialize the summary information from a storage...
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-26  Mike McCormackCreate an internal handle-free api for reading MSI...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-07  Mike McCormackDon't include the terminating nul in the length in
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-09-06  Mike McCormack- fix MsiSummaryInfoGetProperty to return ERROR_MORE_DA...
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-05-30  Mike McCormackAdd and correct some function declarations.
2005-04-20  Mike McCormackFix loading of the summary information.
2005-03-19  Mike McCormack- test cases for summary information
2005-03-18  Mike McCormackImplement summary information loading and saving.
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-02-16  Mike McCormackFix up the summary information code a little.
2005-02-01  Aric StewartAdded some more suminfo stubs.
2005-01-24  Aric StewartAn implementation of MsiSummaryInfoGetPropertyW based...
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
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.
2004-01-07  Alexandre JulliardRemoved incorrect uses of DUMMYUNIONNAME.
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 ...