Commit Graph

124 Commits

Author SHA1 Message Date
Erich Hoover 88f6e898c6 itss: Enlarge buffer to include space for a concatenated value. 2012-01-27 18:05:39 +01:00
Andrew Eikum f71efc297b itss: Use case-insensitive strcmp. 2012-01-10 10:49:00 +01:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Francois Gouget 91adaf623e itss/tests: Fix spelling of a variable name. 2011-08-01 18:26:26 +02:00
Marcus Meissner a7f7d1b7dd itss: Mark internal symbols with hidden visibility. 2011-05-19 10:05:25 +02:00
Alexandre Julliard 41eb98e4b7 itss: Convert protocol registration to the IRegistrar format. 2010-12-13 21:18:15 +01:00
Michael Stefaniuc 965aea8d8e itss: Standardize the COM usage in storage.c. 2010-12-09 12:25:09 +01:00
Michael Stefaniuc 872e3f3a25 itss: Use ifaces instead of vtbl pointers in ITSProtocol. 2010-12-06 19:05:53 +01:00
Michael Stefaniuc 8333eaa9b7 itss: Standardize the COM usage in itss.c. 2010-12-05 16:43:26 +01:00
Michael Stefaniuc 72f3765a5b itss: Standardize the COM usage in moniker.c. 2010-12-05 16:42:59 +01:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Alexandre Julliard 0887094f70 itss: Don't create empty default key values where not necessary. 2010-02-10 14:29:58 +01:00
Michael Stefaniuc 7a8638d8b3 itss: Reorder some code to avoid leaking memory on an error path.
Found by Smatch.
2010-02-10 11:33:41 +01:00
Erich Hoover 6627b9029e itss: Implement IStorageImpl_OpenStorage. 2010-02-08 17:14:44 +01:00
Nikolay Sivov 87e89995ee itss: Fix typo in registry entry creation. 2010-02-03 15:50:50 +01:00
Alexandre Julliard 56af92b073 makefiles: Regenerate the source lists using make_makefiles. 2009-07-03 13:26:38 +02:00
Jacek Caban 19067f1256 urlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot::Start declaration. 2009-04-01 14:23:32 +02:00
Paul Vriens 1d52f5f00a itss/tests: Fix test failures on some Win95 and NT4 boxes. 2009-02-20 18:36:51 +01:00
Andrew Talbot 193b9b8914 itss: Replace malloc() with HeapAlloc(). 2009-02-11 12:29:44 +01:00
Andrew Talbot 59a50245be itss: Remove unused function. 2009-02-05 13:13:46 +01:00
Marcus Meissner e7d58bdd52 itss: Move buffer initialization a bit up (Coverity). 2009-02-02 15:44:39 +01:00
Michael Stefaniuc 07a7c1f822 itss: Remove some superfluous pointer casts. 2009-01-26 14:31:10 +01:00
Michael Stefaniuc 6d27685be2 itss: Remove unneeded casts of zero. 2008-12-02 14:04:50 +01:00
Andrew Talbot 763562d383 itss: Sign-compare warnings fix. 2008-10-14 11:26:00 +02:00
Michael Stefaniuc f67256fb2f itss/tests: Use FAILED instead of !SUCCEEDED. 2008-10-08 13:43:09 +02:00
Alexandre Julliard 79c64acc7b tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00
James Hawkins 863b0cdff7 itss: Remove a test that we expect to fail sometimes. 2008-05-02 11:33:31 +02:00
Alexandre Julliard dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
Alexandre Julliard 67fb5507cc itss: Fix function prototype now that widl does the right thing with const. 2008-04-30 13:45:23 +02:00
Austin English cb2274e690 Spelling fixes. 2008-04-04 11:51:40 +02:00
Andrew Talbot f6cbd9a045 itss: Assign to structs instead of using memcpy. 2008-03-01 12:02:34 +01:00
Rob Shearman da1d3fb455 itss: Don't use typeof as it's not portable. 2008-02-27 14:52:24 +01:00
Jacek Caban 9577c4cb74 itss: Added BINDF_NEEDFILE test. 2008-02-04 13:17:17 +01:00
Andrew Talbot f4e67137a5 itss: Remove unneeded casts. 2008-01-08 12:54:12 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Gerald Pfeifer b1c951b60d itss: Avoid checking an unsigned value for < 0. 2007-11-26 13:57:40 +01:00
Jacek Caban 0f16c1496f itss: Fixed tests on old IE. 2007-10-30 12:46:46 +01:00
Jacek Caban cecc7ab747 itss: Fixed test crash on IE7. 2007-10-26 14:04:17 +02:00
Lionel Debroux 6bca5f6fa0 itss: Remove redundant NULL check before free (found by Smatch). 2007-10-22 12:36:08 +02:00
Jacek Caban 7939297ceb itss: Fixed memory freeing. 2007-10-22 12:36:07 +02:00
Andrew Talbot edac40ad3c itss: Fix a typo. 2007-09-26 12:21:38 +02:00
Alexandre Julliard 14395a509a itss/tests: We can now store binary files in the repository. 2007-09-17 16:15:26 +02:00
Alec Berryman 6b266a7610 itss: Replace malloc/free with HeapAlloc/HeapFree. 2007-07-16 14:53:42 +02:00
Andrew Talbot 8f7b21e9b7 itss: Exclude unused headers. 2007-05-07 20:34:21 +02:00
Alexandre Julliard 69a88a9d40 Fix minor differences in the formatting of the license notices. 2007-05-04 12:08:15 +02:00
Jacek Caban b68e0cef1b itss: Added test of URLs with trailing slash. 2007-03-13 20:52:51 +01:00
Jacek Caban dda4420f05 itss: Use object_name in FindMimeFromData. 2007-03-13 20:52:48 +01:00