Renamed several libcurl error codes and options to make them more general
authorDan Fandrich <dan@coneharvesters.com>
Thu, 30 Aug 2007 20:34:57 +0000 (20:34 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 30 Aug 2007 20:34:57 +0000 (20:34 +0000)
commit9f44a95522162c0f4a61093efe1bf1f58b087358
treeea90ca762a9a7a4f6772cb44b23e994b41f32644
parent4b60c3e9d3d284125857ecf90b1910db5ba318a2
Renamed several libcurl error codes and options to make them more general
and allow reuse by multiple protocols. Several unused error codes were
removed.  In all cases, macros were added to preserve source (and binary)
compatibility with the old names.  These macros are subject to removal at
a future date, but probably not before 2009.  An application can be
tested to see if it is using any obsolete code by compiling it with the
CURL_NO_OLDIES macro defined.

Documented some newer error codes in libcurl-error(3)
29 files changed:
CHANGES
RELEASE-NOTES
docs/TODO
docs/examples/ftpuploadresume.c
docs/examples/simplessl.c
docs/libcurl/curl_easy_setopt.3
docs/libcurl/libcurl-errors.3
docs/libcurl/libcurl-tutorial.3
include/curl/curl.h
lib/base64.c
lib/connect.c
lib/ftp.c
lib/gtls.c
lib/nss.c
lib/speedcheck.c
lib/ssh.c
lib/ssluse.c
lib/strerror.c
lib/telnet.c
lib/tftp.c
lib/transfer.c
lib/url.c
packages/OS400/README.OS400
packages/OS400/ccsidcurl.c
packages/OS400/curl.inc.in
src/main.c
tests/data/test189
tests/data/test190
tests/data/test99