]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2026-01-19  Remi Gacognednsdist: Fix small perf issues reported by Coverity 16737/head
2026-01-19  Otto Moerbeekrec: followup to 16662: more cases of tsan annotations 16736/head
2026-01-19  Pieter Lexisfeat(dnsdist): Allow setting `instance` logging field...
2026-01-19  Remi Gacognednsdist: Convert RemoteLog{Response,}Action to structur...
2026-01-19  Remi Gacognednsdist: Ensure we always have a structured logging...
2026-01-19  Remi Gacognednsdist: Fix formatting
2026-01-19  Remi Gacognednsdist: In the ctor we want to use the base class...
2026-01-19  Remi Gacognednsdist: Prevent dangling references in structured...
2026-01-19  Remi Gacognednsdist: Document that we also try to follow OT's DNS...
2026-01-19  Remi Gacognespell-check: Allow "semconv" which is in the OT URLs
2026-01-19  Remi Gacognednsdist: In the dtor we want to use the base class...
2026-01-19  Remi Gacognednsdist: Add regression tests for structured logging
2026-01-19  Remi Gacognednsdist: Apply structured logging configuration to...
2026-01-19  Remi Gacognednsdist: Fix consistency issues in structured logging...
2026-01-19  Remi Gacognednsdist: Add more documentation about structured logging
2026-01-19  Remi Gacognednsdist: Fix code formatting issues
2026-01-19  Remi Gacognednsdist: Reinstate support for ISO8601 with structured...
2026-01-19  Remi Gacognednsdist: Disable structured logging by default, add...
2026-01-19  Remi Gacognednsdist: Convert remaining files to structured logging
2026-01-19  Remi Gacognednsdist: Convert top-levels errors to structured logging
2026-01-19  Remi Gacognednsdist: Convert SNMP code to structured logging
2026-01-19  Remi Gacognednsdist: Convert security status polling to structured...
2026-01-19  Remi Gacognednsdist: Convert Lua selectors to structured logging
2026-01-19  Remi Gacognednsdist: Convert proxy protocol to structured logging
2026-01-19  Remi Gacognednsdist: Convert protocol buffer code to structured...
2026-01-19  Remi Gacognednsdist: Implement structured logging for TCP backend...
2026-01-19  Remi Gacognednsdist: Implement structured logging for outgoing DoH
2026-01-19  Remi Gacognednsdist: Convert the TCP frontend to structured logging
2026-01-19  Remi Gacognednsdist: Convert incoming DoH w/ nghttp2 to structured...
2026-01-19  Remi Gacognednsdist: Convert Lua configuration directives to struct...
2026-01-19  Remi Gacognednsdist: Convert more Lua code to structured logging
2026-01-19  Remi Gacognednsdist: Structured logging for Lua FFI functions
2026-01-19  Remi Gacognednsdist: Structured logging for Lua bindings
2026-01-19  Remi Gacognednsdist: Structured logging for LB policies
2026-01-19  Remi Gacognednsdist: Structured logging for KVS
2026-01-19  Remi Gacognednsdist: More structured logging
2026-01-19  Remi Gacognednsdist: Fix structured logging nits for dns fields
2026-01-19  Remi Gacognednsdist: Fix indentation
2026-01-19  Remi Gacognednsdist: Better conventions for structured logging...
2026-01-19  Remi Gacognednsdist: Convert console code to structured logging
2026-01-19  Remi Gacognednsdist: More structured logging (yaml config, carbon...
2026-01-19  Remi Gacognednsdist: More structured logging conversions
2026-01-19  Remi Gacognednsdist: Fix formatting
2026-01-19  Remi Gacognednsdist: Consistent use of `SLOG`/`VERBOSESLOG`
2026-01-19  Remi Gacognednsdist: Keep non-structured logging alive after all
2026-01-19  Remi Gacognednsdist: First attempt at using structured logging
2026-01-19  Remi Gacognerec: Fix a few typos in comments
2026-01-19  Remi Gacognednsdist: Make structured logging usable with DNSdist
2026-01-19  dependabot... build(deps): bump urllib3 in /regression-tests.dnsdist 16735/head
2026-01-19  dependabot... build(deps): bump urllib3 in /regression-tests.auth-py 16708/head
2026-01-19  Pieter LexisMerge pull request #16723 from pieterlexis/dnsdist...
2026-01-19  Remi GacogneMerge pull request #16729 from PowerDNS/dependabot...
2026-01-19  Remi GacogneMerge pull request #16728 from PowerDNS/dependabot...
2026-01-16  Remi Gacogneauth: Fix missing dependencies when building the `bind... 16734/head
2026-01-16  Remi Gacogneauth: Use the correct directories (`pdns` not `powerdns...
2026-01-16  Remi Gacogneauth: Install `ixfrdist.yml.5` to `man5` instead of...
2026-01-16  Remi Gacogneauth: Install `pdns_server` to `sbin` when building...
2026-01-16  Remi GacogneMerge pull request #16733 from rgacogne/range_error
2026-01-16  Miod VallatMerge pull request #16730 from miodvallat/range_error
2026-01-16  Remi GacogneEDNS cookies: Test the timestamp handling in our unit... 16733/head
2026-01-16  Pieter LexisMerge pull request #16726 from pieterlexis/dnsdist...
2026-01-16  Miod VallatAdd a unique cookie to stat rings control forms.
2026-01-16  Miod VallatUse POST rather than GET to perform statistic rings...
2026-01-16  Pieter Lexisfeat(dnsdist): remove h2o support 16723/head
2026-01-16  Pieter Lexischore(dnsdist): reformat dnsdist-settings-definitions.yml
2026-01-16  Pieter Lexischore(dnsdist): reformat test_OCSP.py
2026-01-16  Pieter Lexischore(dnsdist): reformat test_TLSSessionResumption.py
2026-01-16  Pieter Lexischore(dnsdist): reformat test_Async.py
2026-01-16  Remi GacogneMerge pull request #16721 from rgacogne/ddist-do-not...
2026-01-16  Otto MoerbeekFix polarity of EDNS cookie timestamp validity. 16730/head
2026-01-16  Miod VallatGet rid of explicit rfc1982LessThan instantiation....
2026-01-16  Miod VallatUse rfc1982LessThanOrEqual rather than rolling our...
2026-01-15  Remi GacogneMerge pull request #16720 from rgacogne/ddist-fix-remot...
2026-01-15  Pieter Lexisfeat(dnsdist): Add `getServerID` function 16726/head
2026-01-15  Pieter Lexisfeat(dnsdist): Allow RemoteLog(Response)Action to use...
2026-01-15  Pieter Lexischore(dnsdist): Skip DoH Protobuf test when DoH is...
2026-01-15  Pieter Lexisfeat(dnsdist): Add optional `instance` label to Prometh...
2026-01-15  Pieter Lexischore(dnsdist): reformat test_Prometheus.py
2026-01-15  Pieter Lexischore(dnsdist): add missing includes to dnsdist-prometh...
2026-01-15  Pieter Lexisfeat(dnsdist): Add completion for `setServerID`
2026-01-15  Pieter Lexisfeat(dnsdist/carbon): use server_id when ourname is...
2026-01-15  Pieter Lexischore(dnsdist): reformat dnsdist-settings-definitions.yml
2026-01-15  Pieter Lexisfeat(dnsdist): Add global Server ID (unused)
2026-01-15  Pieter LexisMerge pull request #16711 from pieterlexis/chore-add...
2026-01-15  dependabot... build(deps): bump urllib3 from 2.6.0 to 2.6.3 in /pdns... 16729/head
2026-01-15  dependabot... build(deps): bump urllib3 in /regression-tests.ixfrdist 16728/head
2026-01-15  Alexis RomeroMerge pull request #16574 from jsoref/add-problem-matcher
2026-01-15  Otto MoerbeekEncode subnets not a a single path component, but as...
2026-01-15  Otto MoerbeekDocs and tweaks
2026-01-15  Otto MoerbeekAdd test and fix transition from empty to non empty...
2026-01-14  Otto MoerbeekCleanup things a bit, use POST for new OT conditions
2026-01-14  Josh SorefAdd problem matcher 16574/head
2026-01-14  Josh SorefRefactor normalize branch name
2026-01-14  Josh SorefRefactor pip build dependencies
2026-01-14  Josh SorefRefactor caching
2026-01-14  Otto MoerbeekImplement REST put otcondition
2026-01-14  Josh SorefImprove error reporting for curl->sha256sum
2026-01-14  Otto MoerbeekImplement OT conditions REST delete call
2026-01-14  Otto MoerbeekFix case where there are ot conditions, but none matches
2026-01-14  Otto MoerbeekMerge pull request #16719 from omoerbeek/rec-prep-5.3.4
next