| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix two issues related to thread private data in asr. |  otto | 2021-01-06 | 1 | -3/+21 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 1 | -4/+4 |
* | In the libc resolver function asr_run(), clear the result buffer everytime, |  deraadt | 2020-06-07 | 1 | -1/+3 |
* | Allow the caller of asr functions to create and use a specific context. |  otto | 2019-10-24 | 1 | -5/+38 |
* | More "explicitely" -> "explicitly" in various comments. |  krw | 2018-10-22 | 1 | -2/+2 |
* | To allow us to get rid of /etc/networks, make getnetby*(3) |  schwarze | 2018-04-28 | 1 | -7/+1 |
* | 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 |
* | Put a common flags field in the query struct, rather than in some |  jca | 2017-02-27 | 1 | -2/+2 |
* | Put a common subq pointer in the query struct, rather than one in each |  eric | 2017-02-23 | 1 | -13/+5 |
* | Add EDNS0 support. |  jca | 2017-02-18 | 1 | -1/+3 |
* | 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 |
* | 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 | 1 | -48/+1 |
* | Remove support for "lookup yp" in /etc/resolv.conf. This historical |  deraadt | 2015-11-23 | 1 | -4/+4 |
* | We are always using _PATH_RESCONF, so no need to remember the path on |  eric | 2015-10-28 | 1 | -14/+4 |
* | Remove support for [addr]:port syntax from the "nameserver" line. |  deraadt | 2015-10-28 | 1 | -22/+1 |
* | getaddrinfo_async() shouldn't unconditionally intialize the resolver |  deraadt | 2015-10-07 | 1 | -1/+7 |
* | Initially eric developers asr as a side-load style library for async DNS. |  deraadt | 2015-10-03 | 1 | -63/+13 |
* | missing asr* -> _asr* symbol rename for building with debug code |  eric | 2015-10-03 | 1 | -5/+5 |
* | remove bogus includes of err.h |  eric | 2015-09-20 | 1 | -2/+1 |
* | use _PATH_RESCONF directly |  eric | 2015-09-20 | 1 | -3/+2 |
* | Wrap <asr.h> so internal calls go direct and all the symbols are weak |  guenther | 2015-09-14 | 1 | -1/+3 |
* | Hide all unnecessary asr / resolver related API with _ prefixes. |  deraadt | 2015-09-09 | 1 | -26/+26 |
* | use _PATH_RESCONF |  deraadt | 2015-09-02 | 1 | -2/+2 |
* | make sure to check for resolv.conf update the first time the resolver |  eric | 2015-06-04 | 1 | -1/+9 |
* | fix a possible off-by-one when reading /etc/hosts if it doesn't end |  eric | 2015-05-29 | 1 | -2/+9 |
* | simply use _PATH_HOSTS where appropriate |  eric | 2015-05-26 | 1 | -4/+1 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 1 | -1/+2 |
* | When fopen()ing internal to libc (the API doesn't support the use |  guenther | 2014-09-15 | 1 | -3/+3 |
* | Make the asr API public. Install asr.h to /usr/include.h and manpages. |  eric | 2014-03-26 | 1 | -3/+4 |
* | Cleanup and simplify the API to be exposed. Use better names for |  eric | 2014-03-25 | 1 | -18/+20 |
* | Make some symbols static and prefix all visible symbols with asr_ |  eric | 2013-07-12 | 1 | -22/+22 |
* | Move search domain iteration code in res_search_async.c where it belongs. |  eric | 2013-06-01 | 1 | -108/+1 |
* | Make hostaliases work for gethostbyname() and getaddrinfo() when |  eric | 2013-06-01 | 1 | -20/+1 |
* | Update asr_hostaliases() to make all necessary checks in the function. |  eric | 2013-06-01 | 1 | -13/+12 |
* | iterating over the ns list only matters for res_send_async.c, so move |  eric | 2013-06-01 | 1 | -32/+1 |
* | Add minimal support for _res setup and update. |  eric | 2013-05-27 | 1 | -4/+4 |
* | Do not take external buffers for storing DNS responses in the internal |  eric | 2013-04-30 | 1 | -2/+2 |
* | check return value of strdup(), fix mem leak in error path and take |  otto | 2013-04-17 | 1 | -10/+17 |
* | give a timespec a name that is easier to verify |  deraadt | 2013-04-17 | 1 | -5/+5 |
* | Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinit |  otto | 2013-04-11 | 1 | -3/+3 |
* | If more than one lookup line is found in resolv.conf, the latest one |  eric | 2013-04-01 | 1 | -18/+9 |
* | properly check for domain name truncation at various places and fail |  eric | 2013-04-01 | 1 | -12/+18 |
* | space cleanup; ok eric |  deraadt | 2013-04-01 | 1 | -6/+6 |
* | Principle of least astonishment: implement nameserver retry/backoff as |  eric | 2013-03-31 | 1 | -3/+9 |
* | Do not assume local nameserver if resolv.conf doesn't exist, just use |  eric | 2013-03-30 | 1 | -2/+2 |
* | don't ever skip reload the very first time; detective work by rpe@; ok eric@ |  otto | 2013-03-30 | 1 | -2/+2 |