Francois Gouget
|
809b6aeab2
|
ole32: Fix StorageImpl_LockRegionSync() to actually wait between locking attempts.
|
2014-06-17 10:37:52 +02:00 |
Vincent Povirk
|
a270ed90ad
|
ole32: Add tests for STGC_OVERWRITE.
|
2014-06-16 09:28:45 +02:00 |
Andrew Eikum
|
c2089cbd0d
|
ole32: Respect TreatAs in CoCreateInstance.
|
2014-06-16 09:28:38 +02:00 |
Andrew Eikum
|
42f5118570
|
ole32: Implement CoTreatAsClass for classes without AutoTreatAs.
|
2014-06-16 09:28:29 +02:00 |
Andrew Eikum
|
e9533ca85a
|
ole32: Fix return type.
|
2014-06-13 16:22:28 +02:00 |
Andrew Eikum
|
f02c0ae656
|
ole32: Fix return value logging.
|
2014-06-13 16:22:20 +02:00 |
Guillaume Charifi
|
216b24527d
|
ole32: CoCreateGuid returns E_INVALIDARG on null-GUID.
|
2014-06-12 18:23:33 +02:00 |
Vincent Povirk
|
8107955273
|
ole32: Support storage files larger than 4 GB.
|
2014-06-12 13:19:04 +02:00 |
Vincent Povirk
|
d32abd7726
|
ole32: Don't store file size in FileLockBytesImpl.
|
2014-06-11 13:06:00 +02:00 |
Vincent Povirk
|
d89d43648f
|
ole32: Invalidate all caches when the transaction sig changes.
|
2014-05-21 10:19:57 +02:00 |
Vincent Povirk
|
77e3de5828
|
ole32: Use a snapshot file when sharing storages for writing.
|
2014-05-21 10:19:51 +02:00 |
Vincent Povirk
|
b3e26be0cb
|
ole32: STGM_NOSNAPSHOT implies deny write.
|
2014-05-12 10:48:14 +02:00 |
Vincent Povirk
|
cf75c5368b
|
ole32: Use real blocking operations for storage locking when possible.
|
2014-05-09 14:16:12 +02:00 |
Vincent Povirk
|
45dd716e4e
|
ole32: Warn in cases where we might corrupt storage files.
|
2014-05-09 14:16:08 +02:00 |
Vincent Povirk
|
4f0d36d9a0
|
ole32: Initial implementation of transaction locking.
|
2014-05-05 10:53:41 +02:00 |
Vincent Povirk
|
b4ade51a84
|
ole32: Accept STGM_TRANSACTED with no share mode specified.
|
2014-05-05 10:53:38 +02:00 |
Vincent Povirk
|
6417a277cf
|
ole32: Map STGM_SHARE_EXCLUSIVE to FILE_SHARE_READ.
|
2014-05-05 10:53:35 +02:00 |
Vincent Povirk
|
04735d6f39
|
ole32: Use share modes when creating storage files.
|
2014-05-05 10:53:30 +02:00 |
Vincent Povirk
|
a60d41d70a
|
ole32: Use symbolic names for range lock offsets.
|
2014-05-05 10:53:27 +02:00 |
Francois Gouget
|
3d70f86fe2
|
ole32/tests: Add a trailing '\n' to an ok() call.
|
2014-05-02 17:15:24 +02:00 |
Huw Davies
|
dcfd901c83
|
ole32/tests: Fix win8 test failures.
|
2014-05-01 16:32:09 +02:00 |
Frédéric Delanoy
|
2e5cb7aac8
|
Assorted spelling/grammar fixes.
|
2014-04-30 18:34:20 +02:00 |
Vincent Povirk
|
65887802c5
|
ole32: Initial storage file locking implementation.
|
2014-04-29 11:26:51 +02:00 |
Vincent Povirk
|
e6c58c74ad
|
ole32: Reserve the range lock sector.
|
2014-04-29 11:26:47 +02:00 |
Vincent Povirk
|
a00f43d7e0
|
ole32/tests: Add tests for sharing storages in transacted mode.
|
2014-04-29 11:26:33 +02:00 |
Vincent Povirk
|
b8c60aaeec
|
ole32/tests: Add tests for storage locking.
|
2014-04-29 11:25:55 +02:00 |
Dmitry Timoshkov
|
5356c945cd
|
ole32: Add support for VT_DISPATCH/VT_UNKNOWN to PropVariantClear and PropVariantCopy.
|
2014-04-21 11:09:53 +02:00 |
Dmitry Timoshkov
|
f9c40c37cd
|
ole32: If number of VT_VECTOR elements is 0 there is no need to allocate memory.
|
2014-04-18 13:09:19 +02:00 |
Dmitry Timoshkov
|
d68c13a894
|
ole32/tests: Add some tests for PropVariantCopy.
|
2014-04-18 13:09:11 +02:00 |
Dmitry Timoshkov
|
5e7251b937
|
ole32: Revert part of 3cb0c81336 .
VT_INT|VT_VECTOR and VT_UINT|VT_VECTOR are not supposed to be supported
by PropVariantClear and PropVariantCopy.
|
2014-04-18 13:08:59 +02:00 |
Dmitry Timoshkov
|
f35078ee40
|
ole32/tests: Fix crashes in PropVariantClear tests under win64.
|
2014-04-18 13:08:57 +02:00 |
Dmitry Timoshkov
|
ccefbee73b
|
ole32/tests: Fix crashes in PropVariantClear tests under win2000 and XP.
|
2014-04-17 10:44:55 +02:00 |
Dmitry Timoshkov
|
0946c154fa
|
ole32: PropVariantClear should always reset contents of the passed in PROPVARIANT.
|
2014-04-16 10:55:07 +02:00 |
Dmitry Timoshkov
|
7de7fc653b
|
ole32/tests: Add more tests for PropVariantClear.
|
2014-04-16 10:54:54 +02:00 |
Dmitry Timoshkov
|
3cb0c81336
|
ole32: Add support for VT_INT/VT_UINT to PropVariantClear and PropVariantCopy.
|
2014-04-16 10:54:48 +02:00 |
Piotr Caban
|
2fbbe143be
|
ole32: Add more SetConvertStg amd WriteFmtUserTypeStg tests.
|
2014-04-07 19:06:42 +02:00 |
Piotr Caban
|
0d4c693a7b
|
ole32: Add OleDoAutoConvert implementation.
|
2014-04-07 19:06:39 +02:00 |
Piotr Caban
|
2db5418e02
|
ole32: Get CLSID from IStorage object in WriteFmtUserTypeStg.
|
2014-04-07 19:06:36 +02:00 |
Piotr Caban
|
046d7c6d42
|
ole32: Try to open 1Ole stream before trying to create it in SetConvertStg function.
|
2014-04-07 19:06:33 +02:00 |
Piotr Caban
|
f83d24d4f7
|
ole32: Don't write empty CLIPFORMAT in WriteFmtUserTypeStg.
|
2014-04-07 19:06:28 +02:00 |
Piotr Caban
|
306e98425b
|
ole32: Null terminate strings in STREAM_ReadString function.
|
2014-04-07 19:06:26 +02:00 |
Nikolay Sivov
|
4768ac4413
|
ole32: Fix leaks on error paths (Coverity).
|
2014-03-25 10:56:35 +01:00 |
Nikolay Sivov
|
43b5f46fcd
|
ole32: Fix some leaks on early returns (Coverity).
|
2014-03-25 10:56:29 +01:00 |
Piotr Caban
|
770213e16c
|
ole32: Update reference counter of returned moniker in CreateGenericComposite.
|
2014-03-10 19:13:56 +01:00 |
Vincent Povirk
|
2e384c4f95
|
ole32: Use pstgPriority if specified in StgOpenStorage.
|
2014-03-05 11:48:57 +01:00 |
Daniel Lehman
|
cdc03fa9b8
|
ole32: Make some COM functions hot-patchable.
|
2014-03-05 11:48:13 +01:00 |
Piotr Caban
|
9f9fb6b7f1
|
ole32/tests: Fix DoDragDrop tests.
|
2014-03-04 11:50:50 +01:00 |
Stefan Dösinger
|
97569e4e4a
|
ole32: Make CoCreateInstance hookable for Steam.
|
2014-03-03 17:46:47 +01:00 |
Piotr Caban
|
6d1ab7fa16
|
ole32: Add more DoDragDrop tests.
|
2014-03-03 17:02:35 +01:00 |
Piotr Caban
|
efbd52983a
|
ole32: Fix DROPEFFECT value in OLEDD_TrackStateChange.
|
2014-03-03 17:02:33 +01:00 |
Piotr Caban
|
68d3a136f6
|
ole32: Merge OLEDD_TrackMouseMove and OLEDD_TrackStateChange functions.
|
2014-03-03 17:02:32 +01:00 |
Piotr Caban
|
bc2c6d39a6
|
ole32: Change DoDragDrop return value on IDropTarget::Drop call.
|
2014-03-03 17:02:31 +01:00 |
Nikolay Sivov
|
ffcced0f39
|
ole32/tests: Handle context generation failure better.
|
2014-02-20 11:20:00 +01:00 |
Frédéric Delanoy
|
a0c258460b
|
ole32/tests: Use wine_dbgstr_guid for printing GUIDs.
|
2014-02-12 19:15:21 +01:00 |
Nikolay Sivov
|
e593c3068c
|
ole32: Remove ERR() output that's not really helpful.
|
2014-02-11 19:19:13 +01:00 |
Nikolay Sivov
|
747c649d99
|
ole32: Use precomposed table for GUID from string conversion.
|
2014-02-11 19:19:13 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Nikolay Sivov
|
cdd932a060
|
ole32: Separate IIDFromString() for CLSIDFromString(), fix corner cases and return values.
|
2014-02-10 10:42:57 +01:00 |
Nikolay Sivov
|
d1c4871012
|
ole32: Use CoTaskMemAlloc() instead of IMalloc directly.
|
2014-02-10 10:42:29 +01:00 |
Nikolay Sivov
|
62d9b5a0e0
|
ole32: Implement CoGetInstanceFromIStorage().
|
2014-02-07 11:05:14 +01:00 |
Nikolay Sivov
|
35f218c39e
|
ole32: Implement CoGetInstanceFromFile().
|
2014-02-06 17:08:14 +01:00 |
André Hentschel
|
b1fed4e9f1
|
ole32: Use boolean return value in boolean function.
|
2014-01-29 17:29:05 +01:00 |
Frédéric Delanoy
|
86a9e6a366
|
ole32/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-01-29 14:50:52 +01:00 |
Alexandre Julliard
|
0d533cf0bd
|
makefiles: Allow define arguments to be specific to a single file.
|
2014-01-07 12:20:25 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Alexandre Julliard
|
1adaad4c89
|
makefiles: Remove no longer needed dlldata.o and testlist.o extra objects.
|
2013-12-31 19:05:12 +01:00 |
Alexandre Julliard
|
d08ff3ff19
|
makefiles: Use a single variable for all types of idl files.
|
2013-12-31 18:15:17 +01:00 |
Nikolay Sivov
|
f041c2c554
|
ole32: Call moniker methods with proper wrappers.
|
2013-12-31 12:27:05 +01:00 |
Frédéric Delanoy
|
43d05cc59e
|
ole32/tests: Constify some character strings.
|
2013-12-27 14:31:53 +01:00 |
Nikolay Sivov
|
5f66fb4feb
|
ole32: Fix a memory leak caused by copy/pasted fragment (Coverity).
|
2013-12-09 11:42:53 +01:00 |
Nikolay Sivov
|
b968c9c542
|
ole32: Fix refcount of returned enumeration instances.
|
2013-12-06 13:15:22 +01:00 |
Nikolay Sivov
|
aeb35b20ec
|
ole32: Store categories with offset so it's possible to copy them directly.
|
2013-12-06 13:15:19 +01:00 |
Nikolay Sivov
|
4de8d4b0ba
|
ole32: Use private define for char length of GUID string representation.
|
2013-12-06 13:15:15 +01:00 |
Nikolay Sivov
|
03f2b6e989
|
ole32: COM cleanup of IEnumGUID implementations.
|
2013-12-06 13:15:11 +01:00 |
Nikolay Sivov
|
a6944484a4
|
ole32: Explicitly check for S_OK.
|
2013-12-05 12:40:55 +01:00 |
Nikolay Sivov
|
97ec8b0150
|
ole32: Use existing code to return IMarshal from CoGetStandardMarshal().
|
2013-12-05 12:40:55 +01:00 |
Nikolay Sivov
|
d52f18da8e
|
ole32: COM cleanup for StdMarshal.
|
2013-12-05 12:40:55 +01:00 |
Nikolay Sivov
|
3b6d06e33c
|
ole32: Trace library path to be added to list.
|
2013-12-04 11:07:29 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
André Hentschel
|
04f5160c93
|
ole32/tests: Don't crash when StgOpenStorage fails.
|
2013-11-27 10:53:47 +01:00 |
Frédéric Delanoy
|
57d7f74d34
|
Assorted spelling fixes.
|
2013-11-21 19:44:46 +01:00 |
Frédéric Delanoy
|
37abf45e6c
|
ole32: Use BOOL type where appropriate.
|
2013-11-20 11:25:55 +01:00 |
Nikolay Sivov
|
d0bf7f4eaf
|
ole32: Added activation context support for OleRegGetMiscStatus().
|
2013-11-11 20:56:20 +01:00 |
Alexandre Julliard
|
c7803b885b
|
makefiles: Add makedep pragmas for registration idl files.
|
2013-11-05 20:38:18 +01:00 |
Alexandre Julliard
|
074f30b9e3
|
makefiles: Add makedep pragmas for proxy idl files.
|
2013-11-05 20:38:18 +01:00 |
Alexandre Julliard
|
c3a48aab20
|
makefiles: Add makedep pragmas for client and server idl files.
|
2013-11-05 20:38:18 +01:00 |
Nikolay Sivov
|
cd6e41dd9a
|
ole32: Use real object CLSID when creating instance from context info.
|
2013-11-01 14:17:55 +01:00 |
Frédéric Delanoy
|
4473ce4db9
|
Assorted spelling fixes.
|
2013-10-30 09:46:27 +01:00 |
Nikolay Sivov
|
0af3bd8365
|
ole32: Support activation context in CLSIDFromProgID().
|
2013-10-25 11:12:31 +02:00 |
Nikolay Sivov
|
f96631e110
|
ole32: Add a helper to map ProgID to CLSID using registry.
|
2013-10-25 11:12:27 +02:00 |
Huw Davies
|
5077fc895f
|
ole32: If an object exposes IExternalConnection then don't take down the stub manager if we have remaining weak refs in a call that would otherwise ignore them.
|
2013-10-24 19:01:57 +02:00 |
Huw Davies
|
1864db2faa
|
ole32: Call IExternalConnection_ReleaseConnection with the correct final parameter.
|
2013-10-24 19:01:57 +02:00 |
Huw Davies
|
8235b55917
|
ole32: When releasing marshal data of a normal ref ignore any remaining weak refs.
|
2013-10-24 19:01:56 +02:00 |
Huw Davies
|
17d81e0987
|
ole32/tests: Add some tests for CoReleaseMarshalData with a combination of normal and weak marshals.
|
2013-10-24 19:01:56 +02:00 |
Huw Davies
|
61fb28de3f
|
ole32/tests: Make the two reference marshalling thread more generic.
|
2013-10-24 19:01:56 +02:00 |
Huw Davies
|
14a879085e
|
ole32/tests: Extend the lifecycle tests to objects which expose IExternalConnection.
|
2013-10-24 19:01:56 +02:00 |
Nikolay Sivov
|
03dbbe2103
|
ole32: Support activation context in ProgIDFromCLSID().
|
2013-10-22 16:37:41 +02:00 |
Nikolay Sivov
|
e02b1687aa
|
ole32: Support activation context redirection in CoGetPSClsid().
|
2013-10-22 16:37:40 +02:00 |
Nikolay Sivov
|
af93b53082
|
ole32: Support registration-free COM in CoGetClassObject().
|
2013-10-21 20:23:55 +02:00 |