Update the address of the Free Software Foundation.
[wine] / dlls / ole32 / marshal.c
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 on the size of the whole OBJREF structure...
2006-03-06  Robert Shearmanole: Implement IRpcChannelBuffer::GetDestCtx on the...
2006-03-06  Robert Shearmanole: Store the destination context and the destination...
2006-03-01  Robert Shearmanole: Change NORMALEXTREFS to 5, like it is in native.
2006-03-01  Robert Shearmanole: Fix marshaling of proxies for interfaces that...
2006-01-11  Robert Shearmanole: Initialise hrref so as not to display garbage...
2006-01-10  Robert Shearmanole: Defer apartment window creation until the first...
2005-09-20  Robert Shearman- Fix a trace to refer to the object ID rather than...
2005-09-19  Robert ShearmanFix the return codes during unmarshaling so that it...
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-02  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-08-27  Robert Shearman- Implement IMarshal on proxies so that we don't end...
2005-07-19  Robert Shearman- Always query for the correct stub interface, otherwis...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-09  Robert ShearmanIUnknown isn't a remotable interface so the stub manage...
2005-06-05  Rob ShearmanDon't disconnect proxies flagged with SORFP_NOLIFETIMEM...
2005-05-23  Robert Shearman- Add a useful trace message.
2005-05-19  Robert Shearman- Change remaining blocks of code with 2-space indentat...
2005-05-19  Robert ShearmanWrite custom header up to and including size, not exclu...
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-03-07  Robert ShearmanMake each ifproxy have its own channel buffer to fix...
2005-02-21  Mike HearnAvoid infinite loop when doing a typelib marshalled
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-15  Robert Shearman- Remove cruft left over from previous RPC backend...
2005-02-15  Robert ShearmanMake COM use the RPC runtime as the backend for RPC...
2005-02-08  Robert ShearmanMove object-to-stub-manager mapping rule to register_if...
2005-02-08  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-02-02  Robert Shearman- Pass the original IID to IMarshal_UnmarshalInterface...
2005-02-01  Robert Shearman- Add code for destroying the thread-local storage...
2005-01-28  Robert Shearman- More tests.
2005-01-27  Robert ShearmanGive IUnknown its own ifstub to fix ref-counting and...
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-26  Robert Shearman- Implement IRemUnknown.
2005-01-25  Robert Shearman- Generate machine-local IPIDs.
2005-01-24  Robert Shearman- Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy...
2005-01-20  Robert Shearman- Consolidate more stub creation details into register_...
2005-01-19  Robert Shearman- Initialize ppv pointer in ClientIdentity_QueryInterfa...
2005-01-17  Robert ShearmanInitialize clsid member to the marshaler clsid to fix...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert ShearmanMake proxy shutdown test succeed by releasing the chann...
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-12  Robert ShearmanRemove wine_marshal_data: it is unneeded and there...
2005-01-11  Robert Shearman- Document how thread-safety is ensured for each member...
2005-01-07  Robert ShearmanRename iid in wine_marshal_id to ipid and use IPIDs...
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-04  Robert Shearman- Add tracing for proxy ref count functions.
2005-01-04  Robert ShearmanImplement proxy manager.
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...
2004-12-27  Mike HearnPropagate apartments through the intermediate threads...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-14  Robert Shearman- Add documentation to several functions.
2004-12-14  Robert ShearmanRemove unneeded includes and the unused COMPOBJ_hInstan...
2004-12-14  Robert ShearmanUse OBJREF on the wire for generic marshaling functions.
2004-12-08  Robert Shearman- Make the wine_marshal_id structure more like the...
2004-12-07  Mike HearnRename the STUBMGR thread to more accurately reflect...
2004-12-01  Robert Shearman- Add some function declarations to objbase.h.
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-08-02  Robert Shearman- Add static to non-exported marshal functions.
2004-08-02  Mike HearnDisconnect proxies at COM shutdown to release the corre...
2004-07-30  Robert ShearmanEmit fixme for known local wrong behaviour.
2004-07-29  Mike HearnImplement disconnect for proxies so that stubs are...
2004-07-29  Mike HearnFix ref counting in StdMarshalImpl_MarshalInterface...
2004-07-23  Mike HearnPass -Embedding switch to EXE servers, more tracing.
2004-07-22  Robert Shearman- Remove unneeded STUBMGR_Start call.
2004-07-22  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Rob Shearman...
2004-06-30  Aric StewartReturn an error in CoMarshalInterface if the IUnknown...
2004-06-17  Ivan Leo PuotiRemoved the winedefault.reg message.
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-05-29  Robert ShearmanFixed CoMarshalInterThreadInterfaceInStream and
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-05-02  Marcus MeissnerImplemented CoReleaseMarshalData.
2004-04-30  Marcus MeissnerFixed lvalue casts.
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-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-03-11  Mike HearnImplemented the global interface table object using...
2002-12-19  Alexandre JulliardFixed a few problems caused by the new objidl.idl.
2002-11-04  Marcus MeissnerHandle errors in std marshaller better, do not crash.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Marcus MeissnerTell the user if winedefault.reg is not loaded.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-22  Stefan LeichterCompile fix for GCC 2.7.x.
2002-02-05  Marcus MeissnerImplemented Local Server COM.