aboutsummaryrefslogtreecommitdiff
path: root/lib/strerror.c
AgeCommit message (Expand)Author
2006-10-15Replace ";;" with ";".Gisle Vanem
2006-10-11Remove redundant __CYGWIN__ symbol checkYang Tse
2006-08-01Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror()Daniel Stenberg
2006-04-26Added revision ID-tag.Gisle Vanem
2006-04-26Fixed signed/unsigned convertion errors in Salford-C.Gisle Vanem
2006-04-10First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg
2006-04-09CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg
2006-04-07First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg
2005-12-02Yang Tse's fix to only provide the proto if there is such a function andDaniel Stenberg
2005-09-02John Kelly added TFTP support to libcurl. A bunch of new error codes wasDaniel Stenberg
2005-07-21Fixed some typos in output messages.Dan Fandrich
2005-05-18The configure check for strerror_r() failed to detect the proper API atDaniel Stenberg
2005-04-26Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg
2005-03-15prevent compiler warningDaniel Stenberg
2005-03-14silence compiler warnings for mingw win32 builds --enable-debugDaniel Stenberg
2005-02-09Handle CURLE_LOGIN_DENIED in strerror.c.Gisle Vanem
2005-01-11Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don'tDaniel Stenberg
2005-01-11".\lib\multi.h" shadows for <curl/multi.h> in Watcom.Gisle Vanem
2004-12-13Added handling of CURLINFO_SSL_ENGINES;Gisle Vanem
2004-12-11fixed error messageDaniel Stenberg
2004-11-24added missing new error stringDaniel Stenberg
2004-11-11Dan Fandrich added --disable-verboseDaniel Stenberg
2004-11-02Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg
2004-10-05avoid warning for unused variableDaniel Stenberg
2004-10-05use idna_strerror() if it is available (only in libidn 0.5.6 or later)Daniel Stenberg
2004-10-02Gisle Vanem provided code that displays an error message when the (libidnDaniel Stenberg
2004-09-19kill trailing whitespace and clarify a few errorsDaniel Stenberg
2004-05-14added string for the new share error codeDaniel Stenberg
2004-05-06if no strerror_r prototype is found, we provide our own to prevent pickyDaniel Stenberg
2004-04-26major update of the error stringsDaniel Stenberg
2004-04-06Gisle Vanem caught me breaking the windows version of Curl_strerror()Daniel Stenberg
2004-04-06remove the general use of sys_nerrDaniel Stenberg
2004-03-29re-indented to use curl-standard source formattingDaniel Stenberg
2004-03-25win32 doesn't need and even doesn't build if we extern declare sys_nerrDaniel Stenberg
2004-03-25include the strerror.h file without curl_ prefixDaniel Stenberg
2004-03-25cut off 'curl_' from the strerror file namesDaniel Stenberg