Juan Lang
|
9fd8462add
|
wininet: Fix tests when running behind a proxy server.
|
2009-07-10 12:24:16 +02:00 |
Aric Stewart
|
b9f2f9d226
|
wininet: Improve HTTP status 100 handling.
|
2009-06-23 15:53:01 +02:00 |
Hans Leidekker
|
aa05f97fc9
|
wininet: Don't delete the cache file when closing a request.
|
2009-06-23 11:48:17 +02:00 |
Mike Kaplinskiy
|
413934cac5
|
wininet/test: Test malformed header separators.
|
2009-06-16 13:49:56 +02:00 |
Hans Leidekker
|
70454967f9
|
wininet: Always create a URL cache entry.
|
2009-06-16 13:37:29 +02:00 |
Paul Vriens
|
094cc84ed2
|
wininet/tests: Fix a few typos.
|
2009-06-03 11:26:27 +02:00 |
Jacek Caban
|
45064eb5b0
|
wininet: Fixed tests on Windows.
|
2009-06-02 11:57:21 +02:00 |
Jacek Caban
|
ac57ea14f5
|
wininet: Test gzip encoded read.
|
2009-06-01 16:16:01 +02:00 |
Alexandre Julliard
|
bb5d973127
|
wininet/tests: Add a test for reading chunked data.
|
2009-05-14 16:49:19 +02:00 |
Nicolas Le Cam
|
f85e7dc3c2
|
wininet/tests: Fix test when automatically detect network settings is on.
|
2009-05-11 15:55:38 +02:00 |
Nicolas Le Cam
|
6ef2402c50
|
wininet/tests: Temporize async HttpSendRequestEx test to avoid timeouts.
|
2009-05-11 15:55:33 +02:00 |
Paul TBBle Hampson
|
4d57ee3409
|
wininet: HTTP_HttpAddRequestHeadersW should ignore 0-length headers.
|
2009-04-27 13:24:42 +02:00 |
Paul TBBle Hampson
|
01a83cde55
|
wininet/tests: Test for handling of blank headers in HttpAddRequestHeaders.
|
2009-04-27 13:24:37 +02:00 |
Hans Leidekker
|
8ab00329dd
|
wininet: Replace any existing cookie header.
|
2009-04-24 15:51:47 +02:00 |
Nicolas Le Cam
|
295d6773c0
|
wininet/tests: Fix HttpSendRequestW test on IE5.
|
2009-04-21 14:32:26 +02:00 |
Hans Leidekker
|
75857d7d67
|
wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.
|
2009-04-08 16:28:10 +02:00 |
Alexandre Julliard
|
7e22055ee1
|
wininet/tests: Fix another instance of changed behavior on winehq.org.
|
2009-03-25 22:57:32 +01:00 |
Alexandre Julliard
|
8d2ce074bb
|
wininet/tests: Fix the http tests for the new winehq.org behavior.
|
2009-03-25 11:55:17 +01:00 |
Hans Leidekker
|
100ee0ad2a
|
wininet: Ignore invalid response headers.
|
2009-03-04 13:06:06 +01:00 |
Hans Leidekker
|
67c38bd472
|
wininet: Mark IE6 behaviour of HttpSendRequestW as broken.
|
2009-01-29 12:18:01 +01:00 |
Hans Leidekker
|
667e48286e
|
wininet: Calculate the header size if needed in HttpSendRequestW.
|
2009-01-16 12:34:35 +01:00 |
Hans Leidekker
|
1c07d94ddc
|
wininet: Send a content length header for all verbs other than GET.
|
2009-01-15 12:41:53 +01:00 |
Jacek Caban
|
12931062fb
|
wininet: Make sure that we have data buffered before sending INTERNET_STATUS_REQUEST_COMPLETE notification.
|
2009-01-13 15:28:39 +01:00 |
Ge van Geldorp
|
e7e4894f2a
|
wininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and ..._CONNECTION_CLOSED callbacks can appear after ..._REQUEST_COMPLETE.
|
2009-01-05 16:42:03 +01:00 |
Alexandre Julliard
|
523881678b
|
wininet/tests: Use ~0u instead of ~0ul for DWORD values.
|
2009-01-03 20:15:06 +01:00 |
Hans Leidekker
|
1791471bbf
|
wininet: Relax a notification test.
|
2008-12-18 13:16:18 +01:00 |
Hans Leidekker
|
b6d703b057
|
wininet: Adapt tests to winehq changes.
|
2008-12-12 11:37:48 +01:00 |
Alexandre Julliard
|
48db9ceff4
|
wininet/tests: Use new test URLs on test.winehq.org.
|
2008-12-10 10:47:13 +01:00 |
Hans Leidekker
|
d1076aeab4
|
wininet: Don't increase index in HttpQueryInfo if requested level is HTTP_QUERY_STATUS_CODE.
Some apps depend on this quirk because they don't reset the index
before subsequent calls to HttpQueryInfo.
|
2008-12-02 14:03:54 +01:00 |
Nicolas Le Cam
|
6c7720e2ce
|
wininet/tests: Fix a failing test on IE6.
|
2008-10-28 13:26:22 +01:00 |
Hans Leidekker
|
bd80529709
|
wininet: Add an exception handler in HttpOpenRequestA to protect against invalid accept type pointers.
|
2008-10-24 14:25:00 +02:00 |
Hans Leidekker
|
4a6b856ff2
|
wininet: Add a test for basic authentication.
|
2008-10-17 14:12:37 +02:00 |
Rob Shearman
|
0715d9c123
|
wininet: Fix crash when calling HttpQueryInfoA/W(HTTP_QUERY_RAW_HEADERS) before any response has been received from a server.
|
2008-10-08 12:17:11 +02:00 |
Rob Shearman
|
dbd1800ab2
|
wininet: Get rid of rc variable in InternetReadFile_test.
All of the tested functions return BOOLs, not DWORDs so use res instead of rc.
|
2008-10-08 12:17:05 +02:00 |
Hans Leidekker
|
096fa3b9f5
|
wininet: Option INTERNET_OPTION_CALLBACK is not settable.
|
2008-10-07 12:02:54 +02:00 |
Rob Shearman
|
f55afa8a59
|
wininet: Move internet time tests from http.c to internet.c.
|
2008-10-02 10:29:31 -05:00 |
Rob Shearman
|
fa066c74e3
|
wininet: Fix behaviour of InternetTimeFromSystemTimeA/W when a buffer that is too small is passed in.
|
2008-10-02 10:29:19 -05:00 |
Rob Shearman
|
ef0e3792bb
|
wininet: Add tests for InternetTimeFromSystemTimeW with insufficient buffer.
|
2008-10-02 10:29:15 -05:00 |
Lei Zhang
|
bc9e214f6f
|
wininet: Work around NULL headers when handling HTTP_QUERY_RAW_HEADERS_CRLF.
|
2008-08-28 11:24:50 +02:00 |
Alexandre Julliard
|
8f3a7a8494
|
wininet/tests: Add a couple more optional notifications.
|
2008-08-26 20:40:28 +02:00 |
Alexandre Julliard
|
1f563440aa
|
wininet/tests: Add support for optional notifications. Fix the test to pass again on Windows and Wine.
|
2008-08-26 12:07:42 +02:00 |
Dan Kegel
|
1e7f89194c
|
wininet: HTTP_QUERY_RAW_HEADERS_CRLF length shouldn't include nul.
|
2008-07-31 14:02:04 +02:00 |
Hans Leidekker
|
572b0bab88
|
wininet: Move insertion of cookie header from HttpOpenRequest to HttpSendRequest.
Based on a patch by Yann Droneaud.
|
2008-07-21 12:21:58 +02:00 |
Hans Leidekker
|
a5c6455193
|
wininet: Make another test pass on IE6.
|
2008-07-21 12:21:33 +02:00 |
Zac Brown
|
173cd38e68
|
wininet/tests: Change some traces to skips in tests.
|
2008-07-10 14:42:43 +02:00 |
Alexander Morozov
|
4f51b6c1d8
|
wininet: Add port number to Host HTTP header.
|
2008-07-07 14:16:07 +02:00 |
Alexander Morozov
|
3ac3194527
|
wininet/tests: Add HTTP 1.1 test.
|
2008-07-03 13:08:18 +02:00 |
Alexander Morozov
|
9d23d8ecef
|
wininet/tests: Additional HTTP header tests.
|
2008-07-03 13:08:18 +02:00 |
Hans Leidekker
|
95d572dd7e
|
wininet: Make a test pass on IE6.
|
2008-06-24 11:45:33 +02:00 |
Hans Leidekker
|
6233704481
|
wininet: Resolve hostname once per connection.
|
2008-06-24 11:45:18 +02:00 |