ole32/tests: Add test for OleRun.
[wine] / dlls / ole32 / marshal.c
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-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2010-11-11  Alexandre Julliardole32: Get rid of the ICOM_THIS_MULTI macro.
2010-05-03  Nikolay Sivovole32/marshal: Compare with S_OK instead of keeping...
2009-11-24  Rob Shearmanole32: Fix behaviour of CoLockObjectExternal with fLast...
2009-11-09  Rob Shearmanwidl: Allow pointers, type-qualifiers and other more...
2009-09-08  Huw Daviesole32: The server principal name can be the constant...
2009-06-09  Alexandre Julliardole32: Get rid of line feeds and tabs in traces.
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-04-29  Rob Shearmanole32: Keep track of the number of weak references...
2008-02-13  Rob Shearmanole32: Fix potential NULL dereference of qiresults...
2007-12-03  Rob Shearmanole32: Ignore the threading model of the PSFactoryBuffe...
2007-11-26  Rob Shearmanole32: Fix a race in find_proxy_manager.
2007-11-15  Rob Shearmanole32: Intialise some out parameters in ProxyCliSec_Que...
2007-05-22  Rob Shearmanole32: The identity functions can be used from apartmen...
2007-05-22  Rob Shearmanole32: Make proxy_manager_get_remunknown AddRef the...
2007-05-22  Rob Shearmanole32: Handle MSHLFLAGS_TABLEWEAK and MSHLFLAGS_TABLEST...
2007-03-28  Rob Shearmanole32: Pass the OXID info to RPC_CreateClientChannel...
2007-03-27  Rob Shearmanole32: Generate OXID_INFO in the stub manager.
2007-03-27  Rob Shearmanole32: Add a stubbed out implementation of IClientSecur...
2007-03-23  Andrew Talbotole32: Replace inline static with static inline.
2007-02-20  Rob Shearmanole32: Make an error message more useful by printing...
2007-02-06  Rob Shearmanole32: Add the external references that the server...
2007-02-06  Rob Shearmanole32: Release iobject and the IRpcStubBuffer object...
2007-01-10  Rob Shearmanole32: Fix the detection of when we need an additional...
2007-01-10  Rob Shearmanole32: Return an error from CoUnmarshalInterface if...
2007-01-10  Rob Shearmanole32: Return an error in CoMarshalInterface if pStream...
2007-01-10  Rob Shearmanole32: Remove some unneeded inclusions of headers.
2006-11-22  Huw Daviesole32: Spelling fixes.
2006-11-22  Huw Daviesole32: CoGetInterfaceAndReleaseStream shouldn't crash...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-08-03  Robert Shearmanole32: Fix CoLockObjectExternal to respect fLastUnlockR...
2006-06-29  Robert Shearmanole32: When marshaling a proxy make sure to maintain...
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.
next