1. 1b10555 shlwapi: Don't limit text size for message boxes from ShellMessageBoxWrapW. by Nikolay Sivov · 15 years ago
  2. 94ce29e shlwapi: Fix French translation. by Frédéric Delanoy · 15 years ago
  3. f38336d shlwapi: Remove redundant "not NULL" checks of the len arg (coccicheck). by Michael Stefaniuc · 15 years ago
  4. bea0daa shlwapi: Implement SHRegEnumUSValue. by Vincent Povirk · 15 years ago
  5. be6fa39 shlwapi: Remove variable retval which is not really used from GetAcceptLanguagesW. by Gerald Pfeifer · 15 years ago
  6. ee2abe7 shlwapi: Added more UrlCanonicalizeA tests. by Piotr Caban · 15 years ago
  7. 4011969 shlwapi: Make UrlCanonicalizeA working with long urls (>INTERNET_MAX_URL_LENGTH). by Piotr Caban · 15 years ago
  8. fc54389 shlwapi: Make UrlCanonicalizeW working with long urls (>INTERNET_MAX_URL_LENGTH). by Piotr Caban · 15 years ago
  9. 1b67da3 shlwapi/tests: Add tests for SHCreateThreadRef. by Detlef Riekenberg · 15 years ago
  10. bb1ca6e shlwapi: Implement SHCreateThreadRef. by Detlef Riekenberg · 15 years ago
  11. 38e800f shlwapi: Fix comment typo. by André Hentschel · 15 years ago
  12. a9ac4a1 shlwapi: Fix broken NULL checks (with tests). by Detlef Riekenberg · 15 years ago
  13. 324783a shlwapi/tests: Add tests for SHSetThreadRef. by Detlef Riekenberg · 15 years ago
  14. 261bc38 shlwapi/tests: Add initial test for SHGetThreadRef. by Detlef Riekenberg · 15 years ago
  15. 4811167 shlwapi: Check for NULL string in UrlIs. by Andrew Eikum · 15 years ago
  16. a8e86e3 winapi: Generate the 64-bit variant of structure size/alignment tests. by Alexandre Julliard · 15 years ago
  17. 2083aa3 shlwapi/tests: Fix some pointer conversion warnings on 64-bit. by Alexandre Julliard · 15 years ago
  18. 86860cc shlwapi: Fix SHCreateWorkerWindowA for 64-bit. by Alexandre Julliard · 15 years ago
  19. 803dea3 shlwapi: Some SHCreateWorkerWindowA tests. by Nikolay Sivov · 15 years ago
  20. 95100a6 shlwapi: Fix compiler warnings with flag -Wcast-qual. by Mikhail Maroukhine · 15 years ago
  21. f930c87 objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN. by Mikhail Maroukhine · 15 years ago
  22. ade5538 shlwapi: Fix SHCreateWorkerWindowW fallback to A-call condition. by Nikolay Sivov · 15 years ago
  23. 3058b68 shlwapi: More trace for menu related helpers. by Nikolay Sivov · 15 years ago
  24. df04c25 shlwapi/tests: Use a single trace call variable for all tests. by Nikolay Sivov · 15 years ago
  25. 1372806 shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+). by Nikolay Sivov · 15 years ago
  26. 66aa3dc shlwapi: Complete IUnknown_SetOwner call. by Nikolay Sivov · 15 years ago
  27. 442364c shlwapi: Fix interface leaks in SHIsSameObject. by Nikolay Sivov · 15 years ago
  28. 55b4e4e shlwapi: Fix IUnknown_AtomicRelease prototype and simplify body a bit. by Nikolay Sivov · 15 years ago
  29. 076676d shlwapi: Fix some memory, handle and reference count leaks in RegisterDefaultAcceptHeaders. by Nikolay Sivov · 15 years ago
  30. 43a92c6 shlwapi: Added IUnknown_ProfferService implementation with tests. by Nikolay Sivov · 15 years ago
  31. b6f92ce shlwapi: Fix prototype for SHGetShellKey and extend trace. by Nikolay Sivov · 15 years ago
  32. c9f2007 shlwapi: Implement IUnknown_QueryServiceExec with tests. by Nikolay Sivov · 15 years ago
  33. 3428b94 Assorted spelling and case fixes. by Francois Gouget · 15 years ago
  34. 594a196 shlwapi: Only skip 'localhost' in file URLs in UrlCanonicalize. by Andrew Eikum · 15 years ago
  35. 82e7a6e shlwapi/tests: Avoid size_t in a trace. by Alexandre Julliard · 15 years ago
  36. 93b3ba7 shlwapi: Fix StrCpyNW to deal with null inputs better, and don't use lstrcpynW. by Nikolay Sivov · 15 years ago
  37. d16bf5f shlwapi: Add a forward to DelayLoadFailureHook. by Nikolay Sivov · 15 years ago
  38. 5f6962c shlwapi/tests: Fix some test failures on Vista+. by Paul Vriens · 15 years ago
  39. 33b45cf shlwapi/tests: Fix some test failures on XP/Vista. by Paul Vriens · 15 years ago
  40. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  41. e60b2ec shlwapi: Improve error handling in UrlGetPart. by Andrew Eikum · 15 years ago
  42. c8cd150 shlwapi: Don't cast WCHAR string to BSTR. by Nikolay Sivov · 15 years ago
  43. 533f755 shlwapi: Partially implement SHGetObjectCompatFlags with tests. by Nikolay Sivov · 15 years ago
  44. 2448b8d shlwapi/tests: Fix a test failure on NT4. by Paul Vriens · 15 years ago
  45. fc47c7d shlwapi/tests: Fix some test failures on Win9x/WinMe. by Paul Vriens · 15 years ago
  46. e271ac6 shlwapi/tests: Skip some tests on Win9x/WinMe. by Paul Vriens · 15 years ago
  47. 2d76bf2 shlwapi/tests: Some tests for PathGetDriveNumber. by Nikolay Sivov · 15 years ago
  48. 386cb65 shlwapi: Ignore the hash of HTML URLs in UrlCombine. by Andrew Eikum · 15 years ago
  49. cf663d1 shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests. by Nikolay Sivov · 15 years ago
  50. 5d74e57 shlwapi: Fix mask usage in SHSetWindowBits with tests. by Nikolay Sivov · 15 years ago
  51. 1571337 shlwapi/tests: Skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE. by Reece Dunn · 15 years ago
  52. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  53. 90b7ccc shlwapi: GetUrlPart can get the scheme of url's without a ://. by Vincent Povirk · 15 years ago
  54. c723015 shlwapi/tests: Use defined settings when testing GetAcceptLanguages. by Detlef Riekenberg · 15 years ago
  55. b14a08f shlwapi: Return the correct length from GetAcceptLanguagesA. by Detlef Riekenberg · 15 years ago
  56. 31ea126 shlwapi: Return the correct results in GetAcceptLanguagesW. by Detlef Riekenberg · 15 years ago
  57. 7aac2c0 shlwapi/tests: Remove GetLastError tests for GetAcceptLanguages, which uses HRESULT. by Detlef Riekenberg · 15 years ago
  58. e0b2321 shlwapi: Account for trailing NULL in UrlFixupW. by Aric Stewart · 15 years ago
  59. 36d269a shlwapi: Don't print the function name twice in an ERR. by Michael Stefaniuc · 15 years ago
  60. c318f4f shlwapi/tests: UrlUnescape* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  61. ce7eb25 shlwapi/tests: UrlIs* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  62. 4f4a47a shlwapi/tests: UrlHash* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  63. fb81d89 shlwapi/tests: UrlGetPart* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  64. 5d1820e shlwapi/tests: UrlEscape* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  65. cbcdd6c shlwapi/tests: UrlCreateFromPath* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  66. 10abf0f shlwapi/tests: UrlCombine* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  67. 2cd5b05 shlwapi/tests: UrlCanonicalize* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  68. 4c6a4f6 shlwapi/tests: UrlApplyScheme* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  69. e3b3b1e shlwapi/tests: PathCreateFromUrl* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  70. cb3e537 shlwapi/tests: HashData is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  71. 29edebe shlwapi/tests: ChrCmpI* is not present on Win95B (winetestbot). by Detlef Riekenberg · 15 years ago
  72. 9310ee0 shlwapi: Invoke ExpandEnvironmentStringsForUser on SHExpandEnvironmentStringsForUser call. by Piotr Caban · 15 years ago
  73. 17736b9 shlwapi: Invoke RegGetValue on SHRegGetValue call. by Piotr Caban · 15 years ago
  74. dfe5352 shlwapi: Update SHRegGetValue definition. by Piotr Caban · 15 years ago
  75. 09a78cd shlwapi: Added OS_VISTAORGREATER flag to IsOS (undocumented). by Piotr Caban · 15 years ago
  76. 32ea7ce shlwapi: Use IS_INTRESOURCE not HIWORD to check a resource. by Michael Stefaniuc · 15 years ago
  77. 6c60880 shlwapi: Only check for NULL pointers in HashData. by Andrew Nguyen · 15 years ago
  78. 20ac061 shlwapi/tests: Add tests for HashData. by Andrew Nguyen · 15 years ago
  79. b2b8770 shlwapi: Change a magic HRESULT value to the appropriate name. by Andrew Nguyen · 15 years ago
  80. 190645e shlwapi: Improved res protocol handling in UrlCanonicalizeW. by Piotr Caban · 15 years ago
  81. 147ea8b shlwapi: Fix MLBuildResURLW implementation. by Piotr Caban · 15 years ago
  82. 7da10bc shlwapi: Initialise id field of ConPt object in connection point tests. by Rob Shearman · 15 years ago
  83. 875f726 shlwapi/tests: Remove empty traces. by Alexandre Julliard · 15 years ago
  84. 8de69a1 shlwapi: Added special case for URL_PART_HOSTNAME in UrlGetPart. by Piotr Caban · 15 years ago
  85. 1e0827f shlwapi: Allow ' ' in hostname and password in UrlGetPart. by Piotr Caban · 15 years ago
  86. 0a59c65 shlwapi: Implement SHPropertyBag_ReadLONG. by Aric Stewart · 15 years ago
  87. 5a2d9e8 shlwapi/tests: Make test_IConnectionPoint() static. by Francois Gouget · 15 years ago
  88. 0cdd472 shlwapi: Beginning implementation of IUnknown_QueryServiceForWebBrowserApp. by Aric Stewart · 15 years ago
  89. 3635bbb shlwapi: Ordinal 196 is SHVerbExistsNA not DnsRecordSetCompare. by Aric Stewart · 15 years ago
  90. 23cea50 shlwapi/tests: Testing framework and IConnection point tests. by Aric Stewart · 15 years ago
  91. deef2c5 shlwapi: Release rgcd.pUnk returned by enumeration. by Aric Stewart · 15 years ago
  92. ec2a78c shlwapi: DISPPARAMS on Invoke are never NULL. by Aric Stewart · 15 years ago
  93. 3dbc0b0 shlwapi: Failure in IConnectionPoint_GetConnectionInterface does not prevent Invoking. by Aric Stewart · 15 years ago
  94. 56d1a7c shlwapi: Rename ConnectToConnectionPoint bAdviseOnly to fConnect as MSDN. by Aric Stewart · 15 years ago
  95. 321292a shlwapi/tests: Avoid size_t in traces. by Alexandre Julliard · 15 years ago
  96. 3a55f96 shlwapi: Close the correct key in SHRegCloseUSKey. by Aric Stewart · 15 years ago
  97. 77933a9 shlwapi: The third parameter of UrlCombineA/W is an output parameter. by Andrew Nguyen · 15 years ago
  98. af6c873 shlwapi: Fix compilation on systems that don't support nameless unions. by Francois Gouget · 15 years ago
  99. 82cb0fc shlwapi: Added ParseURL[AW] tests. by Jacek Caban · 15 years ago
  100. 4d592ae shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLW. by Jacek Caban · 15 years ago