aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-errors.3
AgeCommit message (Collapse)Author
2007-10-03I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg
CURLE_PEER_FAILED_VERIFICATION (standard CURL_NO_OLDIES style), and made this return code get used by the previous SSH MD5 fingerprint check in case it fails.
2007-08-31Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich
Renamed the curl_ftpssl enum to curl_usessl and its enumerated constants, creating macros for backward compatibility.
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich
and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
2007-07-13Daniel Cater: libcurl-errors needs updating to reflect a couple of deprecatedDaniel Stenberg
error codes
2007-05-08CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This isDaniel Stenberg
because I just made SCP uploads return this value if the file size of the upload file isn't given with CURLOPT_INFILESIZE*. Docs updated to reflect this news, and a define for the old name was added to the public header file.
2006-10-21Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg
reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
2006-10-12Starting now, adding an easy handle to a multi stack that was already addedDaniel Stenberg
to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned.
2006-06-24corrected introduction version numberDaniel Stenberg
2006-04-26updated with more error codesDaniel Stenberg
2006-04-09CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg
2006-01-27typo pointed out by Mike GriffithsDaniel Stenberg
2006-01-04upcoming new error codeDaniel Stenberg
2005-05-16bad formattingDaniel Stenberg
2005-02-09add missing error codesDaniel Stenberg
2004-09-02clarify CURLE_SSL_CERTPROBLEM somewhatDaniel Stenberg
2004-08-11clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returnedDaniel Stenberg
even if user and password are correct
2004-04-27added curl_*_strerrorDaniel Stenberg
2004-04-26Kim Karlsson pointed out that error 57 was wrongly documentedDaniel Stenberg
2004-04-13additional infoDaniel Stenberg
2004-03-24Tor Arntsen's major ispell patchDaniel Stenberg
2004-03-08mention error 64Daniel Stenberg
2004-02-09Dominick Meglio's added share interface documentationDaniel Stenberg
2003-12-10Eric S. Raymond's fix of the NAME sectionDaniel Stenberg
2003-12-04cut out the wrong version blurbDaniel Stenberg
2003-11-06removed the _last since that is by definition not an error codeDaniel Stenberg
2003-11-04.TP and .B replaced with .IPDaniel Stenberg
2003-10-18Added a few undocumented errorsDaniel Stenberg
2002-12-18CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERRORDaniel Stenberg
2002-04-10corrected to new return codesDaniel Stenberg
2002-04-10error codes documentedDaniel Stenberg