netstat: Initial implementation.
[wine] / dlls / ole32 /
2012-12-19  Andrew Talbotole32: Indentation fix.
2012-12-13  Jacek Cabanole32: Added IMoniker::BindToStorage proxy/stub impleme...
2012-12-12  Alexandre Julliardole32: Limit the number of messages processed at once...
2012-12-06  Qian Hongole32: Fix OleDraw() with NULL pUnk.
2012-11-27  Frédéric Delanoyole32: Fix some leaks (coverity).
2012-11-27  Frédéric Delanoyole32: Add helper for string table memory freeing.
2012-11-26  Hans Leidekkerole32: Convert the remaining RegCreateKey and RegOpenKe...
2012-11-26  Hans Leidekkerole32: Use wrappers around NT functions to access the...
2012-11-26  Nikolay Sivovole32: Fix OleDraw() regarding passed rectangle handling.
2012-11-22  Hans Leidekkerole32/tests: Add a test to show that CoGetPSClsid is...
2012-11-12  Frédéric Delanoyole32: Avoid erroneously freeing a variable in ReadFmtU...
2012-11-09  Frédéric Delanoyole32: Fix some leaks (coverity).
2012-11-05  Tatyana Fokinaole32: Removed unused parametrs keyname and valuename...
2012-10-31  Michael Stefaniucole32/tests: Fix a memleak on an error path (Smatch).
2012-10-29  André Hentschelole32: Don't leak memory allocated by ProgIDFromCLSID...
2012-10-29  André Hentschelole32: Don't leak memory allocated by FileMonikerImpl_D...
2012-10-29  André Hentschelole32: Don't leak memory allocated by enumx_allocate...
2012-10-16  Nikolay Sivovole32: Cleanup IClientSecurity interface of a proxy...
2012-10-16  Nikolay Sivovole32: Cleanup IMarshal interface of proxy manager.
2012-10-15  Nikolay Sivovole32: Cleanup IMultiQI interface of proxy manager.
2012-10-15  Nikolay Sivovole32: Store destination context and context data in...
2012-10-15  Nikolay Sivovole32: Store destination context data in channel buffer.
2012-10-15  Nikolay Sivovole32: Cleanup IRpcChannelBuffer.
2012-10-15  Nikolay Sivovole32: Fix debug output for user marshal flags.
2012-10-12  Alexandre Julliardole32/tests: Fix a test failure on newer Windows versions.
2012-10-10  Roman Dadkovole32: Fix dwClsContext parameter of a CoCreateInstance...
2012-10-08  Vincent Povirkole32: Add tests for StgConvertVariantToProperty.
2012-10-08  Vincent Povirkole32: Stub StgConvertVariantToProperty.
2012-09-27  André Hentschelole32/tests: Use IUnknown_Release instead of deprecated...
2012-09-20  Alistair Leslie... ole32: Add CoGetDefaultContext stub.
2012-08-28  Vincent Povirkole32: Fix typo.
2012-08-28  Vincent Povirkole32: Add support for reading BSTR properties.
2012-08-28  Vincent Povirkole32: Implement StgConvertPropertyToVariant.
2012-08-28  Vincent Povirkole32: Add tests for StgConvertPropertyToVariant.
2012-08-13  Jacek Cabanole32: Added ISynchronizeHandle tests.
2012-08-13  Jacek Cabanole32: Added ISynchronizeHandle implementation.
2012-08-13  Jacek Cabanole32/tests: Use proper helpers for iface calls.
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2012-08-13  Michael Stefaniucole32: Remove superfluous NULL pointer check before...
2012-08-13  Michael Stefaniucole32: Avoid TRUE:FALSE conditional expressions.
2012-07-19  Jacek Cabanole32: Use proper allocators for storing help file...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing description...
2012-07-19  Jacek Cabanole32: Use proper allocators for storing source in...
2012-07-19  Nikolay Sivovole32: Use a single implementation for 1Ole stream...
2012-07-18  Jacek Cabanole32: Forward BSTR functions to oleaut32.
2012-07-18  Nikolay Sivovole32: Give names to 1Ole stream header fields.
2012-07-18  Nikolay Sivovole32: Remove unsupported interface REFIID from storage...
2012-07-18  Nikolay Sivovole32: Fix QueryInterface for file-based ILockBytes.
2012-07-17  Nikolay Sivovole32: Fix QueryInterface for IErrorInfo to return...
2012-07-17  Nikolay Sivovole32: COM cleanup for IErrorInfo.
2012-07-17  Nikolay Sivovole32: COM cleanup of HGLOBAL ILockBytes implementation.
2012-07-17  Nikolay Sivovole32: Make ole stream creation helper capable of handl...
2012-07-17  Nikolay Sivovole32: Use interface macros to call methods.
2012-07-16  Nikolay Sivovole32: Implement SetConvertStg().
2012-07-16  Nikolay Sivovole32: No need to test for null implementation pointer...
2012-07-16  Nikolay Sivovole32: COM cleanup of IPropertySetStorage interface.
2012-07-13  Nikolay Sivovole32: COM cleanup for IStorage interface of base stora...
2012-07-13  Nikolay Sivovole32: Simplify storage root entry name initialization.
2012-07-13  Nikolay Sivovole32: Implement GetConvertStg().
2012-07-13  Nikolay Sivovole32: COM cleanup of storage IStream implementation.
2012-06-12  Dmitry Timoshkovole32: Add VT_I1 to the list of supported variant types.
2012-05-23  Dmitry Timoshkovole32: Forward OleCreateLinkFromData and OleCreateStati...
2012-05-23  Dmitry Timoshkovole32: Query support also for static storage formats.
2012-05-14  Alexandre Julliardole32: Add a NULL pointer check in CoDisconnectObject.
2012-04-16  Bruno Jesusole32: Make sure StgIsStorageILockBytes tests real...
2012-03-16  Alistair Leslie... ole32/tests: Assign a default value (clang).
2012-02-21  Huw Daviesole32: Trace the drop effect in hex.
2012-02-07  Huw Daviesole32: Don't hold a ref to the drop target in the wrapp...
2012-01-11  André Hentschelole32: No need for WINE_ prefixed debug output macro.
2011-12-20  Francois Gougetinclude: Add a few missing include directives to shlguid.h.
2011-12-16  Francois Gougetole32: Avoid hardcoding the Unicode string literal...
2011-12-15  Francois Gougetinclude: Add a couple of missing include directives...
2011-12-13  Nikolay Sivovole32: Simplify stream creation, remove redundant comments.
2011-12-13  Nikolay Sivovole32: COM cleanup of IStream based on HGLOBAL.
2011-12-05  Marcus Meissnerole32: Output more information in OleCreateStaticFromData.
2011-12-05  Marcus Meissnerole32: Handle VT_BLOB in PropertyStorage_ReadProperty.
2011-11-29  Alexandre Julliardole32: Process all pending messages in CoWaitForMultipl...
2011-11-18  Frédéric Delanoyole32: Avoid hardcoding array lengths.
2011-11-17  Francois Gougetole32: Delete the compobj and rpc static critical secti...
2011-11-15  André Hentschelole32: Implement writing VT_CLSID properties.
2011-10-31  Andrew Talbotole32: Remove unneeded address-of operators from array...
2011-10-31  Michael Stefaniucole32: Drop 'inline' from a function using sigsetjmp.
2011-10-08  André Hentschelole32: Return if out of memory (Coverity).
2011-10-03  Marcus Meissnerole32: Mark two functions as hidden.
2011-09-21  Francois Gougetole32/tests: Skip some tests if not allowed to modify...
2011-09-19  Francois Gougetole32/tests: Fix compilation on systems that don't...
2011-09-13  Vincent Povirkole32: Discard existing data when creating a new storag...
2011-09-13  Vincent Povirkole32/tests: Test creation of a storage on an ILockByte...
2011-08-31  Octavian Voicuole32: Fix a few incorrect pointer/integer casts on...
2011-08-30  Michael Stefaniucole32: COM cleanup in compositemoniker.c.
2011-08-30  Michael Stefaniucole32: COM cleanup in filemoniker.c.
2011-08-25  Michael Stefaniucole32: Cleanup ItemMonikerImpl_QueryInterface().
2011-08-25  Michael Stefaniucole32: COM cleanup in itemmoniker.c.
2011-08-23  Michael Stefaniucole32: COM cleanup in classmoniker.c.
2011-08-23  Michael Stefaniucole32: COM cleanup in antimoniker.c.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-03  Michael Stefaniucole32/tests: COM cleanup in compobj.c.
2011-08-01  Alexandre Julliardole32: Fix a couple of race conditions with the local...
2011-08-01  Alexandre Julliardole32: Specify the PSFactoryBuffer class in the idl...
next