Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of the hostaddr_async subquery and merge its behaviour | 2012-09-05 | 1 | -442/+0 | |
| | | | | | directly into getaddrinfo_async_run. Simplifies everything by a great deal. | ||||
* | Implement basic (blocking) YP support for getaddrinfo_async(). | 2012-09-05 | 1 | -5/+98 | |
| | | | | YP is now supported on all relevant resolver functions. | ||||
* | Make hostaddr_async() return a linked list of struct addrinfo. First | 2012-09-05 | 1 | -155/+171 | |
| | | | | | | round of a getaddrinfo_async() simplification. The goal is to make YP support easier to add, and eventually remove the whole hostaddr_async subquery. | ||||
* | Simplify error reporting in hostaddr_async(). Only use EAI_* error codes. | 2012-08-18 | 1 | -11/+2 | |
| | |||||
* | Import asr, an experimental async resolver implementation. | 2012-04-14 | 1 | -0/+342 | |
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@ |