wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ole32 / stubmanager.c
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...