Displaying 5 results from an estimated 5 matches for "urlcanonicalizea".
2011 May 23
1
MLDownloader 7.1 fails to download data from yahoo
...are removed.
http://ichart.finance.yahoo.com/table.cs\nv?s=MSFT&d=4&e=22&f=2011&g=d&a=3&b=2&c=2007&ignore=.csv
Code:
0020:Call wininet.InternetCanonicalizeUrlA(0054f954 "http:///updates/mld.txt",007eddf0,007edde8,02000000) ret=0051cc6d
0020:Call shlwapi.UrlCanonicalizeA(0054f954 "http://www.trading-tools.com/updates/mld.txt",007eddf0,007edde8,a2000000) ret=6833676d
0020:Ret shlwapi.UrlCanonicalizeA() retval=00000000 ret=6833676d
0020:Ret wininet.InternetCanonicalizeUrlA() retval=00000001 ret=0051cc6d
0021:Call wininet.InternetCanonicalizeUrlA(005dfb40...
2007 Oct 26
0
Wine release 0.9.48
...d3dx8: Implement D3DXPlaneColorAdd.
d3dx8: Implement D3DXPlaneColorSubtract.
d3dx8: Implement D3DXPlaneMatrixIdentity.
d3dx8: Implement D3DXPlaneMatrixIsIdentity.
Detlef Riekenberg (18):
localspl/tests: Spelling fix.
shlwapi: Fix returned result code and size in UrlCanonicalizeA.
wininet: Fix flags and SetLastError for InternetCanonicalizeUrlA/W.
wininet/tests: Test NULL pointer for InternetCanonicalizeUrlA.
shlwapi/tests: Move URL testing functions from path.c to url.c.
shlwapi/test: Test dwSize for UrlCanonicalizeA/W.
spoolss: Add a stub for...
2010 May 21
0
Wine release 1.2-rc1
...Vriens (2):
winhttp/tests: Show the correct error.
kernel32: Return the correct processor arch and type in wow64 mode.
Piotr Caban (16):
include: Fix typo in shlwapi.h.
shlwapi: Make UrlCanonicalizeW working with long urls (>INTERNET_MAX_URL_LENGTH).
shlwapi: Make UrlCanonicalizeA working with long urls (>INTERNET_MAX_URL_LENGTH).
shlwapi: Added more UrlCanonicalizeA tests.
wininet: Fix trace messages.
msvcrt: Fix strtod and wcstod implementation.
msvcrt: Partial fix for setlocale/create_locale.
msvcrt: Fix synonym handling in setlocale/creat...
2020 May 22
0
Wine release 5.9
...wined3d: Specify a wined3d output for swapchain creation.
wined3d: Determine output from window position in wined3d_hook_proc().
wined3d: Get output from swapchain state.
kernelbase: Check NULL canonicalized_len parameter in UrlCanonicalizeW().
shlwapi/tests: Test NULL UrlCanonicalizeA/W() parameters.
wined3d: Move device window to the correct output when handling WM_ACTIVATEAPP with full screen swapchains.
wined3d: Restore display mode for the previous output before changing to another output.
wined3d: Remove no longer needed output parameter in wined3d_swapcha...
2011 Jan 21
0
Wine release 1.3.12
...to BindProtocol in Binding object.
mshtml: Get rid of win9x test failures workarounds.
wininet: Make sure to initialize the whole z_stream struct (valgrind).
winnt.h: Use Common macro for __C89_NAMELESSUNION and __C89_NAMELESSSTRUCT.
shlwapi: Fixed handling A->W buffer in UrlCanonicalizeA (valgrind).
wininet: Added post data tests.
wininet: Fixed memory leak in tests (valgrind).
msxml3: Fixed memory leak (valgrind).
urlmon: Fixed memory leaks in tests.
mshtml: Added IUri-based implementation of nsIURL::[Get|Set]Ref.
wininet: Fixed race in SSL conn...