2005-01-09 |
Paul Vriens | - use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
tree | commitdiff |
2005-01-07 |
Robert Shearman | Rename iid in wine_marshal_id to ipid and use IPIDs... |
tree | commitdiff |
2005-01-07 |
Robert Shearman | The current architecture cannot handle pipes changing... |
tree | commitdiff |
2005-01-06 |
Robert Shearman | No need to add a reference to the apartment from new_st... |
tree | commitdiff |
2005-01-06 |
Robert Shearman | - Make struct oletls ref counted so that it is only... |
tree | commitdiff |
2005-01-06 |
Robert Shearman | ConnectNamedPipe returning ERROR_PIPE_CONNECTED is... |
tree | commitdiff |
2005-01-05 |
Robert Shearman | The channel buffer can be NULL if the proxy is disconne... |
tree | commitdiff |
2005-01-05 |
Robert Shearman | - Fix race on apartment creation. |
tree | commitdiff |
2005-01-05 |
Mike Hearn | - Make apartment access thread-safe by introducing... |
tree | commitdiff |
2005-01-05 |
Mike McCormack | Allow COM to start services containing COM servers. |
tree | commitdiff |
2005-01-04 |
Robert Shearman | - Add tracing for proxy ref count functions. |
tree | commitdiff |
2005-01-04 |
Mike Hearn | Add a DCOM todo list. |
tree | commitdiff |
2005-01-04 |
Robert Shearman | Implement proxy manager. |
tree | commitdiff |
2005-01-04 |
Robert Shearman | Make the ClassFactory proxy support aggregation. |
tree | commitdiff |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2005-01-03 |
Mike Hearn | Comment out an assert, as we don't yet implement IRemUn... |
tree | commitdiff |
2004-12-27 |
Robert Shearman | - Move named pipe macros into rpc.c. |
tree | commitdiff |
2004-12-27 |
Robert Shearman | Implement COM local servers using table marshaling... |
tree | commitdiff |
2004-12-27 |
Mike Hearn | - Implement the COM stub manager, refactor the current... |
tree | commitdiff |
2004-12-27 |
Mike Hearn | Propagate apartments through the intermediate threads... |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-22 |
Eric Pouech | ReadFile and WriteFile must be passed a parameter for... |
tree | commitdiff |
2004-12-21 |
Robert Shearman | Add tests for moniker and marshaling functions. |
tree | commitdiff |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-12-16 |
Ge van Geldorp | Allocate correct amount of memory. |
tree | commitdiff |
2004-12-14 |
Robert Shearman | - Add documentation to several functions. |
tree | commitdiff |
2004-12-14 |
Robert Shearman | Remove unneeded includes and the unused COMPOBJ_hInstan... |
tree | commitdiff |
2004-12-14 |
Robert Shearman | Use OBJREF on the wire for generic marshaling functions. |
tree | commitdiff |
2004-12-14 |
Robert Shearman | Fixed incorrect unsigned test. |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
tree | commitdiff |
2004-12-08 |
Robert Shearman | - Make the wine_marshal_id structure more like the... |
tree | commitdiff |
2004-12-07 |
Mike Hearn | Rename the STUBMGR thread to more accurately reflect... |
tree | commitdiff |
2004-12-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
tree | commitdiff |
2004-12-01 |
Robert Shearman | - Add some function declarations to objbase.h. |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-29 |
Mike Hearn | Trace the OLE error info strings. |
tree | commitdiff |
2004-11-29 |
Mike Hearn | - Improve OLE function documentation. |
tree | commitdiff |
2004-11-24 |
Robert Shearman | Implement OleDuplicateData. |
tree | commitdiff |
2004-11-19 |
Alexandre Julliard | Removed a couple of no longer needed entries. |
tree | commitdiff |
2004-10-27 |
Ge van Geldorp | Use only one .res file. |
tree | commitdiff |
2004-10-25 |
Dmitry Timoshkov | - Remove bogus use of nStatCounter and hOleAut32 in... |
tree | commitdiff |
2004-10-22 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-10-18 |
Vincent Béron | Fix some types problems. |
tree | commitdiff |
2004-10-18 |
Robert Shearman | Improve proxy destruction comment. |
tree | commitdiff |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
tree | commitdiff |
2004-10-05 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-10-05 |
Alexandre Julliard | Avoid depending on the non-standard IUnknown_METHODS... |
tree | commitdiff |
2004-09-24 |
Joris Huizer | Ref count increment/decrement cleanup. |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-21 |
Alexandre Julliard | Ignore the generated header files. |
tree | commitdiff |
2004-09-21 |
Alexandre Julliard | Build the .h files from their idl source at compile... |
tree | commitdiff |
2004-09-20 |
Alexandre Julliard | Build idl files as part of the normal build process. |
tree | commitdiff |
2004-09-20 |
Mike McCormack | CoSuspendClassObjects stub implementation. |
tree | commitdiff |
2004-09-09 |
Alexandre Julliard | Get rid of the non-standard ICOM_THIS macro. |
tree | commitdiff |
2004-09-09 |
Francois Gouget | Move the PROPVARIANT declaration from objidl.idl to... |
tree | commitdiff |
2004-09-08 |
Francois Gouget | The union in PROPVARIANT is always nameless on Windows... |
tree | commitdiff |
2004-09-07 |
Mike McCormack | Fix some warnings found with -Wsign-compare. |
tree | commitdiff |
2004-09-06 |
Robert Shearman | - Fix PropVariantCopy for VT_LPSTR and VT_LPWSTR. |
tree | commitdiff |
2004-09-06 |
Alexandre Julliard | Removed some uses of the non-standard ICOM_THIS macro. |
tree | commitdiff |
2004-09-03 |
Robert Shearman | - Fix PropVariantClear to reject invalid types. |
tree | commitdiff |
2004-09-02 |
Francois Gouget | Added missing trailing '\n's to ok() calls. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Inline functions don't need WINE_UNUSED. |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the ICOM_MSVTABLE_COMPAT support, g++ no... |
tree | commitdiff |
2004-08-22 |
Alexandre Julliard | Added recursive idl target to allow updating idl files... |
tree | commitdiff |
2004-08-22 |
Alexandre Julliard | Don't define BEGIN_INTERFACE in unknwn.h. |
tree | commitdiff |
2004-08-13 |
Alexandre Julliard | Moved ICOM_THIS_MULTI definition out of objbase.h and... |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VFIELD macro. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_DEFINE macro. |
tree | commitdiff |
2004-08-11 |
Alexandre Julliard | Avoid some non-portable makefile constructs, and get... |
tree | commitdiff |
2004-08-11 |
Francois Gouget | Modify widl to put the C COM macros inside an #ifdef... |
tree | commitdiff |
2004-08-11 |
Mike McCormack | Added a test for stat'ing a memory based storage file. |
tree | commitdiff |
2004-08-10 |
Mike McCormack | stat on memory storage should return a NULL name, not "". |
tree | commitdiff |
2004-08-02 |
Robert Shearman | - Add static to non-exported marshal functions. |
tree | commitdiff |
2004-08-02 |
Mike Hearn | Disconnect proxies at COM shutdown to release the corre... |
tree | commitdiff |
2004-07-30 |
Mike Hearn | Don't marshal IClassFactory into the local server pipe... |
tree | commitdiff |
2004-07-30 |
Alexandre Julliard | Authors: Robert Shearman <rob@codeweavers.com>, Mike... |
tree | commitdiff |
2004-07-30 |
Jeroen Janssen | Updated some MSDN links in the code. |
tree | commitdiff |
2004-07-30 |
Robert Shearman | Emit fixme for known local wrong behaviour. |
tree | commitdiff |
2004-07-29 |
Mike Hearn | Implement disconnect for proxies so that stubs are... |
tree | commitdiff |
2004-07-29 |
Robert Shearman | Document wrong behaviour for IRunningObjectTable. |
tree | commitdiff |
2004-07-29 |
Mike Hearn | Fix ref counting in StdMarshalImpl_MarshalInterface... |
tree | commitdiff |
2004-07-29 |
Robert Shearman | Fix some inaccuracies in a comment and reformat. |
tree | commitdiff |
2004-07-29 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearm... |
tree | commitdiff |
2004-07-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-07-23 |
Robert Shearman | Set RPC data representation. |
tree | commitdiff |
2004-07-23 |
Mike Hearn | Pass -Embedding switch to EXE servers, more tracing. |
tree | commitdiff |
2004-07-22 |
Robert Shearman | - Remove unneeded STUBMGR_Start call. |
tree | commitdiff |
2004-07-22 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Rob Shearman... |
tree | commitdiff |
2004-07-22 |
Mike Hearn | Unref stub after invoking on it. |
tree | commitdiff |
2004-07-21 |
Mike Hearn | Fix misleading warning ole CoGetClassObject. |
tree | commitdiff |
2004-07-15 |
Mike McCormack | Fix a few serious race conditions in the OLE object... |
tree | commitdiff |
2004-07-12 |
Marcus Meissner | IID_IObjectWithSite is already in libuuid, no need... |
tree | commitdiff |
2004-07-12 |
Marcus Meissner | IMalloc vtables are static. |
tree | commitdiff |
2004-07-08 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-07-06 |
Mike Hearn | Add some explanations to compobj.c, implement flushing... |
tree | commitdiff |
2004-06-30 |
Aric Stewart | Return an error in CoMarshalInterface if the IUnknown... |
tree | commitdiff |
next |