]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2022-02-22  Otto MoerbeekApply suggestions from code review 11302/head
2022-02-22  Otto MoerbeekAdd tests for additionals
2022-02-22  Otto MoerbeekFor dedupping RRSIGs we need to take into account the...
2022-02-22  Otto MoerbeekAdd docs for addAllowedAdditionalQType()
2022-02-22  Otto MoerbeekAllow not shuffling the Additionals
2022-02-22  Otto MoerbeekBetter DNSSEC handling: do not add Intermnediates if...
2022-02-22  Otto MoerbeekAdd recursion, the records found can be subject to...
2022-02-14  Otto MoerbeekBasic NAPTR handling plys different modes: Ignore,...
2022-02-14  Otto MoerbeekVery basic (non-alias mode only) of procesing of SVCB...
2022-02-14  Otto MoerbeekInitial version, showing some working functionality
2022-02-14  Otto MoerbeekMerge pull request #11319 from omoerbeek/rec-lua-context
2022-02-14  Otto MoerbeekMerge pull request #11300 from omoerbeek/rec-sr-lua...
2022-02-14  Otto MoerbeekAlso store the Lua context for the TCP case 11300/head
2022-02-14  Remi GacogneMerge pull request #11313 from rgacogne/rec-missing...
2022-02-14  Otto MoerbeekOverload operator -> to return a LuaContext* 11319/head
2022-02-14  Otto MoerbeekStore LuaContext shared pointer for the query in the...
2022-02-14  Peter van DijkMerge pull request #11315 from Habbie/el7-boost169
2022-02-14  Otto MoerbeekRead the base Lua definitions into the Lua context...
2022-02-11  Peter van DijkMerge pull request #11317 from Habbie/dnsdist-libedit
2022-02-11  Remi Gacognednsdist: Keep 'help' working even when libedit has... 11317/head
2022-02-11  Peter van Dijkdnsdist: fix building without libedit
2022-02-11  Peter van Dijkel7 builds: switch to boost 1.69 11315/head
2022-02-11  Remi Gacognerec: Add missing 'limits' include in ednsextendederror.cc 11313/head
2022-02-11  Remi GacogneMerge pull request #11298 from Zash/settings-rst-fix
2022-02-11  Otto MoerbeekMerge pull request #11291 from omoerbeek/rec-periodic...
2022-02-11  Otto MoerbeekMerge pull request #11307 from omoerbeek/rec-send-sni
2022-02-11  Otto MoerbeekMerge pull request #11310 from omoerbeek/boost-format
2022-02-11  Otto MoerbeekAdd back TCP cleanup task that got lost somehow 11291/head
2022-02-10  Otto MoerbeekInclude boost/format.hpp 11310/head
2022-02-10  Otto MoerbeekRemove include boost/format.hpp from namespaces.hh...
2022-02-10  Remi GacogneMerge pull request #11304 from rgacogne/boost-cleanup
2022-02-10  Peter van DijkMerge pull request #11306 from Habbie/lmdb-keydata...
2022-02-09  Otto MoerbeekThree more cases of tie or boost::tie 11304/head
2022-02-09  Otto MoerbeekMerge pull request #11305 from omoerbeek/rec-early...
2022-02-09  Otto MoerbeekUse assert instead of BOOST_CHECK in a tight loop as... 11305/head
2022-02-09  Peter van Dijkauth lmdb: default values for KeyDataDB members, thanks... 11306/head
2022-02-09  Otto MoerbeekAdd SNI to DoT if available 11307/head
2022-02-09  Remi GacogneReplace more boost classes with their std equivalent
2022-02-09  OttoDetect a malformed question early so we can drop it...
2022-02-09  Remi Gacognednsdist: Use std:tie explicitly
2022-02-09  Remi Gacognednsdist: Fix useless () spotted by Otto (thanks!)
2022-02-09  Remi GacogneMerge pull request #11303 from rgacogne/clean-deque
2022-02-08  Remi GacogneStop using the boost version of tie and tuple by default
2022-02-08  Remi GacogneRemove unused 'deque' include, and the declaration... 11303/head
2022-02-08  Otto MoerbeekUse the Lua context stored in SyncRes when calling...
2022-02-08  Peter van DijkMerge pull request #11297 from Habbie/repo-test-el8
2022-02-07  Kim Alvefurdocs: fixup rst syntax 11298/head
2022-02-07  Peter van Dijkrepo-test: add el 8 target, using oracle linux 11297/head
2022-02-07  Peter van DijkMerge pull request #11296 from mind04/pdns-zonemd
2022-02-06  Kees MonshouwerIgnore zonemd logs and add a test description 11296/head
2022-02-04  Otto MoerbeekReplace manual maintainance of periodic tasks by an...
2022-02-04  Peter van DijkMerge pull request #11290 from Habbie/dnsdist-docker...
2022-02-04  Peter van Dijkdnsdist Docker image: install ca-certificates 11290/head
2022-02-04  Otto MoerbeekMerge pull request #11252 from omoerbeek/rec-threads
2022-02-04  Otto MoerbeekMerge pull request #11288 from omoerbeek/rec-policy...
2022-02-04  Otto MoerbeekProcess review comments: rename getname() and move... 11252/head
2022-02-04  Otto MoerbeekDo not hold the lock while running the task.
2022-02-04  Otto MoerbeekMake ping reply with thread name
2022-02-04  Otto MoerbeekUse scoping to make a clear distinction between thread...
2022-02-04  Otto MoerbeekUse correct bound for getting CPU stats. There's an...
2022-02-04  Otto MoerbeekReformat
2022-02-04  Otto MoerbeekUpdate of cpu-map docs to describe the actual state...
2022-02-04  Otto MoerbeekRefactor recursorThread startup and join code.
2022-02-04  Otto MoerbeekChange TaskQueue to be no longer thread local
2022-02-04  Otto MoerbeekIntroduce taskThread
2022-02-04  Otto MoerbeekMove threadinfo vector to RecThreadInfo class
2022-02-04  Otto MoerbeekKill a few naked pointers
2022-02-04  Otto MoerbeekRefactor RecThreadInfo to be more than just a struct
2022-02-04  Otto MoerbeekThe on the same line with if, whitespace issues 11288/head
2022-02-04  Otto MoerbeekApply suggestions from code review
2022-02-04  Otto MoerbeekMerge pull request #11283 from omoerbeek/rec-hints
2022-02-04  Otto MoerbeekNow use the moderen method in the example script
2022-02-04  Otto MoerbeekLog an error if pdns.DROP is used as rcode in Lua callbacks
2022-02-04  Otto MoerbeekMention pdns.DROP is old in all places relevant and...
2022-02-04  Otto MoerbeekUse an existing name for CANME chasing
2022-02-04  Otto MoerbeekFix most runtime issues, the script suffered bit-rot
2022-02-04  Otto MoerbeekReformat to make the style more consistent
2022-02-04  Otto MoerbeekUpgrade guide and doc tweaks 11283/head
2022-02-03  Peter van DijkMerge pull request #11062 from Habbie/docs-filterforwar...
2022-02-02  Otto MoerbeekMerge pull request #11269 from omoerbeek/rec-syncres...
2022-02-02  Otto MoerbeekFix SNMP MIB conformance entries and a title 11269/head
2022-02-02  Remi GacogneMerge pull request #11251 from rgacogne/ddist-outgoing...
2022-02-02  Remi GacogneMerge pull request #11258 from rgacogne/ddist-fix-race...
2022-02-02  Otto MoerbeekMerge pull request #11240 from omoerbeek/rec-tcp-ooo...
2022-02-02  Otto MoerbeekAdd links to relevant metrics 11240/head
2022-02-02  Otto MoerbeekAllow disabling of processing the root hints
2022-02-02  Otto MoerbeekMove the pruning of the two now shared maps (failed...
2022-02-01  Peter van DijkMerge pull request #11227 from Habbie/lua-ifurlhcup
2022-02-01  Otto Moerbeekrename metric name, promtool says:
2022-02-01  Remi Gacognednsdist: Do not execute 'newThread' in client and confi... 11258/head
2022-02-01  Peter van DijkMerge pull request #11270 from Habbie/auth-dnsdist-eol
2022-02-01  Peter van DijkMerge pull request #11271 from Habbie/dnsdist-doc-newthread
2022-02-01  Remi GacogneMerge pull request #11174 from rgacogne/ddist-poolactio...
2022-02-01  Peter van Dijkdnsdist: docs for newThread&friends 11271/head
2022-02-01  Remi Gacognednsdist: Add regression tests for outgoing SNI 11251/head
2022-02-01  Remi GacogneMerge pull request #11173 from rgacogne/ddist-proxy...
2022-02-01  Remi Gacognednsdist: Add a regression test for PoolAction's second... 11174/head
2022-02-01  Remi Gacognednsdist: Unbreak 'ContinueAction' regression tests
2022-02-01  Peter van Dijkauth LUA: add ifurlextup function 11227/head
2022-02-01  Peter van DijkMerge pull request #11267 from omoerbeek/auth-doc-ifurlup
next