Age | Commit message (Expand) | Author |
2021-01-06 | Fix two issues related to thread private data in asr. | Otto Moerbeek |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-07 | In the libc resolver function asr_run(), clear the result buffer everytime, | Theo de Raadt |
2019-10-24 | Allow the caller of asr functions to create and use a specific context. | Otto Moerbeek |
2018-10-22 | More "explicitely" -> "explicitly" in various comments. | Kenneth R Westerback |
2018-04-28 | To allow us to get rid of /etc/networks, make getnetby*(3) | 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-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-18 | Add EDNS0 support. | 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-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-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-07 | getaddrinfo_async() shouldn't unconditionally intialize the resolver | Theo de Raadt |
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-09-20 | remove bogus includes of err.h | Eric Faurot |
2015-09-20 | use _PATH_RESCONF directly | Eric Faurot |
2015-09-14 | Wrap <asr.h> so internal calls go direct and all the symbols are weak | Philip Guenther |
2015-09-09 | Hide all unnecessary asr / resolver related API with _ prefixes. | Theo de Raadt |
2015-09-02 | use _PATH_RESCONF | Theo de Raadt |
2015-06-04 | make sure to check for resolv.conf update the first time the resolver | Eric Faurot |
2015-05-29 | fix a possible off-by-one when reading /etc/hosts if it doesn't end | Eric Faurot |
2015-05-26 | simply use _PATH_HOSTS where appropriate | Eric Faurot |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-09-15 | When fopen()ing internal to libc (the API doesn't support the use | Philip Guenther |
2014-03-26 | Make the asr API public. Install asr.h to /usr/include.h and manpages. | Eric Faurot |
2014-03-25 | Cleanup and simplify the API to be exposed. Use better names for | Eric Faurot |
2013-07-12 | Make some symbols static and prefix all visible symbols with asr_ | Eric Faurot |
2013-06-01 | Move search domain iteration code in res_search_async.c where it belongs. | Eric Faurot |
2013-06-01 | Make hostaliases work for gethostbyname() and getaddrinfo() when | Eric Faurot |
2013-06-01 | Update asr_hostaliases() to make all necessary checks in the function. | Eric Faurot |
2013-06-01 | iterating over the ns list only matters for res_send_async.c, so move | Eric Faurot |
2013-05-27 | Add minimal support for _res setup and update. | Eric Faurot |
2013-04-30 | Do not take external buffers for storing DNS responses in the internal | Eric Faurot |
2013-04-17 | check return value of strdup(), fix mem leak in error path and take | Otto Moerbeek |
2013-04-17 | give a timespec a name that is easier to verify | Theo de Raadt |
2013-04-11 | Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinit | Otto Moerbeek |
2013-04-01 | If more than one lookup line is found in resolv.conf, the latest one | Eric Faurot |
2013-04-01 | properly check for domain name truncation at various places and fail | Eric Faurot |
2013-04-01 | space cleanup; ok eric | Theo de Raadt |
2013-03-31 | Principle of least astonishment: implement nameserver retry/backoff as | Eric Faurot |
2013-03-30 | Do not assume local nameserver if resolv.conf doesn't exist, just use | Eric Faurot |
2013-03-30 | don't ever skip reload the very first time; detective work by rpe@; ok eric@ | Otto Moerbeek |