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