Andrew Talbot
|
41ed910604
|
urlmon: Remove unneeded cast.
|
2008-01-22 11:27:38 +01:00 |
Jacek Caban
|
7a2a6f4e0d
|
urlmon: Includes clean up.
|
2007-12-14 12:24:51 +01:00 |
Michael Stefaniuc
|
2ad6cc19b7
|
urlmon: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
|
2007-11-30 12:43:42 +01:00 |
Alistair Leslie-Hughes
|
9c6fca1ff7
|
urlmon: The callback parameter can be null, check pointer before using.
|
2007-11-28 13:40:29 +01:00 |
Jacek Caban
|
03218d6d2c
|
urlmon: Wrap heap functions.
|
2007-11-26 12:35:28 +01:00 |
Rob Shearman
|
086a91facf
|
urlmon: Check some of the input parameters to URLOpenStreamA/W & URLOpenBlockingStreamA/W for NULL.
Add tests for these.
|
2007-08-08 15:32:04 +02:00 |
Rob Shearman
|
9debcb8f49
|
urlmon: Implement URLOpenBlockingStreamA/W and URLOpenStreamA/W.
|
2007-08-08 15:32:04 +02:00 |
Rob Shearman
|
9105b64a77
|
urlmon: Implement stubs for URLOpenBlockingStreamA/W and URLOpenStreamA/W.
|
2007-08-08 15:32:04 +02:00 |
Jacek Caban
|
daca693f30
|
urlmon: Don't pass query part of URL to CreateUrlCacheEntryW.
|
2007-06-06 13:40:05 +02:00 |
Jacek Caban
|
7e340f8f62
|
urlmon: Win64 printf format warning fixes.
|
2006-10-06 12:47:59 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Rolf Kalbermatter
|
d1b375f7e6
|
urlmon: Fix a LARGE_INTEGER truncation.
|
2006-01-06 13:03:50 +01:00 |
Thomas Weidenmueller
|
ac459e7ea0
|
urlmon: Correctly fix IStream::Read.
Don't dereference a possible NULL pointer.
|
2005-12-12 11:49:29 +01:00 |
Thomas Weidenmueller
|
38bfd5e635
|
urlmon: Fix call to ReadFile.
The BytesRead parameter passed to ReadFile may never be NULL.
|
2005-12-09 11:22:59 +01:00 |
Mike McCormack
|
058e38af72
|
Fix -Wpointer-sign warnings.
|
2005-07-03 12:05:03 +00:00 |
Troy Rollo
|
caf6fa9531
|
Implement URLMonikerImpl_BindToStorage.
|
2005-05-04 10:36:54 +00:00 |