Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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@ |