Displaying 7 results from an estimated 7 matches for "http_httpsendrequestw".
2010 Sep 16
1
Porting an application
...lug.dll and Dispatcher.dll are dlls within
the application folder .I registered these dlls. Any help would be
appreciated.
***********************************************************************************************
warn:wininet:CreateUrlCacheEntryW Could not find a unique filename
warn:wininet:HTTP_HttpSendRequestW Could not create cache entry: 00000003
warn:module:load_builtin_dll failed to load .so lib for builtin
L"C:\\IndigoTx\\Gotx\\Main\\ClientPlugHandler.dll":
/home/phani/.wine/dosdevices/c:/IndigoTx/Gotx/Main/ClientPlugHandler.dll:
invalid ELF header
warn:module:load_builtin_dll cannot open...
2018 Jun 11
0
Wine release 3.10
...ua_compatible.
mshtml: Use proper document mode for document fragment objects.
ole32: Don't try to unregister window class if it was never registered.
jscript: Use jsdisp_define_data_property in Object.getOwnPropertyDescriptor.
wininet: Simplify header string handling in HTTP_HttpSendRequestW.
mshtml/tests: Silence noisy traces.
Józef Kucia (46):
winex11: Introduce GAMMA_RAMP_SIZE.
winex11: Interpolate gamma ramp when gamma ramp size is greater than 256.
d3d10core/tests: Add test for clearing 1D render target views.
wined3d: Fix condition for FIXME() about...
2012 May 11
0
Wine release 1.5.4
...substring.
jscript: Better handling of to_integer in String.substr.
jscript: Return double from to_integer.
wininet: Clean up HTTP_QUERY_STATUS_CODE tests.
wininet: Store status code in http_request_t and use it in set_content_length.
wininet: Use stored status code in HTTP_HttpSendRequestW.
wininet: Use stored status code in HTTP_HttpEndRequestW.
wininet: Added special case for HTTP_QUERY_STATUS_CODE in HttpQueryInfo.
wininet: Set status code OK for responses without headers.
jscript: Skip failing tests on old jscript versions.
jscript: Added support for...
2006 Dec 08
0
Wine release 0.9.27
...races to the data cache to make debugging easier.
ole32: Implement the DiscardCache function in the data cache.
ole32: Fix HandsOffStorage in the data cache.
ole32: Implement the GetData function of the data cache to using the
wininet: Make HTTP_HandleRedirect no longer call HTTP_HttpSendRequestW.
wininet: Make a function for resolving the server name for an HTTP request
ole32: Add some documentation for CoCreateInstance.
Roderick Colenbrander (5):
wgl: Unify pixel format code.
wgl: Relax the pixel format attribute conversion code a bit.
wgl: (W)GL_NV_vertex_a...
2010 May 21
0
Wine release 1.2-rc1
...allbacks 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-pc-mingw32).
wininet: Fix variables values after redirection in HTTP_HttpSendRequestW.
Rico Sch?ller (1):
d3d10: Add argument check to ID3D10Effect::GetTechniqueByName().
Roderick Colenbrander (6):
wined3d: Use surface_prepare_texture for surface allocation in read_from_framebuffer_texture.
wined3d: Make sure wglFlush is not between ENTER_GL/LEAVE_GL.
openg...
2012 Jan 27
1
Wine release 1.4-rc1
...d InternetExplorer::GoBack implementation.
ieframe: Added HTTP navigation and GoBack tests.
mshtml: Added IHTMLWindow5 stub implementation.
wininet: Correctly detect https connections and custom port numbers in HTTP_HandleRedirect.
wininet: Insert custom headers only once in HTTP_HttpSendRequestW.
ieframe: Fixed a typo in IDocObjectService::FireNavigateComplete2.
ieframe: Fixed a typo in IDocObjectService::FireDocumentComplete.
mshtml: Use set_nsstyle_attr_var helper in IHTMLStyle::put_marginRight.
mshtml: Use ATTR_FIX_PX in IHTMLStyle::put_marginTop.
mshtml: A...
2009 Dec 04
0
Wine release 1.1.34
...irectly 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: Directly return error status from HTTP_HttpAddRequestHeadersW.
wininet: Make HTTP_HttpSendRequestW static and avoid its forward declaration.
jscript: Added lastIndex setter implementation.
jscript: Added lastIndex tests.
jscript: Pass NULL as retv to exec_source in exec_global_code.
mshtml: Don't wrap URIs related to Gecko special URIs.
mshtml: Don't depend...