summaryrefslogtreecommitdiff
path: root/lib/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re-indented to use curl-standard source formattingDaniel Stenberg2004-03-291-162/+160
* win32 doesn't need and even doesn't build if we extern declare sys_nerrDaniel Stenberg2004-03-251-0/+2
* include the strerror.h file without curl_ prefixDaniel Stenberg2004-03-251-1/+1
* cut off 'curl_' from the strerror file namesDaniel Stenberg2004-03-251-0/+539