netstat: Initial implementation.
[wine] / dlls / msi / source.c
2012-11-07  Frédéric Delanoymsi: Fix some leaks (coverity).
2011-01-27  Hans Leidekkermsi: Return the correct disk prompt size from MsiSource...
2011-01-27  Hans Leidekkermsi: Check a return value (clang).
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-07-21  Hans Leidekkermsi: Remove a fixme that no longer applies.
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-03-24  Hans Leidekkermsi: Add stub implementations of MsiSourceListClearAllE...
2009-03-23  James Hawkinsmsi: Allow the enumeration of other users' patches.
2009-01-27  Hans Leidekkermsi: Add stub implementations of MsiSourceListClearSour...
2008-11-04  James Hawkinsmsi: Factor out the code to open a product key.
2008-10-21  Andrew Talbotmsi: Sign-compare warnings fix.
2008-08-29  James Hawkinsmsi: Handle converting a value of REG_DWORD in MsiSourc...
2008-06-04  Dan Kegelmsi: MsiSourceListEnumMediaDisksW: free original string...
2008-04-22  Alexandre Julliardmsi: Avoid creating zero-length string values in the...
2008-04-22  Andrew Talbotmsi: Remove unused variables.
2008-03-20  James Hawkinsmsi: Fix the type of the ID parameter of MsiSourceListE...
2008-03-13  James Hawkinsmsi: Test and fix MsiSourceListAddSource.
2008-03-11  James Hawkinsmsi: Optimize MsiSourceListAddSourceEx for adding to...
2008-02-26  James Hawkinsmsi: Allow setting a media disk as the last used source...
2008-02-26  James Hawkinsmsi: Implement MsiSourceListEnumMediaDisks.
2008-02-25  James Hawkinsmsi: Simplify MsiSourceListAddMediaDisk.
2008-02-25  James Hawkinsmsi: Remove invalid fixmes.
2008-02-25  James Hawkinsmsi: Return the result of the call to OpenSourceKey.
2008-02-25  James Hawkinsmsi: Validate the parameters of MsiSourceListAddMediaDisk.
2008-02-25  James Hawkinsmsi: Add tests for MsiSourceListAddMediaDisk.
2008-02-25  James Hawkinsmsi: Fix the INSTALLPROPERTY_LASTUSEDTYPE case.
2008-02-25  James Hawkinsmsi: Fix the INSTALLPROPERTY_LASTUSEDSOURCE case.
2008-02-25  James Hawkinsmsi: Factorize and fix the INSTALLPROPERTY_MEDIAPACKAGE...
2008-02-25  James Hawkinsmsi: Simplify the check for a valid product code.
2008-02-22  James Hawkinsmsi: Fix the size of the data sent in to RegSetValueExW.
2008-02-21  James Hawkinsmsi: Fix the INSTALLPROPERTY_LASTUSEDSOURCE case of...
2008-02-21  James Hawkinsmsi: Allow enumerating the sources without querying...
2008-02-21  James Hawkinsmsi: Implement MsiSourceListEnumSources.
2008-02-20  James Hawkinsmsi: Forward MsiSourceListEnumSourcesA to a stub implem...
2008-02-19  James Hawkinsmsi: Remove invalid FIXMEs.
2008-02-19  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if the context...
2008-02-19  James Hawkinsmsi: Validate the dwOptions parameter of MsiSourceListS...
2008-02-19  James Hawkinsmsi: Simplify the MEDIAPACKAGEPATH and DISKPROMPT cases.
2008-02-19  James Hawkinsmsi: Return the results from OpenSourceKey.
2008-02-19  James Hawkinsmsi: Return ERROR_UNKNOWN_PATCH if dwOptions contains...
2008-02-19  James Hawkinsmsi: Validate the szProduct parameter of MsiSourceListS...
2008-02-19  James Hawkinsmsi: Add tests for MsiSourceListSetInfo.
2008-01-07  Rico Schüllermsi: Fix memory leaks (found by Smatch).
2007-11-26  James Hawkinsmsi: Fix the condition of a FIXME.
2007-11-05  James Hawkinsmsi: Fix the location used to read machine context...
2007-11-05  James Hawkinsmsi: szUserSid must be NULL if context is MSIINSTALLCON...
2007-11-05  James Hawkinsmsi: Handle the MSIINSTALLCONTEXT_USERMANAGED context.
2007-11-05  James Hawkinsmsi: Reimplement MsiSourceListAddSourceEx to handle...
2007-11-05  James Hawkinsmsi: The options must include a source type.
2007-11-05  James Hawkinsmsi: An empty source is an invalid parameter.
2007-11-05  James Hawkinsmsi: Append a slash to network and url sources.
2007-11-05  James Hawkinsmsi: Validate the product code.
2007-11-05  James Hawkinsmsi: Return the error from OpenSourceKey.
2007-11-05  James Hawkinsmsi: Don't create the product source key when adding...
2007-11-05  James Hawkinsmsi: Implement MsiSourceListAddSourceExA.
2007-09-28  Mikolaj Zalewskimsi: Add some already implemented function to the spec...
2007-07-30  James Hawkinsmsi: Add a stub implementation of MsiSourceListEnumSour...
2007-07-03  James Hawkinsmsi: Add support for the MSICODE_PATCH option.
2007-07-03  James Hawkinsmsi: pcchValue represents the length of szValue in...
2007-07-02  James Hawkinsmsi: Return ERROR_SUCCESS if the PackageName property...
2007-07-02  James Hawkinsmsi: Return ERROR_BAD_CONFIGURATION if the SourceList...
2007-07-02  James Hawkinsmsi: Validate MsiSourceListGetInfo parameters.
2007-07-02  James Hawkinsmsi: Implement MsiSourceListGetInfoA.
2006-11-02  Mike McCormackmsi: Fix a memory leak.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-20  Andrew Talbotmsi: Cast-qual warnings fix.
2006-08-16  James Hawkinsmsi: Use the bare minimum number of parameters for...
2006-07-19  James Hawkinsmsi: Add a stub implementation of MsiSourceListClearAll.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Dan Kegelmsi: Fix missing case in MsiSourceListAddSourceEx.
2006-02-22  Robert Shearmanmsi: Init size before passing to RegEnumValue.
2006-02-22  Ulrich Czekallamsi: Implement MsiSourceListAddSource.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-06  Mike McCormackMake some fixme messages less alarmist.
2005-07-13  Alexandre JulliardUse the official names for the Unicode string constants.
2005-07-11  Aric StewartCorrect an error where I was not properly advancing...
2005-07-11  Aric StewartAdd the string constants located in msi.h and make...
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...