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 |
Hans Leidekker
|
654bef8f37
|
wininet: Fix build on Mac OS X 10.5.8.
|
2014-05-19 11:33:24 +02:00 |
Huw Davies
|
fec1ed454c
|
wininet/tests: Don't test GetLastError() on success.
|
2014-05-15 19:04:53 +02:00 |
Hans Leidekker
|
e49ebbe953
|
wininet: Fix a memory leak (valgrind).
|
2014-05-13 13:47:11 +02:00 |
Hans Leidekker
|
89d40b3de1
|
wininet: Add support for retrieving the proxy automatic configuration URL on Mac OS X.
|
2014-05-06 13:49:47 +02:00 |
Hans Leidekker
|
5b56624a1b
|
wininet: Handle secure proxy connections inside the main loop.
This adds support for authenticated secure proxy connections.
|
2014-05-06 13:49:09 +02:00 |
Hans Leidekker
|
4036475dc6
|
wininet: Only parse proxy URLs taken from the environment.
Proxy server strings stored in the registry use a different format.
|
2014-05-06 13:49:05 +02:00 |
Hans Leidekker
|
9946e8a87e
|
wininet: Fix a couple of memory leaks.
|
2014-05-06 13:49:00 +02:00 |
Hans Leidekker
|
282b9c7bb7
|
wininet: Use a semicolon to delimit registered proxy servers.
|
2014-05-06 13:48:57 +02:00 |
Nikolay Sivov
|
d87724e626
|
wininet: Remove some dead code (Coverity).
|
2014-04-15 21:03:54 +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
|
22e75c69ab
|
wininet: Added support for raw deflate content encoding.
|
2014-03-05 19:17:00 +01:00 |
Jacek Caban
|
2667a5376c
|
wininet: Get rid of no longer needed hack in gzip_read that prevents consuming the whole input buffer until we're at the end of stream.
|
2014-03-05 19:16:58 +01:00 |
Jacek Caban
|
b7c47c033c
|
wininet: Use non-blocking reads in netconn_drain_content.
|
2014-03-05 19:16:55 +01:00 |
Jacek Caban
|
f9a16d70e2
|
wininet: Get rid of no longer needed size calculation in netconn_read.
|
2014-03-05 19:16:53 +01:00 |
Jacek Caban
|
d8948da1b4
|
wininet: Improved non-blocking mode in secure NETCON_recv.
|
2014-03-05 19:16:50 +01:00 |
Jacek Caban
|
0767e06044
|
wininet: Use blocking_mode_t instead of flags in NETCON_recv.
|
2014-03-05 19:16:46 +01:00 |
Jacek Caban
|
ac58c3e8bc
|
wininet: Renamed read_mode_t to blocking_mode_t.
|
2014-03-05 19:16:41 +01:00 |
Jacek Caban
|
fd3563b2b9
|
wininet/tests: Fixed tests for the new winehq.org cert.
|
2014-03-03 17:02:54 +01:00 |
Nikolay Sivov
|
1f1d404832
|
wininet: Update module version.
|
2014-02-10 10:42:07 +01:00 |
Bruno Jesus
|
7f97339208
|
wininet/tests: Add tests for InternetGetConnectedStateEx[A|W].
|
2014-02-05 13:49:25 +01:00 |
André Hentschel
|
c8426495fc
|
wininet: Use boolean return value in boolean function.
|
2014-02-04 11:15:30 +01:00 |
Alexandre Julliard
|
cf0e96c6d0
|
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
|
2014-01-30 14:51:33 +01:00 |
Bruno Jesus
|
2ef27a2322
|
wininet: InternetGetConnectedStateExW must return TRUE for success.
|
2014-01-30 10:31:42 +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 |
Frédéric Delanoy
|
0e7e87875c
|
wininet/tests: Constify some character strings.
|
2013-12-31 12:25:04 +01:00 |
Frédéric Delanoy
|
43d6a45c4e
|
wininet: Constify some character strings.
|
2013-12-19 17:09:14 +01:00 |
Alexandre Julliard
|
4f3d71cef3
|
makefiles: Get rid of the no longer used PO_SRCS variables.
|
2013-12-15 10:23: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 |
Hans Leidekker
|
6c7c15059a
|
wininet: Separate socket destruction from destruction of the connection object.
|
2013-12-11 12:57:01 +01:00 |
Hans Leidekker
|
9373d4c578
|
wininet: Return an error when ensure_cred_handle fails.
|
2013-12-11 12:56:57 +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 |
Frédéric Delanoy
|
21618deb40
|
wininet: Use BOOL type where appropriate.
|
2013-11-27 10:54:22 +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
|
12e6c14e7c
|
wininet: Move handling of existing request connections to open_http_connection.
|
2013-11-26 10:21:03 +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 |
Frédéric Delanoy
|
57d7f74d34
|
Assorted spelling fixes.
|
2013-11-21 19:44:46 +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 |
Alexandre Julliard
|
5756ee09f3
|
makefiles: Add makedep pragmas for rc files that contain translations.
|
2013-11-05 20:38:19 +01:00 |
Vijay Kiran Kamuju
|
ebe121e360
|
wininet: Implement setting INTERNET_PER_CONN_PROXY_BYPASS.
|
2013-10-30 10:13:35 +01:00 |
Jacek Caban
|
e857a70ae2
|
wininet: Compile tests with -D__WINESRC__.
|
2013-10-24 19:01:55 +02:00 |
Frédéric Delanoy
|
b4e4831d1b
|
wininet: Use BOOL type where appropriate.
|
2013-10-10 10:44:49 +02:00 |