- 18 Aug, 2008 1 commit
-
-
Rob Shearman authored
This makes it more obvious what the code is doing.
-
- 22 Jul, 2008 1 commit
-
-
Lei Zhang authored
-
- 26 Jun, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 24 Jun, 2008 1 commit
-
-
Alexandre Julliard authored
Return a proper HRESULT for other errors.
-
- 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).
-
- 23 Apr, 2008 1 commit
-
-
Austin English authored
-
- 10 Apr, 2008 1 commit
-
-
Austin English authored
-
- 11 Mar, 2008 1 commit
-
-
Andrew Talbot authored
-
- 03 Mar, 2008 1 commit
-
-
Francois Gouget authored
-
- 26 Feb, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 13 Feb, 2008 3 commits
-
-
Rob Shearman authored
ole32: Fix a potentially confusing combination of conditional and bitwise or operators by adding extra brackets.
-
Rob Shearman authored
-
Rob Shearman authored
-
- 02 Jan, 2008 1 commit
-
-
Gerald Pfeifer authored
-
- 24 Dec, 2007 1 commit
-
-
Alexander Dorofeyev authored
-
- 14 Dec, 2007 1 commit
-
-
Lei Zhang authored
-
- 03 Dec, 2007 2 commits
-
-
Rob Shearman authored
This is so that we don't try to host it.
-
Rob Shearman authored
-
- 13 Nov, 2007 1 commit
-
-
Rob Shearman authored
-
- 12 Nov, 2007 1 commit
-
-
Rob Shearman authored
-
- 02 Nov, 2007 1 commit
-
-
Rob Shearman authored
-
- 15 Oct, 2007 1 commit
-
-
Francois Gouget authored
-
- 01 Oct, 2007 1 commit
-
-
Damjan Jovanovic authored
-
- 12 Sep, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
Fix CoFreeUnusedLibraries to use a delay of 10 minutes when used with multi-threaded apartments.
-
- 16 Jul, 2007 1 commit
-
-
Rob Shearman authored
CoFreeUnusedLibraries doesn't do anything and COM_FlushMessageQueue won't actually allow any RPCs to be processed as the apartment has already been destroyed.
-
- 29 Jun, 2007 1 commit
-
-
Andrew Talbot authored
-
- 25 May, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 21 May, 2007 1 commit
-
-
Rob Shearman authored
The recently introduced code had a bug where it passed the wrong values into apartment_findfromtype to find the main apartment. Since this is now the only way the function is used, fix this bug by changing apartment_findfromtype to apartment_findmain, which only finds the main apartment.
-
- 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.
-
- 14 May, 2007 2 commits
-
-
Rob Shearman authored
ole32: Don't lookup the address for the DllGetClassObject function for ole32.dll in the apartment loaded dll list. Call the function directly for a small performance boost.
-
Rob Shearman authored
-
- 08 May, 2007 6 commits
-
-
Rob Shearman authored
ole32: Add documentation about registered class objects only being visible in the apartment in which they were registered.
-
Rob Shearman authored
ole32: Fix CoRevokeClassObject to return RPC_E_WRONG_THREAD if it was called from a different apartment than the one that called CoRegisterClassObject.
-
Rob Shearman authored
ole32: Split CoRevokeClassObject into a separate function, COM_RevokeRegisteredClassObject, which acts on a RegisteredClass object.
-
Rob Shearman authored
ole32: COM_GetRegisteredClassObject should only retrieve objects that were registered in the current apartment.
-
Rob Shearman authored
ole32: Revoke registered class objects when the apartment they were registered in is destroyed, not when the last CoUninitialize is called.
-
Rob Shearman authored
-
- 02 May, 2007 1 commit
-
-
Rob Shearman authored
ole32: Remove an unnecessary QueryInterface in CoRegisterClassObject that CoMarshalInterface will already do.
-
- 05 Apr, 2007 1 commit
-
-
Rob Shearman authored
Do it in DLL_PROCESS_DETACH instead.
-