Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-01 | This line was for local testing, not intended to be committed. | Yang Tse | |
2008-08-01 | Add a whitespace | Yang Tse | |
2008-08-01 | Ensure that reserved keyword AC_DEFUN is only used for its purpose. | Yang Tse | |
2008-08-01 | Removed definition of CURL_CHECK_WORKING_RESOLVER from acinclude.m4 it has | Yang Tse | |
not been in use since revision 1.81 of configure.in 6 years, 9 months ago. | |||
2008-08-01 | Sync up with reality | Yang Tse | |
2008-08-01 | Sync up with reality | Yang Tse | |
2008-08-01 | Rename reentrant.m4 to avoid filename clash. | Yang Tse | |
2008-08-01 | User names embedded in proxy URLs without a password were parsed | Dan Fandrich | |
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). | |||
2008-08-01 | Added more code under #ifndef CURL_DISABLE_HTTP to fix builds with | Dan Fandrich | |
--disable-http | |||
2008-08-01 | Refactored create_conn by breaking it up into many smaller functions | Dan Fandrich | |
2008-08-01 | Made a parameter const | Dan Fandrich | |
2008-07-31 | Fixed a problem with any FTP URL or any URLs containing an IPv6 address | Dan Fandrich | |
being mangled when passed to proxies when CURLOPT_PORT is also set (reported by Pramod Sharma). | |||
2008-07-31 | Fixed parsing of an IPv6 proxy address to support a scope identifier, | Dan Fandrich | |
as well as IPv4 addresses in IPv6 format. Also, better handle the case of a malformatted IPv6 address (avoid empty and NULL strings). | |||
2008-07-31 | Second version of the patch addressing building outside of CVS tree | Yang Tse | |
submitted to the mailing list 2008-07-31. Awaiting Ok to commit. | |||
2008-07-31 | New CURLOPT_ADDRESS_SCOPE option in ILE/RPG binding | Patrick Monnerat | |
2008-07-31 | Fixed keyword | Dan Fandrich | |
2008-07-31 | Added keywords | Dan Fandrich | |
2008-07-31 | Added test of IPv6 scope handling | Dan Fandrich | |
2008-07-31 | Fixed a couple of problems in the IPv6 scope code. First, a host name in | Dan Fandrich | |
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. | |||
2008-07-31 | s/silly/underquoted definition/ | Yang Tse | |
2008-07-31 | #149 fully done and verified. Removed from here now. | Yang Tse | |
2008-07-31 | Fixed a couple of buffer overflows in the MS-DOS port of the curl tool. | Dan Fandrich | |
Factored out unslashquote. Added some 'const's in function parameters. | |||
2008-07-30 | Added IPv6 section | Dan Fandrich | |
2008-07-30 | Committed just now and thus removed from here: | Daniel Stenberg | |
145 - Phil Blundell's CURLOPT_SCOPE patch/work | |||
2008-07-30 | another option added, bump counter | Daniel Stenberg | |
2008-07-30 | - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL | Daniel Stenberg | |
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]/" | |||
2008-07-30 | Fixed: | Daniel Stenberg | |
147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a true bug in libcurl built with OpenSSL. | |||
2008-07-30 | - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a | Daniel Stenberg | |
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. | |||
2008-07-30 | - Made the curl tool's -w option support the %{ssl_verify_result} variable | Daniel Stenberg | |
2008-07-30 | Added test cases 1052 through 1055 to test uploading data from files | Dan Fandrich | |
during redirects. Test cases 1052 and 1055 show problems (maybe the same root cause as 1051) and are disabled. | |||
2008-07-30 | Factored out Curl_copy_header_value | Dan Fandrich | |
2008-07-30 | Add file version serial number that might be used by 'aclocal' and others. | Yang Tse | |
Keep the '#' character as the first one on the line. | |||
2008-07-30 | Update copyright year. | Yang Tse | |
2008-07-30 | Sync comment with reality. | Yang Tse | |
2008-07-30 | Added the problems with test cases 1041 and 1051 | Dan Fandrich | |
2008-07-30 | Added test case 1051 to test Location: following with PUT, as reported | Dan Fandrich | |
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. | |||
2008-07-30 | Undo using the sreadfrom() wrapper to replace recvfrom() in our code, for ↵ | Yang Tse | |
real ;-) | |||
2008-07-30 | #149 done. Awaiting autobuild verification before removing. | Yang Tse | |
2008-07-30 | Undo using the sreadfrom() wrapper to replace recvfrom() in our code. | Yang Tse | |
2008-07-30 | #148 no longer blocks #144 | Yang Tse | |
2008-07-30 | Reinstate hiding aclocal 'underquoted definition' warnings. | Yang Tse | |
2008-07-30 | updated #148 | Yang Tse | |
2008-07-30 | Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of | Yang Tse | |
including our local m4/reentrant.m4 file. This even takes care of including the file in the distribution tarball. | |||
2008-07-30 | Show autom4te and aclocal versions. | Yang Tse | |
Set SED for Solaris to gsed if available. | |||
2008-07-30 | Minor Symbian updates. | Dan Fandrich | |
2008-07-30 | Fixed --use-ascii to properly convert text files on Symbian OS, MS-DOS | Dan Fandrich | |
and OS/2. | |||
2008-07-29 | Updtae #148 with link to start of thread | Yang Tse | |
2008-07-29 | Updated #144 | Yang Tse | |
Added #148 and # 149 | |||
2008-07-29 | 56. When libcurl sends CURLOPT_POSTQUOTE commands when connected to a SFTP | Daniel Stenberg | |
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 | |||
2008-07-29 | Added: | Daniel Stenberg | |
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. |