summaryrefslogtreecommitdiff
path: root/lib/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* ensure that errno is not modified inside Curl_strerror()Yang Tse2008-09-121-33/+39
* fix print formatting string directivesYang Tse2008-09-041-2/+2
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg2008-06-061-0/+3
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg2008-06-061-0/+3
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-121-0/+3
* if () => if()Daniel Stenberg2007-11-071-10/+10
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-031-2/+2
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-311-2/+2
* Made some of the error strings returned by the *strerror functions moreDan Fandrich2007-08-311-67/+67
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-43/+25
* CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This isDaniel Stenberg2007-05-081-2/+2
* curlassert macro replaced with DEBUGASSERT macro defined in setup_once.hYang Tse2007-02-211-3/+3
* Daniel Mirchandani fix to make libcurl build nicely on WinsockYang Tse2007-02-151-1/+1
* Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing2007-01-081-2/+2
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-1/+4
* James Housley brought support for SCP transfersDaniel Stenberg2006-11-021-0/+6
* Armel Asselin separated CA cert verification problems from problems withDaniel Stenberg2006-10-211-0/+3
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-181-5/+5
* Replace ";;" with ";".Gisle Vanem2006-10-151-8/+8
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-3/+3
* Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror()Daniel Stenberg2006-08-011-3/+6
* Added revision ID-tag.Gisle Vanem2006-04-261-0/+1
* Fixed signed/unsigned convertion errors in Salford-C.Gisle Vanem2006-04-261-1/+2
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-0/+6
* CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg2006-04-091-9/+8
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-0/+10
* Yang Tse's fix to only provide the proto if there is such a function andDaniel Stenberg2005-12-021-1/+1
* John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg2005-09-021-0/+21
* Fixed some typos in output messages.Dan Fandrich2005-07-211-3/+3
* The configure check for strerror_r() failed to detect the proper API atDaniel Stenberg2005-05-181-0/+6
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-1/+1
* prevent compiler warningDaniel Stenberg2005-03-151-1/+1
* silence compiler warnings for mingw win32 builds --enable-debugDaniel Stenberg2005-03-141-1/+1
* Handle CURLE_LOGIN_DENIED in strerror.c.Gisle Vanem2005-02-091-0/+3
* Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don'tDaniel Stenberg2005-01-111-1/+0
* ".\lib\multi.h" shadows for <curl/multi.h> in Watcom.Gisle Vanem2005-01-111-0/+1
* Added handling of CURLINFO_SSL_ENGINES;Gisle Vanem2004-12-131-0/+3
* fixed error messageDaniel Stenberg2004-12-111-2/+2
* added missing new error stringDaniel Stenberg2004-11-241-0/+3
* Dan Fandrich added --disable-verboseDaniel Stenberg2004-11-111-0/+35
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-3/+17
* avoid warning for unused variableDaniel Stenberg2004-10-051-0/+1
* use idna_strerror() if it is available (only in libidn 0.5.6 or later)Daniel Stenberg2004-10-051-2/+5
* Gisle Vanem provided code that displays an error message when the (libidnDaniel Stenberg2004-10-021-0/+69
* kill trailing whitespace and clarify a few errorsDaniel Stenberg2004-09-191-12/+12
* added string for the new share error codeDaniel Stenberg2004-05-141-0/+3
* if no strerror_r prototype is found, we provide our own to prevent pickyDaniel Stenberg2004-05-061-0/+9
* major update of the error stringsDaniel Stenberg2004-04-261-72/+65
* Gisle Vanem caught me breaking the windows version of Curl_strerror()Daniel Stenberg2004-04-061-1/+3
* remove the general use of sys_nerrDaniel Stenberg2004-04-061-22/+34