Remi Gacogne
Remi Gacogne
### Short description We no longer need it after that initial health-check round so it is only wasting (a very small amount of) memory and one file descriptor at that...
### Short description The DNS parser has already converted the "TTL" of the OPT record to the host byte order before providing to us, and unfortunately we do not want...
### Short description ### Checklist I have: - [x] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [ ] compiled this code - [ ] tested this code - [x] included documentation (including...
### Short description See https://github.com/PowerDNS/pdns/issues/11831 ### Checklist I have: - [x] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [ ] compiled this code - [ ] tested this code - [x] included...
### Short description dnsdist will only automatically reload the CDB file if the mtime changed, but the mtime might not change if the update to the file happens at the...
- Program: sdig - Issue type: Bug report ### Short description Leading to a termination with a exit code of 141 if we try to write to a socket that...
- Program: Authoritative, Recursor, dnsdist - Issue type: Feature request ### Short description Enabling Link-Time Optimizations with a modern compiler is as easy as passing `-flto` (or `-flto=thin` for clang...
- Program: dnsdist - Issue type: Bug report
### Short description The latency was counted twice, and the frontend-nxdomain, frontend-noerror and frontend-servfail was increased twice as well. ### Checklist I have: - [x] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document -...
### Short description We were updating the timer of a copy, instead of the object representing the backend we are trying to upgrade. ### Checklist I have: - [x] read...