]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2022-04-12  Remi GacogneMerge pull request #11523 from Y7n05h/master
2022-04-12  Otto MoerbeekMerge pull request #11507 from omoerbeek/rec-proxy...
2022-04-12  Otto MoerbeekTypo spotted by reviewer 11507/head
2022-04-11  Y7n05hUpdate pdns/dnsdistdist/docs/reference/ebpf.rst 11523/head
2022-04-11  Y7n05hReject BPFFilter::attachToAllBinds() at configuration...
2022-04-08  Remi GacogneMerge pull request #11513 from rgacogne/ddist-downstrea...
2022-04-08  Remi GacogneMerge pull request #11515 from rgacogne/ddist-more...
2022-04-08  Remi GacogneMerge pull request #11517 from rgacogne/mplexer-smaller...
2022-04-08  Otto MoerbeekMerge pull request #11516 from omoerbeek/rec-coverity...
2022-04-08  Otto MoerbeekMerge pull request #11492 from omoerbeek/rec-add-deferred
2022-04-08  Remi GacogneMultiplexer: Take the maximum number of events as a... 11517/head
2022-04-08  Otto Moerbeekfollowup on #11509: copyTree() also throws a std::logic... 11516/head
2022-04-08  Otto MoerbeekProces review comments: rename variable and some words... 11492/head
2022-04-07  Remi Gacognednsdist: Disable more features in the "least" CI test 11515/head
2022-04-07  Remi Gacognednsdist: Document build options to disable NPN and...
2022-04-07  Remi Gacognednsdist: Add an option to disable NPN support
2022-04-07  Remi Gacognednsdist: Add DISABLE_FALSE_SHARING_PADDING option
2022-04-07  Remi Gacognednsdist: Add DISABLE_HASHED_CREDENTIALS
2022-04-07  Remi Gacognednsdist: Add DISABLE_OCSP_STAPLING
2022-04-07  Remi Gacognednsdist: Move DownstreamConnectionsManager to its own... 11513/head
2022-04-07  Otto MoerbeekMerge pull request #11506 from omoerbeek/packetcache...
2022-04-07  Otto MoerbeekMerge pull request #11509 from omoerbeek/rec-coverity...
2022-04-06  Otto MoerbeekOnly catch NetmaskException and leave out noexcept... 11509/head
2022-04-06  Peter van DijkMerge pull request #11299 from Zash/auto-svbc-version
2022-04-06  Otto MoerbeekTwo Coverity reports: 1419403 Uncaught exception and...
2022-04-06  Otto MoerbeekBetter English in docs
2022-04-06  Otto MoerbeekCoverity 1487743: Unchecked return value
2022-04-06  Otto MoerbeekAnother case of unaligned access of header data found... 11506/head
2022-04-05  Otto MoerbeekAdd test for extra domain table in proxy mapping1
2022-04-05  Otto MoerbeekAdd docs plus some cleanup of the DNS Suffix Match...
2022-04-05  Otto MoerbeekAdd an (optional) table of domains to addProxyMapping().
2022-04-05  Remi GacogneMerge pull request #11497 from Y7n05h/master
2022-04-04  Peter van DijkMerge pull request #11500 from paddg/patch-11
2022-04-04  Y7n05hUpdate pdns/dnsdistdist/docs/reference/config.rst 11497/head
2022-04-04  Y7n05hUpdate pdns/dnsdist-lua.cc
2022-04-04  Winfried AngeleUpdate upgrade.rst 11500/head
2022-04-04  Otto MoerbeekMerge pull request #11483 from omoerbeek/rec-prep-459-462
2022-04-04  Y7n05hdnsdist: add document for setTCPFastOpenKey()
2022-04-04  Y7n05hdnsdist: Change the type of g_TCPFastOpenKey and relate...
2022-04-04  Otto MoerbeekMerge pull request #11484 from omoerbeek/rec-syncres...
2022-04-04  Peter van DijkMerge pull request #11466 from omoerbeek/2022-01-ixfr
2022-04-04  Otto Moerbeekrename find to find_or_enter 11484/head
2022-04-04  Peter van DijkMerge pull request #11489 from Habbie/dnsupdate-carsten
2022-04-04  Otto MoerbeekMerge pull request #11496 from swegener/recursor-segfau...
2022-04-04  Otto MoerbeekMerge pull request #11495 from omoerbeek/luawrapper...
2022-04-03  Y7n05hAdd conditional compilation
2022-04-03  Y7n05hdnsdist: Add setTCPFastOpenKey()
2022-04-02  Sven WegenerPrevent segfault with empty allow-from-file and allow... 11496/head
2022-04-01  Otto MoerbeekMerge pull request #11494 from omoerbeek/coverity-fixes...
2022-04-01  Otto MoerbeekThrow an exception on trying to get an address out... 11494/head
2022-04-01  Otto MoerbeekCoverity: 1419402 Uncaught exception 11495/head
2022-04-01  Otto MoerbeekFormatting
2022-04-01  Otto MoerbeekCoverity:
2022-04-01  Otto MoerbeekCoverity: 1469685 Dereference null return value
2022-04-01  Otto MoerbeekCoverity: 1466057 Unchecked return value
2022-04-01  Otto MoerbeekCoverity: 1462718 Unchecked return value from library
2022-04-01  Otto MoerbeekCoverity:
2022-04-01  Otto MoerbeekCoverity 1469687: Dereference null return value
2022-04-01  Otto MoerbeekMerge pull request #11312 from omoerbeek/rec-pc-cleanup
2022-04-01  Otto MoerbeekUse correct index for LRU delete 11312/head
2022-04-01  Otto MoerbeekUse correct counters to compute PC cache hit ratio...
2022-04-01  Otto MoerbeekFormat cachecleaner
2022-04-01  Otto MoerbeekTell packet cache it's max size and use it on insert...
2022-04-01  Otto MoerbeekOnly create PC for threads that need it
2022-04-01  Otto MoerbeekMark an answer variable if a task was push.
2022-04-01  Otto MoerbeekImplement deferred mode for additionals
2022-03-31  Peter van Dijkauth docs: fix typo in dnsupdate doc, thanks Carsten... 11489/head
2022-03-30  Otto MoerbeekUse boost::mult-index for nsspeed table and make it...
2022-03-30  Otto MoerbeekMerge pull request #11444 from omoerbeek/rec-syncres...
2022-03-30  Otto MoerbeekUse nice format for timestamp printing 11444/head
2022-03-30  Otto MoerbeekMerge pull request #11476 from omoerbeek/rec-std-function
2022-03-30  Otto MoerbeekMerge pull request #11477 from omoerbeek/rec-docs-postr...
2022-03-30  Otto MoerbeekMerge pull request #11471 from omoerbeek/rec-sd_notify
2022-03-30  Remi GacogneMerge pull request #11482 from rgacogne/fix-static...
2022-03-29  Remi GacogneLuaWrapper: Prevent referencing a temporary object 11482/head
2022-03-29  Remi GacogneLMDB: Clarify that the base commit() method should...
2022-03-29  Otto Moerbeekrec: postresolve_ffi docs 11477/head
2022-03-29  Otto MoerbeekPrep for 4.5.9 and 4.6.2 releases 11483/head
2022-03-29  Otto MoerbeekInclude <functional> where needed 11476/head
2022-03-29  Otto MoerbeekMove remaining boost:function to std::function
2022-03-28  Otto Moerbeekauth, rec IXFR-in: Fix a case where an incomplete read... 11466/head
2022-03-28  Peter van DijkMerge pull request #11295 from tokred/contrib-pdnsutil...
2022-03-28  Otto MoerbeekSwitch to std::fcuntion for broadcast functions. Fixes...
2022-03-28  tokredauth: zsh completion script for pdnsutil 11295/head
2022-03-28  Otto MoerbeekIn the handler, call sd_notify just befere entering... 11471/head
2022-03-28  Remi GacogneMerge pull request #11437 from rgacogne/ddist-healthche...
2022-03-28  Otto MoerbeekMerge pull request #11470 from omoerbeek/rec-scanbuild...
2022-03-28  Peter van DijkMerge pull request #11426 from mind04/pdns-fix-decaf...
2022-03-28  Peter van DijkMerge pull request #11465 from omoerbeek/docs-2022...
2022-03-28  Otto MoerbeekMerge pull request #11445 from omoerbeek/rec-nod-log...
2022-03-28  Otto MoerbeekComment on the two remaining scanbuild cases. At first... 11470/head
2022-03-28  Otto MoerbeekTeach scanbuild that two divisions are safe: one by...
2022-03-28  Otto MoerbeekAdd .cacche dir for pdns/pdns
2022-03-28  Otto MoerbeekScanbuid fixes
2022-03-28  Remi GacogneMerge pull request #11467 from Habbie/spelling-202203
2022-03-26  Peter van Dijkspelling: add missed words 11467/head
2022-03-26  Peter van DijkMerge pull request #11447 from jsoref/linguist-dns...
2022-03-25  Josh SorefAdd linguist-language tag for dns zones 11447/head
2022-03-25  Otto MoerbeekFill in PR#s for Security Advisory 2022-01 11465/head
2022-03-25  Peter van Dijksecpoll: fix typos
next