aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-22last 10 days or soDaniel Stenberg
2003-04-22libtool 1.5 stuffDaniel Stenberg
2003-04-22stop checking for libtool, we don't run that in this scriptDaniel Stenberg
2003-04-22Dan Fandrich corrected the error messages on "bad encoding".Daniel Stenberg
2003-04-22Dan Fandrich's gzip bugfixDaniel Stenberg
2003-04-22Dan Fandrich's fixDaniel Stenberg
2003-04-22 Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly)Daniel Stenberg
return CURLE_OK no matter what happens.
2003-04-16two dashes is enoughDaniel Stenberg
2003-04-15typecast the setting of the size, as it might be an off_t which is biggerDaniel Stenberg
than long and libcurl expects a long...
2003-04-15If MALLOCDEBUG, include the lib's setup.h here so that the proper definesDaniel Stenberg
are set before all system headers, as otherwise we get compiler warnings on my Solaris at least.
2003-04-15include config.h before all system headers, so that _FILE_OFFSET_BITS andDaniel Stenberg
similar is set properly by us first
2003-04-15extended the -F sectionDaniel Stenberg
2003-04-15treat uploaded .html files as text/html by defaultDaniel Stenberg
2003-04-14return the same error for the sslv2 "certificate verify failed" codeDaniel Stenberg
2003-04-14new wording by Kevin RothDaniel Stenberg
2003-04-14ignore all stamp-h*Daniel Stenberg
2003-04-14With the recent fix of libcurl, it shall now return CURLE_SSL_CACERT whenDaniel Stenberg
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.
2003-04-14Restored the SSL error codes since they was broken in the 7.10.4 release,Daniel Stenberg
also now attempt to detect and return the specific CACERT error code.
2003-04-14FTP CWD response fixedDaniel Stenberg
gzip content-encoding added chunked content-encoding fixed
2003-04-11clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone'sDaniel Stenberg
suggestion
2003-04-11Nic fixed so that Curl_client_write() must not be called with 0 lenth data.Daniel Stenberg
I edited somewhat and removed trailing whitespaces.
2003-04-11Nic Hines fixed this bug when deflate or gzip contents were downloaded usingDaniel Stenberg
chunked encoding.
2003-04-11ah, move the zero byte too or havoc will occurDaniel Stenberg
2003-04-11verify the new url parser fixDaniel Stenberg
2003-04-11support ? as separator instead of / even if not protocol was givenDaniel Stenberg
2003-04-11these guys deserve a mentioning here as wellDaniel Stenberg
2003-04-11Dan the man on the listDaniel Stenberg
2003-04-11Dan Fandrich's added gzip support documented.Daniel Stenberg
2003-04-11Dan Fandrich's gzip patch appliedDaniel Stenberg
2003-04-11when saving a cookie jar fails, you don't get an error code or anything,Daniel Stenberg
just a warning in the verbose output stream
2003-04-11 According to RFC959, CWD is supposed to return 250 on success, butDaniel Stenberg
there seem to be non-compliant FTP servers out there that return 200, so we accept any '2xy' response now.
2003-04-11show a verbose warning message in case cookie-saving fails, afterDaniel Stenberg
Ralph Mitchell's notification.
2003-04-10new ftp testsDaniel Stenberg
2003-04-10another week has passedDaniel Stenberg
2003-04-10Vlad Krupin's URL parsing patch to fix the URL parsing when the URL has noDaniel Stenberg
slash after the host name, but still a ? and following "parameters".
2003-04-09oops, committed test code not meant to be hereDaniel Stenberg
2003-04-09the default debugfunction shows incoming headers as wellDaniel Stenberg
2003-04-09timecond support addedDaniel Stenberg
made the Last-Modified (faked) header look correct using GMT always
2003-04-09three new ftp testsDaniel Stenberg
2003-04-09<mdtm> addedDaniel Stenberg
2003-04-09MDTM support addedDaniel Stenberg
2003-04-08James Bursa fixed a flaw in the content-type extracting code that couldDaniel Stenberg
miss the first letter
2003-04-08share.c addedDaniel Stenberg
2003-04-07--disable-eprt perhaps?Daniel Stenberg
2003-04-06Ryan Weaver's fix to prevent the ca bundle to get installed even whenDaniel Stenberg
building curl without SSL support!
2003-04-04adjusted the formpost testcases to the new boundary string constructionDaniel Stenberg
2003-04-04Changed how boundary strings are generated. This new way uses 28 dashesDaniel Stenberg
and 12 following hexadecimal letters, which seems to be what IE uses. This makes curl work smoother with more stupidly written server apps. Worked this out together with Martijn Broenland.
2003-04-03spell fixDaniel Stenberg
2003-04-03kill a compiler warning on cygwinDaniel Stenberg
2003-04-03Added log output for when the writing of the input HTTP request is successfulDaniel Stenberg
or unsuccessful. Used to track down the recent cygwin test suite problems.