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 |
|
Jacek Caban
|
7dc9bf677b
|
wininet: Moved close_connection to vtbl.
|
2008-02-27 14:52:24 +01:00 |
|
Jacek Caban
|
5a535d6b23
|
wininet: Moved handle destructor to vtbl.
|
2008-02-27 14:52:24 +01:00 |
|
Jacek Caban
|
928c9f0984
|
wininet: Fixed version returned by INTERNET_OPTION_VERSION.
|
2008-02-27 14:52:24 +01:00 |
|
Maarten Lankhorst
|
60401737c6
|
wininet: Add stub for INTERNET_OPTION_PER_CONNECTION.
|
2008-02-26 11:19:24 +01:00 |
|
Jacek Caban
|
6ce88e0aab
|
wininet: Added correct InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME) implementation.
|
2008-02-15 10:00:06 +01:00 |
|
Jacek Caban
|
d7a49e8147
|
wininet: Added beginning support for HTTP cache files.
|
2008-02-15 10:00:03 +01:00 |
|
Andrew Talbot
|
45481db078
|
wininet: Remove unneeded casts.
|
2008-02-05 12:19:37 +01:00 |
|
Austin English
|
0e4adae973
|
Spelling fixes.
|
2008-01-07 13:41:01 +01:00 |
|
Johannes Stezenbach
|
7e18416e80
|
wininet: Implement support for INTERNET_OPTION_VERSION in InternetQueryOptionW.
|
2007-12-23 14:17:12 +01:00 |
|
Roy Shea
|
91d07f6995
|
wininet: Added check of dwStructSize required by Windows in calls to InternetCrackUrlA.
|
2007-12-05 12:05:37 +01:00 |
|
EA Durbin
|
bc745fa4c4
|
wininet: Return true for case INTERNET_OPTION_SECURITY_FLAGS.
|
2007-11-07 12:02:30 +01:00 |
|
Detlef Riekenberg
|
9b43174f3f
|
wininet: Fix flags and SetLastError for InternetCanonicalizeUrlA/W.
|
2007-10-16 13:55:02 +02:00 |
|
Misha Koshelev
|
705b01c054
|
wininet: When sending INTERNET_STATUS_HANDLE_CLOSING make sure the freed handle is not yet available.
|
2007-09-25 13:51:34 +02:00 |
|
Misha Koshelev
|
728e5fa559
|
wininet: Track child handles, free all child handles on WININET_FreeHandle as native.
|
2007-09-21 11:53:04 +02:00 |
|
Juan Lang
|
ba45902daf
|
wininet: Create a TCP connection if FLAG_ICC_FORCE_CONNECTION is specified.
|
2007-09-18 10:42:35 +02:00 |
|
Francois Gouget
|
d4337f2b5e
|
wininet: Fix many wininet prototypes: the context is a DWORD_PTR now.
|
2007-08-30 17:02:49 +02:00 |
|
Misha Koshelev
|
2f3805a3bd
|
wininet: Send INTERNET_STATUS_HANDLE_CLOSING when object is being destroyed as native does.
|
2007-08-23 13:13:35 +02:00 |
|
Misha Koshelev
|
0f117e568f
|
wininet: Separate connection closing from object destruction.
|
2007-08-23 13:13:24 +02:00 |
|
Misha Koshelev
|
1ee9ea91a5
|
wininet: Fix reference count on internet handle for asynchronous InternetReadFileEx call.
|
2007-08-22 12:18:59 +02:00 |
|
Misha Koshelev
|
6ea2441ff9
|
wininet: InternetQueryDataAvailable does not return ERROR_NO_MORE_FILES when no more HTTP data is available.
|
2007-08-13 12:36:19 +02:00 |
|
Misha Koshelev
|
662f44a619
|
wininet: Don't peek data in InternetQueryDataAvailable if there is no more to be expected.
|
2007-08-13 12:36:09 +02:00 |
|