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 |
Michael Müller
|
81b136fe1c
|
wininet: Fix memory leak by not calling get_cookie_header twice.
|
2015-05-18 14:06:12 +09:00 |
Nikolay Sivov
|
b2cb6b3e26
|
wininet: Make sure we pass strictly 0/1 to a helper as BOOL value.
|
2015-05-14 14:20:56 +09:00 |
Hans Leidekker
|
0b69c706b9
|
wininet: Reuse cached basic authorization across sessions.
|
2015-05-01 15:15:02 +09:00 |
Jacek Caban
|
07520fbf12
|
wininet: Initialize send and receive timeouts to 0.
|
2015-04-24 22:03:53 +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 |
Marcus Meissner
|
c1c06a9093
|
wininet: Avoid memory leak in error exit (Coverity).
|
2015-04-10 15:21:19 +09:00 |
Daniel Lehman
|
a57c91ed39
|
wininet: Trace loaded proxy settings.
|
2015-04-07 15:11:37 +09:00 |
Francois Gouget
|
ef0b22aabb
|
wininet; Mark internal symbols with hidden visibility.
|
2015-04-03 00:33:30 +09:00 |
Francois Gouget
|
a1e90facf8
|
wininet: Remove an unneeded NONAMELESSSTRUCT directive.
|
2015-04-01 14:13:12 +09:00 |
Jacek Caban
|
b720e42fcf
|
wininet: Pass timeout as DWORD in setsockopt calls.
|
2015-03-25 21:17:44 +09:00 |
Daniel Lehman
|
e889dd8eaa
|
wininet: Accept Version in cookies.
|
2015-03-13 21:52:15 +09:00 |
Jacek Caban
|
8ef78d068f
|
wininet: Get rid of no longer needed sock_get_error.
|
2015-03-12 13:54:16 +09:00 |
Daniel Lehman
|
c921deebf1
|
wininet: Eat terminator on last chunk.
|
2015-03-06 12:56:29 +09:00 |
Michael Stefaniuc
|
745a549972
|
wininet: Remove unused code, sizeof(void*)%4 is always false (PVS-Studio).
|
2015-03-05 21:22:01 +09:00 |
Alexandre Julliard
|
5bf29fb897
|
wininet: Hardcode the base64 table to avoid ugly macros.
|
2015-03-04 21:50:35 +09:00 |
Jacek Caban
|
6d4abc78d0
|
wininet: Call WSACleanup only if WSAStartup was previously called successfully.
Spotted by Piotr.
|
2015-02-24 21:55:49 +09:00 |
Michael Müller
|
7c8df7eb5e
|
wininet: Allow Accept-Encoding for HTTP/1.0 requests.
|
2015-02-24 21:55:48 +09:00 |
Thomas Faber
|
d742f6e821
|
wininet: Avoid empty initializer braces.
|
2015-02-17 22:04:17 +09:00 |
Jacek Caban
|
6a0eb2ddd7
|
wininet: Don't include ws2tcpip.h after zlib.h.
|
2015-02-16 19:19:25 +09:00 |
Jacek Caban
|
47778f95fa
|
wininet: Moved inet_ntop call to GetAddress.
|
2015-02-16 19:19:10 +09:00 |
Jacek Caban
|
100bd11ae5
|
wininet: Use GetAddrInfoW in GetAddress.
|
2015-02-16 19:19:06 +09:00 |
Jacek Caban
|
11d09f1fe7
|
wininet: Don't strip port part from server name in GetAddress.
Callers take care of that already.
|
2015-02-16 19:19:00 +09:00 |
Jacek Caban
|
5436fef807
|
wininet: Always use winsock sockets.
|
2015-02-13 21:47:13 +09:00 |
Jacek Caban
|
5d6d2fda7b
|
wininet: Use set_socket_blocking helper in a few more places.
|
2015-02-13 21:46:50 +09:00 |
Jacek Caban
|
7410bf5896
|
wininet: Moved INTERNET_GetNextLine to ftp.c.
|
2015-02-13 21:46:43 +09:00 |
Jacek Caban
|
fdf50ba883
|
wininet: Removed direct errno usage in ftp.c.
|
2015-02-13 21:46:36 +09:00 |
Jacek Caban
|
de5c1fb8e9
|
wininet: Initialize winsock before creating socket in Windows builds.
|
2015-02-12 22:12:04 +09:00 |
Jacek Caban
|
4fe1be148e
|
wininet: Properly handle EWOULDBLOCK return from connect().
|
2015-02-12 17:58:01 +09:00 |
Jacek Caban
|
f3e02c2fc0
|
wininet: Properly check for ioctlsocket failure in NETCON_is_alive.
|
2015-02-12 17:57:57 +09:00 |
Jacek Caban
|
c815baf899
|
wininet: Use sock_get_error in a few more places.
|
2015-02-12 17:57:49 +09:00 |
Jacek Caban
|
cafbd54457
|
wininet: Use WSAGetLastError in sock_get_error in Windows builds.
|
2015-02-12 17:57:25 +09:00 |
Jacek Caban
|
8efedaf045
|
wininet: Use proper argument type for ioctlsocket argument.
|
2015-02-12 17:56:55 +09:00 |
Michael Stefaniuc
|
b32d93a10b
|
wininet: Remove an unused assignment (PVS-Studio).
|
2015-01-23 15:33:03 +01: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 |
Bruno Jesus
|
d654ff6dfc
|
wininet: Handle CERT_TRUST_IS_NOT_SIGNATURE_VALID in netconn_verify_cert().
|
2014-12-31 11:38:45 +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 |
Hans Leidekker
|
de64feaa5c
|
wininet: Use a helper function to remove request headers.
|
2014-12-19 22:36:14 +01:00 |
André Hentschel
|
cdf2412203
|
wininet: Remove unused strings (Clang).
|
2014-12-04 14:03:28 +01:00 |
Michael Stefaniuc
|
51302e011a
|
wininet: Simplify the check for an empty string (PVS-Studio).
|
2014-11-11 14:22:08 +09:00 |
Michael Stefaniuc
|
06afdda617
|
wininet: Simplify while loop conditions (PVS-Studio).
|
2014-10-31 10:50:38 +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 |
Daniel Lehman
|
f3455da6ff
|
wininet: Remove custom port handling in HTTP_HandleRedirect.
|
2014-10-28 13:43:54 +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
|
1f12306144
|
wininet: Properly clean up in InternetGetCookieExW if no cookies were found.
|
2014-09-18 13:06:42 +02:00 |
Jacek Caban
|
c639e757d5
|
wininet: Moved critical section locking to get_cookie callers so that cookie_set_t is also protected.
|
2014-09-17 12:55:01 +02:00 |
Jacek Caban
|
3241d8450a
|
wininet/tests: Fixed more tests on IE11.
|
2014-09-05 17:41:28 +02:00 |