Andrew Eikum
|
c8b166e3bf
|
winhttp: Also pass hostname to jsproxy.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-01 21:21:32 +09:00 |
Huw Davies
|
1709635f29
|
winhttp: Implement WINHTTP_OPTION_UNLOAD_NOTIFY_EVENT.
|
2015-07-22 10:33:39 +02:00 |
Hans Leidekker
|
3b8a8d31dc
|
winhttp: Store credentials set with WinHttpSetCredentials separately from username and password set through options.
|
2015-06-15 14:45:51 +09:00 |
Hans Leidekker
|
d6c9c984e5
|
winhttp: Implement a task queue for asynchronous requests.
This ensures that asynchronous calls are completed in the right order.
|
2015-02-16 23:28:22 +09:00 |
Nikolay Sivov
|
e606551c21
|
winhttp: Release typeinfos and typelib on dll unload.
|
2015-01-14 13:18:59 +01:00 |
Hans Leidekker
|
cd7806b223
|
winhttp: Double the size of the internal read buffer.
|
2014-12-09 13:16:52 +01:00 |
Jacek Caban
|
d2886a05f9
|
wine/debug.h: Added debugstr_variant and debugstr_vt aliases and removed all duplicated implementations.
|
2014-07-24 17:05:55 +02:00 |
Dmitry Timoshkov
|
f8d79c83b4
|
winhttp: Remove unused IUnknown *outer parameter from object constructor.
|
2014-01-07 15:22: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 |
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
|
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 |
Francois Gouget
|
fbe7ab5c5a
|
winhttp: netconn_get_next_line() is not used anymore so remove it.
|
2013-03-26 17:41:46 +01: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 |
Jacek Caban
|
42750e340e
|
winhttp: Removed no longer used netconn_init argument.
|
2013-02-21 19:16:32 +01:00 |
Jacek Caban
|
5b38dac7ac
|
winhttp: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.
|
2013-01-23 23:41:27 +01:00 |
Jacek Caban
|
db22753a05
|
winhttp: Added schannel-based netconn_recv implementation.
|
2013-01-23 23:41:15 +01:00 |
Jacek Caban
|
de0d75312b
|
winhttp: Use schannel in netconn_secure_connect if OpenSSL is not available.
|
2013-01-23 23:41:12 +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
|
7d8730f8c5
|
winhttp: Resolve the server name only on the first request.
|
2011-11-25 16:22:02 +01:00 |
Hans Leidekker
|
050058c5bf
|
winhttp: Add accept types to the request headers.
|
2011-07-26 10:23:26 +02:00 |
Hans Leidekker
|
4aeec1b88d
|
winhttp: Implement IWinHttpRequest::Open.
|
2011-07-21 15:36:38 +02:00 |
Hans Leidekker
|
fd7538d38c
|
winhttp: Add a stub implementation of IWinHttpRequest.
|
2011-07-08 17:34:48 +02:00 |
Marcus Meissner
|
974326bfac
|
winhttp: Mark internal symbols as hidden.
|
2011-04-29 14:21:41 +02:00 |
Juan Lang
|
4127062a3e
|
winhttp: Support querying the cipher strength of an SSL connection.
|
2010-10-01 13:43:04 +02:00 |
Juan Lang
|
7c7d00a12f
|
winhttp: Store security flags in netconn_t.
|
2010-05-18 08:48:21 +02:00 |
Hans Leidekker
|
41e147e68f
|
winhttp: Support setting security flags on request handles.
|
2010-05-14 18:03:03 +02:00 |
Hans Leidekker
|
b467efb5c8
|
winhttp: Add support for resolve timeouts.
|
2010-02-22 13:15:56 +01:00 |
Matijn Woudt
|
d0983e9ec2
|
winhttp: Add timeout for session handles and implement for WinHttpSetTimeouts.
|
2010-01-29 17:28:03 +01:00 |
Juan Lang
|
a33c4bfd0b
|
winhttp: Pass hostname to netconn_secure_connect.
|
2009-12-04 12:02:50 +01:00 |
Juan Lang
|
d7d8a0eec4
|
winhttp: Unload OpenSSL when unloading winhttp.
|
2009-10-05 13:23:17 +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 |
Juan Lang
|
64d69b55f9
|
winhttp: Store send and receive timeouts in request_t, and only set them in a netconn_t if it's connected.
|
2009-07-22 12:04:09 +02:00 |
Juan Lang
|
31545206fb
|
winhttp: Use proxy server when redirecting.
|
2009-07-15 14:10:35 +02:00 |
Juan Lang
|
646b9cae80
|
winhttp: Convert connect_t's address type from a struct sockaddr_in to a struct sockaddr_storage.
|
2009-07-09 12:00:23 +02:00 |
Juan Lang
|
cc619639d2
|
winhttp: Change type of netconn_resolve from struct sockaddr_in * to struct sockaddr *.
|
2009-07-09 11:53:16 +02:00 |
Hans Leidekker
|
9d9c505a27
|
winhttp: Implement WinHttpSetTimeouts.
|
2009-07-07 11:01:26 +02:00 |
Austin English
|
87cc3e19bc
|
winhttp: Fix a missing include for OpenBSD.
|
2008-12-29 11:38:36 +01:00 |
Francois Gouget
|
a6c07ffba4
|
wininet & winhttp: Remove the MSG_WAITALL definition as it is not needed.
|
2008-12-12 11:46:50 +01:00 |
Rob Shearman
|
a14d34b2f6
|
winhttp: Fix compilation with MinGW/MSVC.
|
2008-10-01 11:43:19 -05:00 |
Hans Leidekker
|
70f2f5d6a8
|
winhttp: Close the network connection if necessary.
|
2008-09-16 22:35:08 +02:00 |
Hans Leidekker
|
4a706aae70
|
winhttp: Manage a session global cookie cache.
|
2008-09-16 13:36:38 +02:00 |
Hans Leidekker
|
4ae5741c4e
|
winhttp: Move handling of default request parameters back to WinHttpOpenRequest.
Avoids special casing all over the place.
|
2008-09-16 13:36:25 +02:00 |
Hans Leidekker
|
f3346a789e
|
winhttp: Support asynchronous requests.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
2fb746783f
|
winhttp: Use a process global SSL context instead of per connection.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
64a7d23565
|
winhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
3d8a9564cd
|
winhttp: Start sending async completion notifications. Add corresponding tests.
|
2008-09-08 12:47:21 +02:00 |
Hans Leidekker
|
e078f618eb
|
winhttp: Implement some more options.
|
2008-09-04 11:14:32 +02:00 |