- Aug 03, 2008
-
-
Yang Tse authored
-
- Aug 02, 2008
-
-
Yang Tse authored
when we have been doing this since revision 1.47 of configure.ac 4 years and 5 months ago when cross-compiling a Windows target. We actually don't use any function from the Windows GDI (Graphics Device Interface) related with drawing or graphics-related operations.
-
- Aug 01, 2008
-
-
Dan Fandrich authored
relative to end of file.
-
Yang Tse authored
Proper definition of HAVE_function if function is found deeper.
-
Yang Tse authored
Sorting of function names. Proper definition of HAVE_function if function is found deeper.
-
Dan Fandrich authored
support this so it goes untested.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
not been in use since revision 1.81 of configure.in 6 years, 9 months ago.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
incorrectly--the host name is treated as part of the user name and the port number becomes the password. This can be observed in test 279 (was KNOWN_ISSUE #54).
-
Dan Fandrich authored
--disable-http
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Jul 31, 2008
-
-
Dan Fandrich authored
being mangled when passed to proxies when CURLOPT_PORT is also set (reported by Pramod Sharma).
-
Dan Fandrich authored
as well as IPv4 addresses in IPv6 format. Also, better handle the case of a malformatted IPv6 address (avoid empty and NULL strings).
-
Yang Tse authored
submitted to the mailing list 2008-07-31. Awaiting Ok to commit.
-
Patrick Monnerat authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
an URL in a Location: header didn't have the scope ID removed, so an invalid host name was used. Second, when the scope ID was removed, it also removed any port number that may have existed in the URL.
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
Factored out unslashquote. Added some 'const's in function parameters.
-
- Jul 30, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
145 - Phil Blundell's CURLOPT_SCOPE patch/work
-
Daniel Stenberg authored
-
Daniel Stenberg authored
parser to allow numerical IPv6-addresses to be specified with the scope given, as per RFC4007 - with a percent letter that itself needs to be URL escaped. For example, for an address of fe80::1234%1 the HTTP URL is: "http://[fe80::1234%251]/"
-
Daniel Stenberg authored
147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a true bug in libcurl built with OpenSSL.
-
http://bugs.php.net/bug.php?id=43158Daniel Stenberg authored
true bug in libcurl built with OpenSSL. It made curl_easy_getinfo() more or less always return 0 for CURLINFO_SSL_VERIFYRESULT because the function that would set it to something non-zero would return before the assign in almost all error cases. The internal variable is now set to non-zero from the start of the function only to get cleared later on if things work out fine.
-
Daniel Stenberg authored
-
Dan Fandrich authored
during redirects. Test cases 1052 and 1055 show problems (maybe the same root cause as 1051) and are disabled.
-
Dan Fandrich authored
-
Yang Tse authored
Keep the '#' character as the first one on the line.
-
Yang Tse authored
-
Yang Tse authored
-