Hans Leidekker
|
6494c50ad7
|
winhttp: Fix a couple of memory leaks (valgrind).
|
2014-05-13 13:47:11 +02:00 |
Marcus Meissner
|
0fe44e1be6
|
winhttp: Avoid leaking authinfo on error (Coverity).
|
2014-04-17 10:45:11 +02:00 |
Dmitry Timoshkov
|
f8d79c83b4
|
winhttp: Remove unused IUnknown *outer parameter from object constructor.
|
2014-01-07 15:22:24 +01:00 |
Frédéric Delanoy
|
57d7f74d34
|
Assorted spelling fixes.
|
2013-11-21 19:44:46 +01:00 |
Jacek Caban
|
e894c897d5
|
winhttp: Moved netconn_query_data_available calls to query_data_available.
|
2013-11-15 19:23:24 +01:00 |
Jacek Caban
|
92426b5136
|
winhttp: Use netconn_query_data_available in get_available_data when possible.
|
2013-11-01 11:03:29 +01:00 |
Andrew Eikum
|
04f0426fe6
|
winhttp: Attempt to refill empty buffer before answering QueryDataAvailable.
|
2013-10-17 20:29:40 +02:00 |
Hans Leidekker
|
59b0374710
|
winhttp: Don't assume that end of chunk means end of stream.
|
2013-09-23 11:56:38 +02:00 |
Hans Leidekker
|
050a46f30f
|
winhttp: Fix the base64 decoder.
|
2013-09-04 21:36:55 +02:00 |
Hans Leidekker
|
fe678927dd
|
winhttp: Fix invalid parameter handling in WinHttpQueryAuthSchemes.
|
2013-08-19 19:04:23 +02:00 |
Hans Leidekker
|
78fc21cdb5
|
winhttp: Allow setting NULL username and password for NTLM, Passport and Negotiate.
|
2013-08-19 19:04:17 +02:00 |
Marcus Meissner
|
85f3fe735d
|
winhttp: Initialize schemes (Coverity).
|
2013-06-12 15:52:36 +02:00 |
Hans Leidekker
|
93637828b4
|
winhttp: Fix a memory leak.
Reported by Marcus Meissner.
|
2013-05-13 16:48:49 +02:00 |
Hans Leidekker
|
52ef52e085
|
winhttp: Get rid of the flags parameter to netconn_send.
|
2013-05-01 16:01:02 +02:00 |
Hans Leidekker
|
a506d0aa3b
|
winhttp: Add support for NTLM and Negotiate authentication.
|
2013-04-30 11:50:40 +02:00 |
Hans Leidekker
|
d63ef4d855
|
winhttp: Resend any request data when handling an authentication or redirect response.
|
2013-04-30 11:50:31 +02:00 |
Hans Leidekker
|
7a69d4dbfe
|
winhttp: Reset the content read counter.
|
2013-04-30 11:50:28 +02:00 |
Hans Leidekker
|
bb3097f01e
|
winhttp: Add a read-ahead buffer to allow WinHttpQueryDataAvailable to return the right values in chunked mode.
This is a port of wininet commit 3d02c42b39 .
|
2013-03-25 16:27:34 +01:00 |
Andrew Talbot
|
a9983e6cd2
|
winhttp: Avoid signed-unsigned integer comparisons.
|
2013-03-06 11:42:56 +01:00 |
Hans Leidekker
|
71874a38aa
|
winhttp: Make sure to clear response headers from a previous request.
|
2013-03-05 12:45:05 +01:00 |
Hans Leidekker
|
418d2ce523
|
winhttp: Implement WINHTTP_OPTION_REDIRECT_POLICY_DISALLOW_HTTPS_TO_HTTP.
|
2013-03-05 12:45:00 +01:00 |
Hans Leidekker
|
e56cb72cd3
|
winhttp: Add a helper to retrieve the redirect URL.
|
2013-03-05 12:44:54 +01:00 |
Hans Leidekker
|
58e7d39c7f
|
winhttp: Use symbolic constants for HTTP status codes.
|
2013-03-05 12:44:51 +01:00 |
Jacek Caban
|
42750e340e
|
winhttp: Removed no longer used netconn_init argument.
|
2013-02-21 19:16:32 +01:00 |
Hans Leidekker
|
10cb483cf1
|
winhttp: Add a missing goto in winhttp_request_get_Status.
|
2012-12-19 14:38:58 +01:00 |
Andrew Talbot
|
4be1fce0d1
|
winhttp: Remove unused variables.
|
2012-11-23 14:41:07 +01:00 |
Hans Leidekker
|
d488081214
|
winhttp: Respect the redirect policy setting.
|
2012-10-22 11:44:37 +02:00 |
Heiko Hund
|
1ba968821a
|
winhttp: Make strings in WINHTTP_PROXY_INFO non-const.
|
2012-07-19 16:01:18 +02:00 |
Hans Leidekker
|
189c1ca5d9
|
winhttp: Fix up headers with wrong termination.
|
2012-03-12 16:37:21 +01:00 |
Jan-Peter Nilsson
|
3de7348f72
|
winhttp: Set the context on the request handle earlier.
|
2012-02-20 11:49:02 +01:00 |
Hans Leidekker
|
ebc4fd1462
|
winhttp: Don't attempt to read data after receiving a response to a HEAD request.
|
2012-01-27 18:05:48 +01:00 |
Hans Leidekker
|
07ed66f8ec
|
winhttp: Also close the connection when there's nothing to read.
|
2012-01-27 18:05:47 +01:00 |
Hans Leidekker
|
afd3685779
|
winhttp: Only turn POST requests into GET requests when redirecting.
|
2012-01-27 18:05:47 +01:00 |
Hans Leidekker
|
053d1731fe
|
winhttp: Remove some dead assignments (clang).
|
2011-12-09 21:15:27 +01:00 |
Hans Leidekker
|
7d8730f8c5
|
winhttp: Resolve the server name only on the first request.
|
2011-11-25 16:22:02 +01:00 |
Marcus Meissner
|
e410f3fc66
|
winhttp: Added missing LeaveCriticalSection (Coverity).
|
2011-11-24 17:17:11 +01:00 |
Hans Leidekker
|
2621e98d04
|
winhttp: Clean up properly in request_send.
|
2011-11-16 16:59:27 +01:00 |
Francois Gouget
|
ea93b27c34
|
winhttp: Give a name to the critical sections.
|
2011-11-14 20:15:22 +01:00 |
Hans Leidekker
|
3c9d356bc4
|
winhttp: Convert string data to UTF-8 and add a corresponding content type header.
|
2011-11-14 13:10:18 +01:00 |
Hans Leidekker
|
5d64254986
|
winhttp: Use a separate function to set request parameters.
|
2011-11-09 15:57:27 +01:00 |
Hans Leidekker
|
82965248d1
|
winhttp: Fix sending data with synchronous requests.
|
2011-11-09 15:57:24 +01:00 |
Hans Leidekker
|
d5a98e5d85
|
winhttp: Fix some memory leaks.
|
2011-09-05 17:17:20 +02:00 |
Hans Leidekker
|
82f7651005
|
winhttp: Properly test a boolean variant.
|
2011-09-05 17:17:07 +02:00 |
Hans Leidekker
|
1d0397d151
|
winhttp: Support setting the WinHttpRequestOption_EnableRedirects option.
|
2011-08-24 12:14:47 +02:00 |
Hans Leidekker
|
cfe4c56624
|
winhttp: Verify parameter types in IWinHttpRequest::SetProxy.
|
2011-08-02 11:51:05 +02:00 |
Hans Leidekker
|
40bf74107f
|
winhttp: Implement IWinHttpRequest::SetAutoLogonPolicy.
|
2011-08-02 11:51:05 +02:00 |
Hans Leidekker
|
e5b8c497ef
|
winhttp: Execute asynchronous requests in a separate thread.
|
2011-08-02 11:51:01 +02:00 |
Hans Leidekker
|
916e3c1cc4
|
winhttp: Protect access to the request object with a critical section.
|
2011-08-02 11:41:52 +02:00 |
Hans Leidekker
|
87487c14c7
|
winhttp: Store a copy of the proxy server name and bypass list.
|
2011-07-29 13:32:53 +02:00 |
Hans Leidekker
|
36014639ea
|
winhttp: Factor out request initialization.
|
2011-07-29 13:32:49 +02:00 |
Hans Leidekker
|
fb7fc894f0
|
winhttp: Set an appropriate error when the request is cancelled.
|
2011-07-29 13:32:45 +02:00 |
Hans Leidekker
|
c54772c114
|
winhttp: Fix some valgrind warnings.
|
2011-07-29 13:32:41 +02:00 |
Hans Leidekker
|
7939090fde
|
winhttp: Disable automatic authentication.
|
2011-07-28 11:31:34 +02:00 |
Hans Leidekker
|
ae05ce459f
|
winhttp: Don't send any data if the verb is GET.
|
2011-07-27 11:54:53 +02:00 |
Hans Leidekker
|
2295c63796
|
winhttp: Include the extra info part of the URL in the request.
|
2011-07-27 11:54:45 +02:00 |
Hans Leidekker
|
6191469bc2
|
winhttp: Add support for sending data with a request.
|
2011-07-26 10:24:14 +02:00 |
Hans Leidekker
|
114bc2b856
|
winhttp: Implement IWinHttpRequest::SetRequestHeader.
|
2011-07-26 10:24:10 +02:00 |
Hans Leidekker
|
2c8765e7fb
|
winhttp: Implement IWinHttpRequest::GetResponseHeader.
|
2011-07-26 10:24:05 +02:00 |
Hans Leidekker
|
3638908039
|
winhttp: Add some parameter checks.
|
2011-07-26 10:23:59 +02:00 |
Hans Leidekker
|
ca9ab005fc
|
winhttp: Implement IWinHttpRequest::GetAllResponseHeaders.
|
2011-07-26 10:23:41 +02:00 |
Hans Leidekker
|
80d17a79ff
|
winhttp: Set WINHTTP_FLAG_SECURE if the scheme is https.
|
2011-07-26 10:23:35 +02:00 |
Hans Leidekker
|
7227c29a09
|
winhttp: Add a default user agent header.
|
2011-07-26 10:23:31 +02:00 |
Hans Leidekker
|
050058c5bf
|
winhttp: Add accept types to the request headers.
|
2011-07-26 10:23:26 +02:00 |
Hans Leidekker
|
9237479d22
|
winhttp: Implement IWinHttpRequest::SetProxy.
|
2011-07-26 10:23:20 +02:00 |
Hans Leidekker
|
4184590579
|
winhttp: Propagate errors from asynchronous requests.
|
2011-07-24 12:34:05 +02:00 |
Hans Leidekker
|
694d43a910
|
winhttp: Set last error if the server didn't return a valid response.
|
2011-07-24 12:33:59 +02:00 |
Hans Leidekker
|
b218ed1a69
|
winhttp: Implement IWinHttpRequest::SetCredentials.
|
2011-07-24 12:33:54 +02:00 |
Hans Leidekker
|
a25c865cb8
|
winhttp: Implement IWinHttpRequest::get_ResponseBody.
|
2011-07-24 12:33:49 +02:00 |
Hans Leidekker
|
73646d3529
|
winhttp: Use an offset instead of a pointer for the write position.
|
2011-07-24 12:33:39 +02:00 |
Hans Leidekker
|
f4c2317adc
|
winhttp: Implement IWinHttpRequest::Abort.
|
2011-07-21 15:36:39 +02:00 |
Hans Leidekker
|
52d134b364
|
winhttp: Implement IWinHttpRequest::get_ResponseText.
|
2011-07-21 15:36:39 +02:00 |
Hans Leidekker
|
39468db2d6
|
winhttp: Implement IWinHttpRequest::get_StatusText.
|
2011-07-21 15:36:39 +02:00 |
Hans Leidekker
|
e11828d2d0
|
winhttp: Implement IWinHttpRequest::get_Status.
|
2011-07-21 15:36:39 +02:00 |
Hans Leidekker
|
5c79f82ae5
|
winhttp: Implement IWinHttpRequest::WaitForResponse.
|
2011-07-21 15:36:39 +02:00 |
Hans Leidekker
|
d66a0b748b
|
winhttp: Implement IWinHttpRequest::SetTimeouts.
|
2011-07-21 15:36:39 +02:00 |
Hans Leidekker
|
2e33485c6f
|
winhttp: Implement IWinHttpRequest::Send.
|
2011-07-21 15:36:39 +02:00 |
Hans Leidekker
|
4aeec1b88d
|
winhttp: Implement IWinHttpRequest::Open.
|
2011-07-21 15:36:38 +02:00 |
Hans Leidekker
|
0daac59a35
|
winhttp: Implement IDispatch for WinHttpRequest.
|
2011-07-19 14:04:58 +02:00 |
Hans Leidekker
|
fd7538d38c
|
winhttp: Add a stub implementation of IWinHttpRequest.
|
2011-07-08 17:34:48 +02:00 |
Hans Leidekker
|
b7df063fde
|
winhttp: Don't change the verb if the server response is HTTP_STATUS_REDIRECT_KEEP_VERB.
|
2011-06-01 15:16:44 +02:00 |
Karsten Elfenbein
|
5f12a6423c
|
winhttp: Follow 307 temporary redirect.
|
2011-05-09 11:44:30 +02:00 |
André Hentschel
|
1bf001cf0b
|
winhttp: Port numbers are unsigned.
|
2011-03-28 17:26:12 +02:00 |
Alexandre Julliard
|
93208196c8
|
winhttp: Make WinHttpQueryHeaders behave the same way for all query types.
Based on a patch by Mikko Rasa.
|
2010-08-20 16:08:58 +02:00 |
Hans Leidekker
|
f4dff734d4
|
winhttp: Add support for basic authentication.
|
2010-04-22 18:11:42 +02:00 |
Hans Leidekker
|
bcc4040dcf
|
winhttp: Implement WINHTTP_QUERY_STATUS_TEXT.
|
2010-03-05 13:14:50 +01:00 |
Hans Leidekker
|
b467efb5c8
|
winhttp: Add support for resolve timeouts.
|
2010-02-22 13:15:56 +01:00 |
Hans Leidekker
|
e4471d5f80
|
winhttp: Store the context passed to WinHttpSendRequest.
|
2010-01-25 14:05:11 +01:00 |
Juan Lang
|
a33c4bfd0b
|
winhttp: Pass hostname to netconn_secure_connect.
|
2009-12-04 12:02:50 +01:00 |
Hans Leidekker
|
846cc2b157
|
winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_VERSION).
|
2009-10-29 13:51:20 +01:00 |
Hans Leidekker
|
39b1dbed7a
|
winhttp: Accept empty headers parameter in WinHttpSendRequest.
|
2009-10-29 13:51:14 +01:00 |
Michael Stefaniuc
|
59be8e519f
|
winhttp: 'http1_1' is already defined in the private header.
|
2009-10-02 11:49:27 +02:00 |
Gerald Pfeifer
|
8c189d78ee
|
winhttp: Include <sys/socket.h> from winhttp_private.h. Remove now redundant inclusion from request.c.
|
2009-08-03 14:56:22 +02:00 |
Juan Lang
|
68039dcaff
|
winhttp: Implement connect timeout.
|
2009-07-24 11:09:46 +02:00 |
Marcus Meissner
|
ee59879da0
|
winhttp: Check for NULL return from heap_alloc (Coverity).
|
2009-07-22 14:42:49 +02:00 |
Juan Lang
|
80100334f1
|
winhttp: Set a socket's timeouts when it's created.
|
2009-07-22 12:04:15 +02:00 |
Juan Lang
|
235c6c1e1e
|
winhttp: Use the correct address length when connecting.
|
2009-07-16 11:08:06 +02:00 |
Juan Lang
|
bd7a2e70b0
|
winhttp: Issue CONNECT command to connect to a secure server through a proxy server.
|
2009-07-15 14:11:06 +02:00 |
Juan Lang
|
31545206fb
|
winhttp: Use proxy server when redirecting.
|
2009-07-15 14:10:35 +02:00 |
Juan Lang
|
85579ebb4c
|
winhttp: Connect to the proxy port rather than the host port.
|
2009-07-15 14:10:13 +02:00 |
Juan Lang
|
6fad52bd14
|
winhttp: When connecting via a proxy include full hostname and scheme in path.
|
2009-07-15 14:10:04 +02:00 |