Jacek Caban
|
f69445adeb
|
winhttp: Trace accept types in WinHttpOpenRequest.
|
2012-04-23 17:53:27 +02:00 |
Hans Leidekker
|
f37b94e69a
|
winhttp: Download PAC scripts in a separate session.
|
2012-01-20 13:32:27 +01:00 |
Hans Leidekker
|
e950e89867
|
winhttp: Avoid a null pointer dereference (clang).
|
2011-12-09 21:15:26 +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
|
ad5340f63a
|
winhttp: Check return value of CLSIDFromProgID (Coverity).
|
2011-11-24 17:17:23 +01:00 |
Hans Leidekker
|
9990f6c4a5
|
winhttp: Make the standard utilities available to PAC scripts.
|
2011-11-21 13:44:39 +01:00 |
Hans Leidekker
|
b81b3d1af5
|
winhttp: Fix a memory leak in run_script.
|
2011-11-21 13:43:05 +01:00 |
Hans Leidekker
|
654b0eeaea
|
winhttp: Reverse the order of arguments passed to Invoke.
|
2011-11-21 13:42:59 +01:00 |
Hans Leidekker
|
768300c8aa
|
winhttp: Implement WinHttpGetProxyForUrl.
|
2011-11-18 15:37:05 +01:00 |
Hans Leidekker
|
f6c46dd074
|
winhttp: Implement WinHttpGetIEProxyConfigForCurrentUser.
|
2011-11-16 16:59:37 +01:00 |
Hans Leidekker
|
96f2e7139c
|
winhttp: Implement WinHttpDetectAutoProxyConfigUrl.
|
2011-11-15 19:37:30 +01:00 |
Hans Leidekker
|
d5a98e5d85
|
winhttp: Fix some memory leaks.
|
2011-09-05 17:17:20 +02:00 |
Hans Leidekker
|
050058c5bf
|
winhttp: Add accept types to the request headers.
|
2011-07-26 10:23:26 +02:00 |
Frédéric Delanoy
|
007d14972c
|
winhttp: Remove dead assignment (Clang).
|
2011-07-06 11:27:22 +02:00 |
Juan Lang
|
daa9d700de
|
winhttp: Set cipher strength bits when querying WINHTTP_OPTION_SECURITY_FLAGS.
|
2010-10-01 13:43:08 +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
|
302dd345fe
|
winhttp: Return signature algorithm name in WINHTTP_CERTIFICATE_INFO.
|
2010-10-01 13:42:58 +02:00 |
Juan Lang
|
b4851a8e4a
|
winhttp: More completely implement querying WINHTTP_OPTION_SECURITY_FLAGS.
|
2010-10-01 13:42:53 +02:00 |
Hans Leidekker
|
be37038090
|
winhttp: Add a partial implementation of WINHTTP_OPTION_SECURITY_CERTIFICATE_STRUCT.
|
2010-07-22 12:52:36 +02:00 |
Juan Lang
|
7c7d00a12f
|
winhttp: Store security flags in netconn_t.
|
2010-05-18 08:48:21 +02:00 |
Michael Stefaniuc
|
8e8f743cb0
|
winhttp: Remove redundant "not NULL" check for the "server" arg.
|
2010-05-17 12:42:33 +02:00 |
Hans Leidekker
|
41e147e68f
|
winhttp: Support setting security flags on request handles.
|
2010-05-14 18:03:03 +02:00 |
Hans Leidekker
|
24e1fcc7a0
|
winhttp: Support setting and querying credentials on request handles.
|
2010-04-22 18:11:42 +02:00 |
Hans Leidekker
|
b467efb5c8
|
winhttp: Add support for resolve timeouts.
|
2010-02-22 13:15:56 +01:00 |
Matijn Woudt
|
3ed5df1e3c
|
winhttp: Implement WINHTTP_OPTION_{CONNECT, SEND, RECEIVE}_TIMEOUT.
|
2010-01-29 17:28:18 +01:00 |
Matijn Woudt
|
d0983e9ec2
|
winhttp: Add timeout for session handles and implement for WinHttpSetTimeouts.
|
2010-01-29 17:28:03 +01:00 |
Hans Leidekker
|
4b5f14f5f4
|
winhttp: Adjust connect timeout to the value observed on Windows.
|
2010-01-25 13:02:45 +01:00 |
Hans Leidekker
|
253d2c17d6
|
winhttp: Implement HTTP_OPTION_PARENT_HANDLE for connection handles.
|
2009-10-26 11:20:18 +01:00 |
Hans Leidekker
|
7c59b46890
|
winhttp: Fix a memory leak.
Found by valgrind.
|
2009-10-21 17:04:36 +02:00 |
Juan Lang
|
1dc145d05f
|
winhttp: Add a fixme for WINHTTP_OPTION_SECURITY_FLAGS.
|
2009-09-09 12:07:36 +02:00 |
Juan Lang
|
2b99adc2f1
|
winhttp: Only output fixme for unhandled resolve timeout.
|
2009-07-24 11:09:51 +02:00 |
Juan Lang
|
68039dcaff
|
winhttp: Implement connect timeout.
|
2009-07-24 11:09:46 +02:00 |
Alexandre Julliard
|
af77e9b388
|
winhttp: Avoid casting away const.
|
2009-07-22 14:48:09 +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
|
09ee823399
|
winhttp: Check environment if the registry settings are present but bogus.
|
2009-07-22 11:07:49 +02:00 |
Juan Lang
|
68fdc5cb2e
|
winhttp: Strip scheme from http_proxy environment variable.
|
2009-07-22 11:07:35 +02:00 |
Juan Lang
|
2b460a6c5a
|
winhttp: Fix crash when proxy bypass is unset.
|
2009-07-22 11:07:21 +02:00 |
Juan Lang
|
a4a3953b2f
|
winhttp: Fix a comment typo.
|
2009-07-16 11:08:02 +02:00 |
Juan Lang
|
c2ba725196
|
winhttp: Don't set port number to a default before scheme is known.
|
2009-07-15 14:10:50 +02:00 |
Juan Lang
|
31545206fb
|
winhttp: Use proxy server when redirecting.
|
2009-07-15 14:10:35 +02:00 |
Juan Lang
|
de12987d7f
|
winhttp: Use a helper function to set connect_t's servername and port.
|
2009-07-15 14:10:26 +02:00 |
Juan Lang
|
0080a7f8a2
|
winhttp: Set connect_t's servername and port based on proxy settings.
|
2009-07-15 14:09:55 +02:00 |
Juan Lang
|
5575957657
|
winhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in WinHttpOpen.
|
2009-07-15 14:09:39 +02:00 |
Juan Lang
|
51e54a8b75
|
winhttp: Support getting the default proxy settings from the http_proxy environment variable.
|
2009-07-15 14:09:29 +02:00 |
Juan Lang
|
fd9aa244d3
|
winhttp: Implement WinHttpGetDefaultProxyConfiguration.
|
2009-07-15 14:06:53 +02:00 |
Juan Lang
|
3469a021be
|
winhttp: Implement WinHttpSetDefaultProxyConfiguration.
|
2009-07-15 14:06:40 +02:00 |
Juan Lang
|
461b124015
|
winhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
|
2009-07-15 14:06:32 +02:00 |
Hans Leidekker
|
9d9c505a27
|
winhttp: Implement WinHttpSetTimeouts.
|
2009-07-07 11:01:26 +02:00 |
Paul TBBle Hampson
|
04b8ec07a6
|
winhttp: Don't try and call a null callback.
|
2008-12-31 14:07:11 +01:00 |
Hans Leidekker
|
0719b6ed86
|
winhttp: Resolve host port at the latest possible moment.
|
2008-12-11 14:32:18 +01:00 |