include: Assorted spelling fixes.
[wine] / dlls / ole32 / stubmanager.c
2012-10-15  Nikolay Sivovole32: Store destination context and context data in...
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2010-12-09  Michael Stefaniucole32: Use an iface instead of a vtbl pointer in RemUnk...
2009-11-24  Rob Shearmanole32: Fix behaviour of CoLockObjectExternal with fLast...
2009-06-22  Francois Gougetole32: Make stub_manager_int_addref() static.
2009-06-22  Francois Gougetole32: Reorder some stubmanager functions to avoid...
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2008-12-04  Alexandre Julliardole32: Make a function static.
2008-07-11  Andrew Talbotole32: Remove unneeded address-of operators from array...
2008-04-29  Rob Shearmanole32: Keep track of the number of weak references...
2008-04-23  Austin EnglishSpelling fixes.
2007-07-09  Andrew Talbotole32: Cast-qual warning fix.
2007-04-06  Rob Shearmanole32: Fix a hack which depended on the IID of the...
2007-03-27  Rob Shearmanole32: Generate OXID_INFO in the stub manager.
2007-01-10  Rob Shearmanole32: Remove some unneeded inclusions of headers.
2006-12-20  Rob Shearmanole32: Pass in the IID and IUnknown* of the object...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-08-28  Robert Shearmanole32: Fix functions defined without specifying argumen...
2006-08-03  Robert Shearmanole32: Fix CoLockObjectExternal to respect fLastUnlockR...
2006-06-09  Alexandre Julliardole32: Use the standard DEFINE_OLEGUID macro to define...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-01  Robert Shearmanole: Change NORMALEXTREFS to 5, like it is in native.
2006-01-10  Robert Shearmanole: Pass a channel into IRpcStubBuffer::Invoke.
2005-09-02  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-07-20  Robert ShearmanHack around broken state management so InstallShield...
2005-07-19  Robert Shearman- Always query for the correct stub interface, otherwis...
2005-07-19  Robert ShearmanSilence now noisy error messages caused by changes...
2005-07-19  Robert ShearmanDelete the stub manager outside of the apartment critic...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-09  Robert ShearmanIUnknown isn't a remotable interface so the stub manage...
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-15  Robert ShearmanMake COM use the RPC runtime as the backend for RPC...
2005-02-14  Robert ShearmanInvoke objects in STA's in the correct thread by sendin...
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-02-08  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-01-26  Robert Shearman- Make proxy manager use IMultiQI instead of IInternalU...
2005-01-26  Robert Shearman- Use InterlockedIncrement for the ipid counter instead...
2005-01-26  Robert Shearman- Implement IRemUnknown.
2005-01-25  Robert Shearman- Generate machine-local IPIDs.
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-11  Robert Shearman- Document how thread-safety is ensured for each member...
2005-01-07  Robert ShearmanRename iid in wine_marshal_id to ipid and use IPIDs...
2005-01-06  Robert ShearmanNo need to add a reference to the apartment from new_st...
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-03  Mike HearnComment out an assert, as we don't yet implement IRemUn...
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...