diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-29 11:32:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-29 11:32:24 +0000 |
commit | ada9a9f4a1f4884e99698119361317c28143eac5 (patch) | |
tree | 836fe15d9b5b4019149abb1a1eeded28b49c511f | |
parent | 1c0e4f117877b76a653653db04f6dcfe9c25fccb (diff) |
c-ares specific README, leaving most of the original README as-is
-rw-r--r-- | ares/README.cares | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ares/README.cares b/ares/README.cares new file mode 100644 index 000000000..688cd0fde --- /dev/null +++ b/ares/README.cares @@ -0,0 +1,20 @@ + +This package is based on ares 1.1.1 (written by Greg Hudson). I've decided to +put together and release my own ares archives since the ares maintainer +doesn't want these improvements. + +The package is thus dubbed 'c-ares' since I (Daniel Stenberg) want this for +use within the curl project (hence the letter C) and it makes a nice +pun. Also, c-ares will not remain API compatible with the original ares, so +picking a new name makes it more obvious to the public. + +The full source code is available in the 'c-ares' release archives, and in the +'ares' subdir of the curl CVS source repostitory. + +If you find bugs, correct flaws, have questions or have comments in general in +regard to c-ares (or by all means the original ares too), get in touch with us +on the curl-library mailing list. + +c-ares is of course distributed under the same MIT-style license as the +original ares. + |