- 03 Oct, 2011 1 commit
-
-
Marcus Meissner authored
-
- 03 Aug, 2011 1 commit
-
-
Frédéric Delanoy authored
-
- 01 Aug, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 25 Apr, 2011 1 commit
-
-
Marcus Meissner authored
-
- 11 Nov, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 24 Nov, 2009 1 commit
-
-
Rob Shearman authored
-
- 07 Jul, 2009 1 commit
-
-
Francois Gouget authored
-
- 23 Jun, 2009 1 commit
-
-
Hans Leidekker authored
-
- 22 Jun, 2009 1 commit
-
-
Francois Gouget authored
-
- 23 Apr, 2009 1 commit
-
-
Huw Davies authored
-
- 12 Mar, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 19 Jan, 2009 2 commits
-
-
Andrey Turkin authored
-
Andrey Turkin authored
-
- 04 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 02 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 01 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 26 Nov, 2008 1 commit
-
-
Maarten Lankhorst authored
-
- 18 Oct, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 29 Apr, 2008 1 commit
-
-
Rob Shearman authored
This is so that an object will only be released when a weak-reference is used after the last weak reference has been released (either by CoReleaseMarshalData or CoUnmarshalInterface + Release).
-
- 06 Mar, 2008 1 commit
-
-
Rob Shearman authored
Remove its initialisation from ole32.
-
- 03 Mar, 2008 1 commit
-
-
Francois Gouget authored
-
- 01 Mar, 2008 1 commit
-
-
James Hawkins authored
-
- 03 Dec, 2007 1 commit
-
-
Rob Shearman authored
This is so that we don't try to host it.
-
- 02 Nov, 2007 1 commit
-
-
Rob Shearman authored
-
- 29 Jun, 2007 1 commit
-
-
Andrew Talbot authored
-
- 18 May, 2007 1 commit
-
-
Rob Shearman authored
There should be one host apartment per apartment. Existing apartments should not be re-used, except in the case of the main apartment.
-
- 06 Apr, 2007 1 commit
-
-
Rob Shearman authored
to determine whether we were marshaling the remote unknown for the apartment or not.
-
- 05 Apr, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
Do it in DLL_PROCESS_DETACH instead.
-
- 04 Apr, 2007 1 commit
-
-
Rob Shearman authored
Use it to make CoFreeUnusedLibraries per-apartment.
-
- 28 Mar, 2007 1 commit
-
-
Rob Shearman authored
ole32: Pass the OXID info to RPC_CreateClientChannel and use this to pass the server process ID to channel hooks.
-
- 27 Mar, 2007 2 commits
-
-
Rob Shearman authored
Copy the OXID_INFO from the stub manager, if available, in proxy_manager_construct. Otherwise, attempt to resolve it. Use ipidRemUnknown from OXID_INFO in the proxy manager instead of magically generating the IPID for RemUnknown.
-
Rob Shearman authored
-
- 09 Mar, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 06 Feb, 2007 1 commit
-
-
Rob Shearman authored
so that the right external reference count is released when the proxy is destroyed. Protect all changes to refs in the ifproxy using interlocked functions and update the thread-safety documentation.
-
- 08 Jan, 2007 1 commit
-
-
Rob Shearman authored
ole32: Add a field to the TLS data to determine whether OLE has been initialised for the current thread.
-
- 24 Dec, 2006 2 commits
-
-
Rob Shearman authored
ole32: Performing a COM call from within the processing of a sent message during a wait for completion of another COM call is not allowed. Add a test for the behaviour where RPC_E_CANTCALLOUT_ININPUTSYNCCALL is returned.
-
Rob Shearman authored
ole32: Track the pending call count so that the correct call type can be passed to the message filter HandleInComingCall function.
-
- 20 Dec, 2006 1 commit
-
-
Rob Shearman authored
Use the causality ID to determine whether this is a top-level or a nested (called-back) call for the purposes of IMessageFilter::HandleInComingCall.
-