Sign in
goma
/
wine
/
360a3f914235e04216a3691390662885c1867eb1
/
dlls
/
ole32
/
oleproxy.c
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
8753901
ole32: Release the proxy buffer object on the last release of the proxy's outer unknown.
by Robert Shearman
· 19 years ago
8a4f71c
ole32: Add an implementation of class monikers.
by Robert Shearman
· 19 years ago
caefc34
ole32: Add a class factory for composite monikers.
by Robert Shearman
· 19 years ago
caa8b4e
ole32: Support marshaling of anti monikers.
by Robert Shearman
· 19 years ago
b3a4b59
Fix ref-counting rules to match native DCOM Dlls.
by Robert Shearman
· 20 years ago
d37f0ab
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
by Alexandre Julliard
· 20 years ago
5d873ad
Marshal return value from IRemUnknown_RemQueryInterface.
by Robert Shearman
· 20 years ago
97be0be
- We should be starting with 1 reference.
by Robert Shearman
· 20 years ago
c7fdb45
Fix gcc 4.0 -Wpointer-sign warnings.
by Mike McCormack
· 20 years ago
eba47f1
Make remaining OLE interface vtables const.
by Dmitry Timoshkov
· 20 years ago
e3f9904
Add some tracing to the IRemUnknown RpcProxyBuffer implementation.
by Mike Hearn
· 20 years ago
34d3049
- Add a generic moniker marshaler that works by saving & loading
by Robert Shearman
· 20 years ago
93416cd
Assorted spelling fixes.
by Francois Gouget
· 20 years ago
2d2a39c
- Use I_RpcGetBuffer, instead of our own buffer routines to fix an
by Robert Shearman
· 20 years ago
3018974
- Make proxy manager use IMultiQI instead of IInternalUnknown as tests
by Robert Shearman
· 20 years ago
cbbf08a
- Use InterlockedIncrement for the ipid counter instead of a critical
by Robert Shearman
· 20 years ago
6e04287
Proxies/stubs for IRemUnknown methods, based on code written by Ove Kåven.
by Robert Shearman
· 20 years ago
6a20b2f
- Initialize ppv pointer in ClientIdentity_QueryInterface to NULL as
by Robert Shearman
· 20 years ago
b5e4d1a
The channel buffer can be NULL if the proxy is disconnected, so check
by Robert Shearman
· 20 years ago
dee74a6
Make the ClassFactory proxy support aggregation.
by Robert Shearman
· 20 years ago
486d020
Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly.
by Francois Gouget
· 20 years ago
34cffce
Ref count increment/decrement cleanup.
by Joris Huizer
· 20 years ago
241a4c3
Get rid of the non-standard ICOM_THIS macro.
by Alexandre Julliard
· 21 years ago
f714b39
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro.
by Alexandre Julliard
· 21 years ago
48c4bb3
Get rid of the non-standard ICOM_VTABLE macro.
by Alexandre Julliard
· 21 years ago
cead7c0
Updated some MSDN links in the code.
by Jeroen Janssen
· 21 years ago
2e93adc
- Remove unneeded STUBMGR_Start call. - Cleanup compobj_private.h.
by Robert Shearman
· 21 years ago
bc06d4b
- Fix ref count on standard proxy creation.
by Robert Shearman
· 21 years ago
e3a37c8
Revert broken strict aliasing fix.
by Marcus Meissner
· 21 years ago
ff39b87
Fixed strict aliasing issues in dlls/ole32.
by Marcus Meissner
· 21 years ago
399901e
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform with PSDK.
by Ge van Geldorp
· 21 years ago
de12a97
Another portion of HeapReAlloc fixes.
by Oleg Prokhorov
· 21 years ago
47fb938
Removed ordinals from comments.
by Dave Miller
· 22 years ago
20c169e
Fixed a few more headers dependency issues.
by Alexandre Julliard
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
739ccae
Implement a class factory for the Global Interface Table.
by Mike Hearn
· 22 years ago
f803e2a
Fix miscellaneous spelling errors and typos.
by Francois Gouget
· 22 years ago
297f3d8
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
by Dimitrie O. Paun
· 22 years ago
87fa2d5
Fixed a few problems caused by the new objidl.idl.
by Alexandre Julliard
· 22 years ago
fd625dd
Added marshalling of IUnknown.
by Marcus Meissner
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
0749fc2
Implemented Local Server COM. Implemented the Typelib based Marshaler.
by Marcus Meissner
· 23 years ago