]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2025-08-04  Peter van Dijkdnsdist --version: report yaml support 15959/head
2025-08-04  Miod VallatRemove unused bitFlip(). 15958/head
2025-08-04  Miod VallatRemove unused waitFor2Data(). Superseded by waitForMult...
2025-08-04  Miod VallatChange the waitFor*Data routines to take msec instead...
2025-08-04  Miod VallatMerge pull request #15957 from RvdE/patch-1
2025-08-03  RvdEAdd missing #if statements to dnsdist-lua.cc 15957/head
2025-08-01  Chris Hofstaedtlerrec: test rpzPrimary instead of rpzMaster 15955/head
2025-07-31  Remi GacogneMerge pull request #15939 from rgacogne/ddist-increase...
2025-07-31  Miod VallatMerge pull request #15866 from miodvallat/elastic_search
2025-07-31  Miod VallatMerge pull request #15947 from miodvallat/lazy_caching
2025-07-31  Miod VallatClarify the implications of not providing dns_get_all_d... 15866/head
2025-07-31  Miod VallatCache the result of some metadata lookup. 15947/head
2025-07-31  Miod VallatGive backends the ability to perform extra actions... 15894/head
2025-07-31  Miod VallatProvide a default searchRecords implementation.
2025-07-31  Miod VallatMerge pull request #15944 from miodvallat/EDOM
2025-07-31  Miod VallatDrop 4.7, enter 5.0 15952/head
2025-07-31  Miod VallatMerge pull request #15922 from miodvallat/cheap_tricks auth-5.1.0-alpha0
2025-07-31  Miod VallatMerge pull request #15948 from miodvallat/random-bakery auth-5.0.0
2025-07-31  Miod VallatMerge pull request #14927 from Cybertinus/patch-1
2025-07-30  Otto MoerbeekMerge pull request #15949 from omoerbeek/rec-tidy-20250709
2025-07-30  Otto MoerbeekTypo in comment 15949/head
2025-07-30  Otto MoerbeekMerge pull request #15950 from omoerbeek/rec-reorder...
2025-07-30  Otto MoerbeekTypo in comment
2025-07-30  Otto MoerbeekProcess review comments from Miod
2025-07-30  Miod VallatAllow edns-cookie-secret to be set to "random". 15948/head
2025-07-30  Otto Moerbeekrec: asssorted tidy
2025-07-30  Ensar Sarajčićdnsdist: add Lua parsers for A, AAAA and CNAME records
2025-07-30  Otto Moerbeekrec: reorder fields of record cache entry by size ... 15950/head
2025-07-30  Miod VallatAppease clang-tidy 15944/head
2025-07-30  Otto Moerbeekpubsuffix: tidy and use C++ strings 15945/head
2025-07-30  Miod VallatBe more careful when looking into the domains table.
2025-07-30  Miod VallatMerge pull request #15928 from miodvallat/slebalwar
2025-07-30  Miod VallatMerge pull request #15603 from zeha/svcb-generic
2025-07-29  Chris HofstaedtlerSVCB: allow parsing generic key without value 15603/head
2025-07-29  Remi GacogneMerge pull request #15881 from rgacogne/ddist-opcode...
2025-07-29  Otto MoerbeekMerge pull request #15938 from omoerbeek/rec-pregen...
2025-07-29  Otto MoerbeekMerge pull request #15936 from omoerbeek/prep-5.1.7...
2025-07-29  Remi Gacognednsdist: Increase the time granted for the "timeout... 15939/head
2025-07-29  Remi GacogneMerge pull request #15937 from rgacogne/ddist-no-rust...
2025-07-29  Otto Moerbeekrec: put lib.rs into tarball 15938/head
2025-07-29  Remi Gacognednsdist: Better config refresh logic in the TCP/DoH...
2025-07-29  Remi Gacognednsdist: Fix clang-tidy warnings
2025-07-29  Remi Gacognednsdist: Yet another clang-tidy warning
2025-07-28  Remi Gacognednsname: Fix clang-tidy warnings
2025-07-28  Remi Gacognednsdist: Clean up incoming TCP connections counters...
2025-07-28  Otto MoerbeekPrep for 5.1.7 and 5.2.5 15936/head
2025-07-28  Remi Gacognedns: Get rid of the ugly special case for OpCode 3 15881/head
2025-07-28  Remi Gacognednsdist: Support mnemonics for the Opcode selector
2025-07-28  Remi Gacognednsdist: Backend QPS limit refactoring
2025-07-28  Remi Gacognednsname: Add a comment about what `DNSName::matches...
2025-07-28  Otto Moerbeekrec: move back to a single debian control file 15934/head
2025-07-28  Remi GacogneMerge pull request #15904 from rgacogne/ddist-fix-syste...
2025-07-28  Remi GacogneMerge pull request #15923 from rgacogne/ddist-add-test...
2025-07-28  Remi GacogneMerge pull request #15919 from rgacogne/ddist-upgrade...
2025-07-28  Remi GacogneMerge pull request #15914 from rgacogne/ddist-fix-quick...
2025-07-28  Otto MoerbeekMerge pull request #15915 from omoerbeek/rust-build-env
2025-07-25  Remi Gacognednsdist: Fix clang-tidy warnings
2025-07-25  Remi Gacogneci: Don't install Rust or Quiche when testing DNSdist... 15937/head
2025-07-25  Remi Gacognednsdist: Ensure the runtime configuration is updated...
2025-07-25  Remi Gacognednsdist: Speed up response content matching
2025-07-25  Miod VallatDo not use countLabels() in chopOff() loop conditions. 15922/head
2025-07-25  Miod VallatMore use of hasLabels
2025-07-25  Miod VallatAddress clang-tidy complains.
2025-07-25  Miod VallatSimplify some DNSName label processing.
2025-07-25  Miod VallatUse ERCode symbolic names instead of their numerical...
2025-07-25  Miod VallatFactor logic checking for a zone metadata being equal...
2025-07-25  Miod VallatDeclare global const DNSName variables for frequently...
2025-07-25  Miod VallatBuild the DNSName in order in keyUnconv. 15928/head
2025-07-25  Remi Gacognednsdist: Test netmask exclusions via YAML 15923/head
2025-07-25  Remi GacogneMerge pull request #15890 from rgacogne/lua-wrapper...
2025-07-24  Remi GacogneMerge pull request #15916 from rgacogne/ddist-rings...
2025-07-24  Remi GacogneMerge pull request #15917 from rgacogne/ddist-early...
2025-07-24  Remi GacogneMerge pull request #15918 from rgacogne/ddist-cache...
2025-07-24  Remi Gacognednsdist: Upgrade Cloudflare's Quiche to 0.24.4 15919/head
2025-07-24  Remi Gacognednsdist: Update a cache's atomic counter without holdin... 15918/head
2025-07-24  Remi Gacognednsdist: Return early when a rule chain is empty 15917/head
2025-07-24  Remi Gacognednsdist: Update rings' atomic counter without holding... 15916/head
2025-07-24  Otto Moerbeekrec and dnsdist: properly set up env vars 15915/head
2025-07-24  Remi GacogneMerge pull request #15902 from rgacogne/ddist-fix-qtype...
2025-07-24  Remi Gacognednsdist: Fix invalid "qps" in Quickstart Guide 15914/head
2025-07-24  Remi Gacognednsdist: Explicitly update the configuration thread...
2025-07-24  Miod VallatMerge pull request #15899 from miodvallat/betamax
2025-07-24  Remi Gacognednsdist: Fix restricted network families when building... 15904/head
2025-07-24  Remi Gacognednsdist: Fix systemd template unit when building with...
2025-07-24  Otto MoerbeekMerge pull request #15893 from omoerbeek/rec-rpz-custom... auth-5.0.0-beta1
2025-07-24  Remi Gacognednsdist: Apply Miod's suggestions (thanks!) 15902/head
2025-07-24  Miod VallatChangelog and secpoll update for 5.0.0-beta1. 15899/head
2025-07-24  Otto MoerbeekMerge pull request #15900 from omoerbeek/rec-prep-5...
2025-07-24  Remi Gacognednsdist: Fix QType rate dynamic block with YAML
2025-07-24  Remi Gacognetest-luawrapper: Appease the clang-tidy gods 15890/head
2025-07-24  Otto MoerbeekTypos in comments 15893/head
2025-07-24  Otto Moerbeekrec: prep for rec-5.3.0-beta1 15900/head
2025-07-24  Otto MoerbeekUse unmodified flag for post policy
2025-07-23  Otto Moerbeekrec: if a RPZ hit has a custom CNAME record, we should...
2025-07-22  Remi GacogneLuaWrapper: Add support for `std::optional`
2025-07-22  Otto MoerbeekMerge pull request #15888 from omoerbeek/rec-ottrace... rec-5.4.0-alpha0
2025-07-22  Otto Moerbeekrec: add a reserved/alignment byte in EDNS record 15888/head
2025-07-22  Otto MoerbeekMerge pull request #15887 from omoerbeek/rec-version...
2025-07-22  Otto MoerbeekBetter code for setting and getting traceids and spanid... 15887/head
2025-07-21  Remi GacogneMerge pull request #15885 from rgacogne/ddist200-eol
next