Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #261820

Category curl
Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
Changed at Sat 21 Mar 2026 12:04:36
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 96d5b5c688c48a8f58ded1563ed0c5c47c877e32

Comments

dnscache: own source file, improvements
- Rename `Curl_resolv_unlink()` to `Curl_dns_entry_unlink()`.
- Change `Curl_dnscache_get()` to return CURLcode result. Returns
  now `CURLE_COULDNT_RESOLVE_HOST` for "negative" cache entries.
- Add `Curl_dnscache_add_negative()` to put a "negative" entry
  into the cache.

Closes #20864

Changed files