https://github.com/kasperskylab/c-ares-kos
c-ares is a C library for asynchronous DNS requests (including name resolves)
https://github.com/kasperskylab/c-ares-kos
Last synced: 4 months ago
JSON representation
c-ares is a C library for asynchronous DNS requests (including name resolves)
- Host: GitHub
- URL: https://github.com/kasperskylab/c-ares-kos
- Owner: KasperskyLab
- License: other
- Created: 2022-12-30T09:27:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T15:45:55.000Z (over 1 year ago)
- Last Synced: 2025-05-20T13:55:56.403Z (about 1 year ago)
- Language: C++
- Size: 5.86 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.cares
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
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.haxx.se/download/ares-1.1.1.tar.gz