ole: Fix mis-handling of return value in StgStreamImpl_Read.
[wine] / dlls / ole32 / oleproxy.c
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-19  Robert ShearmanMarshal return value from IRemUnknown_RemQueryInterface.
2005-07-19  Robert Shearman- We should be starting with 1 reference.
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-05  Mike HearnAdd some tracing to the IRemUnknown RpcProxyBuffer...
2005-05-19  Robert Shearman- Add a generic moniker marshaler that works by saving...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-02-15  Robert Shearman- Use I_RpcGetBuffer, instead of our own buffer routine...
2005-01-26  Robert Shearman- Make proxy manager use IMultiQI instead of IInternalU...
2005-01-26  Robert Shearman- Use InterlockedIncrement for the ipid counter instead...
2005-01-25  Robert ShearmanProxies/stubs for IRemUnknown methods, based on code...
2005-01-19  Robert Shearman- Initialize ppv pointer in ClientIdentity_QueryInterfa...
2005-01-05  Robert ShearmanThe channel buffer can be NULL if the proxy is disconne...
2005-01-04  Robert ShearmanMake the ClassFactory proxy support aggregation.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-07-30  Jeroen JanssenUpdated some MSDN links in the code.
2004-07-22  Robert Shearman- Remove unneeded STUBMGR_Start call.
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-17  Mike HearnImplement a class factory for the Global Interface...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-19  Alexandre JulliardFixed a few problems caused by the new objidl.idl.
2002-06-04  Marcus MeissnerAdded marshalling of IUnknown.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.