Aric Stewart
|
101991255b
|
wininet: Print better stubs for the internet options IE7 uses.
|
2009-02-12 11:52:47 +01:00 |
Hans Leidekker
|
e1b916c142
|
wininet: Return success from per connection option stubs. Fully initialize the value.
|
2009-01-29 15:58:49 +01:00 |
Hans Leidekker
|
b013ad168b
|
wininet: Implement InternetReadFileExW.
|
2009-01-16 12:34:26 +01:00 |
Alexandre Julliard
|
4984d19072
|
wininet: Avoid pointer casts in traces.
|
2009-01-08 13:13:22 +01:00 |
Alexandre Julliard
|
82280618db
|
wininet: Include ws2tcpip.h before anything else for the Windows build.
|
2008-12-09 11:33:25 +01:00 |
Andrew Talbot
|
bc8d8e5211
|
wininet: Sign-compare warnings fix.
|
2008-12-08 22:03:00 +01:00 |
Hans Leidekker
|
15b046304c
|
wininet: Set secure flag when scheme is https.
|
2008-12-08 16:05:38 +01:00 |
Hans Leidekker
|
5a1a26310e
|
wininet: Append the extra info part in InternetCreateUrl{A, W}.
|
2008-12-02 14:08:26 +01:00 |
Michael Stefaniuc
|
e6bd2881d8
|
wininet: Remove some superfluous casts.
|
2008-12-01 12:57:03 +01:00 |
Austin English
|
d7c0cbdce5
|
wininet: Change a couple fixme's to warn's.
|
2008-11-06 11:09:48 +01:00 |
Hans Leidekker
|
4615b1c0b4
|
wininet: Fix buffer size query for InternetQueryOption(INTERNET_OPTION_PROXY).
|
2008-10-17 20:16:06 +02:00 |
Austin English
|
3d143253e4
|
wininet: Quiet a noisy fixme.
|
2008-10-15 14:02:20 +02:00 |
Hans Leidekker
|
096fa3b9f5
|
wininet: Option INTERNET_OPTION_CALLBACK is not settable.
|
2008-10-07 12:02:54 +02:00 |
Rob Shearman
|
7ffaafb265
|
wininet: Fix behaviour of InternetTimeFromSystemTimeA/W when dealing with invalid parameters.
|
2008-10-06 13:07:56 +02:00 |
Rob Shearman
|
fa066c74e3
|
wininet: Fix behaviour of InternetTimeFromSystemTimeA/W when a buffer that is too small is passed in.
|
2008-10-02 10:29:19 -05:00 |
Rob Shearman
|
573abdca4a
|
wininet: Make WININET_AllocHandle 64-bit safe by using the correct type in the sizeof expression.
|
2008-10-01 11:44:25 -05:00 |
Hans Leidekker
|
3c43a6568f
|
wininet: Properly initialize access type when no proxy is configured.
|
2008-08-04 13:04:16 +02:00 |
Jacek Caban
|
9f5748e6b4
|
wininet: Move remeining InternetQueryOption implementation to vtbl.
|
2008-07-21 12:19:12 +02:00 |
Jacek Caban
|
46f2628448
|
wininet: Moved InternetQueryOption(INTERNET_OPTION_PROXY) implementation to vtbl.
|
2008-07-21 12:18:57 +02:00 |
Jacek Caban
|
7426e7e055
|
wininet: Moved more InternetQueryOption implementation to vtbl.
|
2008-07-21 12:18:48 +02:00 |
Jacek Caban
|
13a95f1648
|
wininet: Move InternetQueryOption(INTERNET_OPTION_USER_AGENT) to vtbl.
|
2008-07-21 12:18:41 +02:00 |
Andrew Talbot
|
6a26bccb8e
|
wininet: Remove unneeded address-of operators from array names.
|
2008-07-14 11:50:41 +02:00 |
Hans Leidekker
|
fdc82adfcc
|
wininet: Allocate buffers in InternetCrackUrlA.
|
2008-06-30 15:08:33 +02:00 |
Hans Leidekker
|
c35a0428f6
|
wininet: Don't assume URL is null-terminated in InternetCrackUrlW.
|
2008-06-30 15:08:07 +02:00 |
Hans Leidekker
|
01e21366cb
|
wininet: Avoid a crash on an invalid handle in InternetQueryOption.
|
2008-06-30 15:07:36 +02:00 |
Dan Kegel
|
bcdb10a9ed
|
wininet: InternetCrackUrlW: For URLs that have no urlpath, native clears lpszUrlPath.
|
2008-06-24 12:20:44 +02:00 |
Hans Leidekker
|
e43cda6b54
|
wininet: Win64 compatibility fixes.
|
2008-06-24 11:45:27 +02:00 |
Hans Leidekker
|
ed38af127d
|
wininet: Improve some traces.
|
2008-06-24 11:45:03 +02:00 |
Hans Leidekker
|
a6dc4a9a44
|
wininet: Return success from the InternetSetOption(INTERNET_OPTION_DISABLE_AUTODIAL) stub.
|
2008-06-02 13:46:00 +02:00 |
Hans Leidekker
|
9d55252d41
|
wininet: Don't send a handle closing callback for session handles created with InternetOpenUrl.
|
2008-06-02 13:45:53 +02:00 |
Dmitry Timoshkov
|
8f75f51c3f
|
wininet: INTERNET_InternetOpenUrlW is an internal helper.
|
2008-05-26 19:46:05 +02:00 |
Hans Leidekker
|
6c8d315a72
|
wininet: Implement INTERNET_OPTION_USER_AGENT for InternetQueryOption.
|
2008-05-12 14:01:44 +02:00 |
Hans Leidekker
|
ed1cb1f099
|
wininet: Set ProxyEnable registry value if it isn't already set.
|
2008-03-31 13:01:01 +02:00 |
Hans Leidekker
|
c7f93666c3
|
wininet: Support http_proxy environment variable.
Based on a patch by Mike Hearn.
|
2008-03-31 13:00:10 +02:00 |
Kai Blin
|
63504e9e80
|
janitorial: Use poll() instead of select().
|
2008-03-24 13:41:57 +01:00 |
Andrew Talbot
|
7b380e0aeb
|
wininet: Assign to structs instead of using memcpy.
|
2008-03-24 11:33:16 +01:00 |
Marcus Meissner
|
ed966469a4
|
wininet: Split out NULL ptr and function ptr check.
|
2008-03-15 11:29:16 +01:00 |
Jacek Caban
|
7e63f95326
|
wininet: Move InternetQueryOption(INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT) to vtbl.
|
2008-03-12 12:00:00 +01:00 |
Jacek Caban
|
ce6a2289c6
|
wininet: Move InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME).
|
2008-03-12 11:59:54 +01:00 |
Jacek Caban
|
0e010d83a1
|
wininet: Move InternetQueryOption(INTERNET_OPTION_URL) to vtbl.
|
2008-03-12 11:59:47 +01:00 |
Jacek Caban
|
e2933c20d6
|
wininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
|
2008-03-12 11:59:41 +01:00 |
Rob Shearman
|
bdc81d9963
|
wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement.
|
2008-03-10 19:12:54 +01:00 |
Jacek Caban
|
d597fd12fc
|
wininet: Moved InternetReadFileExA to vtbl.
|
2008-03-03 20:45:31 +01:00 |
Jacek Caban
|
ca39a55e88
|
wininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.
|
2008-03-03 12:00:32 +01:00 |
Jacek Caban
|
3b4ca69e18
|
wininet: Move InternetReadFile to vtbl.
|
2008-03-03 12:00:20 +01:00 |
Jacek Caban
|
9a5c046129
|
wininet: Move INTERNET_STATUS_REQUEST_COMPLETE call from INTERNET_ReadFile.
|
2008-03-03 12:00:06 +01:00 |
Jacek Caban
|
3314184597
|
wininet: Move InternetQueryDataAvailable to vtbl.
|
2008-02-29 20:07:13 +01:00 |
Jacek Caban
|
8c45eecca7
|
wininet: Moved InternetFindNextFileW implementation to vtbl.
|
2008-02-28 10:44:42 +01:00 |
Jacek Caban
|
0e33eee9a2
|
wininet: Use vtbl for InternetSetOption(INTERNET_OPTION_[SEND|RECEIVE]_TIMEOUT) implementation.
|
2008-02-27 14:52:25 +01:00 |
Jacek Caban
|
1ffcfbce85
|
wininet: Use vtbl in InternetWriteFile implementation.
|
2008-02-27 14:52:24 +01:00 |