Updated as described in doc/guides/maintaining-c-ares.md. PR-URL: https://github.com/nodejs/node/pull/40660 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com>
15 lines
686 B
Text
15 lines
686 B
Text
c-ares
|
|
======
|
|
|
|
This package is based on ares 1.1.1 (written by Greg Hudson). Daniel Stenberg
|
|
decided to fork and release a separate project since the original ares author
|
|
didn't want the improvements that were vital for our use of it.
|
|
|
|
This package is dubbed 'c-ares' since Daniel wanted this for use within the
|
|
curl project (hence the letter C) and it makes a nice pun. c-ares is not API
|
|
compatible with ares: a new name makes that more obvious to the public.
|
|
|
|
The original libares was distributed at
|
|
ftp://athena-dist.mit.edu:pub/ATHENA/ares (which seems to not be alive
|
|
anymore). A local copy of the original ares package is kept here:
|
|
https://c-ares.org/download/ares-1.1.1.tar.gz
|