2e46f8d0 | 28-Apr-2003 |
Daniel Stenberg |
corrected the comment which wasn't correct |
51da6aaa | 25-Apr-2003 |
Daniel Stenberg |
RSAglue.lib is no longer needed with recent OpenSSL versions |
c8b79e36 | 24-Apr-2003 |
Daniel Stenberg |
Dan Fandrich added support for the gzip Content-Encoding for --compressed |
208374bc | 23-Apr-2003 |
Daniel Stenberg |
Bryan Kemp's reported problems with curl and PUT from stdin and a faked content-length made me add test case 60, that does exactly this, but it seems to run fine... |
7f0a6e72 | 22-Apr-2003 |
Daniel Stenberg |
last 10 days or so |
54ebb9cf | 22-Apr-2003 |
Daniel Stenberg |
libtool 1.5 stuff |
49e9c149 | 22-Apr-2003 |
Daniel Stenberg |
stop checking for libtool, we don't run that in this script |
a84b0fbd | 22-Apr-2003 |
Daniel Stenberg |
Dan Fandrich corrected the error messages on "bad encoding". |
c95814c0 | 22-Apr-2003 |
Daniel Stenberg |
Dan Fandrich's gzip bugfix |
9f8123f1 | 22-Apr-2003 |
Daniel Stenberg |
Dan Fandrich's fix |
8b23db4f | 22-Apr-2003 |
Daniel Stenberg |
Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly) return CURLE_OK no matter what happens. |
d77cc133 | 16-Apr-2003 |
Daniel Stenberg |
two dashes is enough |
9a12db1a | 15-Apr-2003 |
Daniel Stenberg |
typecast the setting of the size, as it might be an off_t which is bigger than long and libcurl expects a long... |
eb54d34b | 15-Apr-2003 |
Daniel Stenberg |
If MALLOCDEBUG, include the lib's setup.h here so that the proper defines are set before all system headers, as otherwise we get compiler warnings on my Solaris at least. |
4b1203d4 | 15-Apr-2003 |
Daniel Stenberg |
include config.h before all system headers, so that _FILE_OFFSET_BITS and similar is set properly by us first |
183a9c62 | 15-Apr-2003 |
Daniel Stenberg |
extended the -F section |
1f2294d5 | 15-Apr-2003 |
Daniel Stenberg |
treat uploaded .html files as text/html by default |
0b839c4f | 14-Apr-2003 |
Daniel Stenberg |
return the same error for the sslv2 "certificate verify failed" code |
1d4fd1fc | 14-Apr-2003 |
Daniel Stenberg |
new wording by Kevin Roth |
b1d8d72c | 14-Apr-2003 |
Daniel Stenberg |
ignore all stamp-h* |
bafb68b8 | 14-Apr-2003 |
Daniel Stenberg |
With the recent fix of libcurl, it shall now return CURLE_SSL_CACERT when it had problems withe CA cert and thus we offer a huge blurb of verbose help to explain to the poor user why this hap
With the recent fix of libcurl, it shall now return CURLE_SSL_CACERT when it had problems withe CA cert and thus we offer a huge blurb of verbose help to explain to the poor user why this happens.
show more ...
|
21873b52 | 14-Apr-2003 |
Daniel Stenberg |
Restored the SSL error codes since they was broken in the 7.10.4 release, also now attempt to detect and return the specific CACERT error code. |
0aa8b828 | 14-Apr-2003 |
Daniel Stenberg |
FTP CWD response fixed gzip content-encoding added chunked content-encoding fixed |
f9781afa | 11-Apr-2003 |
Daniel Stenberg |
clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's suggestion |
fece361a | 11-Apr-2003 |
Daniel Stenberg |
Nic fixed so that Curl_client_write() must not be called with 0 lenth data. I edited somewhat and removed trailing whitespaces. |