1. 01a7cbf crypt32: Accept end certificates with no extended key usage extension if a particular key usage is requested. by Juan Lang · 15 years ago
  2. 350cdd2 msi/tests: Remove some barriers to running msi tests in parallel. by Chris Schafer · 15 years ago
  3. dec7dda advapi32/tests: Fix memory leaks in tests. by Juan Lang · 15 years ago
  4. 04a2102 oleaut32: Use wire sizes for marshaled safe arrays of bstrs and variants; fixes a test failure on win64. by Jeremy White · 15 years ago
  5. 5284baa oleaut32/tests: Check the actual size of safe arrays marshaled, not just projected size. by Jeremy White · 15 years ago
  6. 6401720 oleaut32/tests: Avoid a memory leak; spotted by Valgrind. by Jeremy White · 15 years ago
  7. 02657699 oleaut32: Fix double-free in tests. by Huw Davies · 15 years ago
  8. 7f9d5aa oleaut32/tests: Fix a couple of leaks in tests. by Nikolay Sivov · 15 years ago
  9. 3635bbb shlwapi: Ordinal 196 is SHVerbExistsNA not DnsRecordSetCompare. by Aric Stewart · 15 years ago
  10. 9233215 shell32/tests: Fix a test failure on a default Windows 7 system. by Paul Vriens · 15 years ago
  11. 1d4fcc0 gdi32: Implement WineEngGetCharABCWidthsFloat and forward GetCharABCWidthsFloat to it. by Hans Leidekker · 15 years ago
  12. d3f20ec shdocvw: Fix test for non-english IE MUI. by Alistair Leslie-Hughes · 15 years ago
  13. 957281a dxdiagn: Initialize a structure size member before calling EnumDisplayDevicesW. by Andrew Nguyen · 15 years ago
  14. 50833f0 msi: Wine fails the test and passes us a Session object back, so free it in this case. by James Hawkins · 15 years ago
  15. e38c36a msi: Refactor the Installer.RelatedProducts method into InstallerImpl_RelatedProducts. by James Hawkins · 15 years ago
  16. 105933f msi: Refactor the Installer.Products method into InstallerImpl_Products. by James Hawkins · 15 years ago
  17. 9f09d47 msi: Refactor the Installer.ProductInfo method into InstallerImpl_ProductInfo. by James Hawkins · 15 years ago
  18. fd2884a msi: Refactor the Installer.ProductState method into InstallerImpl_ProductState. by James Hawkins · 15 years ago
  19. 11b4fe7 msi: Refactor the Installer.RegistryValue method into InstallerImpl_RegistryValue. by James Hawkins · 15 years ago
  20. 138d5f1 msi: Refactor the Installer.Version method into InstallerImpl_Version. by James Hawkins · 15 years ago
  21. 96c480b msi: Refactor the Installer.InstallProduct method into InstallerImpl_InstallProduct. by James Hawkins · 15 years ago
  22. 851e477 msi: Refactor the remaining Installer object stub methods into respective functions. by James Hawkins · 15 years ago
  23. dc08897 msi: Refactor the Installer.UILevel method into InstallerImpl_UILevel. by James Hawkins · 15 years ago
  24. 18ba830 msi: Refactor the Installer.SummaryInformation method to InstallerImpl_SummaryInformation. by James Hawkins · 15 years ago
  25. 554e131 msi: Refactor Installer.OpenProduct and Installer.OpenDatabase into respective functions. by James Hawkins · 15 years ago
  26. b33d47e msi: Refactor the Installer.OpenPackage method into InstallerImpl_OpenPackage. by James Hawkins · 15 years ago
  27. b73389b msi: Refactor the Installer.CreateRecord method into InstallerImpl_CreateRecord. by James Hawkins · 15 years ago
  28. ae58e29 msi: Stub out a few more Installer object methods. by James Hawkins · 15 years ago
  29. 9ab7d9e msi: Close the original record before copying new data into it. by James Hawkins · 15 years ago
  30. a44b653 msi: Fix a handle leak in the record tests. by James Hawkins · 15 years ago
  31. 6891b96 dmloader: pObject NULL checks are not necessary (Coverity). by Marcus Meissner · 15 years ago
  32. 9815898 dmime: Actually get a pCLSID stream before using it (Coverity). by Marcus Meissner · 15 years ago
  33. aaff57d jscript: Fixed uninitialized usage of i (Coverity). by Marcus Meissner · 15 years ago
  34. 3ff33e9 ole32: Implement Revert for transacted storage objects. by Vincent Povirk · 15 years ago
  35. 226363f ole32: Implement transacted storage. by Vincent Povirk · 15 years ago
  36. d799f7e ole32: Add a stub transacted storage type. by Vincent Povirk · 15 years ago
  37. 4214220 ole32: Add Invalidate to the storage vtable. by Vincent Povirk · 15 years ago
  38. 75fe621 ole32: Create internal storage objects with a refcount of 1. by Vincent Povirk · 15 years ago
  39. cb076db wined3d: Move IWineD3DDeviceImpl_RestoreWindow() to swapchain.c. by Henri Verbeet · 15 years ago
  40. 542590c wined3d: Move IWineD3DDeviceImpl_SetupFullscreenWindow() to swapchain.c. by Henri Verbeet · 15 years ago
  41. a9f2613 wined3d: Add a separate function for swapchain initialization. by Henri Verbeet · 15 years ago
  42. 75ef50e wined3d: Correctly calculate the extended style in IWineD3DDeviceImpl_RestoreWindow(). by Henri Verbeet · 15 years ago
  43. 840b5af wined3d: Properly invalidate the context's draw buffer in color_fill_fbo(). by Henri Verbeet · 15 years ago
  44. 23cea50 shlwapi/tests: Testing framework and IConnection point tests. by Aric Stewart · 15 years ago
  45. deef2c5 shlwapi: Release rgcd.pUnk returned by enumeration. by Aric Stewart · 15 years ago
  46. ec2a78c shlwapi: DISPPARAMS on Invoke are never NULL. by Aric Stewart · 15 years ago
  47. 3dbc0b0 shlwapi: Failure in IConnectionPoint_GetConnectionInterface does not prevent Invoking. by Aric Stewart · 15 years ago
  48. 56d1a7c shlwapi: Rename ConnectToConnectionPoint bAdviseOnly to fConnect as MSDN. by Aric Stewart · 15 years ago
  49. 7a610a9 crypt32: Fix CertAddCTLContextToStore for CERT_STORE_ADD_USE_EXISTING add disposition. by Juan Lang · 15 years ago
  50. c7609f3 crypt32: Fix CertAddCRLContextToStore for CERT_STORE_ADD_USE_EXISTING add disposition. by Juan Lang · 15 years ago
  51. 0444cd9 crypt32: Don't dereference an output pointer which may be NULL. by Juan Lang · 15 years ago
  52. 1740d9f crypt32: Trace chain final error status. by Juan Lang · 15 years ago
  53. 1d0e02b comctl32/tests: Fix a test failure on older comctl32. by Paul Vriens · 15 years ago
  54. a9a3a8e mmdevapi: Add initial mmdevapi dll. by Maarten Lankhorst · 15 years ago
  55. b474649 dsound: Only initialize one guid for capture and renderer. by Maarten Lankhorst · 15 years ago
  56. 891d025 dbghelp: Fix an invalid pointer cast. by Alexandre Julliard · 15 years ago
  57. 7f88738 dbghelp: Moved addr_to_linear() to stack.c. by Alexandre Julliard · 15 years ago
  58. 0f0d92b ddraw/tests: Fix some test failures on Vista+. by Paul Vriens · 15 years ago
  59. 355818a ws2_32: Return the full list of local IP addresses when gethostbyname() is called on the local hostname. by Erich Hoover · 15 years ago
  60. f9f9566 ws2_32: Separate out hostent creation from duplication. by Erich Hoover · 15 years ago
  61. 49d40d8 ole32/tests: Don't crash on Win9x/WinMe by using more A-functions. by Paul Vriens · 15 years ago
  62. f976907 imagehlp/tests: Run tests again on Win95. by Paul Vriens · 15 years ago
  63. 7790280 ntoskrnl: Add IoAllocateErrorLogEntry stub. by Wolfram Sang · 15 years ago
  64. 18d9632 kernel32: Consolidate some related code closer together. by Ken Thomases · 15 years ago
  65. b58cd97 kernel32: Mac lang. pref. overrides LANG, but not LC_ALL or LC_MESSAGES. by Ken Thomases · 15 years ago
  66. 21acb71 kernel32: On Mac, construct locale string from language and country codes. by Ken Thomases · 15 years ago
  67. 317d95a dsound: Clean up DSPROPERTY_Description1. by Maarten Lankhorst · 15 years ago
  68. a5bf8b6 dsound: Clean up DSPROPERTY_DescriptionA. by Maarten Lankhorst · 15 years ago
  69. d0b43b8 dsound: Clean up DSPROPERTY_Enumerate1. by Maarten Lankhorst · 15 years ago
  70. 4ecc5e6 dsound: Clean up DSPROPERTY_EnumerateA. by Maarten Lankhorst · 15 years ago
  71. 773acf4 dsound: Clean up DSPROPERTY_EnumerateW. by Maarten Lankhorst · 15 years ago
  72. 2e95764 dsound: Clean up DSPROPERTY_DescriptionW. by Maarten Lankhorst · 15 years ago
  73. 0d34e5c dsound: Implement DSPROPERTY_WaveDeviceMappingA on top of *W. by Maarten Lankhorst · 15 years ago
  74. 7705fe6 jscript: Fixed tests on some Windows. by Jacek Caban · 15 years ago
  75. 13d6e57 jscript: Added Function constructor tests. by Jacek Caban · 15 years ago
  76. 538e15a jscript: Added Function constructor implementation. by Jacek Caban · 15 years ago
  77. db84495 jscript: Reorder functions in function.c. by Jacek Caban · 15 years ago
  78. ce7f764 mshtml: Removed ref count tests that fail on some Windows. by Jacek Caban · 15 years ago
  79. 64b651e mshtml: Added IHTMLDOMTextNode::get_length implementation. by Jacek Caban · 15 years ago
  80. c8f1e96 comdlg32/filedlg: Fix a find file handle leak. by Nikolay Sivov · 15 years ago
  81. c0456e2 comdlg32/filedlg: Fix a lookin combo data leak. by Nikolay Sivov · 15 years ago
  82. 83f2135 comctl32/tests: Get rid of static handles, split tests finally. by Nikolay Sivov · 15 years ago
  83. 6823e0f comctl32/treeview: Remove some forward declarations. by Nikolay Sivov · 15 years ago
  84. e3c34f2 comctl32/treeview: Use additional helper for item invalidation. by Nikolay Sivov · 15 years ago
  85. f9a475c rsaenh: Fix memory leak reading stored keys. by Juan Lang · 15 years ago
  86. 90b1bcc urlmon: Include extra info in object name passed to HttpOpenRequest. by Jacek Caban · 15 years ago
  87. 5b76702 wininet: Set lpszUrlPath in InternetCrackUrlW if its length is 0. by Jacek Caban · 15 years ago
  88. d153344 wininet: Make InternetCrackUrlA tests more generic and add more tests. by Jacek Caban · 15 years ago
  89. 5e8e358 wininet: lpszUrlPath should be NULL for URLs in file:///... format. by Jacek Caban · 15 years ago
  90. f282db2 dxgi: Implement IDXGIOutput::GetDisplayModeList(). by Henri Verbeet · 15 years ago
  91. b85a070 wined3d: Support more formats for display mode enumeration. by Henri Verbeet · 15 years ago
  92. b3defd4 wined3d: Rename "wineD3DDevice" to "device". by Henri Verbeet · 15 years ago
  93. bd9828a wined3d: Don't restore the draw buffer in color_fill_fbo(). by Henri Verbeet · 15 years ago
  94. ddddc60 ddraw: Avoid enumerating display modes for formats that arent't supported anyway. by Henri Verbeet · 15 years ago
  95. 7e0c4fa usrmarshal: Add a test for marshalling a SAFEARRAY of VT_BSTR. by Jeremy White · 15 years ago
  96. 185e5da dbghelp: For mingw32 (stabs debug info), parse the FileHeader's symbol table to offset properly the global variables. by Eric Pouech · 15 years ago
  97. 8b3ff9d ole32: Remove the ancestorStorage attribute. by Vincent Povirk · 15 years ago
  98. 5d39c31 ole32: Make IEnumSTATSTGImpl reference the parent storage. by Vincent Povirk · 15 years ago
  99. 43184aa ole32: Make findElement take a StorageBaseImpl. by Vincent Povirk · 15 years ago
  100. 55b3a6e ole32: Don't use ancestorStorage to decide if a storage is transacted. by Vincent Povirk · 15 years ago