Dmitry Timoshkov
|
748c3ea9c9
|
ole32: Add a couple more defaulthandler tests.
|
2013-05-30 20:19:32 +02:00 |
Alistair Leslie-Hughes
|
97ac6943c3
|
ole32: Fix test under NT.
|
2013-05-29 11:26:13 +02:00 |
Jacek Caban
|
a30cc75fe0
|
ole32: Added IExternalConnection support.
|
2013-05-23 20:18:16 +02:00 |
Jacek Caban
|
889112a29a
|
ole32: Use a separated object to expose local servers instead of marshaling them in CoRegisterClassObject.
|
2013-05-23 20:03:17 +02:00 |
Alexandre Julliard
|
aaa680bfda
|
ole32/tests: Fix array indices in a trace.
|
2013-05-21 14:57:53 +02:00 |
Alexandre Julliard
|
5e95368e0a
|
ole32: Don't bother to unregister classes at process exit.
|
2013-05-14 11:33:27 +02:00 |
Jacek Caban
|
b4cc5a2114
|
ole32: Error handling clean up in local_server_thread.
|
2013-05-13 20:52:07 +02:00 |
Jacek Caban
|
fdc4d40d18
|
ole32: Added more default handler QueryInterface tests.
|
2013-05-10 17:53:05 +02:00 |
Dmitry Timoshkov
|
79ef449e32
|
ole32: Add a semi-stub for CLSIDFromProgIDEx.
|
2013-05-07 11:18:52 +02:00 |
Nikolay Sivov
|
448a44ca5f
|
ole32: Simplify IEnumSTATSTG initialization.
|
2013-04-19 16:16:18 +02:00 |
Nikolay Sivov
|
3b9568802a
|
ole32: Remove some casts that are not needed.
|
2013-04-19 16:16:17 +02:00 |
Nikolay Sivov
|
5132f60298
|
ole32: Store SMWR storage instance role separately.
|
2013-04-19 16:16:17 +02:00 |
Nikolay Sivov
|
1b4f3ca6f7
|
ole32: Merge release code to Release method.
|
2013-04-18 17:00:53 +02:00 |
Nikolay Sivov
|
a06db6cce5
|
ole32: Stub for IDirectWriterLock.
|
2013-04-18 17:00:17 +02:00 |
Nikolay Sivov
|
c29f3dff8c
|
ole32: Accept STGM_DIRECT_SWMR mode.
|
2013-04-18 17:00:12 +02:00 |
Nikolay Sivov
|
a90c1efe51
|
ole32: Move share/access modes to static arrays.
|
2013-04-18 16:59:56 +02:00 |
Nikolay Sivov
|
611cf6bb0d
|
ole32: Fix possible return of freed pointer (Coverity).
|
2013-04-01 12:32:37 +02:00 |
Dmitry Timoshkov
|
41d3085522
|
ole32: Fix an apartment reference count leak on error path.
|
2013-03-28 17:36:53 +01:00 |
Piotr Caban
|
c0a17a4f09
|
ole32: Don't pass CLSCTX_INPROC_SERVER and CLSCTX_INPROC_HANDLER flags to CoCreateInstance in DefaultHandler_Run.
|
2013-02-27 19:23:48 +01:00 |
Piotr Caban
|
0cf2b77aed
|
ole32: Added more OleCreateDefaultHandler tests.
|
2013-02-27 19:23:47 +01:00 |
Andrew Talbot
|
faaeeea937
|
ole32: Avoid signed-unsigned integer comparisons.
|
2013-02-22 10:20:57 +01:00 |
Marcus Meissner
|
2dbb23c810
|
ole32: Free *ppszProgID on error path (Coverity).
|
2013-02-18 10:32:22 +01:00 |
Roman Dadkov
|
665717ae75
|
ole32/tests: Add test for OleRun.
|
2013-02-15 11:55:37 +01:00 |
Roman Dadkov
|
8a4557ac8b
|
ole32/tests: Add test for SetClientSite.
|
2013-02-13 20:39:42 +01:00 |
Alexander Morozov
|
5857895684
|
ole32: Avoid a deadlock when a being loaded DLL calls CoRegisterClassObject from its DLL_PROCESS_ATTACH handler.
|
2013-02-08 12:07:48 +01:00 |
Alexandre Julliard
|
e089295f75
|
ole32: Fix wrap-around bug in tick count comparison.
|
2013-01-24 15:15:25 +01:00 |
Eric Pouech
|
d1ccbceb4d
|
Various background processes must be launched detached from current console (if any).
|
2013-01-16 14:02:55 +01:00 |
Francois Gouget
|
f963f93964
|
Assorted spelling fixes.
|
2013-01-07 11:10:40 +01:00 |
Andrew Talbot
|
fa96beb5c4
|
ole32: Indentation fix.
|
2012-12-19 12:54:41 +01:00 |
Jacek Caban
|
4eb769451e
|
ole32: Added IMoniker::BindToStorage proxy/stub implementation.
|
2012-12-13 18:39:02 +01:00 |
Alexandre Julliard
|
a283b986c7
|
ole32: Limit the number of messages processed at once in CoWaitForMultipleObjects.
|
2012-12-12 14:06:46 +01:00 |
Qian Hong
|
9b90ea557b
|
ole32: Fix OleDraw() with NULL pUnk.
|
2012-12-06 22:52:15 +01:00 |
Frédéric Delanoy
|
8ddb00b22b
|
ole32: Fix some leaks (coverity).
|
2012-11-27 19:45:37 +01:00 |
Frédéric Delanoy
|
02da0411e1
|
ole32: Add helper for string table memory freeing.
|
2012-11-27 19:45:37 +01:00 |
Hans Leidekker
|
7895eae15b
|
ole32: Convert the remaining RegCreateKey and RegOpenKey calls to the wrappers.
|
2012-11-26 16:59:22 +01:00 |
Hans Leidekker
|
a82c49028d
|
ole32: Use wrappers around NT functions to access the registry in CoGetPSClsid.
|
2012-11-26 16:59:17 +01:00 |
Nikolay Sivov
|
6a8b4f11a8
|
ole32: Fix OleDraw() regarding passed rectangle handling.
|
2012-11-26 11:57:04 +01:00 |
Hans Leidekker
|
479b7bcf60
|
ole32/tests: Add a test to show that CoGetPSClsid is not affected by an override of HKEY_CLASSES_ROOT.
|
2012-11-22 17:35:30 +01:00 |
Frédéric Delanoy
|
3cdd1abd09
|
ole32: Avoid erroneously freeing a variable in ReadFmtUserTypeStg.
|
2012-11-12 12:14:48 +01:00 |
Frédéric Delanoy
|
780228b6ca
|
ole32: Fix some leaks (coverity).
|
2012-11-09 11:56:18 +01:00 |
Tatyana Fokina
|
9d4fcaf2bb
|
ole32: Removed unused parametrs keyname and valuename in COM_RegReadPath.
|
2012-11-05 11:41:29 +01:00 |
Michael Stefaniuc
|
470ad72b05
|
ole32/tests: Fix a memleak on an error path (Smatch).
|
2012-10-31 16:12:27 +01:00 |
André Hentschel
|
fbe682a22a
|
ole32: Don't leak memory allocated by ProgIDFromCLSID (coverity).
|
2012-10-29 10:40:32 +01:00 |
André Hentschel
|
c223354912
|
ole32: Don't leak memory allocated by FileMonikerImpl_DecomposePath (coverity).
|
2012-10-29 10:39:42 +01:00 |
André Hentschel
|
7c381e59c4
|
ole32: Don't leak memory allocated by enumx_allocate (coverity).
|
2012-10-29 10:35:40 +01:00 |
Nikolay Sivov
|
90407224d0
|
ole32: Cleanup IClientSecurity interface of a proxy manager.
|
2012-10-16 11:37:28 +02:00 |
Nikolay Sivov
|
21a04f5621
|
ole32: Cleanup IMarshal interface of proxy manager.
|
2012-10-16 11:37:20 +02:00 |
Nikolay Sivov
|
ba4b88bc00
|
ole32: Cleanup IMultiQI interface of proxy manager.
|
2012-10-15 15:25:36 +02:00 |
Nikolay Sivov
|
0b5c0855be
|
ole32: Store destination context and context data in server channel.
|
2012-10-15 15:25:34 +02:00 |
Nikolay Sivov
|
3099a25464
|
ole32: Store destination context data in channel buffer.
|
2012-10-15 15:25:31 +02:00 |