- Mar 13, 2006
-
-
-
Mapping of ABS_HAT[0-3][XY] to the four POV used by dinput.
-
-
-
-
The test for "about:" in InternetCrackUrlW should be more general so that only URLs without double slashes should also be assumed not to have a host name. Add another test for this case and remove an unreliable InternetCreateUrl test.
-
-
-
Use local temp variable instead.
-
-
-
-
-
-
-
-
-
- Mar 10, 2006
-
-
Alexandre Julliard authored
-
-
an OLE interface.
-
-
-
-
-
-
-
-
-
-
Alexandre Julliard authored
-
- Mar 09, 2006
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Return FALSE and an error of ERROR_NO_MORE_ITEMS from InternetGetCookie when there are no cookies for the specified domain. This fixes a bug in sending a blank cookie to HTTP servers.
-
Fix an off-by-one error in the size of buffer used to store the port number in InternetCreateUrlW.
-
- Add the slash after the port number. - Only add the port number if the host name is present.
-
InternetCreateUrlW.
-
- Don't add double slashes for opaque URLs. - The default port number for all other schemes is 0.
-
Parse the scheme the string in InternetCreateFileW and rewrite url_uses_default_port using schemes instead of strings.
-
INTERNET_SCHEME enumeration in InternetCreateUrlW.
-