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 |
Hans Leidekker
|
a74b52cf38
|
winhttp: Add an initial implementation of WinHttpQueryOption and WinHttpSetOption.
|
2008-09-03 14:21:44 +02:00 |
Hans Leidekker
|
0b19e8559f
|
winhttp: Add support for secure connections.
|
2008-08-29 12:22:23 +02:00 |
Hans Leidekker
|
f07f2304b0
|
winhttp: Implement WinHttpSendRequest.
|
2008-08-26 12:07:43 +02:00 |
Hans Leidekker
|
266c4b2c04
|
winhttp: Add networking infrastructure.
|
2008-08-26 12:07:43 +02:00 |
Alexandre Julliard
|
fb17ae0b83
|
winhttp: Add support for building on Windows.
|
2008-08-25 15:56:50 +02:00 |
Gerald Pfeifer
|
4169fad358
|
winhttp: #include <netinet/in.h> for sockaddr_in.
|
2008-08-21 11:43:32 +02:00 |
Hans Leidekker
|
8f1d818bf3
|
winhttp: Implement WinHttpAddRequestHeaders.
|
2008-08-20 12:52:20 +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 |
Hans Leidekker
|
d5c0ccf93a
|
winhttp: Add a handle management implementation.
|
2008-08-19 15:02:29 +02:00 |