• Home
  • Raw
  • Download

Lines Matching refs:ares_getaddrinfo

120 - ares_getaddrinfo using service of "0" should be allowed
483 Fix ares_getaddrinfo() numerical address fast path with AF_UNSPEC (#469)
488 in the fake_addrinfo() fast path failing, and ares_getaddrinfo() making a
528 When using ares_getaddrinfo() with PF_UNSPEC, if a DNS server returned
680 - ares_getaddrinfo() was returning the wrong size for ai_addrlen
777 Reimplement ares_gethostbyname() by wrapping ares_getaddrinfo() (#428)
779 …ares_gethostbyname() and ares_getaddrinfo() do a lot of similar things, however ares_getaddrinfo()…
785 …2. ares_getaddrinfo() was apparently never honoring HOSTALIASES, and this was discovered once ares…
789 …n when ares_getaddrinfo() queries for both A and AAAA records simultaneously. Infact, this was a l…
796 - ares_getaddrinfo() missing sanity check to fix #426
798 - ares_getaddrinfo(): continue to next domain in search if query returns ARES_ENODATA
938 - ares_getaddrinfo.3: available since 1.16.0
1010 - Null deref if ares_getaddrinfo() is terminated with ares_destroy()
1194 - ares_getaddrinfo(): duplicate hints ai_socktype and ai_protocol into output
1475 - Prevent possible double-free in ares_getaddrinfo() if ares_destroy() is called
1477 In the event that ares_destroy() is called prior to ares_getaddrinfo() completing,
1485 fix: windows UNICODE incompatibilities with ares_getaddrinfo (#328)
1548 - Remove warnings from ares_getaddrinfo.3 man page
1556 - ares_getaddrinfo man page render better for man2html
1724 Parallel A and AAAA lookups in `ares_getaddrinfo` (#290)
1726 A and AAAA lookups for ares_getaddrinfo() are now performed in parallel.
1728 For this change `ares_search` was removed from `ares_getaddrinfo`.
1806 Add missing limits.h include from ares_getaddrinfo.c (#267)
1817 There is a fix for a bit outdated clang fuzzer docs and ares_getaddrinfo docs.
1956 Bugfix for `ares_getaddrinfo` and additional unit tests (#234)
1958 … to the ai_next linked list. Also additional unit tests for testing ares_getaddrinfo will be added:
1977 Remaining queries counter fix, additional unit tests for `ares_getaddrinfo` (#233)
1987 Add initial implementation for ares_getaddrinfo (#112)
1989 Initial implementation for ares_getaddrinfo(). It is NOT compliant with RFC6724, though
4017 - ares_getnameinfo.3: there is no ares_getaddrinfo