Correct incorrect use of arguments to QueryServiceConfigW.
[wine] / dlls / ole32 /
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-01  Juan LangMove vtbl to end of file and get rid of unnecessary...
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-25  Paul VriensAdded some TRACE statements.
2005-02-24  Mike McCormackAdd struct StorageBaseImpl at the start of derived...
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
2005-02-21  Mike HearnAvoid infinite loop when doing a typelib marshalled
2005-02-18  Robert Shearman- Better tracing.
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-15  Robert Shearman- Use I_RpcGetBuffer, instead of our own buffer routine...
2005-02-15  Robert ShearmanThe Global Interface Table should do table-strong marsh...
2005-02-15  Robert Shearman- Remove cruft left over from previous RPC backend...
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-14  Marcus MeissnerOutput some more informations.
2005-02-14  Robert ShearmanMake Ole tests run on Windows 95.
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-02-08  Robert ShearmanMove object-to-stub-manager mapping rule to register_if...
2005-02-08  Robert Shearman- Split up apartment creation so that the long code...
2005-02-08  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-02-02  Robert Shearman- Pass the original IID to IMarshal_UnmarshalInterface...
2005-02-01  Robert Shearman- Add code for destroying the thread-local storage...
2005-01-31  Robert ShearmanRemove test that fails on Win98 and is not useful.
2005-01-28  Robert ShearmanRelease the client security objects when no longer...
2005-01-28  Robert Shearman- More tests.
2005-01-28  Robert Shearman- Implement CoSetProxyBlanket, CoQueryProxyBlanket...
2005-01-27  Robert ShearmanGive IUnknown its own ifstub to fix ref-counting and...
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- Move OLE automation interface registration to oleaut32.
2005-01-25  Robert ShearmanProxies/stubs for IRemUnknown methods, based on code...
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-21  Mike HearnVarious formatting/style changes.
2005-01-20  Robert Shearman- Consolidate more stub creation details into register_...
2005-01-19  Robert Shearman- Initialize ppv pointer in ClientIdentity_QueryInterfa...
2005-01-17  Robert ShearmanInitialize clsid member to the marshaler clsid to fix...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert Shearman- Remove obsolete structs, rearrange things to group...
2005-01-14  Robert ShearmanMake proxy shutdown test succeed by releasing the chann...
2005-01-14  Robert Shearman- Add documentation for most Co* functions.
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-14  Robert Shearman- Don't use the pipe caching code because it doesn...
2005-01-14  Robert ShearmanDestroy stubs on apartment shutdown.
2005-01-14  Mike HearnForce context switch on chanbuf disconnect to avoid...
2005-01-12  Christian CostaCoInitialize(Ex) should return S_FALSE when COM is...
2005-01-12  Robert Shearman- Document CoSetState & CoGetState.
2005-01-12  Robert ShearmanRemove wine_marshal_data: it is unneeded and there...
2005-01-12  Robert Shearman- Force creation of thread queue to stop PostThreadMess...
2005-01-12  Robert ShearmanThe way apartments are used has changed, so fix up...
2005-01-12  Robert Shearman- Make MTA dynamically allocated so that proxies and...
2005-01-11  Bill MedlandCorrected testing for multithreaded (based upon observa...
2005-01-11  Mike McCormackTests and fixes for StgOpenStorage.
2005-01-11  Robert ShearmanAdd tests for trying to unmarshal from a bad stream...
2005-01-11  Robert Shearman- Document how thread-safety is ensured for each member...
2005-01-11  Mike McCormackTest and fix a few problems with OLE storage streams.
2005-01-10  Mike McCormackTest and fix StgCreateDocFile grfModes.
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-07  Robert ShearmanRename iid in wine_marshal_id to ipid and use IPIDs...
2005-01-07  Robert ShearmanThe current architecture cannot handle pipes changing...
2005-01-06  Robert ShearmanNo need to add a reference to the apartment from new_st...
2005-01-06  Robert Shearman- Make struct oletls ref counted so that it is only...
2005-01-06  Robert ShearmanConnectNamedPipe returning ERROR_PIPE_CONNECTED is...
2005-01-05  Robert ShearmanThe channel buffer can be NULL if the proxy is disconne...
2005-01-05  Robert Shearman- Fix race on apartment creation.
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-05  Mike McCormackAllow COM to start services containing COM servers.
2005-01-04  Robert Shearman- Add tracing for proxy ref count functions.
2005-01-04  Mike HearnAdd a DCOM todo list.
2005-01-04  Robert ShearmanImplement proxy manager.
2005-01-04  Robert ShearmanMake the ClassFactory proxy support aggregation.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-03  Mike HearnComment out an assert, as we don't yet implement IRemUn...
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-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-21  Robert ShearmanAdd tests for moniker and marshaling functions.
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-16  Ge van GeldorpAllocate correct amount of memory.
2004-12-14  Robert Shearman- Add documentation to several functions.
2004-12-14  Robert ShearmanRemove unneeded includes and the unused COMPOBJ_hInstan...
2004-12-14  Robert ShearmanUse OBJREF on the wire for generic marshaling functions.
2004-12-14  Robert ShearmanFixed incorrect unsigned test.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
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-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-12-01  Robert Shearman- Add some function declarations to objbase.h.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Mike HearnTrace the OLE error info strings.
2004-11-29  Mike Hearn- Improve OLE function documentation.
2004-11-24  Robert ShearmanImplement OleDuplicateData.
2004-11-19  Alexandre JulliardRemoved a couple of no longer needed entries.
next