- Use InterlockedIncrement for the ipid counter instead of a critical
[wine] / dlls / ole32 / compobj_private.h
2005-01-26  Robert Shearman- Use InterlockedIncrement for the ipid counter instead...
2005-01-25  Robert Shearman- Generate machine-local IPIDs.
2005-01-24  Robert Shearman- Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert Shearman- Remove obsolete structs, rearrange things to group...
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-12  Robert Shearman- Document CoSetState & CoGetState.
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 Shearman- Make struct oletls ref counted so that it is only...
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-04  Robert ShearmanImplement proxy manager.
2004-12-27  Robert Shearman- Move named pipe macros into rpc.c.
2004-12-27  Robert ShearmanImplement COM local servers using table marshaling...
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...
2004-12-27  Mike HearnPropagate apartments through the intermediate threads...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-08  Robert Shearman- Make the wine_marshal_id structure more like the...
2004-12-07  Mike HearnRename the STUBMGR thread to more accurately reflect...
2004-09-01  Alexandre JulliardInline functions don't need WINE_UNUSED.
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-02  Mike HearnDisconnect proxies at COM shutdown to release the corre...
2004-07-29  Mike HearnImplement disconnect for proxies so that stubs are...
2004-07-22  Robert Shearman- Remove unneeded STUBMGR_Start call.
2004-02-10  Robert Shearman- CoSetState info should be thread local.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-06-17  Mike HearnImplement a class factory for the Global Interface...
2003-06-04  Ove KaavenPreliminary support for COM apartments.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-03-11  Mike HearnImplemented the global interface table object using...
2002-08-03  Juergen Schmied- Moved 16 bit functions to a seperate file.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2000-11-25  Francois Gougetcompobj.h is a synonym for objbase.h