Jacek Caban
|
0133683c46
|
wininet: Added support for undocumented InternetQueryOption(98).
|
2012-06-05 10:23:54 +02:00 |
Jacek Caban
|
37e483d567
|
wininet: Use CRLF separator in INTERNET_CERTIFICATE_INFO.
|
2012-05-30 17:17:56 +02:00 |
Jacek Caban
|
2ed97ebe43
|
wininet: Get rid of no longer used serverName and serverPort from http_session_t.
|
2012-05-29 10:44:08 +02:00 |
Jacek Caban
|
868575a416
|
wininet: Store certificate error information in security flags.
|
2012-05-25 16:58:56 +02:00 |
Jacek Caban
|
f8f2273b7c
|
wininet: Added INTERNET_OPTION_SETTINGS_CHANGED semi-stub implementation.
|
2012-05-25 16:48:16 +02:00 |
Jacek Caban
|
95c1b74fc9
|
wininet: Store server_t on the list until clean up.
|
2012-05-25 16:48:11 +02:00 |
Jacek Caban
|
f3dd75d8a4
|
wininet: Set SECURITY_FLAG_STRENGTH_* flags in NETCONN_secure_connect.
|
2012-05-25 16:48:06 +02:00 |
Jacek Caban
|
90ec92dfd1
|
wininet: Set SECURITY_FLAG_SECURRE in NETCON_secure_connect.
|
2012-05-25 16:48:01 +02:00 |
Jacek Caban
|
59a0ab54cb
|
wininet: Store security flags in server_t.
|
2012-05-25 16:47:57 +02:00 |
Jacek Caban
|
3aeb8eb6b6
|
wininet: Store server_t in http_request_t.
|
2012-05-25 16:47:52 +02:00 |
Jacek Caban
|
27af81972f
|
wininet: Added real implementation of InternetQueryOption(INTERNET_OPTION_REQUEST_FLAGS).
|
2012-05-24 20:08:46 +02:00 |
Alexander Morozov
|
ef95a79384
|
wininet: Add "Content-Disposition" field.
|
2012-05-24 19:53:43 +02:00 |
Jacek Caban
|
c0400560b5
|
wininet: Moved querying INTERNET_OPTION_REQUEST_FLAGS implementation to HTTPREQ_QueryOption.
|
2012-05-23 19:12:11 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Piotr Caban
|
0b42100615
|
wininet: Store connect timeout in all layers.
|
2012-05-14 17:46:31 +02:00 |
Jacek Caban
|
07e5b87feb
|
wininet: Fixed typo in tests and accompanying implementation.
|
2012-05-14 17:42:13 +02:00 |
Jacek Caban
|
2aa3d697a3
|
wininet: Set status code OK for responses without headers.
|
2012-05-03 20:44:14 +02:00 |
Jacek Caban
|
0d76489353
|
wininet: Added special case for HTTP_QUERY_STATUS_CODE in HttpQueryInfo.
|
2012-05-03 20:44:13 +02:00 |
Jacek Caban
|
797a17bb2d
|
wininet: Use stored status code in HTTP_HttpEndRequestW.
|
2012-05-03 20:44:13 +02:00 |
Jacek Caban
|
4cf3f78542
|
wininet: Use stored status code in HTTP_HttpSendRequestW.
|
2012-05-03 20:44:12 +02:00 |
Jacek Caban
|
5240e40b69
|
wininet: Store status code in http_request_t and use it in set_content_length.
|
2012-05-03 20:44:12 +02:00 |
Jacek Caban
|
905ede6c6d
|
wininet: Use hostname stored in server_t in NETCON_secure_connect.
|
2012-04-30 19:32:58 +02:00 |
Jacek Caban
|
4863257e30
|
wininet: Added default fallback for setting handle options and use it for INTERNET_OPTION_CALLBACK.
|
2012-03-08 17:59:02 +01:00 |
Jacek Caban
|
dfa9f4bc26
|
wininet: Insert custom headers only once in HTTP_HttpSendRequestW.
|
2012-01-24 20:43:14 +01:00 |
Jacek Caban
|
ac26517ac9
|
wininet: Correctly detect https connections and custom port numbers in HTTP_HandleRedirect.
|
2012-01-24 20:43:13 +01:00 |
Hans Leidekker
|
6522393265
|
wininet: Add support for setting and retrieving the send/receive timeouts.
|
2012-01-16 12:16:41 +01:00 |
Hans Leidekker
|
848cd8a2f5
|
wininet: Add support for setting and retrieving the connect timeout.
|
2012-01-16 12:16:37 +01:00 |
Hans Leidekker
|
72273a0786
|
wininet: Implement the connect timeout.
|
2012-01-16 12:16:30 +01:00 |
Pierre Schweitzer
|
85e2b4d7df
|
wininet: Fix handle leak.
|
2012-01-03 12:37:36 +01:00 |
Jacek Caban
|
892d3cd46b
|
wininet: Properly handle closed connection in HTTP_HttpEndRequestW.
|
2011-12-08 18:04:30 +01:00 |
Andy Clayton
|
da11075000
|
wininet: Avoid calling HTTP_ReceiveRequestData before reading headers.
|
2011-11-23 18:08:48 +01:00 |
Francois Gouget
|
17929b925e
|
wininet: Give a name to the critical sections, make them static and delete them when unloading the dll.
|
2011-11-16 17:02:22 +01:00 |
Juan Lang
|
044f645477
|
wininet: Implement ShowX509EncodedCertificate.
|
2011-11-01 10:36:27 +01:00 |
André Hentschel
|
adea3c5dda
|
wininet: Add a stub for ShowX509EncodedCertificate.
|
2011-10-31 17:52:02 +01:00 |
Juan Lang
|
ad3e22d5ee
|
wininet: Fix off by one error parsing RFC 850 dates.
|
2011-10-25 16:57:25 +02:00 |
Juan Lang
|
aeca2f98fa
|
wininet: Accept RFC 850 dates in HTTP headers.
|
2011-10-24 11:15:59 +02:00 |
Hans Leidekker
|
85e9e21929
|
wininet: Ignore the accept types array in HttpOpenRequestA if there are invalid pointers.
|
2011-09-27 16:24:26 +02:00 |
André Hentschel
|
d8f036e4dc
|
wininet: Don't return a relative path when building the proxy url request.
|
2011-08-24 11:58:13 +02:00 |
André Hentschel
|
0fda135f3f
|
wininet: Use the constants from the wininet header.
|
2011-08-24 11:58:13 +02:00 |
Jacek Caban
|
0281b7d30b
|
wininet: Fixed realm allocation in cache_basic_authorization.
|
2011-07-28 18:37:40 +02:00 |
Jacek Caban
|
cfdc539972
|
wininet: Set content_length when we reach end of data in netconn_read.
|
2011-06-10 15:28:37 +02:00 |
Jacek Caban
|
8e37ed551a
|
wininet: Don't pass handle to INTERNET_REQUEST_COMPLETE unless the request is opened via InternetPoenUrl.
|
2011-06-10 15:28:32 +02:00 |
Jacek Caban
|
c0293df46a
|
wininet: Moved INTERNET_STATUS_REQUEST_COMPLETE notifications sending to separated function.
|
2011-06-10 15:28:26 +02:00 |
Hans Leidekker
|
9acd1ef15f
|
wininet: Consistently use the allocation macros.
|
2011-06-01 15:16:53 +02:00 |
Hans Leidekker
|
14d4d1957d
|
wininet: Don't change the verb if the server response is HTTP_STATUS_REDIRECT_KEEP_VERB.
|
2011-06-01 15:16:49 +02:00 |
Jacek Caban
|
193da884ad
|
wininet: Correctly handle closed socket in HTTP_ReceiveRequestData.
|
2011-05-23 16:25:42 +02:00 |
Jacek Caban
|
2e2ed52cfb
|
wininet: Use set_cookie directly in HTTP_ProcessCookies.
|
2011-05-19 19:37:26 +02:00 |
Jacek Caban
|
dce9181c91
|
wininet: Use get_cookie directly in HTTP_InsertCookies.
|
2011-05-19 19:37:26 +02:00 |
Juan Lang
|
d797e5fc7e
|
wininet: Handle invalid HTTP time of "0".
|
2011-05-13 17:05:28 +02:00 |
Jacek Caban
|
a890e3a144
|
wininet: Fixed handling of 204 No Content response.
|
2011-05-13 17:05:27 +02:00 |