Revision tags: curl-7_15_3, curl-7_15_2, curl-7_15_1 |
|
#
9c312637 |
| 02-Dec-2005 |
Daniel Stenberg |
Yang Tse's fix to only provide the proto if there is such a function and we didn't find any proto
|
Revision tags: curl-7_15_0 |
|
#
56d9624b |
| 02-Sep-2005 |
Daniel Stenberg |
John Kelly added TFTP support to libcurl. A bunch of new error codes was added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentio
John Kelly added TFTP support to libcurl. A bunch of new error codes was added. TODO: add them to docs. add TFTP server to test suite. add TFTP to list of protocols whereever those are mentioned.
show more ...
|
Revision tags: curl-7_14_1, c-ares-1_3_0 |
|
#
6e87cf5b |
| 21-Jul-2005 |
Dan Fandrich |
Fixed some typos in output messages.
|
#
dd7b6aef |
| 18-May-2005 |
Daniel Stenberg |
The configure check for strerror_r() failed to detect the proper API at times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed the glibc version if the posix define wasn't
The configure check for strerror_r() failed to detect the proper API at times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed the glibc version if the posix define wasn't set (since it _had_ found a strerror_r).
show more ...
|
Revision tags: curl-7_14_0 |
|
#
6b1220b6 |
| 26-Apr-2005 |
Daniel Stenberg |
Cory Nelson's work on nuking compiler warnings when building on x64 with VS2005.
|
Revision tags: curl-7_13_2 |
|
#
d5bdd2b2 |
| 15-Mar-2005 |
Daniel Stenberg |
prevent compiler warning
|
#
3916d1e6 |
| 14-Mar-2005 |
Daniel Stenberg |
silence compiler warnings for mingw win32 builds --enable-debug
|
Revision tags: curl-7_13_1 |
|
#
64dd9c76 |
| 09-Feb-2005 |
Gisle Vanem |
Handle CURLE_LOGIN_DENIED in strerror.c. For ftp only?
|
Revision tags: before_ftp_statemachine, curl-7_13_0 |
|
#
e3fa7d02 |
| 11-Jan-2005 |
Daniel Stenberg |
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't shadow our public headers with the former names.
|
#
bb9e5565 |
| 11-Jan-2005 |
Gisle Vanem |
".\lib\multi.h" shadows for <curl/multi.h> in Watcom. Force including ../include/curl/multi.h.
|
Revision tags: curl-7_12_3 |
|
#
bdb06205 |
| 13-Dec-2004 |
Gisle Vanem |
Added handling of CURLINFO_SSL_ENGINES; Added Curl_SSL_engines_list(), cleanup SSL in url.c (no HAVE_OPENSSL_x etc.).
|
#
bd2db872 |
| 11-Dec-2004 |
Daniel Stenberg |
fixed error message
|
#
7b3fba1a |
| 24-Nov-2004 |
Daniel Stenberg |
added missing new error string
|
#
710e370c |
| 11-Nov-2004 |
Daniel Stenberg |
Dan Fandrich added --disable-verbose
|
#
24d47a6e |
| 02-Nov-2004 |
Daniel Stenberg |
Paul Nolan fix to make libcurl build nicely on Windows CE
|
Revision tags: curl-7_12_2 |
|
#
70c3f6a8 |
| 05-Oct-2004 |
Daniel Stenberg |
avoid warning for unused variable
|
#
bb999d82 |
| 05-Oct-2004 |
Daniel Stenberg |
use idna_strerror() if it is available (only in libidn 0.5.6 or later)
|
#
19b284c2 |
| 02-Oct-2004 |
Daniel Stenberg |
Gisle Vanem provided code that displays an error message when the (libidn based) IDN conversion fails. This is really due to a missing suitable function in the libidn API that I hope we can r
Gisle Vanem provided code that displays an error message when the (libidn 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.
show more ...
|
#
0d37f856 |
| 19-Sep-2004 |
Daniel Stenberg |
kill trailing whitespace and clarify a few errors
|
Revision tags: curl-7_12_1, pre-aifix, curl-7_12_0 |
|
#
512e54ff |
| 14-May-2004 |
Daniel Stenberg |
added string for the new share error code
|
#
6f74820c |
| 06-May-2004 |
Daniel Stenberg |
if no strerror_r prototype is found, we provide our own to prevent picky compilers to warn
|
#
fbeb6744 |
| 26-Apr-2004 |
Daniel Stenberg |
major update of the error strings
|
Revision tags: curl-7_11_2, c-ares-1_2_0 |
|
#
ca7f0852 |
| 06-Apr-2004 |
Daniel Stenberg |
Gisle Vanem caught me breaking the windows version of Curl_strerror()
|
#
1b171b02 |
| 06-Apr-2004 |
Daniel Stenberg |
remove the general use of sys_nerr
|
#
4b49b2e3 |
| 29-Mar-2004 |
Daniel Stenberg |
re-indented to use curl-standard source formatting
|