about summary refs log tree commit diff
path: root/resolv/res_send.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* resolv: Implement no-aaaa stub resolver optionFlorian Weimer2022-06-241-2/+7
* resolv: Fix unaligned accesses to fields in HEADER structJohn David Anglin2022-03-221-9/+9
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* resolv: Move res_send, res_nsend into libcFlorian Weimer2021-07-191-21/+33
* resolv: Move res_queriesmatch to its own file and into libcFlorian Weimer2021-07-191-59/+6
* resolv: Move res_nameinquery to its own file and into libcFlorian Weimer2021-07-191-42/+1
* resolv: Move ns_samename into its own file, and into libcFlorian Weimer2021-07-191-2/+2
* resolv: Move res_isourserver to its own file and reformat to GNU styleFlorian Weimer2021-07-191-51/+0
* resolv: Move __res_get_nsaddr to its own file and into libcFlorian Weimer2021-07-191-21/+4
* resolv: Move dn_expand to its own file and into libcFlorian Weimer2021-07-191-2/+2
* resolv: Remove unnecessary res_isourserver_p call from send_dgFlorian Weimer2021-07-151-6/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* resolv: Handle transaction ID collisions in parallel queries (bug 26600)Florian Weimer2020-10-141-20/+20
* Get rid of Werror=maybe-uninitialized in res_send.c.Stefan Liebler2020-01-201-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer2019-11-271-0/+21
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-301-6/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Fix build warnings in resolv/res_send.cStefan Liebler2019-07-021-1/+16
* resolv: Remove RES_INSECURE1, RES_INSECURE2Florian Weimer2019-04-081-19/+13
* Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella2019-03-221-10/+2
* resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]Florian Weimer2019-03-121-0/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Remove unneeded setting of errno after malloc failureAndreas Schwab2018-05-171-4/+1
* resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]Florian Weimer2018-04-091-19/+21
* Fix crash in resolver on memory allocation failure (bug 23005)Andreas Schwab2018-03-271-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-13/+31
* resolv: Move res_isourserver, res_send from res_data.c to res_send.cFlorian Weimer2017-06-301-0/+15
* resolv: Remove DEBUG from resolv/res_send.cFlorian Weimer2017-06-301-144/+1
* resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer2017-06-301-28/+72
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-191-1/+1
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-191-5/+8
* resolv: Remove EDNS fallback [BZ #21369]Florian Weimer2017-04-131-20/+0
* resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer2017-04-131-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* resolv: Deprecate RES_BLASTFlorian Weimer2016-12-311-2/+1
* Fix typos in the spelling of "implementation"Dmitry V. Levin2016-12-271-1/+1
* Bug 20729: Fix build failures on ppc64 and other arches.Carlos O'Donell2016-11-021-2/+2
* Bug 20729: Fix building with -Os.Carlos O'Donell2016-10-291-1/+10
* resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer2016-09-211-85/+0
* resolv: Remove SCCS and RCS keywordsFlorian Weimer2016-04-281-5/+0
* resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer2016-04-271-21/+18
* resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer2016-03-251-23/+40
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-161-63/+197
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-2/+2
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-271-8/+0