|
|
|
@ -1,6 +1,10 @@ |
|
|
|
|
c-ares |
|
|
|
|
====== |
|
|
|
|
|
|
|
|
|
[](https://travis-ci.org/daviddrysdale/c-ares) |
|
|
|
|
[](https://ci.appveyor.com/project/daviddrysdale/c-ares) |
|
|
|
|
[](https://coveralls.io/github/daviddrysdale/c-ares?branch=test) |
|
|
|
|
|
|
|
|
|
This is c-ares, an asynchronous resolver library. It is intended for |
|
|
|
|
applications which need to perform DNS queries without blocking, or need to |
|
|
|
|
perform multiple DNS queries in parallel. The primary examples of such |
|
|
|
@ -55,4 +59,3 @@ Notes for c-ares hackers |
|
|
|
|
* Newlines must remain unix-style for older compilers' sake. |
|
|
|
|
|
|
|
|
|
* Comments must be written in the old-style /* unnested C-fashion */ |
|
|
|
|
|
|
|
|
|