aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2003-04-03Modified how we log data to server.input, as we can't keep the file openDaniel Stenberg
very much as it makes it troublesome on certain operating systems.
2003-04-03newDaniel Stenberg
2003-04-027.10.4 commitDaniel Stenberg
2003-04-02Version 7.10.4Daniel Stenberg
2003-04-01documented the new killserver tagDaniel Stenberg
2003-04-01kill the ftp server afterwards, it is just so messed upDaniel Stenberg
2003-04-01log when we've returned verification that we are the test serverDaniel Stenberg
2003-04-01support the new <killserver> tagDaniel Stenberg
2003-04-01ignore lib505 tooDaniel Stenberg
2003-04-01lib505.c is a new test case for ftp uploading with renameDaniel Stenberg
2003-04-01Added support for the RNFR/RNTO commandsDaniel Stenberg
2003-03-31updatedDaniel Stenberg
2003-03-31move the ssl config clone call to before the connectionexists call and thenDaniel Stenberg
also subsequently free the ssl struct if the connection struct is to be deleted
2003-03-31testing, ignore this commitSterling Hughes
2003-03-317.10.4-pre6 commitDaniel Stenberg
2003-03-31added dist-hook that clears the tests/log dir properly as otherwiseDaniel Stenberg
'make distcheck' doesn't pass