search for: internetreadfil

Displaying 8 results from an estimated 8 matches for "internetreadfil".

Did you mean: internetreadfile
2004 Nov 10
1
HTTPS request via MSXML hangs on redirect
...#39;nt bring much plausible explanations for me. When sending a request to be redirected (i.e. "https://kundenservice.lbs.de/bw" redirects to "https://kundenservice.lbs.de/bw/") there comes no return to the app. It seems that the new URL is requested, but the WININET method InternetReadFile is missing. It comes when calling a non redirected request such like https://meine.deutsche-bank.de/mod/WebObjects/dbpbc. I'm using current Wine. My DllOverrides are: "ddrawex" = "native, builtin" "ddraw" = "native, builtin" "oleaut32" = &qu...
2019 Nov 25
0
Wine release 4.0.3
...r verbose instead of %error-verbose. wbemprox: Use %define parse.error verbose instead of %error-verbose. Alistair Leslie-Hughes (5): authz: Add AuthzFreeResourceManager stub. winebus.sys: Increase buffer size to match max length available. wininet: Always set last error in InternetReadFile. dinput: Ensure buffer doesn't overflow (Coverity). advapi32: Don't read a value that might be uninitialized (Coverity). Andrew Eikum (1): ntdll: Fix memory region check in NtQueryVirtualMemory. Andrey Gusev (1): d3dx11: Fix D3DX11CreateShaderResourceViewFromMemor...
2019 Jul 05
0
Wine release 4.12
...setupapi: Build with msvcrt. appwiz.cpl: Build with msvcrt. mscoree: Build with msvcrt. Alistair Leslie-Hughes (5): wininet: Support QueryOption INTERNET_OPTION_ERROR_MASK for http. wininet: Always set last error in HttpQueryInfoW. wininet: Always set last error in InternetReadFile. include: Complete IMimeHeaderTable/IMimeEnumHeaderRows interfaces. winebus.sys: Increase buffer size to match max length available. André Hentschel (1): kernelbase: Return on failed allocation (Coverity). Dmitry Timoshkov (3): ntdll: Add '-norelay' flag for _vsnp...
2017 Mar 17
0
Wine release 2.4
...ULDBLOCK result from content decoding reads. wininet: Pass blocking mode to HTTPREQ_Read. wininet: Propagate WSAEWOULDBLOCK from read_http_stream. wininet: Rewrite asynchronous read to try to fill whole buffer and not buffer additional data unless requested. wininet: Rewrite InternetReadFileEx for http protocol to make use of non-blocking reads. wininet: Reimplemented InternetQueryDataAvailable on top of async_read. wininet: Merge InternetReadFile and InternetReadFileEx implementations. wininet: Get rid of no longer needed BLOCKING_WAITALL. wininet: Get rid of...
2016 May 27
0
Wine release 1.9.11
...help logic. reg: Update the general usage message. reg: Inform users about the 'add/delete/query /?' command. Huw D. M. Davies (1): fonts: Fix typo in glyph name. Jacek Caban (40): wininet: Fixed internet tests on win10. wininet: Fixed handing NULL buffer in InternetReadFileExW. wininet: Pass domain to get_cookie_domain as a substring. wininet: Pass arguments as substrings to get_cookie_container. wininet: Pass arguments as substrings to create_cookie_url. wininet: Pass arguments as substrings to load_persistent_cookie. wininet: Pass argu...
2016 Apr 29
0
Wine release 1.9.9
...nt process. server: Add missing linebreak to a dump message. server: Fix possible leak of root object in create_named_pipe handler. wined3d: Fix a typo in TRACE message. server: Fix detection of duplicate console history lines. wininet/tests: Add tests for asynchronous InternetReadFileEx. wininet: Send INTERNET_STATUS_RESPONSE_RECEIVED notification in async handler. wininet/tests: Add tests for asynchronous InternetReadFile. user32/tests: Add additional test for window station name. user32: Implement SetCoalescableTimer and add basic tests. quartz/t...
2011 Feb 04
0
Wine release 1.3.13
...ew. shell32/tests: Use long file name. winmm/tests: Skip some tests on VMware. Hans Leidekker (22): msi: Don't interpret assembly name attributes. msi: Implement the MsiPublishAssemblies and MsiUnpublishAssemblies standard actions. wininet/tests: Trace errors from InternetReadFile in test_basic_request. msi: Check the return value of fetch_int (clang). msi/tests: Consistently test return values (clang). msi: Check the return value of IActiveScript_AddNamedItem (clang). msi: Make sure the return value is initialized in save_table (clang). msi: U...
2008 Mar 07
0
Wine release 0.9.57
...Don't call ReportProgress(BINDSTATUS_DIRECTBIND) in MkProtocol::Start (current IE doesn't call it). mshtml.idl: Added IHTMLScriptElement declaration. wininet: Fixed some tests. wininet: Move INTERNET_STATUS_REQUEST_COMPLETE call from INTERNET_ReadFile. wininet: Move InternetReadFile to vtbl. wininet: Move FTP structs and functions declarations from internet.h. wininet: Don't use INTERNET_ReadFile in HTTP_DrainContent. mshtml: Added IHTMLScriptElement stub implementation. wininet: Moved InternetReadFileExA to vtbl. James Hawkins (42): msi: Ad...