Jacek Caban
|
d5c0b17ae7
|
wininet: Moved WORKREQ_FTPRENAMEFILEW out of WORKREQUEST.
|
2013-01-30 12:44:04 +01:00 |
Jacek Caban
|
228d6a6064
|
wininet: Moved WORKREQ_FTPOPENFILEW out of WORKREQUEST.
|
2013-01-30 12:44:00 +01:00 |
Jacek Caban
|
f05b5b7e7e
|
wininet: Moved WORKREQ_FTPFINDFIRSTFILEW out of WORKREQUEST.
|
2013-01-30 12:43:57 +01:00 |
Jacek Caban
|
059c77956f
|
wininet: Moved WORKREQ_FTPGETCURRENTDIRECTORYW out of WORKREQUEST.
|
2013-01-30 12:43:54 +01:00 |
Jacek Caban
|
b2deb67696
|
wininet: Moved WORKREQ_FTPGETFILEW out of WORKREQUEST.
|
2013-01-30 12:43:50 +01:00 |
Jacek Caban
|
ffa7d16731
|
wininet: Moved WORKREQ_FTPREMOVEDIRECTORYW out of WORKREQUEST.
|
2013-01-29 17:50:17 +01:00 |
Jacek Caban
|
d816de27fb
|
wininet: Moved WORKREQ_FTPCREATEDIRECTORYW out of WORKREQUEST.
|
2013-01-29 17:50:17 +01:00 |
Jacek Caban
|
989bb5b983
|
wininet: Moved WORKREQ_FTPSETCURRENTDIRECTORYW out of WORKREQUEST.
|
2013-01-29 17:50:17 +01:00 |
Jacek Caban
|
47d0f5a167
|
wininet: Moved WORKREQ_FTPPUTFILEW out of WORKREQUEST.
|
2013-01-29 17:50:17 +01:00 |
Jacek Caban
|
195ea90f3b
|
wininet: Moved WORKREQ_SENDCALLBACK out of WORKREQUEST.
|
2013-01-29 17:50:17 +01:00 |
Jacek Caban
|
7ca22d701d
|
wininet: Moved WORKREQ_HTTPENDREQUESTW out of WORKREQUEST.
|
2013-01-29 17:50:17 +01:00 |
Jacek Caban
|
023abdacdb
|
wininet: Moved WORKREQ_HTTPREADFILEEX out of WORKREQUEST.
|
2013-01-28 14:05:55 +01:00 |
Jacek Caban
|
df74951257
|
wininet: Moved WORKREQ_INTERNETOPENURLW out of WORKREQUEST.
|
2013-01-28 14:05:52 +01:00 |
Jacek Caban
|
940a67c8a5
|
wininet: Moved WORKREQ_HTTPSENDREQUESTW out of WORKREQUEST.
|
2013-01-28 14:05:49 +01:00 |
Jacek Caban
|
63e6a4b2e1
|
wininet: Moved WORKREQUEST allocation to INTERNET_AsyncCall callers.
|
2013-01-28 14:05:46 +01:00 |
Jacek Caban
|
0c02e35841
|
wininet: Properly handle output buffer size in InternetGetCookieW.
|
2012-12-28 11:26:52 +01:00 |
Jacek Caban
|
5554292284
|
wininet: Use generic ReadFileEx entry in InternetReadFileExA and get rid of ReadFileExA entry.
|
2012-11-23 18:06:09 +01:00 |
Jacek Caban
|
52144829d1
|
wininet: Don't take INTERNET_BUFFERSW as argument in object's ReadFileEx entry.
|
2012-11-23 18:06:08 +01:00 |
Jacek Caban
|
3cf2838a93
|
wininet: Store more useful strings in server_t.
|
2012-11-19 16:35:16 +01:00 |
Jacek Caban
|
cdf25ee469
|
wininet: Store an info if connection is HTTPS in server_t.
|
2012-11-19 16:35:14 +01:00 |
Jacek Caban
|
bd42c0416a
|
wininet: Fixed HTTP CONNECT secure connection.
|
2012-11-16 17:42:47 +01:00 |
Jacek Caban
|
c8da35729c
|
wininet: Store both proxy and destination host in http_request_t.
|
2012-11-16 17:42:46 +01:00 |
Piotr Caban
|
b9c2a19591
|
wininet: Make cookies functions thread-safe.
|
2012-10-01 14:32:29 +02:00 |
Piotr Caban
|
ed71ed596f
|
wininet: Call FreeUrlCacheSpaceW when cache is full.
|
2012-09-21 18:29:24 +02:00 |
Jacek Caban
|
6c764fbd47
|
wininet: Added InternetGetSecurityInfoByURL[AW] implementation.
|
2012-06-11 12:19:07 +02:00 |
Jacek Caban
|
c3eec8dc57
|
wininet: Improved handling ERROR_INTERNET_INVALID_CA error.
|
2012-06-07 16:07:11 +02:00 |
Jacek Caban
|
f5cbc9f3f2
|
wininet: Properly set security flags for ERROR_INTERNET_SEC_CERT_DATE_INVALID.
|
2012-06-01 17:41:52 +02:00 |
Jacek Caban
|
2ed97ebe43
|
wininet: Get rid of no longer used serverName and serverPort from http_session_t.
|
2012-05-29 10:44:08 +02:00 |
Jacek Caban
|
a24b5588d2
|
wininet: Fixed grouping security error flags.
|
2012-05-29 10:43:58 +02:00 |
Jacek Caban
|
868575a416
|
wininet: Store certificate error information in security flags.
|
2012-05-25 16:58:56 +02:00 |
Jacek Caban
|
f8f2273b7c
|
wininet: Added INTERNET_OPTION_SETTINGS_CHANGED semi-stub implementation.
|
2012-05-25 16:48:16 +02:00 |
Jacek Caban
|
95c1b74fc9
|
wininet: Store server_t on the list until clean up.
|
2012-05-25 16:48:11 +02:00 |
Jacek Caban
|
59a0ab54cb
|
wininet: Store security flags in server_t.
|
2012-05-25 16:47:57 +02:00 |
Jacek Caban
|
3aeb8eb6b6
|
wininet: Store server_t in http_request_t.
|
2012-05-25 16:47:52 +02:00 |
Piotr Caban
|
0b42100615
|
wininet: Store connect timeout in all layers.
|
2012-05-14 17:46:31 +02:00 |
Jacek Caban
|
5240e40b69
|
wininet: Store status code in http_request_t and use it in set_content_length.
|
2012-05-03 20:44:12 +02:00 |
Jacek Caban
|
905ede6c6d
|
wininet: Use hostname stored in server_t in NETCON_secure_connect.
|
2012-04-30 19:32:58 +02:00 |
Jacek Caban
|
4863257e30
|
wininet: Added default fallback for setting handle options and use it for INTERNET_OPTION_CALLBACK.
|
2012-03-08 17:59:02 +01:00 |
Hans Leidekker
|
6522393265
|
wininet: Add support for setting and retrieving the send/receive timeouts.
|
2012-01-16 12:16:41 +01:00 |
Hans Leidekker
|
72273a0786
|
wininet: Implement the connect timeout.
|
2012-01-16 12:16:30 +01:00 |
Marcus Meissner
|
c0ad2d4a92
|
wininet: Mark internal symbols with hidden visibility.
|
2011-05-26 13:30:38 +02:00 |
Jacek Caban
|
2e2ed52cfb
|
wininet: Use set_cookie directly in HTTP_ProcessCookies.
|
2011-05-19 19:37:26 +02:00 |
Jacek Caban
|
dce9181c91
|
wininet: Use get_cookie directly in HTTP_InsertCookies.
|
2011-05-19 19:37:26 +02:00 |
Jacek Caban
|
8a1df203ae
|
wininet: Added support for persistent HTTP connections.
|
2011-05-10 18:57:23 +02:00 |
Jacek Caban
|
12bf3472dd
|
wininet: Rename WININET_NETCONNECTION to netconn_t.
|
2011-04-28 18:33:10 +02:00 |
Marcus Meissner
|
2ac87cb695
|
wininet: Mark internal symbols as hidden visibility.
|
2011-04-26 15:31:26 +02:00 |
Jacek Caban
|
354a74e004
|
wininet: Use wrappers for HeapAlloc calls.
|
2011-04-21 16:53:42 +02:00 |
Jacek Caban
|
ccd11eb7d6
|
wininet: Abstract different transfer and content encoding reading to layered structures.
|
2011-04-04 11:52:56 +02: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
|
0b5ea6f970
|
wininet: Store entries in url cache with valid expiration date.
|
2011-03-04 16:25:58 +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 |
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
|
968ab5fd28
|
wininet: Keep handles invalid but reserved in InternetCloseHandle.
|
2011-02-03 13:15:18 +01:00 |
Jacek Caban
|
f165e25e59
|
wininet: Handles handling clean up.
|
2011-02-03 13:15:18 +01:00 |
David Hedberg
|
46be41271c
|
wininet: Make module handle scope global.
|
2010-12-20 12:47:39 +01:00 |
Juan Lang
|
887aeb6a09
|
wininet: Support querying the cipher strength of an SSL connection.
|
2010-10-01 15:20:49 +02:00 |
Juan Lang
|
77c4ade08b
|
wininet: Store security flags in WININET_NETCONNECTION.
|
2010-09-30 11:13:48 +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
|
c398e6fc77
|
wininet: Cache non basic authorization data.
|
2010-07-19 14:38:16 +02:00 |
Hans Leidekker
|
80dd367846
|
wininet: Pass the object header pointer to INET_QueryOption.
|
2010-05-25 13:30:18 +02:00 |
Piotr Caban
|
ee72094ca8
|
wininet: Added INTERNET_OPTION_ERROR_MASK flag handling to InternetSetOptionW.
|
2010-05-19 15:00:55 +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 |
Jacek Caban
|
b73e31c659
|
wininet: Return error directly from HTTP_Connect.
|
2009-12-21 15:36:53 +01:00 |
Jacek Caban
|
88ac3a381b
|
wininet: Return error directly from INTERNET_AsyncCall.
|
2009-12-21 15:36:53 +01:00 |
Juan Lang
|
880133d248
|
wininet: Store hostname for secure connection in its SSL context.
|
2009-12-14 12:05:45 +01:00 |
Jacek Caban
|
34fcbb5f75
|
wininet: Make HTTP_HttpSendRequestW static and avoid its forward declaration.
|
2009-12-01 12:59:36 +01:00 |
Jacek Caban
|
47c71fcd0a
|
wininet: Make HTTP_HttpOpenRequestW static and avoid forward its declaration.
|
2009-12-01 12:59:07 +01:00 |
Jacek Caban
|
b01d58428b
|
wininet: Directly return error status from NETCON_init.
|
2009-12-01 12:58:58 +01:00 |
Jacek Caban
|
358e7b7c8a
|
wininet: Directly return error status from NETCON_recv.
|
2009-12-01 12:58:34 +01:00 |
Jacek Caban
|
c55d0a8516
|
wininet: Directly return error status from NETCON_close.
|
2009-11-30 12:48:46 +01:00 |
Jacek Caban
|
1ee3ad476e
|
wininet: Directly return error status from WriteFile implementations.
|
2009-11-30 12:48:33 +01:00 |
Jacek Caban
|
b77868cbfd
|
wininet: Dorectly return error status from NETCON_secure_connect and NETCON_send.
|
2009-11-30 12:48:27 +01:00 |
Jacek Caban
|
bf1da4c857
|
wininet: Directly return error status from NETCON_connect.
|
2009-11-30 12:48:20 +01:00 |
Jacek Caban
|
cff77d602c
|
wininet: Directly return error status from NETCON_create.
|
2009-11-30 12:48:09 +01:00 |
Juan Lang
|
41592569fd
|
wininet: Unload OpenSSL when unloading wininet.
|
2009-10-02 17:11:49 +02:00 |
Jacek Caban
|
5d6f01b76b
|
wininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
|
2009-07-17 11:16:55 +02:00 |
Jacek Caban
|
e09dfcfa99
|
wininet: Rename WININET_strdup_AtoW to heap_strdupAtoW and handle NULL argument in its implementation.
|
2009-07-17 11:16:50 +02:00 |
Jacek Caban
|
f598709212
|
wininet: Rename WININET_strdupW to standard heap_strdupW.
|
2009-07-17 11:16:42 +02:00 |
Jacek Caban
|
6d1601a850
|
wininet: Rename WININETAPPINFOW to appinfo_t.
|
2009-07-13 10:26:52 +02:00 |
Jacek Caban
|
34abacde71
|
wininet: Rename WININETHTTPREQW to http_request_t.
|
2009-07-13 10:26:39 +02:00 |
Jacek Caban
|
e9f4a40584
|
wininet: Rename WININETHTTPSESSIONW to http_session_t.
|
2009-07-13 10:26:32 +02:00 |
Juan Lang
|
058e918da5
|
wininet: Convert WININETSESSIONW's socketAddress to a struct sockaddr_storage.
|
2009-07-10 12:25:17 +02:00 |
Juan Lang
|
c572e1c99a
|
wininet: Use address length returned by GetAddress in NETCON_connect.
|
2009-07-10 12:25:10 +02:00 |
Juan Lang
|
44bf025767
|
wininet: Change type of GetAddress from struct sockaddr_in * to struct sockaddr *.
|
2009-07-10 12:24:35 +02:00 |
Jacek Caban
|
44d633a902
|
wininet: Rename WININETHANDLEHEADER to object_header_t.
wininet struct names are very unreadable and I hope that patches
renaming them will be accepted.
|
2009-07-08 20:13:00 +02:00 |
Jacek Caban
|
11ca05f6ae
|
wininet: Added support for decompressing gzip encoded content.
|
2009-06-01 16:16:01 +02:00 |
Jacek Caban
|
26bbf072aa
|
wininet: Change read_buf type to BYTE.
|
2009-06-01 16:16:01 +02:00 |
Alexandre Julliard
|
5c227a9d8a
|
wininet: Add a critical section to protect the read-ahead buffer.
|
2009-05-28 23:01:28 +02:00 |
Alexandre Julliard
|
d1de5f37d0
|
wininet: Get rid of the SSL-specific read-ahead buffer.
|
2009-05-14 16:55:29 +02:00 |
Alexandre Julliard
|
3d02c42b39
|
wininet: Add a read-ahead buffer to allow InternetQueryDataAvailable to return the right values in chunked mode.
|
2009-05-14 16:45:38 +02:00 |
Alexandre Julliard
|
e531ccd6b0
|
wininet: Centralize detection of chunked mode and add a flag for it in the http request structure.
|
2009-05-14 16:42:44 +02:00 |
Hans Leidekker
|
8077480b0e
|
wininet: Support asynchronous HttpEndRequest.
|
2009-04-08 16:10:19 +02:00 |
Hans Leidekker
|
0fabf540e7
|
wininet: Keep track of the number of bytes written.
|
2009-04-08 16:10:00 +02:00 |
Andrew Talbot
|
f815b68a30
|
wininet: Declare some functions static.
|
2009-02-02 12:11:51 +01:00 |
Hans Leidekker
|
b013ad168b
|
wininet: Implement InternetReadFileExW.
|
2009-01-16 12:34:26 +01:00 |
Francois Gouget
|
a6c07ffba4
|
wininet & winhttp: Remove the MSG_WAITALL definition as it is not needed.
|
2008-12-12 11:46:50 +01:00 |
Alexandre Julliard
|
82280618db
|
wininet: Include ws2tcpip.h before anything else for the Windows build.
|
2008-12-09 11:33:25 +01:00 |
Jacek Caban
|
7426e7e055
|
wininet: Moved more InternetQueryOption implementation to vtbl.
|
2008-07-21 12:18:48 +02:00 |