| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow the caller of asr functions to create and use a specific context. |  otto | 2019-10-24 | 2 | -9/+61 |
* | correctly handle read(2) return value. |  eric | 2019-09-28 | 1 | -3/+10 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 3 | -6/+6 |
* | If we don't receive a reply packet the res_send subquery will already have |  martijn | 2019-06-27 | 1 | -7/+5 |
* | Allow setting of retransmission intervasl via _res.retrans. Ugly API but |  otto | 2019-06-17 | 1 | -1/+4 |
* | Unbreak tree. Last minute changes are evil. |  otto | 2019-01-14 | 2 | -4/+4 |
* | There are cases where a program doing dns requests wants to set the |  otto | 2019-01-14 | 2 | -2/+6 |
* | For correctness, do not read struct servent if getservbyname_r() failed. |  eric | 2018-11-03 | 1 | -7/+5 |
* | More "explicitely" -> "explicitly" in various comments. |  krw | 2018-10-22 | 2 | -4/+4 |
* | To allow us to get rid of /etc/networks, make getnetby*(3) |  schwarze | 2018-04-28 | 5 | -442/+79 |
* | Minor cleanup, no functional change: |  schwarze | 2018-04-28 | 1 | -8/+3 |
* | Fix comments |  jca | 2018-03-13 | 1 | -6/+5 |
* | make sure that all error paths are correctly handled in asr_run_sync() |  eric | 2018-02-06 | 1 | -18/+33 |
* | Kill unused function |  jca | 2017-09-23 | 1 | -9/+1 |
* | use recallocarray to resize buffer - ensures that detritus from previous |  deraadt | 2017-03-15 | 1 | -2/+2 |
* | don't need to handle the malloc case special, since realloc works |  deraadt | 2017-03-14 | 1 | -9/+1 |
* | Add support for RES_USE_DNSSEC |  jca | 2017-02-27 | 4 | -13/+22 |
* | Recognize and allow bits AD and CD in DNS replies. |  jca | 2017-02-27 | 2 | -6/+9 |
* | Put a common flags field in the query struct, rather than in some |  jca | 2017-02-27 | 5 | -21/+19 |
* | Put a common subq pointer in the query struct, rather than one in each |  eric | 2017-02-23 | 8 | -53/+40 |
* | missing breaks |  eric | 2017-02-21 | 2 | -2/+4 |
* | Report the errno set by getifaddrs(3) if the setup for AI_ADDRCONFIG fails, |  eric | 2017-02-21 | 1 | -4/+5 |
* | Use T_OPT instead of literal "41". |  jca | 2017-02-19 | 1 | -2/+2 |
* | Use more specific error codes for invalid packets. |  eric | 2017-02-18 | 1 | -4/+15 |
* | Add EDNS0 support. |  jca | 2017-02-18 | 6 | -12/+39 |
* | use common errnos instead of random strings as error indicators in |  eric | 2017-02-17 | 3 | -15/+16 |
* | Increase UDP packet buffer to 4096 bytes from 512. There are some really |  krw | 2017-02-17 | 1 | -2/+4 |
* | Remove prototype for static function _asr_resolver. Eliminates gcc |  krw | 2016-12-18 | 1 | -2/+1 |
* | Declare all _asr_* debug functions as hidden. |  jca | 2016-08-20 | 1 | -8/+8 |
* | Remove duplicated line. |  reyk | 2016-06-18 | 1 | -2/+1 |
* | typo fixes; Anthony Coulter |  sthen | 2016-05-27 | 1 | -2/+2 |
* | Calculate elapsed time in poll() and subtract that from the remaining time |  jmatthew | 2016-05-26 | 1 | -4/+19 |
* | Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific |  guenther | 2016-04-05 | 1 | -4/+4 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -16/+1 |
* | Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list. |  chrisz | 2016-03-23 | 1 | -9/+16 |
* | Avoid a possible double-free if the "search" keyword is used multiple times. |  eric | 2016-02-24 | 1 | -2/+4 |
* | Remove support for HOSTALIASES from the resolver. This "open and parse |  deraadt | 2015-12-16 | 5 | -66/+7 |
* | Remove support for "lookup yp" in /etc/resolv.conf. This historical |  deraadt | 2015-11-23 | 4 | -239/+7 |
* | Set the name server counter in __res_state correctly if a nameserver |  bluhm | 2015-11-05 | 1 | -2/+2 |
* | When filling the __res_state compatibiliy struct, a long list of |  bluhm | 2015-11-05 | 1 | -4/+8 |
* | We are always using _PATH_RESCONF, so no need to remember the path on |  eric | 2015-10-28 | 3 | -21/+6 |
* | Remove support for [addr]:port syntax from the "nameserver" line. |  deraadt | 2015-10-28 | 1 | -22/+1 |
* | Switch to using SOCK_DNS flag, rather than the dnssocket() and |  deraadt | 2015-10-23 | 1 | -3/+4 |
* | libc DNS functions will now use the new dnssocket() / dnsconnect() |  deraadt | 2015-10-18 | 1 | -3/+3 |
* | fix conditionals |  eric | 2015-10-08 | 2 | -4/+4 |
* | Handle case where no hint is passed in. Found as a crash of fdm by jturner@ |  deraadt | 2015-10-08 | 2 | -4/+4 |
* | getaddrinfo_async() shouldn't unconditionally intialize the resolver |  deraadt | 2015-10-07 | 3 | -4/+14 |
* | getaddrinfo() should not res_init() unconditionally, but allow lower |  deraadt | 2015-10-07 | 1 | -2/+3 |
* | Wrap <resolv.h> so that internal calls go direct |  guenther | 2015-10-05 | 2 | -2/+4 |
* | Initially eric developers asr as a side-load style library for async DNS. |  deraadt | 2015-10-03 | 2 | -65/+15 |