1. 7406cc2 ole: Implement IRpcChannelBuffer::GetDestCtx on the client side. by Robert Shearman · 19 years ago
  2. 92a1f52 ole: Store the destination context and the destination context data in by Robert Shearman · 19 years ago
  3. 9a9981b ole: Change NORMALEXTREFS to 5, like it is in native. by Robert Shearman · 19 years ago
  4. 857a6d1 ole: Fix marshaling of proxies for interfaces that haven't already been unmarshaled. by Robert Shearman · 19 years ago
  5. 781970f ole: Initialise hrref so as not to display garbage in the trace. by Robert Shearman · 19 years ago
  6. cd2fafb ole: Defer apartment window creation until the first object is marshalled. by Robert Shearman · 19 years ago
  7. d389b57 - Fix a trace to refer to the object ID rather than the legacy MID. by Robert Shearman · 20 years ago
  8. 0ceacf0 Fix the return codes during unmarshaling so that it returns failure by Robert Shearman · 20 years ago
  9. b3a4b59 Fix ref-counting rules to match native DCOM Dlls. by Robert Shearman · 20 years ago
  10. 611b5ac Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com> by Alexandre Julliard · 20 years ago
  11. dab603d - Implement IMarshal on proxies so that we don't end up with proxies by Robert Shearman · 20 years ago
  12. 775898b - Always query for the correct stub interface, otherwise we will be by Robert Shearman · 20 years ago
  13. c7fdb45 Fix gcc 4.0 -Wpointer-sign warnings. by Mike McCormack · 20 years ago
  14. 037bdc0 IUnknown isn't a remotable interface so the stub manager shouldn't by Robert Shearman · 20 years ago
  15. e46047e Don't disconnect proxies flagged with SORFP_NOLIFETIMEMGMT. It makes by Rob Shearman · 20 years ago
  16. 27d73d6 - Add a useful trace message. by Robert Shearman · 20 years ago
  17. a890293 - Change remaining blocks of code with 2-space indentation to 4-space by Robert Shearman · 20 years ago
  18. 447ab61 Write custom header up to and including size, not excluding. by Robert Shearman · 20 years ago
  19. 1b5ebab - Add critsec debugging info. by Robert Shearman · 20 years ago
  20. 8971f06 - Rename apartment functions to become more object-oriented. by Robert Shearman · 20 years ago
  21. 527ef47 Make each ifproxy have its own channel buffer to fix a bug where a by Robert Shearman · 20 years ago
  22. 4d49d8c Avoid infinite loop when doing a typelib marshalled by Mike Hearn · 20 years ago
  23. 95288f9 - Move marshaling state machine into stub manager from ifstub. by Robert Shearman · 20 years ago
  24. 552cc7d - Remove cruft left over from previous RPC backend implementation in by Robert Shearman · 20 years ago
  25. db6db7c Make COM use the RPC runtime as the backend for RPC calls. Based on a by Robert Shearman · 20 years ago
  26. 514af6c Move object-to-stub-manager mapping rule to register_ifstub. by Robert Shearman · 20 years ago
  27. 2a46702 Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com> by Alexandre Julliard · 20 years ago
  28. b9aa9e0 - Pass the original IID to IMarshal_UnmarshalInterface and query for by Robert Shearman · 20 years ago
  29. e6afc84 - Add code for destroying the thread-local storage data, but don't use by Robert Shearman · 20 years ago
  30. 9b634b9 - More tests. by Robert Shearman · 20 years ago
  31. 5bef770 Give IUnknown its own ifstub to fix ref-counting and ipid storage issues. by Robert Shearman · 20 years ago
  32. 3018974 - Make proxy manager use IMultiQI instead of IInternalUnknown as tests by Robert Shearman · 20 years ago
  33. cbbf08a - Use InterlockedIncrement for the ipid counter instead of a critical by Robert Shearman · 20 years ago
  34. 963ac3f - Implement IRemUnknown. by Robert Shearman · 20 years ago
  35. ad34f3d - Generate machine-local IPIDs. by Robert Shearman · 20 years ago
  36. 6b89a92 - Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy manager not to by Robert Shearman · 20 years ago
  37. 717eb8f - Consolidate more stub creation details into register_ifstub. by Robert Shearman · 20 years ago
  38. 6a20b2f - Initialize ppv pointer in ClientIdentity_QueryInterface to NULL as by Robert Shearman · 20 years ago
  39. b5a1093 Initialize clsid member to the marshaler clsid to fix custom marshaling. by Robert Shearman · 20 years ago
  40. 4c8d59d Implement table marshaling. by Robert Shearman · 20 years ago
  41. ca60893 Make proxy shutdown test succeed by releasing the channel on disconnect. by Robert Shearman · 20 years ago
  42. 6036a77 - The apartment reference should be held while the stub manager by Robert Shearman · 20 years ago
  43. 2891bc5 Remove wine_marshal_data: it is unneeded and there is no equivalent in by Robert Shearman · 20 years ago
  44. c353f85 - Document how thread-safety is ensured for each member of the by Robert Shearman · 20 years ago
  45. 86d63bb Rename iid in wine_marshal_id to ipid and use IPIDs instead of IIDs in by Robert Shearman · 20 years ago
  46. a6a416c - Make apartment access thread-safe by introducing refcounting and by Mike Hearn · 20 years ago
  47. 85763a1 - Add tracing for proxy ref count functions. by Robert Shearman · 20 years ago
  48. 2835633 Implement proxy manager. by Robert Shearman · 20 years ago
  49. 5475a2e - Implement the COM stub manager, refactor the current stub code. by Mike Hearn · 20 years ago
  50. 737e67b Propagate apartments through the intermediate threads, make listener by Mike Hearn · 20 years ago
  51. 6fb1a20 Assorted spelling fixes. by Francois Gouget · 20 years ago
  52. 9fdd91f - Add documentation to several functions. by Robert Shearman · 20 years ago
  53. 2fa9a0a Remove unneeded includes and the unused COMPOBJ_hInstance32 variable. by Robert Shearman · 20 years ago
  54. 40b4f7f Use OBJREF on the wire for generic marshaling functions. by Robert Shearman · 20 years ago
  55. 2c3de6d - Make the wine_marshal_id structure more like the DCOM OBJREF by Robert Shearman · 20 years ago
  56. 36aee71 Rename the STUBMGR thread to more accurately reflect its purpose. by Mike Hearn · 20 years ago
  57. 3b0a5d0 - Add some function declarations to objbase.h. by Robert Shearman · 20 years ago
  58. 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
  59. 34cffce Ref count increment/decrement cleanup. by Joris Huizer · 21 years ago
  60. 241a4c3 Get rid of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  61. f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
  62. 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
  63. 5c7c5fa - Add static to non-exported marshal functions. by Robert Shearman · 21 years ago
  64. 8199423 Disconnect proxies at COM shutdown to release the corresponding stubs. by Mike Hearn · 21 years ago
  65. 11fc587 Emit fixme for known local wrong behaviour. by Robert Shearman · 21 years ago
  66. 5169f3c Implement disconnect for proxies so that stubs are properly destroyed. by Mike Hearn · 21 years ago
  67. e59aa5d Fix ref counting in StdMarshalImpl_MarshalInterface for case where the by Mike Hearn · 21 years ago
  68. 1cc05ff Pass -Embedding switch to EXE servers, more tracing. by Mike Hearn · 21 years ago
  69. 2e93adc - Remove unneeded STUBMGR_Start call. - Cleanup compobj_private.h. by Robert Shearman · 21 years ago
  70. bffe98c Authors: Mike Hearn <mh@codeweavers.com>, Rob Shearman <rob@codeweavers.com> by Alexandre Julliard · 21 years ago
  71. 665c488 Return an error in CoMarshalInterface if the IUnknown pointer is NULL by Aric Stewart · 21 years ago
  72. 5729abe Removed the winedefault.reg message. by Ivan Leo Puoti · 21 years ago
  73. bc06d4b - Fix ref count on standard proxy creation. by Robert Shearman · 21 years ago
  74. 3270bb1 Fixed CoMarshalInterThreadInterfaceInStream and CoGetInterfaceAndReleaseStream. by Robert Shearman · 21 years ago
  75. e3a37c8 Revert broken strict aliasing fix. by Marcus Meissner · 21 years ago
  76. ff39b87 Fixed strict aliasing issues in dlls/ole32. by Marcus Meissner · 21 years ago
  77. aff2e2e Implemented CoReleaseMarshalData. by Marcus Meissner · 21 years ago
  78. aedfc47 Fixed lvalue casts. by Marcus Meissner · 21 years ago
  79. 47fb938 Removed ordinals from comments. by Dave Miller · 22 years ago
  80. 20c169e Fixed a few more headers dependency issues. by Alexandre Julliard · 22 years ago
  81. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  82. f803e2a Fix miscellaneous spelling errors and typos. by Francois Gouget · 22 years ago
  83. cb816d2 Implemented the global interface table object using a simple linked list. by Mike Hearn · 22 years ago
  84. 87fa2d5 Fixed a few problems caused by the new objidl.idl. by Alexandre Julliard · 22 years ago
  85. 8712174 Handle errors in std marshaller better, do not crash. by Marcus Meissner · 22 years ago
  86. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  87. f9bf085 Tell the user if winedefault.reg is not loaded. by Marcus Meissner · 23 years ago
  88. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  89. 923861f Compile fix for GCC 2.7.x. by Stefan Leichter · 23 years ago
  90. 0749fc2 Implemented Local Server COM. Implemented the Typelib based Marshaler. by Marcus Meissner · 23 years ago