]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2023-11-21  Remi GacogneMerge pull request #13524 from rgacogne/ddist-fix-doq...
2023-11-21  Remi Gacognednsdist: Fix building with DoQ but without DoH or DoT 13524/head
2023-11-21  Remi GacogneMerge pull request #13520 from rgacogne/ddist-backoff
2023-11-21  Remi GacogneMerge pull request #13518 from rgacogne/follow-up-13513
2023-11-21  Remi Gacognednsdist: Refactor the exponential back-off timer code 13520/head
2023-11-20  Remi Gacognednsdist: Fix a few more clang-tidy warnings 13518/head
2023-11-20  Remi GacogneGet rid of the pointer arithmetic in `RecordTextReader...
2023-11-20  Remi Gacognednsdist: Fix a few warnings from clang-tidy
2023-11-20  Remi GacogneMerge pull request #13513 from rgacogne/coverity-auto...
2023-11-20  Otto MoerbeekMerge pull request #13447 from omoerbeek/rec-yaml-examples
2023-11-20  Remi GacogneMerge pull request #13499 from rgacogne/ddist-doc-laten...
2023-11-20  Remi GacogneMerge pull request #13484 from rgacogne/ddist-rings...
2023-11-20  Remi GacogneAdd more edge-case tests for `cleanSlashes()` (from... 13513/head
2023-11-20  Otto MoerbeekMerge pull request #13511 from omoerbeek/rec-querycounts
2023-11-20  Remi Gacogneauth: Fix unnecessary copies reported by Coverity
2023-11-20  Remi Gacognemisc: Prevent an unnecessary copy in cleanSlashes(...
2023-11-20  Otto MoerbeekMerge pull request #13501 from omoerbeek/rec-rpz-dups
2023-11-20  Remi Gacognednsdist: Fix unnecessary copies reported by Coverity
2023-11-20  Remi GacogneYaHTTP: Fix a few 'copy instead of move' warnings from...
2023-11-20  Otto Moerbeekdoc improvement and zap debug line 13501/head
2023-11-20  Otto MoerbeekDocument various outgoing query counters better 13511/head
2023-11-20  Otto MoerbeekUpdate query counts in a single place, count all ipv6...
2023-11-16  Otto Moerbeekrec: introduce a setting to allow duplicates, including...
2023-11-16  Otto MoerbeekMerge pull request #13498 from omoerbeek/dnsdist-server...
2023-11-16  Remi Gacognednsdist: Clearly document that the current latency... 13499/head
2023-11-16  Otto MoerbeekLess CAPITAL letters 13498/head
2023-11-16  Otto Moerbeekname is not mandatory, address is
2023-11-16  Otto MoerbeekMerge pull request #13497 from omoerbeek/rec-count...
2023-11-16  Otto MoerbeekMerge pull request #13491 from omoerbeek/rec-rust-update
2023-11-16  Otto Moerbeekdnsdist: use a table for formatting the list of server...
2023-11-16  Remi GacogneMerge pull request #13485 from rgacogne/directory-visitor
2023-11-16  Otto MoerbeekMerge pull request #13456 from omoerbeek/rec-zone-api...
2023-11-16  Otto MoerbeekMerge pull request #13387 from omoerbeek/rec-b-root...
2023-11-16  Remi Gacogneauth: Remove left-over "TODO" comment in dnsbackend.cc 13485/head
2023-11-16  Otto Moerbeekrec: take into account throttled queries when determini... 13497/head
2023-11-16  Otto Moerbeekan -> a 13456/head
2023-11-15  romeroalxMerge pull request #13493 from romeroalx/cleanup-action...
2023-11-15  Alexis Romeroremoved unused pip pkgs from gh-actions-setup. removed... 13493/head
2023-11-15  Otto MoerbeekLet the rust install script handle versions and digests 13491/head
2023-11-14  Remi Gacognednsdist: Fix more clang-tidy warnings 13484/head
2023-11-14  Remi GacogneMerge pull request #13488 from rgacogne/ddist-fix-last...
2023-11-14  Otto MoerbeekMerge pull request #13486 from romeroalx/rec-regression...
2023-11-14  Remi Gacognednsdist: Fix the description of addDynamicBlock in...
2023-11-14  Remi Gacognednsdist: Fix clang-tidy warnings
2023-11-14  Remi Gacognednsdist: Apply Charles-Henri's suggestions (many thanks!)
2023-11-14  Remi Gacognednsdist: Add more Lua FFI bindings for the ring entries
2023-11-14  Otto MoerbeekUpdate rust to 1.73, take into account aarch64, update...
2023-11-14  Remi Gacognednsdist: FFS, clang-tidy, I already told you RAII was...
2023-11-14  Remi Gacognednsdist: Delint the dynamic blocks files
2023-11-14  Remi Gacognednsdist: Fix formatting issues in dnsdist-lua.cc
2023-11-14  Remi Gacognednsdist: Add missing documentation for dynamic block...
2023-11-14  Remi Gacognednsdist: Add a Lua hook called when a new dynamic block...
2023-11-14  Remi Gacognednsdist: Add a Lua FFI interface to get SMT dynamic...
2023-11-14  Remi Gacognednsdist: Add a Lua interface to get the list of dynamic...
2023-11-14  Remi Gacognednsdist: Add a Lua FFI interface to get the list of...
2023-11-14  Remi Gacognednsdist: Add the ability to insert Dynamic Blocks from...
2023-11-14  Remi Gacognednsdist: Add a better, modern interface for adding...
2023-11-14  Remi Gacognednsdist: Add a regression test for rules removal 13488/head
2023-11-14  Remi Gacognednsdist: Prevent a copy of the UUID when scanning rules...
2023-11-14  Remi GacogneMerge pull request #13489 from rgacogne/ddist-rings-api
2023-11-14  Remi Gacognednsdist: Add a 'rings' endpoint to the REST API 13489/head
2023-11-14  Peter van DijkMerge pull request #13459 from ukleinek/manpage-link-fix
2023-11-14  Peter van DijkMerge pull request #13023 from mind04/pdns-legacy
2023-11-14  Remi GacogneAdd pdns::visit_directory(), wrapping opendir/readdir...
2023-11-14  Remi Gacognednsdist: Fix the removal of the last rule by name or...
2023-11-13  Kees Monshouwerauth: remove legacy doc updates 13023/head
2023-11-13  Kees Monshouwerauth: cleanup deprecated arguments
2023-11-13  Kees Monshouwerauth: rename files
2023-11-13  Kees Monshouwerauth: remove old aliasses
2023-11-13  Kees Monshouwerreplace slave by secondary in as many places as possible
2023-11-13  Kees Monshouwerauth: test nits
2023-11-13  Kees MonshouwerRevert "auth: remove deprecated master and allow-unsign...
2023-11-13  Kees Monshouwerreplace master by primary in as many places as possible
2023-11-13  Alexis Romeroauth-4.8 for regression tests in recursor. updated... 13486/head
2023-11-13  Remi GacogneMerge pull request #13191 from rgacogne/use-unique...
2023-11-13  Remi Gacognednsdist: Hopefully make clang-tidy happy 13191/head
2023-11-13  Remi GacogneApply suggestions from Fred's review (thanks!)
2023-11-10  Peter van DijkMerge pull request #13397 from Habbie/auth-version...
2023-11-10  Remi GacogneDelint opendir/readdir related functions
2023-11-10  Remi Gacogneixfrutils: Set a strong umask before writing a zone...
2023-11-10  Remi GacogneFix warnings from clang-tidy
2023-11-10  Remi GacogneWrap DIR* objects in unique pointers to prevent memory...
2023-11-10  Remi GacogneMerge pull request #13473 from rgacogne/ddist-ede
2023-11-10  Otto MoerbeekMerge pull request #13480 from omoerbeek/rec-outgoing...
2023-11-10  Otto MoerbeekMerge pull request #13478 from omoerbeek/rec-nsec3...
2023-11-10  Otto MoerbeekMerge pull request #13477 from omoerbeek/rec-trace-nb
2023-11-10  Otto MoerbeekFix regression test that used iter 100 13478/head
2023-11-10  Otto MoerbeekMerge pull request #13475 from omoerbeek/rec-prep-5...
2023-11-10  Otto Moerbeekrec: correctly apply outgoing.tcp_max_queries bound 13480/head
2023-11-10  Otto Moerbeekrec: change default of nsec3-max-iterations to 50
2023-11-10  Otto Moerbeekrec: warning if truncation occurred dumping the trace. 13477/head
2023-11-10  Otto MoerbeekPrep for rec-5.0.0-beta1 13475/head
2023-11-10  Remi Gacognednsdist: More clang-tidy fixes 13473/head
2023-11-10  Otto MoerbeekMerge pull request #13468 from omoerbeek/rec-ubsan... rec-5.0.0-beta1
2023-11-10  Remi Gacognednsdist: Test existing EDE in backend response
2023-11-10  Remi Gacognednsdist: More clang-tidy fixes
2023-11-10  Otto Moerbeekrec: fix settings/cxxsupport.cc:525:40: runtime error... 13468/head
2023-11-10  Otto MoerbeekMerge pull request #13462 from omoerbeek/rec-rpz-mem2
2023-11-09  Remi GacogneMerge pull request #13436 from rgacogne/ddist-doc-getSt...
2023-11-09  Remi Gacognednsdist: Fix some lints in dnsdist-lua-bindings-dnsques...
next