aboutsummaryrefslogtreecommitdiff
path: root/resolv/res_send.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-06-24resolv: Implement no-aaaa stub resolver optionFlorian Weimer
2022-03-22resolv: Fix unaligned accesses to fields in HEADER structJohn David Anglin
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer
2021-07-19resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer
2021-07-19resolv: Move res_nameinquery to its own file and into libcFlorian Weimer
2021-07-19resolv: Move ns_samename into its own file, and into libcFlorian Weimer
2021-07-19resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer
2021-07-19resolv: Move __res_get_nsaddr to its own file and into libcFlorian Weimer
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer
2021-07-15resolv: Remove unnecessary res_isourserver_p call from send_dgFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-10-14resolv: Handle transaction ID collisions in parallel queries (bug 26600)Florian Weimer
2020-01-20Get rid of Werror=maybe-uninitialized in res_send.c.Stefan Liebler
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-27resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-02Fix build warnings in resolv/res_send.cStefan Liebler
2019-04-08resolv: Remove RES_INSECURE1, RES_INSECURE2Florian Weimer
2019-03-22Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella
2019-03-12resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-05-17Remove unneeded setting of errno after malloc failureAndreas Schwab
2018-04-09resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]Florian Weimer
2018-03-27Fix crash in resolver on memory allocation failure (bug 23005)Andreas Schwab
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer
2017-06-30resolv: Move res_isourserver, res_send from res_data.c to res_send.cFlorian Weimer
2017-06-30resolv: Remove DEBUG from resolv/res_send.cFlorian Weimer
2017-06-30resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer
2017-04-19resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer
2017-04-19Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer
2017-04-13resolv: Remove EDNS fallback [BZ #21369]Florian Weimer
2017-04-13resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31resolv: Deprecate RES_BLASTFlorian Weimer
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin
2016-11-02Bug 20729: Fix build failures on ppc64 and other arches.Carlos O'Donell
2016-10-29Bug 20729: Fix building with -Os.Carlos O'Donell
2016-09-21resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer
2016-04-28resolv: Remove SCCS and RCS keywordsFlorian Weimer
2016-04-27resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer
2016-03-25resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer
2016-02-16CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell
2016-01-15Fix build failures with -DDEBUG.Martin Sebor
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers