]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2021-08-26  Remi Gacognednsdist: Enable GnuTLS support on Circle CI as well 10674/head
2021-08-26  Remi Gacognednsdist: Check that the expected TLS provider is in...
2021-08-26  Remi Gacognednsdist: Provide bindings to know which TLS provider...
2021-08-26  Remi GacogneMerge pull request #10670 from rgacogne/ddist-gnutls...
2021-08-26  Peter van DijkMerge pull request #10673 from Habbie/dnsdist-tests...
2021-08-26  Peter van Dijkdnsdist test: generate CDB files 10673/head
2021-08-26  Remi GacogneMerge pull request #10671 from rgacogne/ddist-init...
2021-08-26  Remi Gacognednsdist: Initialize the cacheFlags member of DNSQuestio... 10671/head
2021-08-25  Remi Gacognednsdist: Enable GnuTLS support in GitHub actions 10670/head
2021-08-25  Remi GacogneMerge pull request #10664 from rgacogne/ddist-fix-cache...
2021-08-25  Peter van DijkMerge pull request #10661 from Habbie/gh-actions
2021-08-25  Otto MoerbeekMerge pull request #10666 from rgacogne/rec-cache-conte...
2021-08-25  Otto MoerbeekMerge pull request #10668 from omoerbeek/rec-bulktest...
2021-08-25  Otto MoerbeekImprove the rec bulk test script 10668/head
2021-08-25  Remi Gacognerec: Fix formatting 10666/head
2021-08-25  Remi Gacognerec: Fix the acquired/contended cache counters not...
2021-08-24  Peter van Dijkrun auth remotebackend regression tests in GH Actions... 10661/head
2021-08-24  Remi GacogneMerge pull request #10633 from rgacogne/rec-policy...
2021-08-24  Remi Gacognednsdist: Cache based on the DNS flags of the query... 10664/head
2021-08-24  Peter van Dijknew remotebackend ruby deps are too new for CircleCI...
2021-08-23  Peter van Dijkcircleci: remove items that we now test in github actions
2021-08-23  Peter van Dijkgithub actions: build auth+rec+dnsdist; test auth-api...
2021-08-23  Otto MoerbeekMerge pull request #10659 from omoerbeek/rec-fix-dot...
2021-08-23  OttoFix wrong default value call for dot-to-port-853 setting 10659/head
2021-08-20  Otto MoerbeekMerge pull request #10605 from omoerbeek/rec-policy...
2021-08-20  OttoOne way of solving the race. Still needs operator[... 10605/head
2021-08-19  OttoPrometheus help texts and general cleanup. Example...
2021-08-18  Remi GacogneMerge pull request #10622 from rgacogne/rec-loop-ds...
2021-08-18  OttoKeep a count of per rpz (or filter) hits, by default...
2021-08-18  Otto MoerbeekMerge pull request #10554 from omoerbeek/rec-per-cpu...
2021-08-18  Otto MoerbeekMerge pull request #10643 from omoerbeek/rec-ns-from...
2021-08-18  Remi GacogneMerge pull request #10631 from rgacogne/mplexer-read...
2021-08-18  Remi GacogneMerge pull request #10649 from rgacogne/lock-guarded...
2021-08-18  OttoMake it explicit that IP addresses are taken into accou... 10643/head
2021-08-18  Remi GacogneMerge pull request #10650 from rgacogne/ddist-rd-cache...
2021-08-18  OttoModify per-thread cpu usage stats to be Prometheus... 10554/head
2021-08-18  OttoAlso check if the remoteIP is one of the IPs we would...
2021-08-17  Remi Gacognerec: Appease the formatting gods (negcache.hh) 10649/head
2021-08-17  OttoChange the static lock() method of MemRecursorCache...
2021-08-17  Remi GacogneDocument how our wrappers around mutexes work
2021-08-17  Remi Gacognerec: Do not require taking the lock to know the size...
2021-08-17  Remi Gacognednsdist: Remove unused mutex include
2021-08-17  Remi Gacognerec: Store the carbon configuration in a StateHolder
2021-08-17  Remi Gacognerec: Convert the dynmetrics to LockGuarded
2021-08-17  Remi Gacognerec: Move the record caches to LockGuarded (WIP: size...
2021-08-17  Remi GacogneRename the lock() method to write_lock() for shared...
2021-08-17  Remi Gacognerec: Move the NOD code to LockGuarded
2021-08-17  Remi Gacognerec: Convert RPZ loader stats to LockGuarded
2021-08-17  Remi Gacognerec: Convert the aggressive NSEC cache to LockGuarded
2021-08-17  Remi Gacognednsdist: Convert remaining Action mutexes to LockGuarded
2021-08-17  Remi GacogneLockGuarded: Add move constructors
2021-08-17  Remi Gacognednsdist: Convert most of the remaining locks to LockGuarded
2021-08-17  Remi GacogneConvert the StateHolder to LockGuarded
2021-08-17  Remi Gacognednsdist: Convert CDBKVStore to SharedLockGuarded
2021-08-17  Remi Gacognednsdist: Convert the dynamic blocks topN to LockGuarded
2021-08-17  Remi Gacognednsdist: Convert ConcurrentConnectionManager to LockGuarded
2021-08-17  Remi Gacognednsdist: Convert GnuTLSTicketsKey to SharedLockGuarded
2021-08-17  Remi Gacognednsdist: Convert the web server configuration to LockGu...
2021-08-17  Remi Gacognednsdist: Convert the TCP client counts map to LockGuarded
2021-08-17  Remi Gacognednsdist: Convert DynBPF to LockGuarded
2021-08-17  Remi Gacognednsdist: Convert the Packet Cache to SharedLockGuarded
2021-08-17  Remi Gacognednsdist: Convert DNSCrypt to SharedLockGuarded
2021-08-17  Remi Gacognespeedtest: Add tests for LockGuarded
2021-08-17  Remi GacogneAdd SharedLockGuarded, a read-write lock version of...
2021-08-17  Remi Gacognednsdist: Move the Lua mutex to LockGuarded
2021-08-17  Remi Gacognednsdist: Move the ring buffers to LockGuarded
2021-08-17  Remi GacogneMove the remote logger class to LockGuarded
2021-08-17  Remi Gacognednsdist: Move the eBPF filter class to LockGuarded
2021-08-17  Remi GacogneIntroduce LockGuarded, a lock-protected data
2021-08-17  Otto MoerbeekMerge pull request #10598 from omoerbeek/rec-almost...
2021-08-17  OttoFrom review feedback: only inc s_almost_expired_tasks_r... 10598/head
2021-08-17  OttoExpose almost-expired metrics
2021-08-17  OttoRefactor stats queue, introducing a pointor to a functi...
2021-08-17  Otto MoerbeekMerge pull request #10546 from omoerbeek/rec-dns64...
2021-08-17  Remi Gacognerec: Add a test for 'denial of the DS comes from the... 10622/head
2021-08-17  Otto MoerbeekMerge pull request #10602 from omoerbeek/rec-drop-after...
2021-08-17  Remi GacogneMerge pull request #10647 from rgacogne/decaf-polymorph...
2021-08-17  Remi Gacognednsdist: Avoid arithmetic on bitfields, as suggested... 10650/head
2021-08-16  Remi Gacognerec: check that the policy event filter is called for... 10633/head
2021-08-16  Remi GacogneUpdate multiplexer priorities so completion ports are... 10631/head
2021-08-16  Remi Gacognednsdist: Fix the wrong RD and CD flags being cached...
2021-08-16  Remi GacogneFix a warning about catching a polymorphic exception... 10647/head
2021-08-16  Remi GacogneMerge pull request #10640 from Habbie/dnsdist-docs...
2021-08-11  OttoIf we get an NS from the cache, it still could be one...
2021-08-10  Peter van DijkMerge pull request #10642 from Habbie/checkkey-null...
2021-08-10  Peter van DijkcheckKey: handle NULL error string from OpenSSL more... 10642/head
2021-08-10  Otto MoerbeekMerge pull request #10639 from omoerbeek/rec-tfo-update
2021-08-10  Peter van Dijkdnsdist docs: clarify grepq num parameter 10640/head
2021-08-10  OttoGoogle is working to fix their TFO issues on their... 10639/head
2021-08-09  Otto MoerbeekMerge pull request #10627 from omoerbeek/rec-policy...
2021-08-06  OttoHandle policy hit after nodata nxdomain Lua hooks and add 10602/head
2021-08-06  Otto MoerbeekMerge pull request #10634 from omoerbeek/rec-macos...
2021-08-06  OttoMove MacOS to kqueue and assorted compile fixes 10634/head
2021-08-06  Remi Gacognerec: Pass the Lua context to follow up queries (follow...
2021-08-05  Remi GacogneHandle descriptor de-duplication on addFD/removeFD...
2021-08-05  Remi GacogneAdd a sample (disabled) benchmark test for the multiplexer
2021-08-05  Remi GacogneTake a ref, not a copy, of the multiplexer callback...
2021-08-05  Remi GacogneWork around a formatting oddity
2021-08-05  Remi GacogneRun the unit tests for all the available multiplexers
2021-08-05  Remi GacogneConsistently return the number of ready events, not...
next