André Hentschel
|
1a39e29c3b
|
wininet: Port numbers are unsigned.
|
2011-03-28 17:26:14 +02:00 |
Jacek Caban
|
685daf2006
|
wininet: Ensure that we have data to report before sending INTERNET_STATUS_REQUEST_COMPLETE in HTTP_HttpEndRequestW.
|
2011-03-17 10:43:40 +01:00 |
Jacek Caban
|
2bb3f4fa75
|
wininet: Decompress gzip data in refill_buffer to ensure that we have the data to report.
|
2011-03-17 10:43:31 +01:00 |
Jacek Caban
|
ec96604881
|
wininet: Release gzip_buffer when opening new connection.
|
2011-03-15 17:14:07 +01:00 |
Francois Gouget
|
4bacb3f24e
|
wininet: Avoid a conflict with the sun macro when compiling on Solaris.
|
2011-03-14 12:15:35 +01:00 |
Juan Lang
|
011b26b1c6
|
wininet: Store headers in url cache entries.
|
2011-03-09 12:26:22 +01:00 |
Juan Lang
|
b9673bcc4d
|
wininet: Fully initialize time variable (valgrind).
|
2011-03-08 12:53:12 +01:00 |
Juan Lang
|
b2ed9c5967
|
wininet: Fix a comment.
|
2011-03-07 15:01:10 +01:00 |
Juan Lang
|
7685dad81d
|
wininet: Remove a no-op trinary expression.
|
2011-03-07 15:01:03 +01:00 |
Juan Lang
|
28e9229336
|
wininet: Store entries in url cache with valid last-modified date.
|
2011-03-07 15:00:59 +01:00 |
Juan Lang
|
666353d1a6
|
wininet: Move creating cache file to a helper function.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
488c2d0c36
|
wininet: Support the Cache-Control max-age directive for setting url cache entry expiration.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
2d323430cb
|
wininet: Default to 10 minutes expiration for cache entries.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
ab16c75c48
|
wininet: Default to 10 minutes expiration for cache entries.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
0b5ea6f970
|
wininet: Store entries in url cache with valid expiration date.
|
2011-03-04 16:25:58 +01:00 |
Juan Lang
|
b9c348a0b3
|
wininet: Use correct scheme for cache entries.
|
2011-03-03 17:47:14 +01:00 |
Juan Lang
|
2098006d68
|
wininet: De-Hungarian HTTP request member names.
|
2011-03-02 12:29:19 +01:00 |
Juan Lang
|
8e05039102
|
wininet: De-Hungarian session member names.
|
2011-03-02 12:29:16 +01:00 |
Juan Lang
|
7243156bc1
|
wininet: De-Hungarian appinfo member names.
|
2011-03-02 12:29:13 +01:00 |
Juan Lang
|
2c6ad546cd
|
wininet: De-Hungarian auth cache member names.
|
2011-03-02 12:29:10 +01:00 |
Juan Lang
|
b49b2430ee
|
wininet: Rename variables for readability.
|
2011-03-02 12:29:07 +01:00 |
Jacek Caban
|
923498da03
|
wininet: Moved freeing object to WININET_Release.
|
2011-02-04 15:25:32 +01:00 |
Jacek Caban
|
a073c66f0d
|
wininet: Moved creation of an object and allocating handles to common function.
Fixes a few leaks.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
f165e25e59
|
wininet: Handles handling clean up.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
e86353fd30
|
wininet: Make sure to initialize the whole z_stream struct (valgrind).
|
2011-01-12 18:12:42 +01:00 |
Austin English
|
1c7d349f26
|
wininet: Add a stub for InternetShowSecurityInfoByURL.
|
2010-11-25 16:57:13 +01:00 |
Juan Lang
|
80545ef966
|
wininet: Secure flag is set in the request, not in the session.
|
2010-10-01 17:48:05 +02:00 |
Juan Lang
|
948173b7f4
|
wininet: Set cipher strength bits when querying INTERNET_OPTION_SECURITY_FLAGS.
|
2010-10-01 15:21:18 +02:00 |
Juan Lang
|
887aeb6a09
|
wininet: Support querying the cipher strength of an SSL connection.
|
2010-10-01 15:20:49 +02:00 |
Juan Lang
|
56ebc04ab6
|
wininet: Returned certificate strings are always ASCII.
|
2010-10-01 15:20:41 +02:00 |
Juan Lang
|
0e4e2a378a
|
wininet: More completely implement querying INTERNET_OPTION_SECURITY_FLAGS.
|
2010-09-30 11:14:39 +02:00 |
Juan Lang
|
77c4ade08b
|
wininet: Store security flags in WININET_NETCONNECTION.
|
2010-09-30 11:13:48 +02:00 |
Hans Leidekker
|
94deb85d12
|
wininet: Handle HTTP_STATUS_REDIRECT_METHOD.
|
2010-08-27 12:08:41 +02:00 |
Piotr Caban
|
75481bde85
|
wininet: Commit URL cache entry when cache file is closed.
|
2010-07-26 09:58:21 +02:00 |
Piotr Caban
|
21ced8ddc8
|
wininet: Allow HTTPREQ_ReadFileEx read more then one data chunk.
|
2010-07-20 14:40:32 +02:00 |
Piotr Caban
|
0736ca71e7
|
wininet: Don't report error in read_gzip_data when to much data was cached.
|
2010-07-20 14:40:32 +02:00 |
Piotr Caban
|
c398e6fc77
|
wininet: Cache non basic authorization data.
|
2010-07-19 14:38:16 +02:00 |
Piotr Caban
|
98fb747aa9
|
wininet: Delete authorization data on unsucessful login.
|
2010-07-19 14:38:15 +02:00 |
Piotr Caban
|
3cfc7132be
|
wininet: Fix reporting errors in callbacks.
|
2010-07-19 14:38:15 +02:00 |
Piotr Caban
|
898531de80
|
wininet: Remove get_avail_data check from HTTPREQ_ReadFileExA.
|
2010-07-01 13:44:02 +02:00 |
Piotr Caban
|
ee68473fe5
|
wininet: Reconnect if persistent connection was closed by server.
|
2010-06-29 15:20:56 +02:00 |
Hans Leidekker
|
80dd367846
|
wininet: Pass the object header pointer to INET_QueryOption.
|
2010-05-25 13:30:18 +02:00 |
Piotr Caban
|
224af0d0e7
|
wininet: Fix variables values after redirection in HTTP_HttpSendRequestW.
Moved dwContentLength reset after HTTP_DrainContent (this function
disconnects when dwContentLength is set to ~0u).
|
2010-05-20 16:48:37 +02:00 |
Michael Stefaniuc
|
2c07791c5b
|
wininet: Remove redundant "not NULL/0" checks (coccicheck).
|
2010-05-20 13:47:52 +02:00 |
Piotr Caban
|
8dde5c5168
|
wininet: Combine certificate errors in HTTP_OpenConnection.
|
2010-05-19 15:01:00 +02:00 |
Piotr Caban
|
4ba60d265a
|
wininet: Fix callbacks sent on connection error.
|
2010-05-19 15:00:43 +02:00 |
Juan Lang
|
de6a0a86be
|
wininet: Handle proxy entries of the form <proto>=<proxy>, and allow multiple proxies.
|
2010-03-15 15:54:10 +01:00 |
Hans Leidekker
|
911d0df691
|
wininet: Fix a memory leak.
Found by Valgrind.
|
2010-02-23 13:31:07 +01:00 |
Hans Leidekker
|
2ed570ecc6
|
wininet: Fix handling of a response without headers.
|
2010-02-22 13:16:02 +01:00 |
Hans Leidekker
|
e5180c101b
|
wininet: Fix a memory leak.
Found by Valgrind.
|
2010-01-05 16:28:48 +01:00 |