Remove unnecessary function prototypes.
[wine] / dlls / ole32 /
2005-03-27  Mike McCormackRemove unnecessary function prototypes.
2005-03-27  Mike McCormackRemove function prototypes, make functions static.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Jakob ErikssonMore trace info from storage32 test.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-21  Troy Rolloix test for STGM_SHARE_EXCLUSIVE on nameless DocFiles.
2005-03-19  Robert ShearmanFix memory leak in OleDuplicateData on error path ...
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-17  Juan LangBegin implementing IPropertyStorage.
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-17  Juan LangAdd a comment about byte order, change types to reduce...
2005-03-14  Joris HuizerA few memory checks avoiding memory leaks.
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-03-10  Juan LangFix the calling convention of DllCanUnloadNow.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
2005-03-07  Robert ShearmanMake each ifproxy have its own channel buffer to fix...
2005-03-07  Mike McCormackFix more incorrect uses of STGM_ enumerations.
2005-03-07  Juan LangImplement StgCreatePropSetStg.
2005-03-05  Mike McCormackTest and fix grfMode handling in StgOpenDocfile.
2005-03-04  Alexandre JulliardAuthors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
2005-03-04  Mike McCormackImplement StgSetTimes.
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...
next