239 Commits (cb9ad0e39899448c2b6a65fa40d50957bf570a77)

Author SHA1 Message Date
Brad House cb9ad0e398 sonarcloud: const 1 year ago
Brad House 05181a6a79 Connection failure should increment server failure count first 1 year ago
Brad House 44c59a91c3
ahost should use ares_getaddrinfo() these days (#669) 1 year ago
Brad House eebfe0c15e Fix bad stub for ares__iface_ips_enumerate() 1 year ago
Gregor Jasny 78b61327fd
Fix minor warnings and documentation typos (#666) 1 year ago
Brad House d8edb76bec getrandom() may require sys/random.h on some systems 1 year ago
Martin Chang e1c59941d9
Use SOCK_DNS extension on socket on OpenBSD (#659) 1 year ago
Brad House 972f456f28
ares_cancel() could trigger callback with wrong response code (#663) 1 year ago
Brad House 1c122c3ab8
rand: allow fallback from OS (#661) 1 year ago
Brad House f2d567f018 Coverity: fix allocation size as reported in new code 1 year ago
Brad House 58c7940e0b remove dead code: ares_iphlpapi.h 1 year ago
Brad House affdf92306 remove dead code: bitncmp 1 year ago
Brad House 23f98d5bcd use IF_NAMESIZE instead of IFNAMSIZ to avoid warning 1 year ago
Brad House dcd63acdb6 remove redundant cast 1 year ago
Brad House 8066a5e80e clang-format and fix one warning 1 year ago
Brad House a093d5f9d1
Clean up some Windows-only warnings (#654) 1 year ago
Brad House e72ae09485
Rewrite sortlist hand parser for memory safety and bugs (#653) 1 year ago
Brad House bd747f20c3 SonarCloud: make const 1 year ago
Brad House f24d7c9b52
increment failures on timeout (#651) 1 year ago
Brad House d974c556bb
Support ipv6 link-local servers and %iface syntax (#646) 1 year ago
Brad House 873b09c7fa silence openwatcom warning due to qcache_max_ttl being unsigned 1 year ago
Brad House d7700636b8 ares__round_up_pow2() work around bogus warning 1 year ago
Brad House c982bf47fd ares_init_options() with invalid options values should unset the option 1 year ago
Brad House 5ec2c68d98 SonarCloud: silence bogus reported error 1 year ago
Brad House 3f862d8eb1 clang-format 1 year ago
Brad House 86ac418970
Nameserver parsing: replace another hand-written parser (#643) 1 year ago
Brad House 6e83c28ab4 clang-format 1 year ago
Brad House fb52c3f9d1 ares_init_options with ARES_OPT_UDP_PORT wrong byte order 1 year ago
Brad House cd5a41743c fix ares_threadsafety() prototype 1 year ago
Brad House a9442bd828
Basic Thread Safety (#636) 1 year ago
petrvh f1bf69c2d7
ares_getaddrinfo(): do not use search domains if ARES_FLAG_NOSEARCH is set (#638) 1 year ago
Christian Clauss 054f474a29
Fix typos discovered by codespell (#634) 1 year ago
Brad House b674abd561 environment is meant as an override for sysconfig 1 year ago
Ignat 2985ce35d0
Support attempts and timeout options from resolv.conf (#632) 1 year ago
Brad House d67d6a04c8
more precise timeout calculation (#633) 1 year ago
Brad House edfb94d4dc SonarCloud: fix minor codesmells 1 year ago
Brad House 6b408a9bc9 clang-format 1 year ago
Brad House 3db69bbfeb
Fix Windows UWP (Store) building and add to CI/CD (#627) 1 year ago
Brad House 320cefe1c7 ares_set_servers_*() should allow an empty server list 1 year ago
Brad House 4982f76a2f
Query Cache support (#625) 1 year ago
Brad House ba7ee410a9 ares__htable_strvp should be case-insensitive 1 year ago
Brad House 2724f0e26c optimize: large /etc/hosts files reading 1 year ago
Brad House a3631763ca Fix /etc/hosts processing performance with all entries using same IP address 1 year ago
Brad House 278a0b59b9 OpenWatcom: time_t is unsigned, change math using time_t to promote to a 64bit signed integer 1 year ago
Douglas R. Reno 6988705f3f
Fix building c-ares-1.22.0 and higher under Watcom. (#623) 1 year ago
Brad House ee11e7a07e warnings: try to prevent warnings due to automatic integer promotion 1 year ago
Brad House 756b493e76 try to cleanup bogus compiler warnings 1 year ago
Brad House 6e916050fb try to cleanup bogus compiler warnings 1 year ago
Brad House 818904643e additional test coverage 1 year ago
Brad House 37082523cb Coverity: omit tests 1 year ago