Hans Leidekker
|
50c710bd91
|
winhttp: Add support for retrieving the proxy automatic configuration URL on Mac OS X.
|
2014-05-15 19:04:45 +02:00 |
Hans Leidekker
|
5522256328
|
winhttp: Reimplement WinHttpGetProxyForUrl on top of jsproxy.
|
2014-05-15 19:04:44 +02:00 |
Hans Leidekker
|
6494c50ad7
|
winhttp: Fix a couple of memory leaks (valgrind).
|
2014-05-13 13:47:11 +02:00 |
Marcus Meissner
|
0fe44e1be6
|
winhttp: Avoid leaking authinfo on error (Coverity).
|
2014-04-17 10:45:11 +02:00 |
Nikolay Sivov
|
2c880e5271
|
winhttp: Use proper deallocator (Coverity).
|
2014-04-14 20:19:02 +02:00 |
Nikolay Sivov
|
e3a94656f2
|
winhttp: Move allocation after input validation to fix leaks (Coverity).
|
2014-03-25 10:56:50 +01:00 |
Austin English
|
9665d5a409
|
winhttp: Skip tests on broken ISPs.
|
2014-03-24 11:40:51 +01:00 |
Hans Leidekker
|
25eb10058c
|
winhttp/tests: Improve tracing.
|
2014-02-11 19:19:13 +01:00 |
Hans Leidekker
|
50feb7b708
|
winhttp/tests: Fix a couple of test failures.
|
2014-02-11 19:19:13 +01:00 |
Hans Leidekker
|
97505a7475
|
winhttp/tests: Move the remaining tests to test.winehq.org.
|
2014-02-05 15:53:58 +01:00 |
Hans Leidekker
|
5b409fb0d4
|
winhttp/tests: Move the status notification tests to test.winehq.org.
|
2014-02-05 15:53:56 +01:00 |
Alexandre Julliard
|
cf0e96c6d0
|
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
|
2014-01-30 14:51:33 +01:00 |
Hans Leidekker
|
21ff413413
|
winhttp/tests: Only advance to the next notification test if the function is ok.
|
2014-01-29 14:50:49 +01:00 |
Hans Leidekker
|
513372f044
|
winhttp/tests: Ignore some missing notifications.
|
2014-01-29 14:50:48 +01:00 |
Hans Leidekker
|
0e9f46d074
|
winhttp/tests: Fix a test that fails on Windows.
|
2014-01-28 19:38:40 +01:00 |
Dmitry Timoshkov
|
f8d79c83b4
|
winhttp: Remove unused IUnknown *outer parameter from object constructor.
|
2014-01-07 15:22:24 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Alexandre Julliard
|
d08ff3ff19
|
makefiles: Use a single variable for all types of idl files.
|
2013-12-31 18:15:17 +01:00 |
Frédéric Delanoy
|
e7f8e9e81d
|
winhttp/tests: Constify a character string.
|
2013-12-31 12:25:01 +01:00 |
Alexandre Julliard
|
566d3418af
|
makedep: Add a separate pragma flag for typelibs that need registration.
|
2013-12-26 13:32:49 +01:00 |
Frédéric Delanoy
|
4bb0d0eac9
|
winhttp/tests: Use BOOL type where appropriate.
|
2013-11-27 10:54:17 +01:00 |
Frédéric Delanoy
|
57d7f74d34
|
Assorted spelling fixes.
|
2013-11-21 19:44:46 +01:00 |
Jacek Caban
|
e894c897d5
|
winhttp: Moved netconn_query_data_available calls to query_data_available.
|
2013-11-15 19:23:24 +01:00 |
Alexandre Julliard
|
f8421142e7
|
makefiles: Add makedep pragmas for typelib idl files.
|
2013-11-05 20:38:18 +01:00 |
Jacek Caban
|
92426b5136
|
winhttp: Use netconn_query_data_available in get_available_data when possible.
|
2013-11-01 11:03:29 +01:00 |
Francois Gouget
|
cd5d1e54e7
|
winhttp/tests: Fix the test failure messages.
Don't claim the API failed when it succeeded, and show the unexpected data.
|
2013-11-01 10:57:15 +01:00 |
Andrew Eikum
|
04f0426fe6
|
winhttp: Attempt to refill empty buffer before answering QueryDataAvailable.
|
2013-10-17 20:29:40 +02:00 |
Hans Leidekker
|
ceeff119a2
|
winhttp/tests: Compile with -D__WINESRC__.
|
2013-10-14 17:26:15 +02:00 |
Hans Leidekker
|
8946346f51
|
winhttp: Fix a test failure on Windows 8 and conform to the more recent behavior.
|
2013-10-14 17:26:15 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Hans Leidekker
|
59b0374710
|
winhttp: Don't assume that end of chunk means end of stream.
|
2013-09-23 11:56:38 +02:00 |
Hans Leidekker
|
bee390e1ef
|
winhttp/tests: Remove explicit zero-intialization of static data.
|
2013-09-23 11:56:29 +02:00 |
Hans Leidekker
|
050a46f30f
|
winhttp: Fix the base64 decoder.
|
2013-09-04 21:36:55 +02:00 |
Hans Leidekker
|
fe678927dd
|
winhttp: Fix invalid parameter handling in WinHttpQueryAuthSchemes.
|
2013-08-19 19:04:23 +02:00 |
Hans Leidekker
|
78fc21cdb5
|
winhttp: Allow setting NULL username and password for NTLM, Passport and Negotiate.
|
2013-08-19 19:04:17 +02:00 |
Hans Leidekker
|
d285629cf4
|
winhttp/tests: Add some tests for WinHttpDetectAutoProxyConfigUrl.
|
2013-06-25 18:12:11 +02:00 |
Hans Leidekker
|
50febc4888
|
winhttp/tests: Test query schemes.
|
2013-06-12 15:52:53 +02:00 |
Marcus Meissner
|
85f3fe735d
|
winhttp: Initialize schemes (Coverity).
|
2013-06-12 15:52:36 +02:00 |
Hans Leidekker
|
4df4339f8e
|
winhttp/tests: Trace certificate errors.
|
2013-06-10 19:30:47 +02:00 |
Alexandre Julliard
|
7ad43e4e88
|
winhttp: Don't bother to clean up at process exit.
|
2013-05-17 12:29:08 +02:00 |
Hans Leidekker
|
93637828b4
|
winhttp: Fix a memory leak.
Reported by Marcus Meissner.
|
2013-05-13 16:48:49 +02:00 |
Hans Leidekker
|
52ef52e085
|
winhttp: Get rid of the flags parameter to netconn_send.
|
2013-05-01 16:01:02 +02:00 |
Hans Leidekker
|
a506d0aa3b
|
winhttp: Add support for NTLM and Negotiate authentication.
|
2013-04-30 11:50:40 +02:00 |
Hans Leidekker
|
d63ef4d855
|
winhttp: Resend any request data when handling an authentication or redirect response.
|
2013-04-30 11:50:31 +02:00 |
Hans Leidekker
|
7a69d4dbfe
|
winhttp: Reset the content read counter.
|
2013-04-30 11:50:28 +02:00 |
Jacek Caban
|
816f7ef595
|
winhttp: Improved error handling in netconn_secure_connect.
|
2013-04-02 12:47:27 +02:00 |
Francois Gouget
|
fbe7ab5c5a
|
winhttp: netconn_get_next_line() is not used anymore so remove it.
|
2013-03-26 17:41:46 +01:00 |
Hans Leidekker
|
a55e3d4f57
|
winhttp: Remove support for MSG_PEEK.
|
2013-03-25 16:27:38 +01:00 |
Hans Leidekker
|
bb3097f01e
|
winhttp: Add a read-ahead buffer to allow WinHttpQueryDataAvailable to return the right values in chunked mode.
This is a port of wininet commit 3d02c42b39 .
|
2013-03-25 16:27:34 +01:00 |