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 |
Jacek Caban
|
62c257acca
|
itss: Ignore trailing slash in ITSProtocol::Start.
|
2007-03-13 20:52:43 +01:00 |
Jacek Caban
|
ff0a61365c
|
itss: Ignore trailing slash in IStorage::OpenStream.
|
2007-03-13 20:52:38 +01:00 |
Jan Zerebecki
|
373fcd0066
|
itss: Add DebugInfo to critical sections.
|
2007-03-12 13:37:38 +01:00 |
Jacek Caban
|
46132ee2cd
|
itss: Added CombineUrl implementation.
|
2007-02-23 11:24:01 +01:00 |
Jacek Caban
|
c0351acd57
|
itss: Added ParseUrl implementation.
|
2007-02-23 11:24:01 +01:00 |
Jacek Caban
|
a4cc844bec
|
itss: Added IInternetProtocolInfo interface stub implementation.
|
2007-02-23 11:24:01 +01:00 |
Jacek Caban
|
09cf4e5dcc
|
itss: Added test of paths with back slashes and escaped URLs.
|
2007-02-23 11:24:01 +01:00 |
Jacek Caban
|
2cc9eb1665
|
itss: Fix handling URLs with back slashes and escaped URLs.
|
2007-02-23 11:24:01 +01:00 |
Jacek Caban
|
18632c2b3c
|
itss: Fix opening streams with back slashes.
|
2007-02-23 11:24:01 +01:00 |
Andrew Talbot
|
d517b54c43
|
itss: Constify a variable.
|
2007-02-14 21:03:44 +01:00 |