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