index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
strerror.c
Age
Commit message (
Collapse
)
Author
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
based) IDN conversion fails. This is really due to a missing suitable function in the libidn API that I hope we can remove once libidn gets a function like this.
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
compilers to warn
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
[prev]