- Apr 07, 2008
-
-
Yang Tse authored
-
Yang Tse authored
-
Patrick Monnerat authored
Fix qssl.c wrong error message Upgrade OS400 wrappers and makefiles to 7.18.1
-
Yang Tse authored
-
Yang Tse authored
-
Michal Marek authored
Define HAVE_GSSMIT if <gssapi/{gssapi.h,gssapi_generic.h,gssapi_krb5.h}> are available, otherwise define HAVE_GSSHEIMDAL if <gssapi.h> is available. Only define GSS_C_NT_HOSTBASED_SERVICE to gss_nt_service_name if GSS_C_NT_HOSTBASED_SERVICE isn't declared by the gssapi headers. This should avoid breakage in case we wrongly recognize Heimdal as MIT again.
-
- Apr 05, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
assumes proxies to use
-
Daniel Stenberg authored
message when libcurl doesn't get a 220 back immediately on connect, I now changed it to be more specific on what the problem is. Also worth noticing: while the bug report contains an example where the response is: 421 There are too many connected users, please try again later we cannot assume that the error message will always be this readable nor that it fits within a particular boundary etc.
-
- Apr 04, 2008
-
-
Daniel Stenberg authored
ares_expand_string.c
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Apr 03, 2008
-
-
Daniel Stenberg authored
GET simply because previously when you set CURLOPT_NOBODY to TRUE first and then FALSE you'd end up in a broken state where a HTTP request would do a HEAD by still act a lot like for a GET and hang waiting for the content etc.
-
Daniel Stenberg authored
-
Dan Fandrich authored
example programs.
-
- Apr 02, 2008
-
-
Guenter Knauf authored
-
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().
-