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 |
Andrew Talbot
|
42a920144f
|
winhttp: Sign-compare warning fix.
|
2008-12-08 22:02:56 +01:00 |
Hans Leidekker
|
d3f7f5ebb6
|
winhttp: Prepend slash to request path if necessary.
|
2008-12-08 16:05:38 +01:00 |
Dmitry Timoshkov
|
24e426517e
|
winhttp: Move common code to the upper level, avoid accessing the buffer before the buffer size check, make the code conform to existing rules.
|
2008-09-17 10:54:52 +02:00 |
Hans Leidekker
|
d943ffa6f7
|
winhttp: Fix logic inversion bug in setting disable flags.
Spotted by Jeremy White.
|
2008-09-16 13:36:42 +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 |
Dmitry Timoshkov
|
11da0ac8a7
|
winhttp: Add some tests for set/query option, make them pass under Wine.
|
2008-09-16 13:36:06 +02:00 |
Hans Leidekker
|
6e6ffab63f
|
winhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT must return a pointer.
|
2008-09-09 11:01:53 +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
|
b34e816f4a
|
winhttp: Implement WinHttpQueryOption(WINHTTP_OPTION_SECURITY_FLAGS).
|
2008-09-05 16:00:40 +02:00 |
Hans Leidekker
|
e078f618eb
|
winhttp: Implement some more options.
|
2008-09-04 11:14:32 +02:00 |
Hans Leidekker
|
96bf72f27e
|
winhttp: Add status notification tests. Make them pass.
|
2008-09-03 14:21:44 +02:00 |
Hans Leidekker
|
a74b52cf38
|
winhttp: Add an initial implementation of WinHttpQueryOption and WinHttpSetOption.
|
2008-09-03 14:21:44 +02:00 |
Hans Leidekker
|
8063f5cbd4
|
winhttp: Move handling of default request parameters into build_request_string().
|
2008-09-03 14:21:44 +02:00 |
Hans Leidekker
|
13ba609b04
|
winhttp: Use default values when empty strings are passed for verb, object and version parameters.
|
2008-08-29 12:22:36 +02:00 |
Hans Leidekker
|
0b19e8559f
|
winhttp: Add support for secure connections.
|
2008-08-29 12:22:23 +02:00 |
Hans Leidekker
|
18677beb57
|
winhttp: Remove some unneeded includes.
|
2008-08-26 12:07:44 +02:00 |
Hans Leidekker
|
f07f2304b0
|
winhttp: Implement WinHttpSendRequest.
|
2008-08-26 12:07:43 +02:00 |
Hans Leidekker
|
70fb4ef523
|
winhttp: Use default values for verb, object and version parameters in WinHttpOpenRequest.
|
2008-08-20 12:52:56 +02:00 |
Hans Leidekker
|
8f1d818bf3
|
winhttp: Implement WinHttpAddRequestHeaders.
|
2008-08-20 12:52:20 +02:00 |
Hans Leidekker
|
fcb0e3a9d1
|
winhttp: Add a stub implementation for WinHttpSetTimeouts.
|
2008-08-20 12:52:16 +02:00 |
Hans Leidekker
|
6b9f60da79
|
winhttp: Deliver status notifications to the application.
|
2008-08-20 12:52:11 +02:00 |
Hans Leidekker
|
250cac32ca
|
winhttp: Implement WinHttpTimeFromSystemTime and WinHttpTimeToSystemTime.
|
2008-08-19 15:05:01 +02:00 |
Hans Leidekker
|
587162c3b6
|
winhttp: Add stub implementations for WinHttpGetDefaultProxyConfiguration, WinHttpGetProxyForUrl and WinHttpSetDefaultProxyConfiguration.
|
2008-08-19 15:03:45 +02:00 |
Hans Leidekker
|
a3d9df7d4d
|
winhttp: Implement WinHttpSetStatusCallback. Start sending notifications.
|
2008-08-19 15:03:37 +02:00 |
Hans Leidekker
|
ce00aa019f
|
winhttp: Implement WinHttpOpenRequest.
|
2008-08-19 15:03:29 +02:00 |
Hans Leidekker
|
770ee20461
|
winhttp: Implement WinHttpConnect.
|
2008-08-19 15:03:19 +02:00 |
Hans Leidekker
|
405e8cda41
|
winhttp: Implement WinHttpOpen and WinHttpCloseHandle.
|
2008-08-19 15:02:53 +02:00 |