André Hentschel
|
4896f94aaf
|
wininet: Improve stub message for InternetSetFilePointer.
|
2011-11-15 11:49:03 +01:00 |
Austin English
|
25bc31ac2e
|
wininet: Add a stub for ShowClientAuthCerts.
|
2011-11-03 17:42:05 +01:00 |
Austin English
|
9536a9cc1b
|
wininet: Add a stub for RunOnceUrlCache.
|
2011-11-02 12:26:48 +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 |
Andrew Talbot
|
31b3cbfb93
|
wininet: Add a break to a switch statement.
|
2011-10-19 16:38:51 +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
|
c09e6bf881
|
wininet: Fix UrlComponents initialisation.
|
2011-09-26 22:42:02 +02:00 |
Francois Gouget
|
843e97eb1f
|
wininet: Fix printing NULL strings.
|
2011-09-20 16:21:38 +02:00 |
Piotr Caban
|
e80e73586d
|
wininet: Make it possible to ignore CERT_TRUST_IS_PARTIAL_CHAIN error in netconn_verify_cert.
|
2011-09-14 09:58:39 +02:00 |
Alexandre Julliard
|
905d6844e3
|
wininet/tests: Avoid crash on test failure.
|
2011-09-09 15:57:59 +02:00 |
Alexandre Julliard
|
006bb26b8c
|
wininet/tests: Remove an invalid FTP test.
|
2011-09-01 18:06:39 +02:00 |
André Hentschel
|
37cdf6bd26
|
wininet: Test and fix possible error situations for InternetQueryOption with INTERNET_OPTION_PROXY.
|
2011-08-24 12:14:46 +02:00 |
André Hentschel
|
20d7bc9522
|
wininet: Parse user and password for proxy authentication.
|
2011-08-24 11:58:13 +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 |
Austin English
|
c13f29357a
|
wininet/tests: Remove win9x hacks.
|
2011-07-27 12:26:18 +02:00 |
Austin English
|
2a16ae1d06
|
wininet: Make sure to use return values (LLVM/Clang).
|
2011-07-26 10:21:44 +02:00 |
Juan Lang
|
cfdce43de9
|
wininet: Implement setting proxy options globally for a process.
|
2011-07-22 12:57:20 +02:00 |
Juan Lang
|
027238f856
|
wininet: De-Hungarian proxyinfo_t.
|
2011-07-22 12:57:20 +02:00 |
Igor Paliychuk
|
64d668a2bc
|
wininet: Convert Ukrainian resources into utf-8.
|
2011-06-20 19:32:04 +02:00 |
Jerome Leclanche
|
f30616e257
|
wininet: Fix a warning when compiling --without-openssl.
|
2011-06-20 19:32:02 +02:00 |
Francois Gouget
|
df63b63614
|
Standardize the OK buttons.
|
2011-06-15 20:04:38 +02:00 |
Jacek Caban
|
adf08d586d
|
wininet: A small netconn_secure_verify code clean up.
|
2011-06-10 15:28:46 +02:00 |
Jacek Caban
|
a664fa8041
|
wininet: Added dwError of INTERNET_STATUS_REQUEST_COMPLETE notifications tests.
|
2011-06-10 15:28:42 +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 |
Marcus Meissner
|
c0ad2d4a92
|
wininet: Mark internal symbols with hidden visibility.
|
2011-05-26 13:30:38 +02:00 |
Jacek Caban
|
6eff315555
|
wininet: Added connection closing tests.
|
2011-05-23 16:25:44 +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 |
Jacek Caban
|
9a741bf3d7
|
wininet: Moved getting cookie from known host to separated function.
|
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
|
5a5eddfe81
|
wininet: Added 204 No Content response tests.
|
2011-05-13 17:05:27 +02:00 |
Jacek Caban
|
188de03497
|
wininet: Better closing async handles in tests.
|
2011-05-13 17:05:27 +02:00 |
Jacek Caban
|
3ab297125d
|
wininet: Clean up closing connection notifications tests.
|
2011-05-13 17:05:27 +02:00 |
Jacek Caban
|
a890e3a144
|
wininet: Fixed handling of 204 No Content response.
|
2011-05-13 17:05:27 +02:00 |
Jacek Caban
|
086eb61c84
|
wininet: Don't depend on is_end_of_read_data in HTTPREQ_Read.
|
2011-05-13 17:05:27 +02:00 |
Jacek Caban
|
c280970c3e
|
wininet: Set TCP_NODELAY on socket.
|
2011-05-11 14:56:49 +02:00 |
Jacek Caban
|
8a1df203ae
|
wininet: Added support for persistent HTTP connections.
|
2011-05-10 18:57:23 +02:00 |
Karsten Elfenbein
|
5b173cb405
|
wininet: Follow 307 temporary redirect.
|
2011-05-09 11:44:29 +02:00 |
Jacek Caban
|
4c1c5fe64c
|
wininet: Moved connected check out of NETCON_set_timeout.
|
2011-05-04 17:26:51 +02:00 |
Jacek Caban
|
aa4e663954
|
wininet: Use test.winehq.org for post tests.
|
2011-05-02 16:38:01 +02:00 |