2005-02-15 |
Robert Shearman | - Use I_RpcGetBuffer, instead of our own buffer routine... |
blob | commitdiff | raw |
2005-02-15 |
Robert Shearman | - Remove cruft left over from previous RPC backend... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Robert Shearman | Make COM use the RPC runtime as the backend for RPC... |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Robert Shearman | Invoke objects in STA's in the correct thread by sendin... |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Robert Shearman | - Implement CoDisconnectObject. |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Robert Shearman | - Split up apartment creation so that the long code... |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearm... |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Robert Shearman | - Add code for destroying the thread-local storage... |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Robert Shearman | Release the client security objects when no longer... |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Robert Shearman | - More tests. |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Robert Shearman | - Implement CoSetProxyBlanket, CoQueryProxyBlanket... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Robert Shearman | - Use InterlockedIncrement for the ipid counter instead... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Robert Shearman | - Generate machine-local IPIDs. |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Robert Shearman | - Consolidate more stub creation details into register_... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Robert Shearman | Implement table marshaling. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Robert Shearman | - Add documentation for most Co* functions. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Robert Shearman | Destroy stubs on apartment shutdown. |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Christian Costa | CoInitialize(Ex) should return S_FALSE when COM is... |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Robert Shearman | - Document CoSetState & CoGetState. |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Robert Shearman | - Make MTA dynamically allocated so that proxies and... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Bill Medland | Corrected testing for multithreaded (based upon observa... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Robert Shearman | - Make struct oletls ref counted so that it is only... |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Mike Hearn | - Make apartment access thread-safe by introducing... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Mike Hearn | Add a DCOM todo list. |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Robert Shearman | Implement proxy manager. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Robert Shearman | Implement COM local servers using table marshaling... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Mike Hearn | - Implement the COM stub manager, refactor the current... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Mike Hearn | Propagate apartments through the intermediate threads... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Eric Pouech | ReadFile and WriteFile must be passed a parameter for... |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Robert Shearman | Remove unneeded includes and the unused COMPOBJ_hInstan... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Mike Hearn | Rename the STUBMGR thread to more accurately reflect... |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Robert Shearman | - Add some function declarations to objbase.h. |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Mike Hearn | - Improve OLE function documentation. |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Dmitry Timoshkov | - Remove bogus use of nStatCounter and hOleAut32 in... |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Robert Shearman | Improve proxy destruction comment. |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Mike McCormack | CoSuspendClassObjects stub implementation. |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Mike McCormack | Fix some warnings found with -Wsign-compare. |
blob | commitdiff | raw | diff to current |
2004-08-02 |
Mike Hearn | Disconnect proxies at COM shutdown to release the corre... |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Mike Hearn | Don't marshal IClassFactory into the local server pipe... |
blob | commitdiff | raw | diff to current |
2004-07-29 |
Robert Shearman | Fix some inaccuracies in a comment and reformat. |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Mike Hearn | Pass -Embedding switch to EXE servers, more tracing. |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Mike Hearn | Fix misleading warning ole CoGetClassObject. |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Mike McCormack | Fix a few serious race conditions in the OLE object... |
blob | commitdiff | raw | diff to current |
2004-07-08 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Mike Hearn | Add some explanations to compobj.c, implement flushing... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Marcus Meissner | Revert broken strict aliasing fix. |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Marcus Meissner | Fixed strict aliasing issues in dlls/ole32. |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Warren Turkal | Fixed the implementation of CoTreatAsClass. |
blob | commitdiff | raw | diff to current |
2004-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Robert Shearman | - CoSetState info should be thread local. |
blob | commitdiff | raw | diff to current |
2004-01-23 |
Alexandre Julliard | Moved a few remaining 16-bit definitions out of the... |
blob | commitdiff | raw | diff to current |
2004-01-23 |
Ge van Geldorp | Fix various function prototypes to conform to PSDK. |
blob | commitdiff | raw | diff to current |
2004-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
blob | commitdiff | raw | diff to current |
2004-01-16 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Dave Miller | Removed ordinals from comments. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Alexandre Julliard | Renamed a few TEB fields to use the "official" names. |
blob | commitdiff | raw | diff to current |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Steven Edwards | - Create new file ole2_16.c for ole2 16bit only functions. |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Mike Hearn | Implement a class factory for the Global Interface... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Ove Kaaven | Preliminary support for COM apartments. |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Mike McCormack | Added stub for OleDoAutoConvert. |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Francois Gouget | Fix miscellaneous spelling errors and typos. |
blob | commitdiff | raw | diff to current |
2003-03-11 |
Mike Hearn | Implemented the global interface table object using... |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Marcus Meissner | Implemented CoGetTreatAsClass. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Ove Kaaven | Make sure that no files except unknwn.h include wine... |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Compile ole32 with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Dmitry Timoshkov | Fixed GetClassFile implementation. |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-08-07 |
Gregg Mattinson | Fixes for Sparc build. |
blob | commitdiff | raw | diff to current |
2002-08-03 |
Juergen Schmied | - Moved 16 bit functions to a seperate file. |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Juergen Schmied | - Implemented IMallocSpy hooks in IMalloc. |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Marcus Meissner | Factored out the OLE 16 bit allocator from StringFromCLSID. |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Jon Griffiths | Stub implementation for CoInitializeSecurity. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Alexandre Julliard | Fixed CLSIDFromString endianness assumptions (reported... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Bill Medland | Ensure that an out-of-process COM object is started... |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Marcus Meissner | Dropped superflous Remote_CoGetClassObject() (entirely... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Marcus Meissner | Implemented Local Server COM. |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2002-01-18 |
Bill Medland | CoGetClassObject: for CLSCTX_LOCAL_SERVER at least... |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Marcus Meissner | Removed some useless wingdi.h includes. |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Marcus Meissner | Implemented CoTreatAsClass, simplified OleSetAutoConvert. |
blob | commitdiff | raw | diff to current |
2002-01-01 |
Alexandre Julliard | Removed some of the calls to HEAP_strdup* functions. |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Huw D M Davies | Better failure messages for CoCreateInstance. |
blob | commitdiff | raw | diff to current |
2001-09-11 |
Hidenori Takeshima | Synchronize access to the s_COMLockCount, firstRegister... |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
next |