- 7406cc2 ole: Implement IRpcChannelBuffer::GetDestCtx on the client side. by Robert Shearman · 19 years ago
- 92a1f52 ole: Store the destination context and the destination context data in by Robert Shearman · 19 years ago
- 9a9981b ole: Change NORMALEXTREFS to 5, like it is in native. by Robert Shearman · 19 years ago
- 857a6d1 ole: Fix marshaling of proxies for interfaces that haven't already been unmarshaled. by Robert Shearman · 19 years ago
- 781970f ole: Initialise hrref so as not to display garbage in the trace. by Robert Shearman · 19 years ago
- cd2fafb ole: Defer apartment window creation until the first object is marshalled. by Robert Shearman · 19 years ago
- d389b57 - Fix a trace to refer to the object ID rather than the legacy MID. by Robert Shearman · 20 years ago
- 0ceacf0 Fix the return codes during unmarshaling so that it returns failure by Robert Shearman · 20 years ago
- b3a4b59 Fix ref-counting rules to match native DCOM Dlls. by Robert Shearman · 20 years ago
- 611b5ac Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com> by Alexandre Julliard · 20 years ago
- dab603d - Implement IMarshal on proxies so that we don't end up with proxies by Robert Shearman · 20 years ago
- 775898b - Always query for the correct stub interface, otherwise we will be by Robert Shearman · 20 years ago
- c7fdb45 Fix gcc 4.0 -Wpointer-sign warnings. by Mike McCormack · 20 years ago
- 037bdc0 IUnknown isn't a remotable interface so the stub manager shouldn't by Robert Shearman · 20 years ago
- e46047e Don't disconnect proxies flagged with SORFP_NOLIFETIMEMGMT. It makes by Rob Shearman · 20 years ago
- 27d73d6 - Add a useful trace message. by Robert Shearman · 20 years ago
- a890293 - Change remaining blocks of code with 2-space indentation to 4-space by Robert Shearman · 20 years ago
- 447ab61 Write custom header up to and including size, not excluding. by Robert Shearman · 20 years ago
- 1b5ebab - Add critsec debugging info. by Robert Shearman · 20 years ago
- 8971f06 - Rename apartment functions to become more object-oriented. by Robert Shearman · 20 years ago
- 527ef47 Make each ifproxy have its own channel buffer to fix a bug where a by Robert Shearman · 20 years ago
- 4d49d8c Avoid infinite loop when doing a typelib marshalled by Mike Hearn · 20 years ago
- 95288f9 - Move marshaling state machine into stub manager from ifstub. by Robert Shearman · 20 years ago
- 552cc7d - Remove cruft left over from previous RPC backend implementation in by Robert Shearman · 20 years ago
- db6db7c Make COM use the RPC runtime as the backend for RPC calls. Based on a by Robert Shearman · 20 years ago
- 514af6c Move object-to-stub-manager mapping rule to register_ifstub. by Robert Shearman · 20 years ago
- 2a46702 Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com> by Alexandre Julliard · 20 years ago
- b9aa9e0 - Pass the original IID to IMarshal_UnmarshalInterface and query for by Robert Shearman · 20 years ago
- e6afc84 - Add code for destroying the thread-local storage data, but don't use by Robert Shearman · 20 years ago
- 9b634b9 - More tests. by Robert Shearman · 20 years ago
- 5bef770 Give IUnknown its own ifstub to fix ref-counting and ipid storage issues. 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
- 963ac3f - Implement IRemUnknown. by Robert Shearman · 20 years ago
- ad34f3d - Generate machine-local IPIDs. by Robert Shearman · 20 years ago
- 6b89a92 - Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy manager not to by Robert Shearman · 20 years ago
- 717eb8f - Consolidate more stub creation details into register_ifstub. by Robert Shearman · 20 years ago
- 6a20b2f - Initialize ppv pointer in ClientIdentity_QueryInterface to NULL as by Robert Shearman · 20 years ago
- b5a1093 Initialize clsid member to the marshaler clsid to fix custom marshaling. by Robert Shearman · 20 years ago
- 4c8d59d Implement table marshaling. by Robert Shearman · 20 years ago
- ca60893 Make proxy shutdown test succeed by releasing the channel on disconnect. by Robert Shearman · 20 years ago
- 6036a77 - The apartment reference should be held while the stub manager by Robert Shearman · 20 years ago
- 2891bc5 Remove wine_marshal_data: it is unneeded and there is no equivalent in by Robert Shearman · 20 years ago
- c353f85 - Document how thread-safety is ensured for each member of the by Robert Shearman · 20 years ago
- 86d63bb Rename iid in wine_marshal_id to ipid and use IPIDs instead of IIDs in by Robert Shearman · 20 years ago
- a6a416c - Make apartment access thread-safe by introducing refcounting and by Mike Hearn · 20 years ago
- 85763a1 - Add tracing for proxy ref count functions. by Robert Shearman · 20 years ago
- 2835633 Implement proxy manager. by Robert Shearman · 20 years ago
- 5475a2e - Implement the COM stub manager, refactor the current stub code. by Mike Hearn · 20 years ago
- 737e67b Propagate apartments through the intermediate threads, make listener by Mike Hearn · 20 years ago
- 6fb1a20 Assorted spelling fixes. by Francois Gouget · 20 years ago
- 9fdd91f - Add documentation to several functions. by Robert Shearman · 20 years ago
- 2fa9a0a Remove unneeded includes and the unused COMPOBJ_hInstance32 variable. by Robert Shearman · 20 years ago
- 40b4f7f Use OBJREF on the wire for generic marshaling functions. by Robert Shearman · 20 years ago
- 2c3de6d - Make the wine_marshal_id structure more like the DCOM OBJREF by Robert Shearman · 20 years ago
- 36aee71 Rename the STUBMGR thread to more accurately reflect its purpose. by Mike Hearn · 20 years ago
- 3b0a5d0 - Add some function declarations to objbase.h. 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 · 21 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
- 5c7c5fa - Add static to non-exported marshal functions. by Robert Shearman · 21 years ago
- 8199423 Disconnect proxies at COM shutdown to release the corresponding stubs. by Mike Hearn · 21 years ago
- 11fc587 Emit fixme for known local wrong behaviour. by Robert Shearman · 21 years ago
- 5169f3c Implement disconnect for proxies so that stubs are properly destroyed. by Mike Hearn · 21 years ago
- e59aa5d Fix ref counting in StdMarshalImpl_MarshalInterface for case where the by Mike Hearn · 21 years ago
- 1cc05ff Pass -Embedding switch to EXE servers, more tracing. by Mike Hearn · 21 years ago
- 2e93adc - Remove unneeded STUBMGR_Start call. - Cleanup compobj_private.h. by Robert Shearman · 21 years ago
- bffe98c Authors: Mike Hearn <mh@codeweavers.com>, Rob Shearman <rob@codeweavers.com> by Alexandre Julliard · 21 years ago
- 665c488 Return an error in CoMarshalInterface if the IUnknown pointer is NULL by Aric Stewart · 21 years ago
- 5729abe Removed the winedefault.reg message. by Ivan Leo Puoti · 21 years ago
- bc06d4b - Fix ref count on standard proxy creation. by Robert Shearman · 21 years ago
- 3270bb1 Fixed CoMarshalInterThreadInterfaceInStream and CoGetInterfaceAndReleaseStream. 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
- aff2e2e Implemented CoReleaseMarshalData. by Marcus Meissner · 21 years ago
- aedfc47 Fixed lvalue casts. by Marcus Meissner · 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
- f803e2a Fix miscellaneous spelling errors and typos. by Francois Gouget · 22 years ago
- cb816d2 Implemented the global interface table object using a simple linked list. by Mike Hearn · 22 years ago
- 87fa2d5 Fixed a few problems caused by the new objidl.idl. by Alexandre Julliard · 22 years ago
- 8712174 Handle errors in std marshaller better, do not crash. by Marcus Meissner · 22 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- f9bf085 Tell the user if winedefault.reg is not loaded. by Marcus Meissner · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 923861f Compile fix for GCC 2.7.x. by Stefan Leichter · 23 years ago
- 0749fc2 Implemented Local Server COM. Implemented the Typelib based Marshaler. by Marcus Meissner · 23 years ago