summaryrefslogtreecommitdiff
path: root/lib/strerror.c
Commit message (Expand)AuthorAgeFilesLines
* 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