Austin English
|
99d9e0f6b2
|
shell32: Trace APPBARDATA struct members based on message type (Valgrind).
|
2011-02-14 12:30:52 +01:00 |
Ken Thomases
|
d52f95cec8
|
iphlpapi: Enable non-privileged ICMP (ping) on Mac OS X.
|
2011-02-14 12:29:18 +01:00 |
Ken Thomases
|
e814147b12
|
user32: Remove wrong parameter name from comment.
Spotted by Peter Oberndorfer.
|
2011-02-14 12:29:05 +01:00 |
Detlef Riekenberg
|
58a95780fb
|
mshtml/tests: Fix a typo.
|
2011-02-14 12:28:21 +01:00 |
Detlef Riekenberg
|
1c2183a85a
|
msi/tests: Fix a typo.
|
2011-02-14 12:28:17 +01:00 |
Detlef Riekenberg
|
14fc2eff44
|
winspool: Do not mark AddPrinterA as stub.
|
2011-02-14 12:28:08 +01:00 |
Austin English
|
1091ceef7b
|
mshtml/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:54 +01:00 |
Austin English
|
746e8b237e
|
mshtml/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:46 +01:00 |
Austin English
|
2811f68e92
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 12:27:33 +01:00 |
Austin English
|
3c69f657fb
|
shell32/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:26 +01:00 |
Austin English
|
8a3294e8b6
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 12:27:19 +01:00 |
Austin English
|
c2671133dd
|
shell32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-14 12:27:10 +01:00 |
Austin English
|
df846e89eb
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 12:26:51 +01:00 |
Austin English
|
d6cd0e999e
|
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-14 12:26:45 +01:00 |
Austin English
|
75f8de0d4f
|
shell32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-14 12:26:33 +01:00 |
Rico Schüller
|
cacff4b3a0
|
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDescByName().
|
2011-02-14 12:26:08 +01:00 |
Rico Schüller
|
162233eb63
|
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDesc().
|
2011-02-14 12:26:04 +01:00 |
Rico Schüller
|
5ad824a178
|
d3dcompiler: Parse bound resources.
|
2011-02-14 12:26:00 +01:00 |
Juan Lang
|
9e6de30f8f
|
crypt32: Don't attempt to find the length of a NULL string (valgrind).
|
2011-02-11 17:42:17 +01:00 |
Juan Lang
|
8e479f7803
|
rsaenh: Disallow deriving schannel encryption keys before setting the encryption algorithm.
|
2011-02-11 17:42:01 +01:00 |
Juan Lang
|
ea43c5989c
|
rsaenh: Disallow creating schannel master hashes before setting the client random and server random.
|
2011-02-11 17:41:57 +01:00 |
Juan Lang
|
b0ae8ca7c7
|
rsaenh/tests: Test errors creating schannel keys and hashes before parameters are set.
|
2011-02-11 17:41:51 +01:00 |
Peter Urbanec
|
766e732fb3
|
d3d9/tests: Use primary monitor screen size to perform tests.
|
2011-02-11 17:40:39 +01:00 |
Peter Urbanec
|
a02195a148
|
d3d8/tests: Use primary monitor screen size to perform tests.
|
2011-02-11 17:40:37 +01:00 |
André Hentschel
|
a41ed6860f
|
urlmon/tests: Mark unavailable InternetZoneManagerEx2 as broken.
|
2011-02-11 17:39:49 +01:00 |
Huw Davies
|
9e0e3a73d2
|
oleaut32: Implement proxy / stub for ITypeLib2_GetDocumentation2.
|
2011-02-11 14:52:49 +01:00 |
Huw Davies
|
afeaaf3787
|
oleaut32: Implement proxy / stub for ITypeLib_GetDocumentation.
|
2011-02-11 14:52:45 +01:00 |
Huw Davies
|
1260bc8892
|
oleaut32: Implement proxy / stub for ITypeInfo2_GetDocumentation2.
|
2011-02-11 14:52:41 +01:00 |
Huw Davies
|
7cdc8bb418
|
oleaut32: Implement proxy / stub for ITypeInfo_GetDllEntry.
|
2011-02-11 14:52:36 +01:00 |
Austin English
|
39ef0b9d12
|
ntdll/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-11 14:50:17 +01:00 |
Austin English
|
92f48ef6ec
|
shlwapi/tests: Remove useless assignments (LLVM/Clang).
|
2011-02-11 14:49:54 +01:00 |
Austin English
|
1c659a5509
|
secur32/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-11 14:49:41 +01:00 |
Austin English
|
39d5a90806
|
kernel32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-11 14:49:23 +01:00 |
Austin English
|
e330380a6b
|
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:48:46 +01:00 |
Austin English
|
8b7904d78d
|
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:48:29 +01:00 |
Austin English
|
27dd864f63
|
msi/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-11 14:48:19 +01:00 |
Austin English
|
5e92277f97
|
msi/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:48:11 +01:00 |
Austin English
|
641d74845d
|
crypt32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-11 14:47:54 +01:00 |
Austin English
|
29b5aab026
|
crypt32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-11 14:47:47 +01:00 |
Austin English
|
c6301aec11
|
crypt32/tests: Don't check return values inside of if(0) (LLVM/Clang).
|
2011-02-11 14:47:38 +01:00 |
Austin English
|
f6364bf970
|
crypt32/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-11 14:47:15 +01:00 |
Austin English
|
4d5293bd81
|
crypt32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-11 14:47:09 +01:00 |
Juan Lang
|
2910cf9660
|
crypt32: Allow updating data messages with no content.
|
2011-02-11 14:46:37 +01:00 |
Juan Lang
|
07297ea9d0
|
crypt32/tests: In more recent Windows versions, updating a data message with no content succeeds.
|
2011-02-11 14:46:32 +01:00 |
Juan Lang
|
14626a7804
|
crypt32/tests: Update a CryptMsgUpdate call to succeed on more Windows versions, and check its return value (Clang).
|
2011-02-11 14:46:24 +01:00 |
Alexander Kochetkov
|
ecde55b757
|
wineps.drv: All map modes should have inverted y-transforms.
|
2011-02-10 10:28:02 -06:00 |
Juan Lang
|
4325d75d5d
|
wintrust/tests: Fix a leak (valgrind).
|
2011-02-10 10:28:02 -06:00 |
Jacek Caban
|
e1e83bc58d
|
appwiz.cpl: Added support for installing packages from MSI files.
|
2011-02-10 10:28:01 -06:00 |
Hans Leidekker
|
92b5b3fd8c
|
msi: Preserve existing advertise strings in the PublishComponents action.
|
2011-02-10 10:28:01 -06:00 |
Hans Leidekker
|
ba9f1f770a
|
msi: Get rid of msi_component_set_state and msi_feature_set_state.
|
2011-02-10 10:28:01 -06:00 |