Otto Moerbeek
Otto Moerbeek
### Short description Fix a race between (re)loading an authzone and wiping the caches. ### Checklist I have: - [X] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [X] compiled this code -...
### Short description Showing this so others can take a look and play with it. General description in `recursor_cache.cc`. Missing: docs, proper handling of caches records with ecs (they now...
### Short description More a POC/sneak preview than anything else. The (open) fd is passed to the recursor. The recursor will then dump its trace info to that fd. This...
rec: Backport 11773 to rec 4.6.x: Resize answer length to actual received length in udpQueryResponse
### Short description Backport of #11773 ### Checklist I have: - [X] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [ ] compiled this code - [ ] tested this code - [...
rec: Backport 11773 to rec-4.7.x: Resize answer length to actual received length in udpQueryResponse
### Short description Backport of #11773 ### Checklist I have: - [X] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [ ] compiled this code - [ ] tested this code - [...
- remove unused files d3.js underscore.js underscore-min.js - move non-minimized files to seperate dir (for reference) and skip it when packing - gzip -9 files - gunzip in web server...
### Short description This fixes #11534 This has to be evaluated for performance impact. If the impact is relatively high, we could change the size histogram to be raw counts...
Currently records are ignored. There's only a undocumented special case that creates 2 records in addition to the SOA record (`"single_target_ip"`). - Recursor - Issue type: Feature request
NOD lookups ignore the result, so it does not make sense to wait for it: waiting wastes resources in rec. Suggested by @paddg