Change #228485
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Mon 28 Apr 2025 08:31:26 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/fake-addrinfo |
Revision | 5e23a0b9b0b219436c87cc5483b310093017fe85 |
Comments
lib: provide a getaddrinfo wrapper That uses c-ares under the hood and supports the CURL_DNS_SERVER environment variable. For debug builds only. Requires c-ares 1.26.0 or later. Closes #17134
Changed files
- lib/Makefile.inc
- lib/curl_addrinfo.c
- lib/fake_addrinfo.c
- lib/fake_addrinfo.h
- tests/README.md