Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-08 | CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This is | Daniel 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-21 | Armel Asselin separated CA cert verification problems from problems with | Daniel 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-12 | Starting now, adding an easy handle to a multi stack that was already added | Daniel Stenberg | |
to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned. | |||
2006-06-24 | corrected introduction version number | Daniel Stenberg | |
2006-04-26 | updated with more error codes | Daniel Stenberg | |
2006-04-09 | CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore! | Daniel Stenberg | |
2006-01-27 | typo pointed out by Mike Griffiths | Daniel Stenberg | |
2006-01-04 | upcoming new error code | Daniel Stenberg | |
2005-05-16 | bad formatting | Daniel Stenberg | |
2005-02-09 | add missing error codes | Daniel Stenberg | |
2004-09-02 | clarify CURLE_SSL_CERTPROBLEM somewhat | Daniel Stenberg | |
2004-08-11 | clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned | Daniel Stenberg | |
even if user and password are correct | |||
2004-04-27 | added curl_*_strerror | Daniel Stenberg | |
2004-04-26 | Kim Karlsson pointed out that error 57 was wrongly documented | Daniel Stenberg | |
2004-04-13 | additional info | Daniel Stenberg | |
2004-03-24 | Tor Arntsen's major ispell patch | Daniel Stenberg | |
2004-03-08 | mention error 64 | Daniel Stenberg | |
2004-02-09 | Dominick Meglio's added share interface documentation | Daniel Stenberg | |
2003-12-10 | Eric S. Raymond's fix of the NAME section | Daniel Stenberg | |
2003-12-04 | cut out the wrong version blurb | Daniel Stenberg | |
2003-11-06 | removed the _last since that is by definition not an error code | Daniel Stenberg | |
2003-11-04 | .TP and .B replaced with .IP | Daniel Stenberg | |
2003-10-18 | Added a few undocumented errors | Daniel Stenberg | |
2002-12-18 | CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR | Daniel Stenberg | |
2002-04-10 | corrected to new return codes | Daniel Stenberg | |
2002-04-10 | error codes documented | Daniel Stenberg | |