Displaying 8 results from an estimated 8 matches for "netcon_recv".
2006 Jun 13
1
wininet not sending Content-Length: in header (http 411 error)
...1>Length
Required</h1>---------------------------------------------------------------
It would appear that wininet should have put the Content-Length in the
header. It does when running it on windows.
This sticks out in the wine console log but it might not be relevant.
fixme:wininet:NETCON_recv SSL_read does not support the following flag:
00000100
fixme:wininet:NETCON_recv SSL_read does not support the following flag:
00000100
fixme:wininet:NETCON_recv SSL_read does not support the following flag:
00000100
fixme:wininet:NETCON_recv SSL_read does not support the following flag:
000001...
2014 Mar 07
0
Wine release 1.7.14
...dle handling to separated function and improved error handling.
crypt32: Added support for HCCE_LOCAL_MACHINE.
mshtml: Don't use fragment navigation for SuperNavigate calls.
wininet: Renamed read_mode_t to blocking_mode_t.
wininet: Use blocking_mode_t instead of flags in NETCON_recv.
wininet: Improved non-blocking mode in secure NETCON_recv.
wininet: Get rid of no longer needed size calculation in netconn_read.
wininet: Use non-blocking reads in netconn_drain_content.
wininet: Get rid of no longer needed hack in gzip_read that prevents consuming the who...
2015 Jun 26
0
Wine release 1.7.46
...msvcirt: Add implementation of streambuf::sbumpc.
msvcirt: Add implementation of streambuf::stossc.
Jacek Caban (18):
scrrun: Added IFile::put_Attributes imeplementation.
wininet: Get rid of no longer needed read_chunked field.
wininet: Don't pass BLOCKING_WAITALL to NETCON_recv in netconn_read.
secur32: Added support for a few more algorithms in schannel_get_cipher_algid.
secur32: Use gnutls_cipher_get_block_size to get cupher block size.
secur32: Fixed compilation on with gnutls.
secur32: Fixed compilation on very old gnutls versions.
mshtml...
2013 Apr 12
0
Wine release 1.5.28
...ieframe: Added GoForward tests.
wininet: Use schannel in NETCON_secure_connect if OpenSSL is not available.
wininet: Use schannel in NETCON_GetCipherStrength if OpenSSL is not available.
wininet: Added NETCON_send support for schannel-based connections.
wininet: Added NETCON_recv support for schannel-based connections.
wininet: Added NETCON_GetCert support for schannel-based connections.
wininet: Added NETCON_get_data_available support for schannel-based connections.
wininet: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency....
2013 Apr 26
0
Wine release 1.5.29
...RNAME and INTERNET_OPTION_PROXY_PASSWORD.
wininet: Include the Proxy-Connection header in the keep-alive check.
wininet/tests: Improve error reporting in a couple of tests.
wininet: Get rid of the clear parameter to HTTP_GetResponseHeaders.
wininet: Always return errors from NETCON_recv.
Henri Verbeet (40):
wined3d: Use GL_STATIC_DRAW_ARB for static buffers.
d3drm: Just use RGBA_MAKE.
d3drm: Get rid of Direct3DRM_create().
d3drm: Avoid LPD3DRMPMESHLOADSTATUS.
d3drm: Avoid LPD3DRMANIMATIONKEY.
wined3d: Simplify DISCARD / READONLY handling in win...
2010 May 21
0
Wine release 1.2-rc1
...messages.
msvcrt: Fix strtod and wcstod implementation.
msvcrt: Partial fix for setlocale/create_locale.
msvcrt: Fix synonym handling in setlocale/create_locale.
wininet: Fix dwStatusInfoLength value in INTERNET_SendCallback.
wininet: Deal with reading over the end in NETCON_recv.
msvcrt: Added $I10_OUTPUT implementation.
wininet: Fix callbacks sent on connection error.
wininet: Added INTERNET_OPTION_ERROR_MASK flag handling to InternetSetOptionW.
wininet: Combine certificate errors in HTTP_OpenConnection.
msvcrt: Fix compilation error (x86_64-...
2009 Jan 16
0
Wine release 1.1.13
...html: Added IHTMLWindow2::get_location implementation.
mshtml: Added IDispatchEx support to HTMLLocation object.
mshtml: Fixed IOmNavigator::get_platform for win64 platform.
urlmon: Skip more tests on old IE and ignore BINDSTATUS_PROXYDETECTING notification.
wininet: Improve NETCON_recv over SSL implementation.
wininet: Use SSL_pending in NETCON_query_data_available.
urlmon: Added https pluggable protocol handler.
wininet: Make sure that we have data buffered before sending INTERNET_STATUS_REQUEST_COMPLETE notification.
urlmon: Call ReportProgress(BINDSTATU...
2009 Dec 04
0
Wine release 1.1.34
...use_wine_url is set.
mshtml: Added IHTMLFrameBase2::put_src implementation.
mshtml: Added IHTMLFrameBase2::get_readyState implementation.
mshtml: Added onreadystatechange event support.
mshtml: Added onreadystatechange tests.
wininet: Directly return error status from NETCON_recv.
wininet: Directly return error status from refill_buffer.
wininet: Directly return error status from NETCON_init.
wininet: Make HTTP_HttpOpenRequestW static and avoid forward its declaration.
wininet: Directly return error status from HTTP_HttpOpenRequestW.
wininet: D...