Francois Gouget
|
988be5dd8f
|
urlmon: Fix compilation on systems that don't support nameless unions.
|
2007-08-08 15:32:03 +02:00 |
Misha Koshelev
|
a8aa3fb546
|
urlmon: Don't free structures that are used by asynchronous HttpSendRequest until we are sure they won't be used.
|
2007-07-26 12:33:49 +02:00 |
Jacek Caban
|
262db80776
|
urlmon: Change some gotos to return.
|
2007-07-26 11:51:11 +02:00 |
Misha Koshelev
|
9bcb9c16ec
|
urlmon: Fix timing issue with FLAG_REQUEST_COMPLETE and InternetQueryDataAvailable in HttpProtocol.
|
2007-07-24 12:17:58 +02:00 |
Misha Koshelev
|
a58da4c49a
|
urlmon: Add support for non-GET requests (e.g., POST) in HttpProtocol.
|
2007-07-23 11:57:56 +02:00 |
Misha Koshelev
|
609d91fb0c
|
urlmon: Actually send the additional headers returned by IHttpNegotiate::BeginningTransaction.
|
2007-07-23 11:57:50 +02:00 |
Misha Koshelev
|
2a4e41878d
|
urlmon: Call HttpOpenRequest with INTERNET_FLAG_KEEP_CONNECTION, INTERNET_FLAG_NO_CACHE_WRITE if appropriate.
|
2007-07-23 11:57:35 +02:00 |
Misha Koshelev
|
b6aea93891
|
urlmon: Implement HttpProtocol::Terminate.
|
2007-07-19 11:59:15 +02:00 |
Misha Koshelev
|
043f71b576
|
urlmon: Fix HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.
|
2007-07-19 11:59:04 +02:00 |
Misha Koshelev
|
c2534d0cd6
|
urlmon: Use InternetCloseHandle instead of CloseHandle.
|
2007-07-19 11:58:30 +02:00 |
Misha Koshelev
|
442ec6acdd
|
urlmon: Remove FLAG_CALLED_SWITCH, which is now redundant.
|
2007-07-19 11:58:24 +02:00 |
Misha Koshelev
|
fc48d6da73
|
urlmon: Fix HttpProtocol behavior when InternetQueryDataAvailable returns ERROR_IO_PENDING.
|
2007-07-16 14:59:11 +02:00 |
Misha Koshelev
|
11ccc0f79e
|
urlmon: Make HttpProtocol conform with native wininet on wine.
|
2007-07-12 13:00:24 +02:00 |
Misha Koshelev
|
213bfd2777
|
urlmon: Fix HttpProtocol_Start and strndupW to work properly with native wininet.
|
2007-07-12 12:59:44 +02:00 |
Misha Koshelev
|
dab80a8d9f
|
urlmon: Implement HttpProtocol.
|
2007-07-11 12:42:14 +02:00 |
Jacek Caban
|
7e340f8f62
|
urlmon: Win64 printf format warning fixes.
|
2006-10-06 12:47:59 +02:00 |
Francois Gouget
|
398245b640
|
urlmon: Fix spelling of the 'origin' parameter in the *Protocol_Seek() functions.
|
2006-10-03 15:56:26 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Jacek Caban
|
8c4ead4d27
|
Added implementation of IInternetPriority in HttpProtocol.
|
2005-11-09 10:28:26 +00:00 |
Jacek Caban
|
c54f013787
|
Added http and ftp protocol stub implementation.
|
2005-09-14 15:38:26 +00:00 |