ole32: Add a test for the retrieved local class object in another thread being a...
[wine] / dlls / ole32 / compobj.c
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-03-10  Juan LangFix the calling convention of DllCanUnloadNow.
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- Implement CoDisconnectObject.
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-02-01  Robert Shearman- Add code for destroying the thread-local storage...
2005-01-28  Robert ShearmanRelease the client security objects when no longer...
2005-01-28  Robert Shearman- More tests.
2005-01-28  Robert Shearman- Implement CoSetProxyBlanket, CoQueryProxyBlanket...
2005-01-26  Robert Shearman- Use InterlockedIncrement for the ipid counter instead...
2005-01-25  Robert Shearman- Generate machine-local IPIDs.
2005-01-20  Robert Shearman- Consolidate more stub creation details into register_...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert Shearman- Add documentation for most Co* functions.
2005-01-14  Robert ShearmanDestroy stubs on apartment shutdown.
2005-01-12  Christian CostaCoInitialize(Ex) should return S_FALSE when COM is...
2005-01-12  Robert Shearman- Document CoSetState & CoGetState.
2005-01-12  Robert Shearman- Make MTA dynamically allocated so that proxies and...
2005-01-11  Bill MedlandCorrected testing for multithreaded (based upon observa...
2005-01-06  Robert Shearman- Make struct oletls ref counted so that it is only...
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-04  Mike HearnAdd a DCOM todo list.
2005-01-04  Robert ShearmanImplement proxy manager.
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-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-14  Robert ShearmanRemove unneeded includes and the unused COMPOBJ_hInstan...
2004-12-13  Eric PouechFixed some errors in function prototypes.
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-11-30  Eric PouechConst correctness fixes.
2004-11-29  Mike Hearn- Improve OLE function documentation.
2004-10-25  Dmitry Timoshkov- Remove bogus use of nStatCounter and hOleAut32 in...
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-18  Robert ShearmanImprove proxy destruction comment.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-20  Mike McCormackCoSuspendClassObjects stub implementation.
2004-09-07  Mike McCormackFix some warnings found with -Wsign-compare.
2004-08-02  Mike HearnDisconnect proxies at COM shutdown to release the corre...
2004-07-30  Mike HearnDon't marshal IClassFactory into the local server pipe...
2004-07-29  Robert ShearmanFix some inaccuracies in a comment and reformat.
2004-07-23  Mike HearnPass -Embedding switch to EXE servers, more tracing.
2004-07-21  Mike HearnFix misleading warning ole CoGetClassObject.
2004-07-15  Mike McCormackFix a few serious race conditions in the OLE object...
2004-07-08  Francois GougetAssorted spelling fixes.
2004-07-06  Mike HearnAdd some explanations to compobj.c, implement flushing...
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-03-29  Warren TurkalFixed the implementation of CoTreatAsClass.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-02-10  Robert Shearman- CoSetState info should be thread local.
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-16  Francois GougetAssorted spelling fixes.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-09  Steven Edwards- Create new file ole2_16.c for ole2 16bit only functions.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-17  Mike HearnImplement a class factory for the Global Interface...
2003-06-04  Ove KaavenPreliminary support for COM apartments.
2003-05-13  Mike McCormackAdded stub for OleDoAutoConvert.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-03-11  Mike HearnImplemented the global interface table object using...
2003-01-11  Marcus MeissnerImplemented CoGetTreatAsClass.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-08-17  Patrik StridvallFixed some issues found by winapi_check.
2002-08-16  Dmitry TimoshkovFixed GetClassFile implementation.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-08-03  Juergen Schmied- Moved 16 bit functions to a seperate file.
2002-07-29  Juergen Schmied- Implemented IMallocSpy hooks in IMalloc.
2002-07-25  Marcus MeissnerFactored out the OLE 16 bit allocator from StringFromCLSID.
2002-07-23  Patrik StridvallFixed some issues found by winapi_check.
2002-07-19  Jon GriffithsStub implementation for CoInitializeSecurity.
2002-06-21  Alexandre JulliardFixed CLSIDFromString endianness assumptions (reported...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Bill MedlandEnsure that an out-of-process COM object is started...
2002-05-29  Marcus MeissnerDropped superflous Remote_CoGetClassObject() (entirely...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-18  Bill MedlandCoGetClassObject: for CLSCTX_LOCAL_SERVER at least...
2002-01-14  Marcus MeissnerRemoved some useless wingdi.h includes.
2002-01-03  Marcus MeissnerImplemented CoTreatAsClass, simplified OleSetAutoConvert.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
next