- Aug 01, 2008
-
-
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
-
Dan Fandrich authored
-
Dan Fandrich authored
by Ben Sutcliffe. The test when run manually shows a problem in curl, but the test harness web server doesn't run the test correctly so it's disabled for now.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball.
-
Yang Tse authored
Set SED for Solaris to gsed if available.
-
Dan Fandrich authored
-
Dan Fandrich authored
and OS/2.
-
- Jul 29, 2008
-
-
Yang Tse authored
-
Yang Tse authored
Added #148 and # 149
-
Daniel Stenberg authored
server using the multi interface, the commands are not being sent correctly and instead the connection is "cancelled" (the operation is considered done) prematurely. There is a half-baked (busy-looping) patch provided in the bug report but it cannot be accepted as-is. See http://curl.haxx.se/bug/view.cgi?id=2006544
-
Daniel Stenberg authored
146 - Yehoshua Hershberg's re-using of connections that failed with CURLE_PEER_FAILED_VERIFICATION 147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a true bug in libcurl built with OpenSSL.
-