27 Commits (e0aa32c4cafb75d76608aa1e7b5fb084bebe6ece)

Author SHA1 Message Date
Brad House a48d02e565
systemd-resolved handle ESERVFAIL/EREFUSED on single label names (#863) 3 months ago
Brad House 21b6b4a437
Fix Sysconfig ndots default value and add test case (#862) 3 months ago
Brad House d450e87815
CI: Add CentOS 7 build test to prevent future issues (#851) 4 months ago
Brad House 341b34d140 tests: reduce required testing time for ServerFailoverOpts on most platforms 4 months ago
Brad House 8a53099184 test: ServerFailoverOpts can fail on heavily loaded systems due to its reliance on sleep and time. Try to harden it a little bit 4 months ago
Brad House a588812a3a propagate actual error condition on requeue 5 months ago
Brad House f90a81ed81
tests: use std::chrono instead of pulling in ares__tvnow and ares__timeval_remaining (#809) 5 months ago
Brad House 268092a390
MSVC: enable strict warnings (#792) 6 months ago
Oliver Welsh 09e82e05a3
Improve reliability in the server retry delay regression tests (#747) 8 months ago
Oliver Welsh fd81f36d3e
Add server failover retry behavior, where failed servers are retried with small probability after a minimum delay (#731) 8 months ago
Brad House 458c937213
Allow configuration value for NDots to be zero (#735) 8 months ago
Brad House 7963c519fc
Event Subsystem: No longer require integrators to have their own (#696) 11 months ago
Brad House 4f5767ed69 test: fix outdated license headers 11 months ago
Brad House 7dd384a99c fix test building with symbol hiding 12 months ago
Brad House 972f456f28
ares_cancel() could trigger callback with wrong response code (#663) 12 months ago
Brad House 5262da7e88 now that warnings are enabled on test cases, clear a bunch of warnings 1 year ago
Brad House a116fede19 remove tests that depend on randomness 1 year ago
Brad House c8bd83a4ca
Dynamic Server List (#594) 1 year ago
Brad House cf99c025cf
Modernization: Implement base data-structures and replace usage (#540) 1 year ago
Daniel Stenberg c1b00c41a7 provide SPDX identifiers and a REUSE CI job to verify 2 years ago
bradh352 71adb3c417 ares_getaddrinfo() was returning the wrong size for ai_addrlen 3 years ago
bradh352 43d8946dd1 INSTANTIATE_TEST_CASE_P -> INSTANTIATE_TEST_SUITE_P as new convention in googletest 3 years ago
Brad House c642b9fbb1
Reimplement ares_gethostbyname() by wrapping ares_getaddrinfo() (#428) 3 years ago
bradh352 498ce747d3 portability updates for test cases 4 years ago
Erik Lax 0c85e62af2
Detect remote DNS server does not support EDNS as per RFC 6891 (#244) 4 years ago
Jonathan Maye-Hobbs ba597817a5
FQDN with trailing period should be queried first with larger ndot value (#345) 4 years ago
Fionn Fitzmaurice 6d6cd5daf6
Avoid buffer overflow in RC4 loop comparison (#336) 4 years ago