summaryrefslogtreecommitdiffstats
path: root/src/resolv/async_resolv.h
Commit message (Collapse)AuthorAgeFilesLines
* Sort SRV replies according to RFC 2782Jakub Hrozek2010-04-301-0/+4
| | | | | | | | | | RFC 2782 defines a way to sort replies to a SRV query. In short, the algorithm sorts all replies by priority and then does a weight-based selection for every priority level. For details, please see the sections "Usage rules" for overview of the algorithm and section "The 'Weight' field" for description on the weight selection.
* Restrict family lookupsJakub Hrozek2010-02-221-1/+9
| | | | | | | Adds a new option that tells resolver which address family to prefer or use exclusively. Fixes: #404
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+95
Also update BUILD.txt