- 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
- b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
- bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
- 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
- 2da6570 pdh: Implement and test PdhGetDllVersion. by Andrew Nguyen · 15 years ago
- 960c208 pdh: Add a stub implementation of PdhSetDefaultRealTimeDataSource. by Hans Leidekker · 15 years ago
- 12da91b pdh: Add stubs for PdhExpandWildCardPathA/W. by Austin English · 15 years ago
- 9e39e8a pdh: Return correct error on allocation failure. by Joris Huizer · 16 years ago
- 754b97c pdh: Implement PdhMakeCounterPathA/W. by Hans Leidekker · 16 years ago
- cb82976 pdh: Add stub for EdhEnumObjectItemsA/W. by Ricardo Filipe · 16 years ago
- 6c59a15 pdh: Fix two tests that fail on win2k3. by James Hawkins · 17 years ago
- 4800089 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. by Rob Shearman · 17 years ago
- c0700ee pdh: Pass parameters through to PdhLookupPerfIndexByNameW for checking. by Jeff Latimer · 17 years ago
- 75adca5 pdh: Remove unnecessary test done in PdhLookupPerfNameByIndexW. by Jeff Latimer · 17 years ago
- 33c386f pdh: Check for size > 0 but no buffer. by Jeff Latimer · 17 years ago
- 52f03de pdh/tests: Add test for size > 0 but no buffer. by Jeff Latimer · 17 years ago
- 22aed32 pdh: Fixed wrong condition. by Marcus Meissner · 17 years ago
- 2c80b9d pdh: Rename the wrappers around HeapAlloc() &Co to use the standard names. by Michael Stefaniuc · 17 years ago
- 9a51ac7 pdh: Make two tests pass on Vista. by Hans Leidekker · 17 years ago
- fcb8e3b pdh: Remove or fix tests that fail on Windows. by Hans Leidekker · 17 years ago
- 9056049 pdh: Fix two missing LeaveCriticalSection() on error paths. by Michael Stefaniuc · 17 years ago
- 55d274d pdh: Fix a couple of race conditions in the thread handling. by Alexandre Julliard · 17 years ago
- 63a8755 pdh/tests: Fix compilation on systems that don't support nameless unions. by Francois Gouget · 17 years ago
- b591539 pdh: Removed superflous NULL ptr check. by Marcus Meissner · 18 years ago
- 290869b pdh: Skip tests when running on non-english locale. by Hans Leidekker · 18 years ago
- cf8b16b pdh: Fix parameter handling in PdhAddEnglishCounter{A, W} and PdhCollectQueryDataWithTime. by Hans Leidekker · 18 years ago
- a83509c pdh: Implement PdhCalculateCounterFromRawValue. by Hans Leidekker · 18 years ago
- 0389ec6 pdh: Implement and test PdhCollectQueryDataEx. by Hans Leidekker · 18 years ago
- 2f80bc0 pdh: Serialize access to performance counters and queries. by Hans Leidekker · 18 years ago
- 9209582 pdh: Add tests for PdhValidatePath{, Ex}{A, W}. by Hans Leidekker · 18 years ago
- 504e7c2 pdh: Implement PdhValidatePath{, Ex}{A, W}. by Hans Leidekker · 18 years ago
- e50f16e pdh/tests: Add missing '\n' to ok() calls. by Francois Gouget · 18 years ago
- 1cec4e3 pdh: Implement and test PdhAddEnglishCounter{A, W} and PdhCollectQueryDataWithTime. by Hans Leidekker · 18 years ago
- 0fbb461 pdh: Implement and test PdhLookupPerfIndexByName{A, W} and PdhLookupPerfNameByIndex{A, W}. by Hans Leidekker · 18 years ago
- 75a9146 pdh: Add more tests and make them pass. by Hans Leidekker · 18 years ago
- d95aa67 pdh: Add a stub processor time counter. by Hans Leidekker · 18 years ago
- 0b33ef2 pdh: Forward PdhOpenQuery to PdhOpenQueryW. by Vitaliy Margolen · 18 years ago
- b2b4048 pdh: Fix two typos. by Hans Leidekker · 18 years ago
- e1125c4 pdh: Use GetTickCount64 instead of GetTickCount. by Hans Leidekker · 18 years ago
- 3ea31cb pdh: Implement and test PdhGetCounterInfo{A, W} and PdhGetCounterTimeBase. by Hans Leidekker · 18 years ago
- 754ac8c pdh: Implement and test PdhGetRawCounterValue. by Hans Leidekker · 18 years ago
- 0d516c5 pdh: Implement and test PdhSetCounterScaleFactor and PdhGetFormattedCounterValue. by Hans Leidekker · 18 years ago
- 5dfc2ea pdh: Add tests for Pdh{Add, Remove}Counter and PdhCollectQueryData. by Hans Leidekker · 18 years ago
- bdb218a pdh: Add an uptime counter source based on GetTickCount. by Hans Leidekker · 18 years ago
- 0a6f687 pdh: Add tests for opening and closing queries. by Hans Leidekker · 18 years ago
- 4727bec pdh: Implement PdhCollectQueryData. by Hans Leidekker · 18 years ago
- 0718c11 pdh: Implement PdhAddCounter{A, W} and PdhRemoveCounter. by Hans Leidekker · 18 years ago
- 3f1142e pdh: Implement PdhOpenQuery{A, W} and PdhCloseQuery. by Hans Leidekker · 18 years ago
- 41f15a7 pdh: Stub implementation of pdh.dll. by Andrey Turkin · 18 years ago