|
9 months ago | |
---|---|---|
.github | 9 months ago | |
.reuse | 9 months ago | |
LICENSES | 10 months ago | |
ci | 1 year ago | |
cmake | 1 year ago | |
docs | 9 months ago | |
include | 9 months ago | |
m4 | 1 year ago | |
src | 9 months ago | |
test | 9 months ago | |
.cirrus.yml | 9 months ago | |
.clang-format | 1 year ago | |
.gitattributes | 1 year ago | |
.gitignore | 2 years ago | |
.travis.yml | 2 years ago | |
AUTHORS | 5 years ago | |
CHANGES | 5 years ago | |
CHANGES.0 | 1 year ago | |
CMakeLists.txt | 9 months ago | |
CONTRIBUTING.md | 9 months ago | |
DEVELOPER-NOTES.md | 9 months ago | |
GIT-INFO | 5 years ago | |
INSTALL.md | 1 year ago | |
LICENSE.md | 9 months ago | |
Makefile.Watcom | 1 year ago | |
Makefile.am | 9 months ago | |
Makefile.dj | 1 year ago | |
Makefile.m32 | 1 year ago | |
Makefile.msvc | 11 months ago | |
Makefile.netware | 1 year ago | |
NEWS | 5 years ago | |
README.cares | 4 years ago | |
README.md | 9 months ago | |
README.msvc | 1 year ago | |
RELEASE-NOTES.md | 9 months ago | |
RELEASE-PROCEDURE.md | 2 years ago | |
SECURITY.md | 10 months ago | |
TODO | 1 year ago | |
appveyor.yml | 11 months ago | |
buildconf | 2 years ago | |
buildconf.bat | 2 years ago | |
c-ares-config.cmake.in | 2 years ago | |
configure.ac | 9 months ago | |
get_ver.awk | 2 years ago | |
git2changes.pl | 2 years ago | |
libcares.pc.cmake | 1 year ago | |
libcares.pc.in | 1 year ago | |
maketgz | 1 year ago | |
msvc_ver.inc | 2 years ago | |
sonar-project.properties | 1 year ago |
README.md
Overview
c-ares is a modern DNS (stub) resolver library, written in C. It provides interfaces for asynchronous queries while trying to abstract the intricacies of the underlying DNS protocol. It was originally intended for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel.
One of the goals of c-ares is to be a better DNS resolver than is provided by your system, regardless of which system you use. We recommend using the c-ares library in all network applications even if the initial goal of asynchronous resolution is not necessary to your application.
c-ares will build with any C89 compiler and is MIT licensed, which makes it suitable for both free and commercial software. c-ares runs on Linux, FreeBSD, OpenBSD, MacOS, Solaris, AIX, Windows, Android, iOS and many more operating systems.
c-ares has a strong focus on security, implementing safe parsers and data builders used throughout the code, thus avoiding many of the common pitfalls of other C libraries. Through automated testing with our extensive testing framework, c-ares is constantly validated with a range of static and dynamic analyzers, as well as being constantly fuzzed by OSS Fuzz.
While c-ares has been around for over 20 years, it has been actively maintained both in regards to the latest DNS RFCs as well as updated to follow the latest best practices in regards to C coding standards.
Code
The full source code and revision history is available in our GitHub repository. Our signed releases are available in the 'c-ares' release archives.
See the INSTALL.md file for build information.
Communication
Issues and Feature Requests should be reported to our GitHub Issues page.
Discussions around c-ares and its use, are held on GitHub Discussions or the Mailing List. Mailing List archive here. Please, do not mail volunteers privately about c-ares.
Security vulnerabilities are treated according to our Security Procedure, please email c-ares-security at haxx.se if you suspect one.
Release keys
Primary GPG keys for c-ares Releasers (some Releasers sign with subkeys):
- Daniel Stenberg <daniel@haxx.se>
27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
- Brad House <brad@brad-house.com>
DA7D64E4C82C6294CB73A20E22E3D13B5411B7CA
To import the full set of trusted release keys (including subkeys possibly used to sign releases):
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2 # Daniel Stenberg
gpg --keyserver hkps://keys.openpgp.org --recv-keys DA7D64E4C82C6294CB73A20E22E3D13B5411B7CA # Brad House