msvcr80: Add some 64-bit only exports.
[wine] / dlls / ole32 / oleproxy.c
2009-11-24  Rob Shearmanole32: Add inproc handler object creation support for...
2008-12-19  Andrew Talbotole32: Remove unused Wine debug channel.
2008-12-01  Alexandre Julliardole32: Use a dlldata.c file instead of maintaining...
2008-10-18  Alexandre Julliardole32: Convert source files to utf-8.
2008-10-11  Alexandre Julliardcomcat: Moved all the implementation to ole32 where...
2008-09-02  Dan Hipschmanole32: Add a widl-generated proxy file for oleidl.idl.
2008-09-02  Dan Hipschmanole32: Add a widl-generated proxy file for objidl.idl.
2008-09-02  Dan Hipschmanole32: Add widl-generated proxies for unknwn.idl and...
2008-08-18  Rob Shearmanole32: Fix testing of HRESULT types with not operator...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-04  Rob Shearmanole32: Add pointer moniker implementation.
2008-01-09  Rob Shearmanole32: Fix some uses of SEEK_SET when STREAM_SEEK_SET...
2008-01-07  Rob Shearmanole32: Fix a memory leak.
2008-01-07  Rob Shearmanole32: Clear the RPC_MESSAGE structure before using it.
2007-11-12  Rob Shearmanole32: Disconnect the IRemUnknown stub buffer before...
2007-09-25  Michael Stefaniucole32: Free memory on error path (found by Smatch).
2007-05-16  Andrew Talbotole32: Exclude unused headers.
2006-12-24  Rob Shearmanole32: Allow the marshaling/unmarshaling of NULL interf...
2006-10-27  Rob Shearmanole32: Fix some memory leaks in the class factory proxy.
2006-10-27  Rob Shearmanole32: Always call IRpcChannelBuffer_GetBuffer in the...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-08-26  Robert Shearmanole32: Call IRpcChannelBuffer_GetBuffer for the RemRele...
2006-08-26  Robert Shearmanole32: Use IRpcChannelBuffer_GetBuffer in the hand...
2006-06-13  Alexandre Julliardole32: Don't use sizeof in traces to avoid printf forma...
2006-06-09  Alexandre Julliardole32: Use the standard DEFINE_OLEGUID macro to define...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmanole32: Release the proxy buffer object on the last...
2006-05-08  Robert Shearmanole32: Add an implementation of class monikers.
2006-05-08  Robert Shearmanole32: Add a class factory for composite monikers.
2006-05-08  Robert Shearmanole32: Support marshaling of anti monikers.
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.