Age | Commit message (Collapse) | Author |
|
if you set CURLOPT_WRITEDATA - or you will experience crashes.
|
|
|
|
|
|
was written for it. I fixed and added test case 227 to verify it. The curl.1
man page didn't mention the '+' so I added it.
|
|
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you
must make sure that to pass in a type 'long' argument. */
|
|
contains %0a or %0d in the user, password or CWD parts. (A future fix would
include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225
and 226 were added to verify this
|
|
|
|
|
|
|
|
|
|
select() overhaul fix.
|
|
|
|
|
|
|
|
host name 'ip6-localhost' in /etc/hosts (or similar) since the test case uses
that host name to test the IPv6 name to address resolver.
|
|
|
|
|
|
|
|
|
|
fix one day.
|
|
|
|
-w option support 'http_connect' to make it easier to verify!
|
|
|
|
|
|
|
|
to curl_multi_remove_handle() either.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(http://qa.mandrakesoft.com/show_bug.cgi?id=12285), when connecting to an
IPv6 host with FTP, --disable-epsv (or --disable-eprt) effectively disables
the ability to transfer a file. Now, when connected to an FTP server with
IPv6, these FTP commands can't be disabled even if asked to with the
available libcurl options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|