2005-05-13 |
Mike McCormack | Remove function prototypes. |
tree | commitdiff |
2005-05-13 |
Hans Leidekker | Don't import from ntdll. |
tree | commitdiff |
2005-05-13 |
Mike McCormack | Make sure a stream can't be created in read only storage. |
tree | commitdiff |
2005-05-12 |
Mike McCormack | Remove unnecessary declarations and make functions... |
tree | commitdiff |
2005-05-11 |
Mike McCormack | Make functions static and remove unnecessary declarations. |
tree | commitdiff |
2005-05-11 |
Mike McCormack | Add a stub implementation of CoIsHandlerConnected. |
tree | commitdiff |
2005-05-10 |
Mike McCormack | Fix a memory leak in the ole storage implementation. |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-09 |
Juan Lang | Correct/improve error checking in IPropertyStorage. |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-07 |
Stefan Leichter | Make ole32 tests loadable on NT4. |
tree | commitdiff |
2005-05-06 |
Matthew Mastracci | Replace stub entry for StgOpenStorageEx with call to... |
tree | commitdiff |
2005-05-05 |
Matthew Mastracci | Replace StgCreateStorageEx stub with call to StgCreateD... |
tree | commitdiff |
2005-04-24 |
Juan Lang | Define and use endian conversion macros for big-endian... |
tree | commitdiff |
2005-04-23 |
Juan Lang | - convert strings between property storage's code page... |
tree | commitdiff |
2005-04-22 |
Stefan Leichter | Make ole32 tests loadable on NT4. |
tree | commitdiff |
2005-04-20 |
Francois Gouget | Specify the proper call convention in the PropSysFreeSt... |
tree | commitdiff |
2005-04-20 |
Francois Gouget | Tweak the API documentation to silence winapi_check... |
tree | commitdiff |
2005-04-15 |
Dmitry Timoshkov | Zero out an invalidated runningObjectTableInstance... |
tree | commitdiff |
2005-04-15 |
Juan Lang | Implement FmtIdToPropStgName & PropStgNameToFmtId,... |
tree | commitdiff |
2005-04-14 |
Alexandre Julliard | Fixed a buffer overflow. |
tree | commitdiff |
2005-04-13 |
Dimitrie O. Paun | Remove the need for the non-standard (Close|Delete... |
tree | commitdiff |
2005-04-13 |
Juan Lang | Implement PropSys{Alloc|Free}String, and support BSTRs in |
tree | commitdiff |
2005-04-11 |
Juan Lang | - add write support to IPropertyStorage, with tests |
tree | commitdiff |
2005-04-11 |
Juan Lang | Add traces, add unit tests for IPropertyStorage, and... |
tree | commitdiff |
2005-03-31 |
Mike McCormack | Eliminate forward declarations, make functions static. |
tree | commitdiff |
2005-03-30 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-29 |
Huw Davies | WriteFmtUserTypeStg doesn't pull a CLSID from the regis... |
tree | commitdiff |
2005-03-29 |
Huw Davies | Don't close reg key if the open failed. |
tree | commitdiff |
2005-03-29 |
Vincent Béron | Change prototypes so gcc with some warnings doesn't... |
tree | commitdiff |
2005-03-28 |
Mike McCormack | Remove function prototypes, make functions static. |
tree | commitdiff |
2005-03-27 |
Mike McCormack | Remove unnecessary function prototypes. |
tree | commitdiff |
2005-03-27 |
Mike McCormack | Remove function prototypes, make functions static. |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-22 |
Jakob Eriksson | Eliminate HeapAlloc casts. |
tree | commitdiff |
2005-03-22 |
Jakob Eriksson | More trace info from storage32 test. |
tree | commitdiff |
2005-03-21 |
Mike McCormack | Eliminate casts of the return value of HeapAlloc. |
tree | commitdiff |
2005-03-21 |
Vincent Béron | Correct and complete some api documentation. |
tree | commitdiff |
2005-03-21 |
Troy Rollo | ix test for STGM_SHARE_EXCLUSIVE on nameless DocFiles. |
tree | commitdiff |
2005-03-19 |
Robert Shearman | Fix memory leak in OleDuplicateData on error path ... |
tree | commitdiff |
2005-03-17 |
Jon Griffiths | Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc). |
tree | commitdiff |
2005-03-17 |
Juan Lang | Begin implementing IPropertyStorage. |
tree | commitdiff |
2005-03-17 |
Robert Shearman | - Add critsec debugging info. |
tree | commitdiff |
2005-03-17 |
Juan Lang | Add a comment about byte order, change types to reduce... |
tree | commitdiff |
2005-03-14 |
Joris Huizer | A few memory checks avoiding memory leaks. |
tree | commitdiff |
2005-03-11 |
Mike McCormack | StgOpenStorage shouldn't open zero length storage files. |
tree | commitdiff |
2005-03-11 |
Robert Shearman | - Rename apartment functions to become more object... |
tree | commitdiff |
2005-03-10 |
Juan Lang | Fix the calling convention of DllCanUnloadNow. |
tree | commitdiff |
2005-03-09 |
Mike McCormack | Shared reading of storage files requires STGM_TRANSACTED. |
tree | commitdiff |
2005-03-07 |
Robert Shearman | Make each ifproxy have its own channel buffer to fix... |
tree | commitdiff |
2005-03-07 |
Mike McCormack | Fix more incorrect uses of STGM_ enumerations. |
tree | commitdiff |
2005-03-07 |
Juan Lang | Implement StgCreatePropSetStg. |
tree | commitdiff |
2005-03-05 |
Mike McCormack | Test and fix grfMode handling in StgOpenDocfile. |
tree | commitdiff |
2005-03-04 |
Alexandre Julliard | Authors: Rob Shearman <rob@codeweavers.com>, Mike Hearn... |
tree | commitdiff |
2005-03-04 |
Mike McCormack | Implement StgSetTimes. |
tree | commitdiff |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-02 |
Alexandre Julliard | Avoid spaces before preprocessor directives, that's... |
tree | commitdiff |
2005-03-01 |
Juan Lang | Move vtbl to end of file and get rid of unnecessary... |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
tree | commitdiff |
2005-02-25 |
Paul Vriens | Added some TRACE statements. |
tree | commitdiff |
2005-02-24 |
Mike McCormack | Add struct StorageBaseImpl at the start of derived... |
tree | commitdiff |
2005-02-21 |
Mike McCormack | Implement and test IPropertySetStorage. |
tree | commitdiff |
2005-02-21 |
Mike Hearn | Avoid infinite loop when doing a typelib marshalled |
tree | commitdiff |
2005-02-18 |
Robert Shearman | - Better tracing. |
tree | commitdiff |
2005-02-18 |
Robert Shearman | - Move marshaling state machine into stub manager from... |
tree | commitdiff |
2005-02-15 |
Robert Shearman | - Use I_RpcGetBuffer, instead of our own buffer routine... |
tree | commitdiff |
2005-02-15 |
Robert Shearman | The Global Interface Table should do table-strong marsh... |
tree | commitdiff |
2005-02-15 |
Robert Shearman | - Remove cruft left over from previous RPC backend... |
tree | commitdiff |
2005-02-15 |
Robert Shearman | Make COM use the RPC runtime as the backend for RPC... |
tree | commitdiff |
2005-02-14 |
Robert Shearman | Invoke objects in STA's in the correct thread by sendin... |
tree | commitdiff |
2005-02-14 |
Marcus Meissner | Output some more informations. |
tree | commitdiff |
2005-02-14 |
Robert Shearman | Make Ole tests run on Windows 95. |
tree | commitdiff |
2005-02-08 |
Robert Shearman | - Implement CoDisconnectObject. |
tree | commitdiff |
2005-02-08 |
Robert Shearman | Move object-to-stub-manager mapping rule to register_if... |
tree | commitdiff |
2005-02-08 |
Robert Shearman | - Split up apartment creation so that the long code... |
tree | commitdiff |
2005-02-08 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearm... |
tree | commitdiff |
2005-02-02 |
Robert Shearman | - Pass the original IID to IMarshal_UnmarshalInterface... |
tree | commitdiff |
2005-02-01 |
Robert Shearman | - Add code for destroying the thread-local storage... |
tree | commitdiff |
2005-01-31 |
Robert Shearman | Remove test that fails on Win98 and is not useful. |
tree | commitdiff |
2005-01-28 |
Robert Shearman | Release the client security objects when no longer... |
tree | commitdiff |
2005-01-28 |
Robert Shearman | - More tests. |
tree | commitdiff |
2005-01-28 |
Robert Shearman | - Implement CoSetProxyBlanket, CoQueryProxyBlanket... |
tree | commitdiff |
2005-01-27 |
Robert Shearman | Give IUnknown its own ifstub to fix ref-counting and... |
tree | commitdiff |
2005-01-26 |
Robert Shearman | - Make proxy manager use IMultiQI instead of IInternalU... |
tree | commitdiff |
2005-01-26 |
Robert Shearman | - Use InterlockedIncrement for the ipid counter instead... |
tree | commitdiff |
2005-01-26 |
Robert Shearman | - Implement IRemUnknown. |
tree | commitdiff |
2005-01-25 |
Robert Shearman | - Move OLE automation interface registration to oleaut32. |
tree | commitdiff |
2005-01-25 |
Robert Shearman | Proxies/stubs for IRemUnknown methods, based on code... |
tree | commitdiff |
2005-01-25 |
Robert Shearman | - Generate machine-local IPIDs. |
tree | commitdiff |
2005-01-24 |
Robert Shearman | - Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy... |
tree | commitdiff |
2005-01-21 |
Mike Hearn | Various formatting/style changes. |
tree | commitdiff |
2005-01-20 |
Robert Shearman | - Consolidate more stub creation details into register_... |
tree | commitdiff |
2005-01-19 |
Robert Shearman | - Initialize ppv pointer in ClientIdentity_QueryInterfa... |
tree | commitdiff |
2005-01-17 |
Robert Shearman | Initialize clsid member to the marshaler clsid to fix... |
tree | commitdiff |
2005-01-17 |
Robert Shearman | Implement table marshaling. |
tree | commitdiff |
2005-01-14 |
Robert Shearman | - Remove obsolete structs, rearrange things to group... |
tree | commitdiff |
2005-01-14 |
Robert Shearman | Make proxy shutdown test succeed by releasing the chann... |
tree | commitdiff |
2005-01-14 |
Robert Shearman | - Add documentation for most Co* functions. |
tree | commitdiff |
2005-01-14 |
Robert Shearman | - The apartment reference should be held while the... |
tree | commitdiff |
2005-01-14 |
Robert Shearman | - Don't use the pipe caching code because it doesn... |
tree | commitdiff |
next |