2006-07-17 |
Robert Shearman | ole32: Free the buffer allocated in local_server_thread... |
blob | commitdiff | raw |
2006-06-19 |
Robert Shearman | ole32: Reuse event handles used for COM calls. |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Robert Shearman | ole32: If IRpcStubBuffer_Invoke fails, we should raise... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Robert Shearman | ole32: Exception handling shouldn't be needed around... |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Robert Shearman | ole: Use ncalrpc instead of ncacn_np as the RPC transport. |
blob | commitdiff | raw | diff to current |
2006-03-20 |
Robert Shearman | ole: Use the thread pool for executing RPC calls for... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Robert Shearman | ole: Implement IRpcChannelBuffer::GetDestCtx on the... |
blob | commitdiff | raw | diff to current |
2006-02-20 |
Robert Shearman | ole: Change the Apartment Model field to a boolean. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Alexandre Julliard | Include wine/port.h in files that use exceptions. |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Robert Shearman | ole: Verify that the proxy is being used in the correct... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Robert Shearman | ole: Optimisation for COM Calls. |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Robert Shearman | ole: Fix crash in RpcChannelBuffer_SendReceive. |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Robert Shearman | ole: Add an accessor function for an apartment's window. |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Robert Shearman | ole: Report and clean up after PostMessage failures. |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Robert Shearman | ole: Pass a channel into IRpcStubBuffer::Invoke. |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Robert Shearman | ole: Reduce the access rights required by start_local_s... |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Robert Shearman | ole: Return the last error if we couldn't open the... |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Robert Shearman | ole: Join the MTA if necessary when executing an RPC... |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Robert Shearman | ole: Prefer services over servers. |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Alexandre Julliard | ole32: Revert exception handler change. |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Alexandre Julliard | Take advantage of the __EXCEPT_PAGE_FAULT macro. |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Alexandre Julliard | We no longer need to handle EXCEPTION_PRIV_INSTRUCTION... |
blob | commitdiff | raw | diff to current |
2005-12-06 |
Robert Shearman | OLE: Fix a typo where brackets were missing. |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Robert Shearman | - Extend COM_OpenKeyForCLSID to open a subkey and retur... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Robert Shearman | We shouldn't pass the application name into CreateProce... |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Robert Shearman | Add exception handling for stubs. |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Robert Shearman | Silence now noisy error messages caused by changes... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Robert Shearman | By-pass the RPC runtime if possible when calling an... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Mike McCormack | Fix gcc 4.0 -Wpointer-sign warnings. |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Robert Shearman | Change the RPC code to use the unicode versions of... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Robert Shearman | - Add critsec debugging info. |
blob | commitdiff | raw | diff to current |
2005-03-11 |
Robert Shearman | - Rename apartment functions to become more object... |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Alexandre Julliard | Authors: Rob Shearman <rob@codeweavers.com>, Mike Hearn... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Robert Shearman | - Use I_RpcGetBuffer, instead of our own buffer routine... |
blob | commitdiff | raw | diff to current |
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 | - 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-01-28 |
Robert Shearman | - More tests. |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Robert Shearman | - Make proxy manager use IMultiQI instead of IInternalU... |
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-26 |
Robert Shearman | - Implement IRemUnknown. |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Robert Shearman | - Generate machine-local IPIDs. |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Mike Hearn | Various formatting/style changes. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Robert Shearman | - The apartment reference should be held while the... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Robert Shearman | - Don't use the pipe caching code because it doesn... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Mike Hearn | Force context switch on chanbuf disconnect to avoid... |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Robert Shearman | The way apartments are used has changed, so fix up... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Robert Shearman | - Document how thread-safety is ensured for each member... |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Robert Shearman | The current architecture cannot handle pipes changing... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Robert Shearman | ConnectNamedPipe returning ERROR_PIPE_CONNECTED is... |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Robert Shearman | - Fix race on apartment creation. |
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-05 |
Mike McCormack | Allow COM to start services containing COM servers. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Robert Shearman | - Move named pipe macros into rpc.c. |
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-14 |
Robert Shearman | Remove unneeded includes and the unused COMPOBJ_hInstan... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Robert Shearman | - Make the wine_marshal_id structure more like the... |
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-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Joris Huizer | Ref count increment/decrement cleanup. |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Alexandre Julliard | Get rid of the non-standard ICOM_THIS macro. |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
blob | commitdiff | raw | diff to current |
2004-08-02 |
Robert Shearman | - Add static to non-exported marshal functions. |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Alexandre Julliard | Authors: Robert Shearman <rob@codeweavers.com>, Mike... |
blob | commitdiff | raw | diff to current |
2004-07-29 |
Mike Hearn | Implement disconnect for proxies so that stubs are... |
blob | commitdiff | raw | diff to current |
2004-07-29 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearm... |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Robert Shearman | Set RPC data representation. |
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-22 |
Robert Shearman | - Remove unneeded STUBMGR_Start call. |
blob | commitdiff | raw | diff to current |
2004-07-22 |
Mike Hearn | Unref stub after invoking on it. |
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-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Alexandre Julliard | Fixed a few more headers dependency issues. |
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-02-14 |
Dan Kegel | Roll loop back up to avoid code duplication. |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Michael Stefaniuc | Remove dead code after return or properly comment it... |
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-19 |
Alexandre Julliard | Fixed a few problems caused by the new objidl.idl. |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Alexandre Julliard | Compile ole32 with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Bill Medland | Fixed incorrect pointer-cast arithmetic. |
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-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 |
|