Age | Commit message (Expand) | Author |
2018-04-28 | To allow us to get rid of /etc/networks, make getnetby*(3) | Ingo Schwarze |
2018-04-28 | Minor cleanup, no functional change: | Ingo Schwarze |
2018-03-13 | Fix comments | Jeremie Courreges-Anglas |
2018-02-06 | make sure that all error paths are correctly handled in asr_run_sync() | Eric Faurot |
2017-09-23 | Kill unused function | Jeremie Courreges-Anglas |
2017-03-15 | use recallocarray to resize buffer - ensures that detritus from previous | Theo de Raadt |
2017-03-14 | don't need to handle the malloc case special, since realloc works | Theo de Raadt |
2017-02-27 | Add support for RES_USE_DNSSEC | Jeremie Courreges-Anglas |
2017-02-27 | Recognize and allow bits AD and CD in DNS replies. | Jeremie Courreges-Anglas |
2017-02-27 | Put a common flags field in the query struct, rather than in some | Jeremie Courreges-Anglas |
2017-02-23 | Put a common subq pointer in the query struct, rather than one in each | Eric Faurot |
2017-02-21 | missing breaks | Eric Faurot |
2017-02-21 | Report the errno set by getifaddrs(3) if the setup for AI_ADDRCONFIG fails, | Eric Faurot |
2017-02-19 | Use T_OPT instead of literal "41". | Jeremie Courreges-Anglas |
2017-02-18 | Use more specific error codes for invalid packets. | Eric Faurot |
2017-02-18 | Add EDNS0 support. | Jeremie Courreges-Anglas |
2017-02-17 | use common errnos instead of random strings as error indicators in | Eric Faurot |
2017-02-17 | Increase UDP packet buffer to 4096 bytes from 512. There are some really | Kenneth R Westerback |
2016-12-18 | Remove prototype for static function _asr_resolver. Eliminates gcc | Kenneth R Westerback |
2016-08-20 | Declare all _asr_* debug functions as hidden. | Jeremie Courreges-Anglas |
2016-06-18 | Remove duplicated line. | Reyk Floeter |
2016-05-27 | typo fixes; Anthony Coulter | Stuart Henderson |
2016-05-26 | Calculate elapsed time in poll() and subtract that from the remaining time | Jonathan Matthew |
2016-04-05 | Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific | Philip Guenther |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-23 | Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list. | Christopher Zimmermann |
2016-02-24 | Avoid a possible double-free if the "search" keyword is used multiple times. | Eric Faurot |
2015-12-16 | Remove support for HOSTALIASES from the resolver. This "open and parse | Theo de Raadt |
2015-11-23 | Remove support for "lookup yp" in /etc/resolv.conf. This historical | Theo de Raadt |
2015-11-05 | Set the name server counter in __res_state correctly if a nameserver | Alexander Bluhm |
2015-11-05 | When filling the __res_state compatibiliy struct, a long list of | Alexander Bluhm |
2015-10-28 | We are always using _PATH_RESCONF, so no need to remember the path on | Eric Faurot |
2015-10-28 | Remove support for [addr]:port syntax from the "nameserver" line. | Theo de Raadt |
2015-10-23 | Switch to using SOCK_DNS flag, rather than the dnssocket() and | Theo de Raadt |
2015-10-18 | libc DNS functions will now use the new dnssocket() / dnsconnect() | Theo de Raadt |
2015-10-08 | fix conditionals | Eric Faurot |
2015-10-08 | Handle case where no hint is passed in. Found as a crash of fdm by jturner@ | Theo de Raadt |
2015-10-07 | getaddrinfo_async() shouldn't unconditionally intialize the resolver | Theo de Raadt |
2015-10-07 | getaddrinfo() should not res_init() unconditionally, but allow lower | Theo de Raadt |
2015-10-05 | Wrap <resolv.h> so that internal calls go direct | Philip Guenther |
2015-10-03 | Initially eric developers asr as a side-load style library for async DNS. | Theo de Raadt |
2015-10-03 | missing asr* -> _asr* symbol rename for building with debug code | Eric Faurot |
2015-10-02 | make a && && & block more readable. no binary change. | Theo de Raadt |
2015-09-20 | remove bogus includes of err.h | Eric Faurot |
2015-09-20 | use _PATH_RESCONF directly | Eric Faurot |
2015-09-20 | remove unused static function | Eric Faurot |
2015-09-14 | Wrap <asr.h> so internal calls go direct and all the symbols are weak | Philip Guenther |
2015-09-14 | Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-09 | Hide all unnecessary asr / resolver related API with _ prefixes. | Theo de Raadt |
2015-09-09 | Use SOCK_NONBLOCK in a couple more places | Philip Guenther |