- Apr 02, 2008
-
-
Guenter Knauf authored
-
- Apr 01, 2008
-
-
Daniel Stenberg authored
removed 133 - Setting CURLOPT_NOBODY to "false" causes cURL to wait for content if a content-length header is read added
-
Daniel Stenberg authored
-
- Mar 31, 2008
-
-
Daniel Stenberg authored
done
-
Guenter Knauf authored
-
Michal Marek authored
$capath is known to configure, so it can be defined in config.h instead.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
application to provide data for a multipart with the read callback. Note that the size needs to be provided with CURLFORM_CONTENTSLENGTH when the stream option is used. This feature is verified by the new test case 554. This feature was sponsored by Xponaut.
-
Dan Fandrich authored
normal build/install (only with the 'make check' target), so that a build failure in the examples isn't fatal.
-
- Mar 30, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
since they're still not clear enough to be to sort about before 7.18.1
-
- Mar 28, 2008
-
-
Dan Fandrich authored
-
- Mar 27, 2008
-
-
Daniel Stenberg authored
path didn't work properly but now it does!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the progress callback for the first (potentially huge) piece of body data sent together with the POST request headers in the initial send().
-
- Mar 25, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl wasn't built to use OpenSSL as that is a prerequisite for this option to function!
-
Daniel Stenberg authored
functional if libcurl is built against OpenSSL
-
- Mar 22, 2008
-
-
Daniel Stenberg authored
case 617 (which was added by Daniel Fandrich 5 Mar 2008).
-
- Mar 21, 2008
-
-
Daniel Stenberg authored
-
- Mar 20, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
support when curl didn't even have regular LDAP support. It looks like this could happen when the --enable-ldaps configure switch is given but configure couldn't find the LDAP headers or libraries.
-
Guenter Knauf authored
added --extvercmd parameter which can be used to specify an external command to display 'curl --version', f.e. with MinW32 crosscompile --extvercmd=/usr/bin/wine can be used.
-
Michal Marek authored
default instead of a ca bundle. The configure script will also look for a ca path if no ca bundle is found and no option given. - Fixed detection of previously installed curl-ca-bundle.crt
-
- Mar 18, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
SFTP quote command reported by Vincent Le Normand, but left it disabled.
-
Michal Marek authored
- Added macros for curl_share_setopt and curl_multi_setopt to check at least the correct number of arguments.
-
- Mar 17, 2008
-
-
Michal Marek authored
any hard-to-grasp warnings in curl_easy_setopt() calls in applications. Also delete superfluous semicolons.
-
- Mar 15, 2008
-
-
Dan Fandrich authored
-
- Mar 13, 2008
-
-
Dan Fandrich authored
reproduce the --ftp-create-dirs problem reported by Brian Ulm, but that seems to need a call curl_easy_reset() which this test case doesn't do.
-
Daniel Stenberg authored
CURLOPT_FTP_CREATE_MISSING_DIRS to create a directory, and then re-used the handle and uploaded another file to another directory that needed to be created, the second upload would fail. Another case of a state variable that wasn't properly reset between requests. - I rewrote the 100-continue code to use a single state variable instead of the previous two ones. I think it made the logic somewhat clearer.
-
Daniel Stenberg authored
CURLOPT_FTP_CREATE_MISSING_DIRS to create a directory, and then re-used the handle and uploaded another file to another directory that needed to be created, the second upload would fail. Another case of a state variable that wasn't properly reset between requests.
-
Daniel Stenberg authored
a single state variable to make the code easier to follow and understand.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Mar 12, 2008
-
-
Daniel Stenberg authored
-