Commit Graph

1019 Commits

Author SHA1 Message Date
Nikolay Sivov f1706b0387 shlwapi: Implement SHRegCreateUSKeyA(). 2014-04-22 11:26:14 +02:00
Nikolay Sivov 462b2feb35 shlwapi: Fix UrlEscapeW() for non-ASCII range. 2014-04-18 10:47:57 +02:00
Nikolay Sivov 0cb52a9cfa shlwapi: Use a proper deallocator (Coverity). 2014-04-15 09:45:01 +02:00
Nikolay Sivov 14dab8ab4b shlwapi: Always close find handle (Coverity). 2014-04-10 09:12:10 +02:00
David Quintana 2bb1059ad2 shlwapi: SHInvokeCommand last parameter is a command ID, or 0 to use the default. 2014-03-14 19:06:59 +01:00
Hans Leidekker 3a72922e7f shlwapi/tests: Fix test failures on Windows 8. 2014-03-11 19:39:28 +01:00
Frédéric Delanoy b89f92181a shlwapi/tests: Use BOOL type where appropriate. 2014-02-27 09:26:38 -06:00
Dmitry Timoshkov 99eab9d3c7 shlwapi: Avoid a not necessary intermediate variable. 2014-02-19 16:47:52 +01:00
Dmitry Timoshkov 35a9587613 shlwapi: Avoid potential NULL pointer access if HeapAlloc fails. 2014-02-19 16:47:37 +01:00
Dmitry Timoshkov 968d464f17 shlwapi: Return interface instead of implementation pointer. 2014-02-19 16:47:22 +01:00
Frédéric Delanoy 0f2bed51bd Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
Michael Stefaniuc 8612c266db shlwapi/tests: Remove a typedef for a struct. 2014-02-05 13:49:23 +01:00
Michael Stefaniuc 1b0e893d27 shlwapi/tests: Fix the type of the first param of some shlwapi functions. 2014-02-05 13:49:22 +01:00
Michael Stefaniuc 3879d98de4 shlwapi/tests: COM cleanup for the dummy IStream iface. 2014-02-05 13:49:21 +01:00
André Hentschel e98844e5c9 shlwapi/tests: Avoid preprocessor check to ensure it compiles. 2014-01-27 17:39:47 +01:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Frédéric Delanoy 36e8004291 shlwapi/tests: Constify some character strings. 2013-12-30 19:01:41 +01:00
Frédéric Delanoy bdce3b9994 shlwapi/tests: Fix StrChrNW prototype. 2013-12-30 19:01:40 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Frédéric Delanoy 9be5df10ae shlwapi/tests: Avoid memory leaks (coverity). 2013-12-04 21:19:04 +01:00
Francois Gouget 387289e547 shlwapi/tests: Fix compilation on systems that don't support nameless unions. 2013-11-15 11:59:05 +01:00
Francois Gouget daf3c95d04 shlwapi/tests: Make test_SHCreateStreamOnFileEx_CopyTo() static. 2013-11-11 12:37:23 +01:00
Alexandre Julliard ec7c250450 shlwapi/tests: Test if SHCreateStreamOnFileEx is present before using it. 2013-11-08 16:29:43 +01:00
David Quintana 899e59ffe3 shlwapi: Test and fix the behaviour of the CopyTo method for file sizes not multiple of the internal buffer size, on SHCreateStreamOnFileEx-returned IStreams. 2013-11-07 15:39:26 +01:00
Sebastian Lackner 7ee2c24a8c shlwapi: Fix UrlCombineW for URLs containing a quotation mark. 2013-11-07 13:14:42 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Nikolay Sivov 7513b58329 shlwapi: Implement PathUnExpandEnvStrings. 2013-11-04 11:48:06 +01:00
Nikolay Sivov b70a5d52f1 shlwapi/tests: Compile with -D__WINESRC__. 2013-10-16 11:41:20 +02:00
Michael Stefaniuc 0e681027a2 tests: Compile the tests by default with -D__WINESRC__. 2013-10-02 11:04:02 +02:00
Michael Stefaniuc 9463dba830 tests: Use the explicit LoadLibraryA function. 2013-10-02 11:02:21 +02:00
Dmitry Timoshkov 50c4723aec shlwapi/tests: Skip some of IStream invalid parameter tests under Windows 2000 + IE5. 2013-09-23 11:56:18 +02:00
Dmitry Timoshkov b7e68ae338 shlwapi/tests: Fix stream test failures under some win2000 versions. 2013-09-19 09:31:01 +02:00
Dmitry Timoshkov b145f42b0f shlwapi: Write file access also assumes read access. 2013-09-16 19:50:14 +02:00
Dmitry Timoshkov 75fc26f680 shlwapi/tests: Add a read/write test for IStream on files. 2013-09-16 19:50:11 +02:00
Dmitry Timoshkov b07f431878 shlwapi: Merge two case statements. 2013-09-13 11:18:23 +02:00
Alexandre Julliard 3dc5586e41 shlwapi: Use neutral language for the version resource. 2013-07-09 22:21:58 +02:00
Dmitry Timoshkov f49de6aa08 shlwapi: Correct .spec parameter types for Assoc* APIs. 2013-06-04 10:12:29 +02:00
Alexandre Julliard 20ff6bc913 shlwapi: Don't bother to free thread local storage at process exit. 2013-05-16 12:52:21 +02:00
Austin English b8f072e910 shlwapi: Add a stub for IsInternetESCEnabled. 2013-02-12 10:16:00 +01:00
Andrew Talbot 431b4f52d6 shlwapi: Indentation fix. 2012-12-24 13:32:42 +01:00
Nikolay Sivov 16cc2b8753 shlwapi: Implement IsCharSpaceA(). 2012-12-20 12:22:54 +01:00
André Hentschel b74b8776c0 shlwapi/tests: Fix two tests on win8. 2012-12-11 12:03:40 +01:00
Francois Gouget 58c77f6156 shlwapi: Implement PathCreateFromUrlAlloc(). 2012-10-01 12:07:31 +02:00
Francois Gouget fad0bea304 shlwapi: Fix the PathCreateFromUrlW() implementation. 2012-09-26 10:59:53 +02:00
Francois Gouget 7c42bfe107 shlwapi: UrlIs()'s check for the 'file:' protocol is case insensitive. 2012-09-26 10:59:45 +02:00
Francois Gouget 06439b303a shlwapi: PathCreateFromUrlA() should not crash when given NULL buffers.
Add NULL and insufficient buffer tests for PathCreateFromUrl().
2012-09-25 18:11:18 +02:00
Marcus Meissner 73dfc3d462 shlwapi: Fixed incorrect buffer size. 2012-09-25 11:17:12 +02:00
Francois Gouget 5f55a71b70 Assorted spelling fixes. 2012-09-24 22:27:29 +02:00
Francois Gouget 73f89e7e4c shlwapi/tests: Add more PathCreateFromUrl() tests. 2012-09-24 22:27:28 +02:00