]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2023-01-12  Remi Gacogneauth: Even better interface for setKey() 11600/head
2023-01-12  Remi Gacogneauth: Better interface for setKey() by requiring the...
2023-01-12  Remi Gacogneauth: Compute the public key only once, when creating...
2023-01-12  Remi Gacogneauth: Rename the function computing the hash of public...
2023-01-12  Remi Gacogneauth: Speed up ECDSA and RSA signatures
2023-01-11  Remi GacogneMerge pull request #12383 from rgacogne/ddist-stronger...
2023-01-11  Remi GacogneMerge pull request #12401 from fredmorcos/openssl-3...
2023-01-11  Remi Gacognednsdist: Really fix the formatting this time 12383/head
2023-01-11  Remi Gacognednsdist: Fix formatting
2023-01-11  Remi Gacognednsdist: Apply suggestions from Otto's code review...
2023-01-11  Remi Gacognednsdist: Set a proper HTTP error code on Proxy Protocol...
2023-01-11  Remi Gacognednsdist: Stronger guarantees against data race in the...
2023-01-11  Remi GacogneMerge pull request #12410 from rgacogne/unbreak-ci
2023-01-11  Remi GacogneMerge pull request #12402 from rgacogne/ddist-dq-time
2023-01-11  Remi GacogneCI: Work-around the "503 Service Unavailable" erros... 12410/head
2023-01-10  Remi GacogneMerge pull request #12400 from rgacogne/ddist-reduce-ttl
2023-01-10  Remi Gacognednsdist: Add Lua bindings for the current time and... 12402/head
2023-01-10  Fred MorcosPrint compiler version at the end of configure 12401/head
2023-01-10  Remi Gacognednsdist: Better description of SetReducedTTLResponseAction 12400/head
2023-01-10  Fred MorcosInclude failure message when creating DSRCs
2023-01-10  Fred MorcosLint cleanups of test-signers.cc
2023-01-10  Fred MorcosOpenSSL signers test for getPubKeyHash()
2023-01-10  Fred MorcosCleanup DNSCryptoKeyEngine
2023-01-10  Fred MorcosPrint checkKey() error messages in signer tests
2023-01-10  Fred MorcosCleanup test_generic_signers in test-signers.cc
2023-01-10  Fred MorcosCleanup of ipcipher.cc
2023-01-10  Fred MorcosCleanup includes in misc.cc
2023-01-10  Fred MorcosAdd OpenSSL error handler
2023-01-10  Remi GacogneMerge pull request #12385 from rgacogne/ddist-ffi-metrics
2023-01-10  Remi GacogneMerge pull request #12387 from rgacogne/ddist-oom-udp
2023-01-09  Otto MoerbeekMerge pull request #12399 from omoerbeek/rec-threadnames
2023-01-09  Otto MoerbeekMerge pull request #12392 from omoerbeek/bind-errno...
2023-01-09  Peter van DijkMerge pull request #12367 from jsoref/pdns_control...
2023-01-09  Fred MorcosFormatting of various files like ipcipher and opensslsi...
2023-01-09  Fred MorcosRelax clang-tidy regarding magic numbers
2023-01-09  Fred MorcosAdd _build dir to docs/.gitignore
2023-01-09  Otto MoerbeekName recursor threads consistently with a "rec/" prefix. 12399/head
2023-01-09  Remi GacogneMerge pull request #12397 from rgacogne/fix-cachecleaner
2023-01-09  Remi GacogneMerge pull request #12354 from rgacogne/ddist-unique...
2023-01-09  Remi Gacognecachecleaner: Add cmath, needed for std::ceil and std... 12397/head
2023-01-09  Remi Gacognednsdist: Move the exception handling out of handleOnePa... 12387/head
2023-01-09  Remi Gacognednsdist: Use EDNSOptionViewMap in more places 12354/head
2023-01-09  Remi GacogneMerge pull request #12365 from rgacogne/ddist-fix-tcp...
2023-01-06  Otto MoerbeekMerge pull request #12391 from omoerbeek/dnsdist-pgpkeys
2023-01-06  Remi Gacognednsdist: Add SetReducedTTLResponseAction
2023-01-06  Otto Moerbeekdnsdist: update pgp keys listed in docs: add Otto,... 12391/head
2023-01-06  Otto MoerbeekBe more careful saving errno in makeClientSocket()... 12392/head
2023-01-06  Otto MoerbeekMerge pull request #12374 from omoerbeek/rec-cache...
2023-01-06  Otto MoerbeekBe more eager to evict expired entries in the first... 12374/head
2023-01-06  Otto MoerbeekMerge pull request #12352 from zjs604381586/recursor...
2023-01-06  Otto MoerbeekMerge pull request #12378 from omoerbeek/pgp-keys
2023-01-06  Otto MoerbeekMerge pull request #12313 from darnuria/clang-tidy...
2023-01-04  Otto MoerbeekMention Bert and Pieter did sign old releases 12378/head
2023-01-04  Otto MoerbeekUpdate the keys listed: remove Bert and Pieter, add...
2023-01-04  Otto MoerbeekTake shard size and number of remaining shards into...
2023-01-03  Otto MoerbeekMerge pull request #12373 from omoerbeek/rec-stack...
2023-01-03  Otto MoerbeekWarn on high (90%) mthread stack usage 12373/head
2023-01-03  Otto Moerbeek- Print shard info in cache dumps
2023-01-03  Otto MoerbeekMerge pull request #12334 from omoerbeek/rec-more-edns
2023-01-03  Otto MoerbeekMake a distinction between "ordinary" negcache results... 12334/head
2023-01-02  Otto MoerbeekMerge pull request #12368 from rgacogne/rec-add-missing...
2022-12-28  Remi Gacognerec: Add the 'parse packet from auth' error message... 12368/head
2022-12-28  Josh SorefAdd missing comma to pdns_control ccounts 12367/head
2022-12-27  Remi Gacognednsdist: Prevent an underflow of the TCP d_queued counter 12365/head
2022-12-24  Axel Vialaclang-tidy: uninitialized variables explicitly defaulted. 12313/head
2022-12-24  Axel Vialaclang-tidy: IsTimeSpec function: curly + implicit conve...
2022-12-24  Axel Vialaclang-tidy: Use auto on iterator for loop
2022-12-24  Axel VialaRemove redundant headers
2022-12-24  Axel Vialaclang-tidy: nullptr where possible.
2022-12-24  Axel Viala[clang-tidy:Ccast] Avoid a C cast and modernize.
2022-12-24  Axel Viala[clang-tidy:empty] use empty() in various places.
2022-12-24  Axel Viala[clang-tidy:array] in dnsparser.cc use std::array.
2022-12-24  Axel Vialaclang-tidy: modernize deprecated header invarious places
2022-12-24  Axel Viala[clang-tidy:array] getTypeString std::array<static...
2022-12-24  Axel Viala[pdnsutils] Use const std::array for metadata whitelist.
2022-12-23  Otto MoerbeekMerge pull request #12348 from omoerbeek/rec-tcounters...
2022-12-22  Remi GacogneMerge pull request #12292 from rgacogne/minicurl-smart
2022-12-22  Remi GacogneMiniCurl: Make it safe to reuse a MiniCurl object 12292/head
2022-12-21  Remi GacogneMerge pull request #12320 from rgacogne/ddist-pkcs12...
2022-12-21  Remi GacogneMerge pull request #12329 from rgacogne/ddist-ids-overl...
2022-12-21  Otto MoerbeekChange the logic a bit, as negcache->get() can be calle... 12352/head
2022-12-21  zhaojingshichange negcache stale resolveTask qtype
2022-12-20  Otto MoerbeekMerge pull request #12347 from omoerbeek/rec-serve...
2022-12-20  Remi GacogneMerge pull request #10167 from rgacogne/dnsreplay-spoof...
2022-12-20  Otto MoerbeekAnds move policy name hits to tcounters 12348/head
2022-12-20  Otto MoerbeekUse correct logic for isEntryUsable() 12347/head
2022-12-20  Otto MoerbeekA few tests on the new EDEs
2022-12-20  Otto MoerbeekIntroduce a context object holding vState and extendedE...
2022-12-20  Remi Gacognednsreplay: Better error message 10167/head
2022-12-19  Remi GacogneMerge pull request #12100 from rgacogne/ddist-single...
2022-12-19  Peter van DijkMerge pull request #12127 from hlindqvist/ixfrdist...
2022-12-19  Otto MoerbeekMerge pull request #12260 from omoerbeek/webserver...
2022-12-19  Peter van DijkMerge pull request #12284 from jsoref/github-output
2022-12-19  Otto MoerbeekMove DNSSEC and Policy counters to TCounter object
2022-12-19  Otto MoerbeekMerge pull request #12337 from omoerbeek/rec-tcounter...
2022-12-19  Otto MoerbeekUpdate pdns/recursordist/testrunner.cc 12337/head
2022-12-19  Otto MoerbeekSome systems have a low-resolution nanosleep(2), callin...
2022-12-17  Otto MoerbeekMerge pull request #12309 from omoerbeek/test-anybind
2022-12-16  Remi Gacognednsdist: Do not log on out-of-memory, but wait a bit...
2022-12-16  Remi Gacognednsdist: Handle out-of-memory exceptions in the UDP...
next