Jacek Caban
|
9d7d27ea7f
|
wininet: Don't use blocking_mode_t in netconn.c.
|
2015-06-19 17:00:05 +09:00 |
Jacek Caban
|
6fe5546210
|
wininet: Get rid of unneeded MSG_WAITALL support in NETCON_recv.
|
2015-06-18 21:41:03 +09:00 |
Jacek Caban
|
049a3ba401
|
wininet: Don't pass BLOCKING_WAITALL to NETCON_recv in netconn_read.
|
2015-06-16 20:00:37 +09:00 |
Jacek Caban
|
7fa7e9bd3b
|
wininet: Get rid of no longer needed read_chunked field.
|
2015-06-15 14:46:49 +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 |
Daniel Lehman
|
c921deebf1
|
wininet: Eat terminator on last chunk.
|
2015-03-06 12:56:29 +09:00 |
Alexandre Julliard
|
5bf29fb897
|
wininet: Hardcode the base64 table to avoid ugly macros.
|
2015-03-04 21:50:35 +09:00 |
Michael Müller
|
7c8df7eb5e
|
wininet: Allow Accept-Encoding for HTTP/1.0 requests.
|
2015-02-24 21:55:48 +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
|
5436fef807
|
wininet: Always use winsock sockets.
|
2015-02-13 21:47:13 +09: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
|
06afdda617
|
wininet: Simplify while loop conditions (PVS-Studio).
|
2014-10-31 10:50:38 +09:00 |
Daniel Lehman
|
f3455da6ff
|
wininet: Remove custom port handling in HTTP_HandleRedirect.
|
2014-10-28 13:43:54 +09:00 |
Hans Leidekker
|
462f56d468
|
wininet: Protect the request headers array with a critical section.
|
2014-09-25 15:20:19 +02:00 |
Jacek Caban
|
e24ce4c128
|
wininet: Added new cookie_set_t type and use it in get_cookie.
|
2014-07-15 22:39:09 +02:00 |
Jacek Caban
|
ffec675b4f
|
wininet: Use stored server name in HTTP_InsertCookies.
|
2014-07-14 17:21:35 +02:00 |
Jacek Caban
|
db441cf58f
|
wininet: Added support for INTERNET_COOKIE_HTTPONLY flag to InternetGetCookieEx.
|
2014-07-04 14:51:44 +02:00 |
Jacek Caban
|
314e295820
|
wininet: Added support for INTERNET_COOKIE_HTTPONLY flag to InternetSetCookieEx.
|
2014-07-04 14:51:40 +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 |
Jacek Caban
|
153abe0fa7
|
wininet: Use current server in HTTP_GetRedirectURL.
|
2014-06-19 17:08:57 +02:00 |
Jacek Caban
|
a33ae13f7f
|
wininet: Update hostPort in HTTP_HandleRedirect.
|
2014-06-19 17:08:55 +02:00 |
Jacek Caban
|
7ab99b5c48
|
wininet: Don't change hostPort in HTTP_HttpOpenRequestW.
|
2014-06-19 17:08:53 +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 |
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
|
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 |
Nikolay Sivov
|
d87724e626
|
wininet: Remove some dead code (Coverity).
|
2014-04-15 21:03:54 +02: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
|
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 |
Frédéric Delanoy
|
43d6a45c4e
|
wininet: Constify some character strings.
|
2013-12-19 17:09:14 +01:00 |
Hans Leidekker
|
6c7c15059a
|
wininet: Separate socket destruction from destruction of the connection object.
|
2013-12-11 12:57:01 +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 |
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 |
Ričardas Barkauskas
|
6c0ee62d7a
|
wininet: Check if connection is alive before sending request.
|
2013-11-07 13:15:50 +01:00 |
Frédéric Delanoy
|
b4e4831d1b
|
wininet: Use BOOL type where appropriate.
|
2013-10-10 10:44:49 +02:00 |
Jacek Caban
|
47f490e1f6
|
wininet: Added support for locking HTTP request files.
|
2013-10-04 17:46:23 +02:00 |
Jacek Caban
|
c1bab59e81
|
wininet: Forward InternetLockRequestFile to handle-specific functions.
|
2013-10-04 17:46:23 +02:00 |
Jacek Caban
|
c58317b5b4
|
wininet: Moved request file info to separated struct.
|
2013-10-04 17:46:23 +02:00 |
Hans Leidekker
|
c0e1dda04c
|
wininet: Don't assume that end of chunk means end of stream.
|
2013-09-20 11:11:54 +02:00 |
Hans Leidekker
|
daa0acdbcf
|
wininet: Fix calculation of content length from chunk size.
|
2013-09-03 17:00:40 +02:00 |