2022-02-28 |
Peter van Dijk | GH actions: add manual dispatch for package building 11379/head |
commit | commitdiff | tree |
2022-02-25 |
Otto Moerbeek | Merge pull request #11364 from omoerbeek/rec-dnsheader... |
commit | commitdiff | tree |
2022-02-25 |
Remi Gacogne | Merge pull request #11353 from rgacogne/ddist-doc-fixes |
commit | commitdiff | tree |
2022-02-24 |
Otto Moerbeek | Merge pull request #11351 from PowerDNS/mention-C+... rec-4.7.0-alpha1 |
commit | commitdiff | tree |
2022-02-24 |
Otto Moerbeek | Fix FreeBSD part 11351/head |
commit | commitdiff | tree |
2022-02-24 |
Otto Moerbeek | Introduce dnsheader_aligned: a help class to access... 11364/head |
commit | commitdiff | tree |
2022-02-24 |
Peter van Dijk | Merge pull request #11354 from Habbie/lmdb-random-ids... |
commit | commitdiff | tree |
2022-02-24 |
Fred Morcos | Merge pull request #11352 from fredmorcos/clang-tidy |
commit | commitdiff | tree |
2022-02-24 |
Peter van Dijk | auth lmdb random-ids: stop generating negative numbers 11354/head |
commit | commitdiff | tree |
2022-02-24 |
Fred Morcos | Add clang-tidy config files 11352/head |
commit | commitdiff | tree |
2022-02-24 |
Fred Morcos | Gitignore clangd cache dir and compilation db |
commit | commitdiff | tree |
2022-02-24 |
Remi Gacogne | dnsdist: Fix typos in the documentation 11353/head |
commit | commitdiff | tree |
2022-02-24 |
Otto Moerbeek | Update README.md |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Merge pull request #11349 from omoerbeek/rec-alias-lua |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Create a rec specific example.com test zone as rec... 11349/head |
commit | commitdiff | tree |
2022-02-23 |
Remi Gacogne | Merge pull request #11348 from rgacogne/ddist-fix-compi... |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Make sure rec does not know ALIAS and LUA |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Do not special case ALIAS and LUA, rec has should have... |
commit | commitdiff | tree |
2022-02-23 |
Remi Gacogne | dnsdist: Make Coverity happy 11348/head |
commit | commitdiff | tree |
2022-02-23 |
Remi Gacogne | dnsdist: Fix a 'use after move' in newServer() |
commit | commitdiff | tree |
2022-02-23 |
Remi Gacogne | dnsdist: Fix compilation issue resulting from a conflic... |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Merge pull request #11338 from omoerbeek/rec-addrtask |
commit | commitdiff | tree |
2022-02-23 |
Remi Gacogne | Merge pull request #11334 from rgacogne/ddist-fix-xfr... |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Use structured logging 11338/head |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Drop queries with packet types we do not like. |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Change log level to DEBUG, as the condition is external... |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Formatting |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | Log error on wrong task push |
commit | commitdiff | tree |
2022-02-23 |
Otto Moerbeek | QType ADDR is supposed to be used internally only. |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Merge pull request #11347 from omoerbeek/rec-murmur... |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Merge pull request #11302 from omoerbeek/rec-additional |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | fix innocent type mixup 11347/head |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | Merge pull request #11293 from rgacogne/ddist-backend... |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Apply suggestions from code review 11302/head |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Add tests for additionals |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | For dedupping RRSIGs we need to take into account the... |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Add docs for addAllowedAdditionalQType() |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Allow not shuffling the Additionals |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Better DNSSEC handling: do not add Intermnediates if... |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Add recursion, the records found can be subject to... |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | rec: fix unaligned access is murmur hash code used... |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Merge pull request #11294 from omoerbeek/rec-resolve... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Document that whether we upgrade to DoT or... 11293/head |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Add unit tests for taskqueue, removing the old stub... 11294/head |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Fix an off-by-one second issue in the health... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Schedule an immediate health-check for upgrade... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Fix backends kept after upgrade no longer... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Remove move-constructor and move copy operator... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | iputils: Stop using boost::format for error messages |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Wait a bit longer in the Backend Discovery... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Do a second backend upgrade check if the first... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Remove duplicated TSAN suppressions file |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Ignore the data race in 'DownstreamState:... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Properly stop upgraded backends, remove them... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Require dnspython >= 2.2.0 in our regression... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: The certificate in our regression tests now... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Add regression tests for backend discovery |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | TCPIOHandler: Handle validation of IP addresses in... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Inherit TLS parameters from the initial backen... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Fix additional records count in discovery... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Check whether the discovered backend is actual... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Use dnsdist::ServiceDiscovery::s_defaultDoHSVC... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Use OpenSSL as the default TLS provider in... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Uglify the code to make the formatter happy |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Dynamic discovery and upgrade of backends |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | dnsdist: Separate config from running members in Downst... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | Merge pull request #11163 from rgacogne/ddist-random... |
commit | commitdiff | tree |
2022-02-22 |
Remi Gacogne | Merge pull request #11323 from rgacogne/ddist-latency... |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Typo's in comments spotted by reviewers |
commit | commitdiff | tree |
2022-02-22 |
Otto Moerbeek | Better description of latency-count and latency-bucket 11323/head |
commit | commitdiff | tree |
2022-02-21 |
Remi Gacogne | Merge pull request #11324 from rgacogne/ddist-gnutls... |
commit | commitdiff | tree |
2022-02-20 |
Peter van Dijk | Merge pull request #11344 from mnordhoff/patch-9 |
commit | commitdiff | tree |
2022-02-20 |
Matt Nordhoff | docs: Fix lmdb-map-size copy and paste mistake 11344/head |
commit | commitdiff | tree |
2022-02-19 |
Otto Moerbeek | Purge rate limiting set for sure |
commit | commitdiff | tree |
2022-02-18 |
Peter van Dijk | Merge pull request #11328 from Habbie/auth-lmdb-map... |
commit | commitdiff | tree |
2022-02-18 |
Peter van Dijk | auth lmdb: make map size configurable 11328/head |
commit | commitdiff | tree |
2022-02-18 |
Otto Moerbeek | Merge pull request #11327 from omoerbeek/rec-follow... |
commit | commitdiff | tree |
2022-02-17 |
Peter van Dijk | Merge pull request #11333 from Habbie/auth-4.7.0-alpha1... |
commit | commitdiff | tree |
2022-02-17 |
Otto Moerbeek | Don't rate limit refresh tasks, they are already rate... |
commit | commitdiff | tree |
2022-02-17 |
Otto Moerbeek | General rate limit on taskqueue tasks |
commit | commitdiff | tree |
2022-02-17 |
Otto Moerbeek | Move to structured logging for taskq. As this is almost... |
commit | commitdiff | tree |
2022-02-17 |
Otto Moerbeek | If we have to resolve a nameserver name, submit a AAAA... |
commit | commitdiff | tree |
2022-02-17 |
Peter van Dijk | Merge pull request #11336 from aerique/feature/add... |
commit | commitdiff | tree |
2022-02-17 |
Erik Winkels | Add auth-47 to repo test script. 11336/head |
commit | commitdiff | tree |
2022-02-17 |
Remi Gacogne | dnsdist: Add a unit test for the "I/O error during... 11334/head |
commit | commitdiff | tree |
2022-02-17 |
Remi Gacogne | dnsdist: Fix a use-after-free in case of a network... |
commit | commitdiff | tree |
2022-02-17 |
Peter van Dijk | auth-4.7.0-alpha1: changelog & secpoll 11333/head |
commit | commitdiff | tree |
2022-02-16 |
Remi Gacogne | dnsdist: Document the default behaviour of setRandomize... 11163/head |
commit | commitdiff | tree |
2022-02-16 |
Remi Gacogne | dnsdist: Use randombytes_random() instead of randombyte... |
commit | commitdiff | tree |
2022-02-15 |
Otto Moerbeek | Add test case for #11320: followCNAMERecords leads... 11327/head |
commit | commitdiff | tree |
2022-02-15 |
Otto Moerbeek | If we get NODATA on an AAAA in followCNAMERecords,... |
commit | commitdiff | tree |
2022-02-15 |
Remi Gacogne | Merge pull request #11322 from rgacogne/svc-typo-error-msg auth-4.7.0-alpha1 |
commit | commitdiff | tree |
2022-02-15 |
Peter van Dijk | Merge pull request #11326 from omoerbeek/pdnsutil-impor... |
commit | commitdiff | tree |
2022-02-15 |
Peter van Dijk | Merge pull request #11309 from Habbie/lmdb-random-id |
commit | commitdiff | tree |
2022-02-14 |
Otto Moerbeek | Check return value of DNSCryptoKeyEngine::makeFromPEMSt... 11326/head |
commit | commitdiff | tree |
2022-02-14 |
Otto Moerbeek | Basic NAPTR handling plys different modes: Ignore,... |
commit | commitdiff | tree |
2022-02-14 |
Otto Moerbeek | Very basic (non-alias mode only) of procesing of SVCB... |
commit | commitdiff | tree |
2022-02-14 |
Otto Moerbeek | Initial version, showing some working functionality |
commit | commitdiff | tree |
2022-02-14 |
Otto Moerbeek | Merge pull request #11319 from omoerbeek/rec-lua-context |
commit | commitdiff | tree |
2022-02-14 |
Remi Gacogne | Better GnuTLS warning as suggested by Matt Nordhoff 11324/head |
commit | commitdiff | tree |
next |