Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2008-07-29 | Document that PKG_CONFIG_PATH is the preferred way to configure with | Dan Fandrich | |
OpenSSL. | |||
2008-07-29 | For testing purposes on SunOS systems; directly feed acinclude.m4 with | Yang Tse | |
reentrant.m4 and remove reentrant.m4 before calling aclocal. | |||
2008-07-29 | For debugging purposes, show all sed's available in PATH on SunOS systems. | Yang Tse | |
2008-07-29 | Return an error code when extra files are found in filecheck: | Dan Fandrich | |
2008-07-29 | Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4 | Dan Fandrich | |
address in an IPv6 capable libcurl. | |||
2008-07-29 | Add quoting for the AC_DEFINE arguments. | Yang Tse | |
2008-07-29 | Also remove the whitespace. | Yang Tse | |
2008-07-29 | Also remove the extra quoting. | Yang Tse | |
2008-07-29 | Replace some '@%:@' quadigraphs by its actual representation '#'. | Yang Tse | |
This quadigraph used before a C preprocessor 'define' directive could be fooling M4, when processing this file, and make it think that the line contains a pure M4 'define' macro. | |||
2008-07-29 | Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 | Yang Tse | |
in top Makefile.am triggered a problem that prevented aclocal from running successfully on SunOS 5.10 with GNU m4 1.4.5 and GNU Autoconf 2.61 A tarball which reproduces mentioned problem is the one dated July-28-2008 http://cool.haxx.se/curl-daily/curl-7.19.0-20080728.tar.gz We actually don't need all the bells and whistles that the above mechanism provides. We only need to include our m4/reentrant.m4 file in acinclude.m4 so here we go with this simpler mechanism. | |||
2008-07-29 | ignore *.dist files | Yang Tse | |
2008-07-29 | Added test case 1050 to test --ftp-port with an IPv6 address. | Dan Fandrich | |
Made --interface tests less restrictive on host address. | |||
2008-07-28 | I removed: "139 - Christopher Palow's CURLM_EASY_HANDLE_EXISTS patch" simply | Daniel Stenberg | |
because at the current point in time I think the benefit of adding that new return code is very slim and it is a lot of work to introduce new return codes (for docs and maintenance etc) I added "145 - Phil Blundell's CURLOPT_SCOPE patch/work" since I want it sorted/committed. | |||
2008-07-28 | Added test cases 1045 through 1049 as simple tests of --interface using the | Dan Fandrich | |
localhost interface. | |||
2008-07-28 | Fixed display of the interface bind address in the trace output when it's | Dan Fandrich | |
an IPv6 address. | |||
2008-07-28 | Ensure that buildconf runs from the subdirectory where configure.ac lives | Yang Tse | |
2008-07-28 | Remove files generated on previous buildconf/configure run, | Yang Tse | |
and for debugging purposes show ACLOCAL_FLAGS. | |||
2008-07-28 | for debugging purposes show ACLOCAL_FLAGS | Yang Tse | |
2008-07-28 | ignore another file that might be generated | Yang Tse | |
2008-07-27 | These lines were unintentionally removed in previous commit | Yang Tse | |
2008-07-27 | Partially undo change that prevented SED, GREP, EGREP and AR from being ↵ | Yang Tse | |
changed by libtool or autoconf. | |||
2008-07-27 | Assert that SED and GREP are set | Yang Tse | |
2008-07-27 | Require autoconf 2.57 or newer | Yang Tse | |
2008-07-27 | When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours. | Yang Tse | |