- 27 Dec, 2006 1 commit
-
-
Rob Shearman authored
Unmarshal the data on the client side (during ClientChannelBuffer_SendReceive) and call ClientNotify.
-
- 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
-
- 20 Dec, 2006 1 commit
-
-
Rob Shearman authored
-
- 07 Dec, 2006 1 commit
-
-
Rob Shearman authored
-
- 28 Nov, 2006 1 commit
-
-
Dmitry Timoshkov authored
-
- 16 Nov, 2006 1 commit
-
-
Huw Davies authored
-
- 24 Oct, 2006 1 commit
-
-
Eric Pouech authored
-
- 16 Oct, 2006 2 commits
-
-
Francois Gouget authored
-
Michael Stefaniuc authored
-
- 28 Aug, 2006 2 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
-
- 26 Aug, 2006 4 commits
-
-
Robert Shearman authored
A main-threaded apartment is the first single-threaded apartment in the process. It was designed to be used for legacy applications that don't want to think about threading at all, even if they are always called from the same context, as is the case for regular STAs.
-
Robert Shearman authored
-
Robert Shearman authored
single-threaded apartment if executing in a multi-threaded apartment, if one exists.
-
Robert Shearman authored
fixme if we should create it in an apartment of another type.
-
- 16 Aug, 2006 3 commits
-
-
Robert Shearman authored
ole32: Move some functions out of compobj.c that don't belong there and update the copyright statement.
-
Robert Shearman authored
-
Robert Shearman authored
-
- 07 Aug, 2006 1 commit
-
-
Francois Gouget authored
-
- 03 Aug, 2006 1 commit
-
-
Robert Shearman authored
-
- 02 Aug, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 21 Jul, 2006 1 commit
-
-
Robert Shearman authored
-
- 17 Jul, 2006 1 commit
-
-
Robert Shearman authored
-
- 14 Jul, 2006 1 commit
-
-
Robert Shearman authored
-
- 13 Jul, 2006 1 commit
-
-
Robert Shearman authored
It increases the latency on completing the COM call and could result in the COM call never completing in some circumstances.
-
- 07 Jul, 2006 1 commit
-
-
Robert Shearman authored
-
- 30 Jun, 2006 1 commit
-
-
Robert Shearman authored
that hasn't yet been marshaled then it should create a new stub manager.
-
- 29 Jun, 2006 1 commit
-
-
Robert Shearman authored
-
- 13 Jun, 2006 1 commit
-
-
Robert Shearman authored
usually a good indicator of a bug elsewhere in Wine.
-
- 09 Jun, 2006 1 commit
-
-
Robert Shearman authored
CoRevertToSelf on top of CoGetCallContext, which is a stub.
-
- 25 May, 2006 2 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 08 May, 2006 1 commit
-
-
Marcus Meissner authored
-
- 07 May, 2006 1 commit
-
-
Robert Shearman authored
Remove the fixme printed if CoGetClassObject fails in CoCreateInstance, because we already print an error in all cases and the error more accurately pin-points the source of the problem.
-
- 30 Mar, 2006 4 commits
-
-
Robert Shearman authored
Tests with native show that during COM calls posted messages aren't retrieved other than COM calls so change the PeekMessage parameters in CoWaitForMultipleHandles to duplicate this.
-
Robert Shearman authored
Try to retrieve messages that are COM calls first in CoWaitForMultipleHandles before retrieving other types.
-
Robert Shearman authored
Put the PeekMessage call of CoWaitForMultipleHandles into a separate function so that the order and type of the messages retrieved can be customised in the future.
-
Robert Shearman authored
should depend on whether the current apartment is a single threaded one.
-