Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Only use the search domains for DNS lookups, as the current resolver does. | 2013-03-27 | 1 | -3/+1 | ||
| | | | | | Better not diverge too much in behavior at this point. Typo fix and doc update while there. | |||||
* | knf | 2012-11-24 | 1 | -24/+24 | ||
| | ||||||
* | tweak options | 2012-09-09 | 1 | -5/+10 | ||
| | ||||||
* | allow to disable some features at build time | 2012-09-09 | 1 | -5/+48 | ||
| | ||||||
* | cleanup asr_debug.c | 2012-09-09 | 1 | -6/+6 | ||
| | ||||||
* | use proper macros for debug traces. | 2012-09-09 | 1 | -91/+38 | ||
| | ||||||
* | return value has no use; make it void. | 2012-09-07 | 1 | -23/+18 | ||
| | | | | fix comment. | |||||
* | config parsing is done in one pass now. no need to use callback anymore. | 2012-09-06 | 1 | -11/+9 | ||
| | ||||||
* | add a strsplit() helper to factorize code a bit. | 2012-09-06 | 1 | -28/+24 | ||
| | ||||||
* | Get rid of the hostaddr_async subquery and merge its behaviour | 2012-09-05 | 1 | -10/+3 | ||
| | | | | | directly into getaddrinfo_async_run. Simplifies everything by a great deal. | |||||
* | Make hostaddr_async() return a linked list of struct addrinfo. First | 2012-09-05 | 1 | -9/+7 | ||
| | | | | | | round of a getaddrinfo_async() simplification. The goal is to make YP support easier to add, and eventually remove the whole hostaddr_async subquery. | |||||
* | ensure that async_run() and async_run_sync() always preserve errno. | 2012-08-18 | 1 | -6/+12 | ||
| | ||||||
* | Create a new resolver for each thread. It will be done differently | 2012-04-15 | 1 | -14/+24 | ||
| | | | | | eventually, but it's enough for now to make the blocking API fully thread-safe without locking. | |||||
* | only define DEBUG internally | 2012-04-14 | 1 | -6/+6 | ||
| | ||||||
* | Import asr, an experimental async resolver implementation. | 2012-04-14 | 1 | -0/+1102 | ||
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@ |