- Marshal objects & monikers into the ROT.
[wine] / dlls / ole32 / rpc.c
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-03-04  Alexandre JulliardAuthors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
2005-02-15  Robert Shearman- Use I_RpcGetBuffer, instead of our own buffer routine...
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-14  Robert ShearmanInvoke objects in STA's in the correct thread by sendin...
2005-02-08  Robert Shearman- Split up apartment creation so that the long code...
2005-02-08  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-01-28  Robert Shearman- More tests.
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-21  Mike HearnVarious formatting/style changes.
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-14  Robert Shearman- Don't use the pipe caching code because it doesn...
2005-01-14  Mike HearnForce context switch on chanbuf disconnect to avoid...
2005-01-12  Robert ShearmanThe way apartments are used has changed, so fix up...
2005-01-11  Robert Shearman- Document how thread-safety is ensured for each member...
2005-01-07  Robert ShearmanThe current architecture cannot handle pipes changing...
2005-01-06  Robert ShearmanConnectNamedPipe returning ERROR_PIPE_CONNECTED is...
2005-01-05  Robert Shearman- Fix race on apartment creation.
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-05  Mike McCormackAllow COM to start services containing COM servers.
2004-12-27  Robert Shearman- Move named pipe macros into rpc.c.
2004-12-27  Robert ShearmanImplement COM local servers using table marshaling...
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-14  Robert ShearmanRemove unneeded includes and the unused COMPOBJ_hInstan...
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-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-07-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Mike...
2004-07-29  Mike HearnImplement disconnect for proxies so that stubs are...
2004-07-29  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2004-07-23  Robert ShearmanSet RPC data representation.
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  Mike HearnUnref stub after invoking on it.
2004-07-15  Mike McCormackFix a few serious race conditions in the OLE object...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-02-14  Dan KegelRoll loop back up to avoid code duplication.
2003-02-12  Michael StefaniucRemove dead code after return or properly comment it...
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-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-06-04  Bill MedlandFixed incorrect pointer-cast arithmetic.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Bill MedlandEnsure that an out-of-process COM object is started...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.