Age | Commit message (Expand) | Author |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2006-04-09 | CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore! | Daniel Stenberg |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg |
2005-12-02 | Yang Tse's fix to only provide the proto if there is such a function and | Daniel Stenberg |
2005-09-02 | John Kelly added TFTP support to libcurl. A bunch of new error codes was | Daniel Stenberg |
2005-07-21 | Fixed some typos in output messages. | Dan Fandrich |
2005-05-18 | The configure check for strerror_r() failed to detect the proper API at | Daniel Stenberg |
2005-04-26 | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg |
2005-03-15 | prevent compiler warning | Daniel Stenberg |
2005-03-14 | silence compiler warnings for mingw win32 builds --enable-debug | Daniel Stenberg |
2005-02-09 | Handle CURLE_LOGIN_DENIED in strerror.c. | Gisle Vanem |
2005-01-11 | Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't | Daniel Stenberg |
2005-01-11 | ".\lib\multi.h" shadows for <curl/multi.h> in Watcom. | Gisle Vanem |
2004-12-13 | Added handling of CURLINFO_SSL_ENGINES; | Gisle Vanem |
2004-12-11 | fixed error message | Daniel Stenberg |
2004-11-24 | added missing new error string | Daniel Stenberg |
2004-11-11 | Dan Fandrich added --disable-verbose | Daniel Stenberg |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg |
2004-10-05 | avoid warning for unused variable | Daniel Stenberg |
2004-10-05 | use idna_strerror() if it is available (only in libidn 0.5.6 or later) | Daniel Stenberg |
2004-10-02 | Gisle Vanem provided code that displays an error message when the (libidn | Daniel Stenberg |
2004-09-19 | kill trailing whitespace and clarify a few errors | Daniel Stenberg |
2004-05-14 | added string for the new share error code | Daniel Stenberg |
2004-05-06 | if no strerror_r prototype is found, we provide our own to prevent picky | Daniel Stenberg |
2004-04-26 | major update of the error strings | Daniel Stenberg |
2004-04-06 | Gisle Vanem caught me breaking the windows version of Curl_strerror() | Daniel Stenberg |
2004-04-06 | remove the general use of sys_nerr | Daniel Stenberg |
2004-03-29 | re-indented to use curl-standard source formatting | Daniel Stenberg |
2004-03-25 | win32 doesn't need and even doesn't build if we extern declare sys_nerr | Daniel Stenberg |
2004-03-25 | include the strerror.h file without curl_ prefix | Daniel Stenberg |
2004-03-25 | cut off 'curl_' from the strerror file names | Daniel Stenberg |