Jacek Caban
7eaadabc5c
wininet: Merge InternetReadFile and InternetReadFileEx implementations.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-10 23:21:23 +01:00
Jacek Caban
08808747b2
wininet: Rewrite InternetReadFileEx for http protocol to make use of non-blocking reads.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-10 23:21:23 +01:00
Bruno Jesus
7207b3dbc9
wininet/test: Improve tests for InternetGetConnectedStateEx.
...
Signed-off-by: Bruno Jesus <bjesus@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-08 16:37:19 +01:00
Jacek Caban
7b42dc4931
wininet: Improved netconn_drain_content.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-27 16:24:59 +01:00
Francois Gouget
8f669b63a6
wininet/tests: A spelling fix in an ok() message.
...
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-10 21:34:33 +01:00
Michael Müller
0d22e43f8c
wininet: Handle INTERNET_INVALID_PORT_NUMBER in HttpOpenRequest.
...
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-12-15 23:29:42 +01:00
Daniel Lehman
b3d12a16ce
wininet: Canonicalize URL in HttpOpenRequest.
...
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-30 13:23:09 +01:00
Gerald Pfeifer
3cb027c743
wininet: Increase buffer in _test_status_code to avoid potential potential overflow.
...
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-03 11:51:37 +02:00
Jacek Caban
7d9a439274
wininet: Don't return available data sizes larger than the read buffer.
...
Based on patch by Hans Leidekker.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-15 12:55:02 +09:00
Bernhard Übelacker
0fcecad8d8
wininet/tests: Fix pathLen given to InternetCrackUrlA.
...
Signed-off-by: Bernhard Übelacker <bernhardu@mailbox.org>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-04 10:53:03 -05:00
Jacek Caban
e7d6bba22e
wininet: Added chunked stream blocking tests.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-01 09:58:10 -05:00
Sebastian Lackner
93832ef88d
wininet/tests: Add a test for recently introduced regression related to InternetCrackUrl.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-08 23:07:20 +09:00
Sebastian Lackner
259b517f2b
wininet/tests: Avoid unnecessary initialization of variables.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-08 23:07:20 +09:00
Michael Müller
cacad1df98
wininet: Correctly set lpszUrlPath in InternetCrackUrlW for urls without path component.
...
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-08 23:07:20 +09:00
Michael Müller
9e4df5ef79
wininet/tests: Fix some typos in ok() messages.
...
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-07 19:58:02 +09:00
Jacek Caban
27ea3804dd
wininet: Added semi-stub INTERNET_OPTION_END_BROWSER_SESSION implementation.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-06 23:10:28 +09:00
Jacek Caban
b53b717dad
wininet: Always set returned size in InternetGetCookieExA.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-06 23:10:24 +09:00
Jacek Caban
0d9dcf5c8f
wininet: Ignore unknown attributes in get_cookie.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-06-21 11:23:48 +09:00
Jacek Caban
3a7bd03da0
wininet: Fixed tests on win10.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-06-21 11:23:46 +09:00
Jacek Caban
5eca697aba
wininet: Skip more problematic tests on IE6.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-30 11:10:19 +09:00
Jacek Caban
216474c24e
wininet: Use compose_request_url in INTERNET_OPTION_URL implementation.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-19 11:57:52 +09:00
Jacek Caban
9e497aeca2
wininet: Added test of request with a long URL.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-18 10:33:53 +09:00
Jacek Caban
ce4bdcd0c1
wininet: Rewrite test_accept_encoding using more generic request.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-18 10:33:47 +09:00
Jacek Caban
238a462d2b
wininet: Added test of cookies with long URL.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-17 11:51:33 +09:00
Jacek Caban
f70c9ae8d1
wininet: Fixed handing NULL buffer in InternetReadFileExW.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-17 11:50:53 +09:00
Jacek Caban
cebb5d3066
wininet: Fixed internet tests on win10.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-17 11:50:50 +09:00
Jacek Caban
f5c97b5060
wininet: Added open_simple_request helper and use it where appropriate.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-14 14:39:56 +09:00
Jacek Caban
1d834438ca
wininet: Get rid of test_http1_1 test.
...
I can only guess what author meant to test, but those are useless in
their current shape and we already have better persistent connection
tests anyway.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-14 14:39:55 +09:00
Jacek Caban
f4e68eef37
wininet: Fixed http tests on win10.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-14 14:39:55 +09:00
Jacek Caban
f6714f3832
wininet: Updated winehq.org cert info.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-14 14:39:55 +09:00
Jacek Caban
e68e03c72a
wininet/tests: Added IRD_NO_WAIT flag tests.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-05 01:27:52 +09:00
Sebastian Lackner
179137c259
wininet/tests: Add tests for asynchronous InternetReadFile.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-29 00:54:13 +09:00
Sebastian Lackner
45459965aa
wininet: Send INTERNET_STATUS_RESPONSE_RECEIVED notification in async handler.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-29 00:54:13 +09:00
Sebastian Lackner
e14f2c0b7a
wininet/tests: Add tests for asynchronous InternetReadFileEx.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-29 00:54:12 +09:00
Jacek Caban
4be4e282b7
wininet/tests: Added tests of InternetCrackUrl with URLs longer than INTERNET_MAX_URL_LENGTH.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-27 23:59:10 +09:00
Michael Müller
05a10d5fc8
wininet/tests: Add more tests for INTERNET_INVALID_PORT_NUMBER.
...
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-27 19:42:27 +09:00
Alexandre Julliard
61d1c95ea4
wininet/tests: Remove todo from a succeeding test.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-18 02:03:22 +09:00
Nikolay Sivov
1b06662f0b
wininet/tests: Use todo_wine_if() in tests.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-17 13:08:25 +09:00
André Hentschel
676e615613
wininet/tests: Use todo_wine_if() in tests.
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-16 12:09:39 +09:00
Hans Leidekker
05eae360d7
wininet/tests: Fix test failures.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-26 22:37:28 +09:00
Piotr Caban
493d414cad
wininet: Create file with correct file name in test_trailing_slash tests.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-13 11:53:25 +09:00
Alistair Leslie-Hughes
7e7519d1f5
wininet: Free critical section (Valgrind).
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-11 19:39:28 +09:00
Sebastian Lackner
e609b39818
wininet/tests: Add test for using NULL as proxy server.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-09 19:26:36 +09:00
Hans Leidekker
d050343c50
wininet: Set Content-Length header to zero if the verb is CONNECT.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
2015-10-06 00:08:25 +09:00
Hans Leidekker
1a74ccc8c5
wininet/tests: Fix a couple of test failures.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
2015-10-01 16:23:08 +09:00
Hans Leidekker
d8ddf1b0e1
wininet/tests: Never use a proxy for connections to localhost.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
2015-10-01 16:23:06 +09:00
Andrey Gusev
d3177504b1
Assorted spelling and typos fixes.
2015-08-31 20:18:46 +09:00
Michael Müller
7bed453481
wininet: Set Host header in HttpSendRequestW instead of HttpOpenRequestW.
2015-08-25 17:43:12 +09:00
Sebastian Lackner
9a7ce56145
wininet/tests: Print the correct function name in ok() messages.
2015-08-12 22:53:30 +09:00
Hans Leidekker
6ab6c23707
wininet/tests: Include the error code in a failure message.
2015-07-17 20:19:47 +09:00
Michael Müller
1b53917ece
wininet/tests: Add tests for overriding host header.
2015-06-25 21:01:16 +09:00
Piotr Caban
1a738a556c
wininet: Improve handling of long URLs in CreateUrlCacheEntry function.
2015-06-19 17:02:24 +09:00
Huw Davies
53dbffd314
wininet/tests: Fix tests on Win 2k.
2015-06-12 21:22:43 +09:00
Piotr Caban
5306ce9d4a
wininet/tests: Test if content is read from cache in INTERNET_FLAG_FROM_CACHE tests.
2015-05-28 22:06:38 +09:00
Hans Leidekker
0b69c706b9
wininet: Reuse cached basic authorization across sessions.
2015-05-01 15:15:02 +09:00
Gerald Pfeifer
4415171ab6
wininet: Avoid four instances of "logical not is only applied to the to the left hand side".
2015-04-17 17:33:45 +09:00
Michael Müller
7c8df7eb5e
wininet: Allow Accept-Encoding for HTTP/1.0 requests.
2015-02-24 21:55:48 +09:00
Sebastian Lackner
2ce1650968
wininet: Fix handling of subdirectory in FtpFindFirstFile.
...
Based on a patch by Mike Ruprecht.
2015-01-14 18:32:00 +01:00
Hans Leidekker
3d9ba21d2f
wininet/tests: Add a test to show that the Content-Length header is not updated when a request is reused.
2014-12-19 22:36:16 +01:00
Michael Stefaniuc
51302e011a
wininet: Simplify the check for an empty string (PVS-Studio).
2014-11-11 14:22:08 +09:00
Alexandre Julliard
d883281806
wininet/tests: Fix a test failure on Windows.
2014-10-30 13:16:42 +09:00
Bruno Jesus
5e13e7f809
wininet: Fix InternetGetConnectedStateEx[A|W].
2014-10-28 13:53:44 +09:00
Bruno Jesus
3beee00a99
wininet: Add more tests to InternetGetConnectedStateEx.
2014-10-27 14:36:26 +09:00
Hans Leidekker
462f56d468
wininet: Protect the request headers array with a critical section.
2014-09-25 15:20:19 +02:00
Hans Leidekker
bbfae5be4b
wininet/tests: Update test data to match the new certificate on winehq.org.
2014-09-25 15:20:18 +02:00
Jacek Caban
3241d8450a
wininet/tests: Fixed more tests on IE11.
2014-09-05 17:41:28 +02:00
Jacek Caban
4cda419575
wininet/tests: Fixed security flags tests on IE11.
2014-09-04 13:44:42 +02:00
Jacek Caban
7c3364621f
wininet/tests: Always use test.winehq.org instead of www.codeweavers.com in tests.
2014-09-03 16:29:36 +02:00
Jacek Caban
8e8eef940a
wininet/tests: Fixed most tests on IE11.
2014-09-03 16:29:31 +02:00
Jacek Caban
2aaff6e19f
wininet: Include trailing slash in URL cache hashes.
2014-07-16 14:01:05 +02:00
Jacek Caban
f72975d811
wininet: Don't allow overriding httponly cookies with non-httponly ones.
2014-07-11 16:59:47 +02:00
Jacek Caban
b4ce0760e5
wininet/tests: Added INTERNET_COOKIE_HTTPONLY tests.
2014-07-04 14:52:04 +02:00
Sebastian Lackner
8fd44a3d2b
wininet: Fix invalid memory access in HTTP_QUERY_RAW_HEADERS (Valgrind).
2014-07-02 19:57:14 +02:00
Jacek Caban
4e53f0caa0
wininet: Don't try to read content in response to HEAD request.
2014-06-25 14:41:47 +02:00
Bruno Jesus
f3b0f488b8
wininet/tests: Add more HTTP_QUERY_RAW_HEADERS tests.
2014-06-25 10:58:13 +02:00
Sebastian Lackner
2e0921d065
wininet: Don't update *lpdwIndex if HttpQueryInfoW fails with ERROR_INSUFFICIENT_BUFFER.
2014-06-18 16:31:42 +02:00
Bruno Jesus
1f713cc567
wininet/tests: Fix a memory leak (valgrind).
2014-06-11 16:11:04 +02:00
Hans Leidekker
d6a59f755e
wininet: Only set the content length header if it's not explicitly set by the user.
2014-05-26 21:15:37 +09:00
Hans Leidekker
4e340c0a7f
wininet/tests: Fix a couple of test failures on Internet Explorer 11.
2014-05-24 11:01:04 +09:00
Huw Davies
fec1ed454c
wininet/tests: Don't test GetLastError() on success.
2014-05-15 19:04:53 +02:00
Jacek Caban
cfb4b0a305
wininet: Fixed tests on some old Windows versions.
2014-03-24 20:20:07 +01:00
Jacek Caban
858caa9aa0
wininet: Merge GetLastError() test into other request tests.
2014-03-24 20:20:06 +01:00
Jacek Caban
fd3563b2b9
wininet/tests: Fixed tests for the new winehq.org cert.
2014-03-03 17:02:54 +01:00
Bruno Jesus
7f97339208
wininet/tests: Add tests for InternetGetConnectedStateEx[A|W].
2014-02-05 13:49:25 +01:00
Alexandre Julliard
99ef0d6ff0
makefiles: Get rid of the MAKE_TEST_RULES variable.
2014-01-02 12:13:16 +01:00
Frédéric Delanoy
0e7e87875c
wininet/tests: Constify some character strings.
2013-12-31 12:25:04 +01:00
Hans Leidekker
7ba776532d
wininet: Always store the SSL context.
...
This allows applications to query certificate properties when verification has failed.
2013-12-11 12:57:04 +01:00
Frédéric Delanoy
e1ef0d1174
wininet/tests: Use BOOL type where appropriate.
2013-12-05 10:58:20 +01:00
Frédéric Delanoy
0940037301
wininet/tests: Use BOOL type where appropriate.
2013-11-27 10:54:28 +01:00
Ričardas Barkauskas
05396f18e4
wininet/tests: Mark successful query of status before sending request as broken.
2013-11-26 10:22:10 +01:00
Ričardas Barkauskas
992c2bd3e5
wininet: Reset data stream for existing request connections.
2013-11-26 10:20:58 +01:00
Ričardas Barkauskas
920a261d35
wininet/tests: Test successive HttpSendRequest calls.
2013-11-26 10:20:54 +01:00
André Hentschel
f34ba03277
wininet/tests: Fix boolean checks.
2013-11-26 10:17:31 +01:00
Hans Leidekker
a448bbf880
wininet: Reading past end-of-file in chunked mode returns success.
...
Found by Andrew Eikum.
2013-11-21 19:39:02 +01:00
Piotr Caban
69b8c97c1d
wininet/tests: Fix urlcache tests on IE10.
2013-11-18 11:20:30 +01:00
Ričardas Barkauskas
6c0ee62d7a
wininet: Check if connection is alive before sending request.
2013-11-07 13:15:50 +01:00
Jacek Caban
e857a70ae2
wininet: Compile tests with -D__WINESRC__.
2013-10-24 19:01:55 +02:00
Jacek Caban
1458856c63
wininet: Added InternetLockRequestFile tests.
2013-10-04 17:46:23 +02:00
Michael Stefaniuc
0e681027a2
tests: Compile the tests by default with -D__WINESRC__.
2013-10-02 11:04:02 +02:00
Michael Stefaniuc
2a39cb377a
dlls: Replace the remaining CONSTs.
2013-09-25 11:49:20 +02:00