]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2024-11-06  Otto MoerbeekMove default incoming.max_tcp_client to 1024 14838/head
2024-11-06  Otto Moerbeekrec: better estimate of number of file descriptors...
2024-11-06  Otto MoerbeekMerge pull request #14759 from omoerbeek/rec-cat-zone...
2024-11-05  Otto MoerbeekBetter name for FWCatz: FWCatalogZone 14759/head
2024-11-05  Otto MoerbeekApply suggestions from code review
2024-11-05  Otto MoerbeekImplement ForwardingCatalogZone.to_yaml_map()
2024-11-05  Otto MoerbeekApply suggestions from code review
2024-11-05  Otto MoerbeekMerge pull request #14819 from omoerbeek/rec-prep-5.1.3
2024-11-05  Otto MoerbeekReview comments by @chbruyand, remove some redundant...
2024-11-05  Otto MoerbeekPrep for rec-5.1.3 14819/head
2024-11-05  Otto MoerbeekMerge pull request #14807 from omoerbeek/rec-packetid-ref
2024-11-04  Remi GacogneMerge pull request #14817 from oregonpillow/master
2024-11-04  Remi GacogneMerge pull request #14768 from chbruyand/dnsdist-load...
2024-11-04  Timothy Pillowfix spell-check. allow grpcs 14817/head
2024-11-04  Otto MoerbeekTypo noted by @phonedph1
2024-11-04  Timothy Pillowtypo fix
2024-11-04  Otto MoerbeekoldZone can be nullptr, don't deref just like that
2024-11-04  Otto MoerbeekMove new FWCatz test to non-clashing port
2024-11-04  Otto MoerbeekReformat
2024-11-04  Otto MoerbeekDetect faulty config (catz used but api-dir not set)
2024-11-04  Otto MoerbeekAllow meson build
2024-11-04  Otto MoerbeekBasic docs
2024-11-04  Otto MoerbeekAdd regression test for FWCatz
2024-11-04  Otto MoerbeekDo all-is-default processing for fwcatz
2024-11-04  Otto MoerbeekSmall refactor: split out forwarding cat zone code...
2024-11-04  Otto MoerbeekAllow notify of catz; rename name field to zone for...
2024-11-04  Otto MoerbeekAdd group processing
2024-11-04  Otto MoerbeekBasic functionality works
2024-11-04  Otto MoerbeekThreads started and doing xfr
2024-11-04  Otto MoerbeekSkeleton code of catalog zone transfer, untested
2024-11-04  Otto MoerbeekRefactor XFR parameters of RPZParams out
2024-11-04  Otto MoerbeekMerge pull request #14796 from omoerbeek/rec-cache...
2024-11-04  Timothy PillowUpdate dns-over-https.rst
2024-11-04  Otto MoerbeekAdd a unit test checking the ref counts (fails in master) 14807/head
2024-11-04  Otto MoerbeekMerge pull request #14809 from omoerbeek/rec-deprecate...
2024-11-04  Timothy PillowUpdate dns-over-https.rst
2024-11-04  Otto MoerbeekApply suggestions from code review 14809/head
2024-11-04  Otto MoerbeekReplace a few asserts with throws and make sure we... 14796/head
2024-11-04  Otto MoerbeekApply suggestions from code review
2024-11-04  Otto MoerbeekRemove the move call in two instances where it really...
2024-11-04  Otto MoerbeekDocs tweaks (not neccesarily related)
2024-11-04  Otto MoerbeekDocs of new behaviour: do not do old-style by default
2024-11-04  Otto MoerbeekGive a more sensible message for rec_control show-yaml...
2024-11-04  Otto Moerbeekrec: disable parsing of old-style settings by default
2024-11-04  Otto MoerbeekMerge pull request #14816 from omoerbeek/rec-periodic...
2024-11-04  Otto MoerbeekMerge pull request #14801 from omoerbeek/rec-valgrind
2024-11-04  Otto MoerbeekMissing quotes as noted by @chbruyand 14816/head
2024-11-04  Otto Moerbeekrec: periodic stats cleanup and rename outqueries-per...
2024-11-04  Remi GacogneMerge pull request #14792 from rgacogne/ddist-coverity...
2024-11-04  Remi GacogneMerge pull request #14794 from phonedph1/no-makerule
2024-10-29  Otto MoerbeekReformat
2024-10-29  Otto MoerbeekCorrect initial value of d_used
2024-10-29  Otto MoerbeekTidy
2024-10-29  Otto MoerbeekTwo more case, assert on inconsistency
2024-10-28  Otto MoerbeekSame move treatment for value
2024-10-28  Otto Moerbeekrec: release ref to key in MTasker::waitEvent
2024-10-28  Otto MoerbeekAllow zero for no limit in getRecordCacheRecords()
2024-10-25  Otto Moerbeekrec: make valgrind build and testrunner run work again 14801/head
2024-10-24  Peter van DijkMerge pull request #14787 from fredmorcos/lmdb-typed...
2024-10-24  Otto Moerbeekclang-tidy tweaks
2024-10-24  Otto MoerbeekRefactor prompted by CodeQL
2024-10-24  Otto MoerbeekReorganize a few things, add a Lua hook that's called...
2024-10-24  Otto MoerbeekAdd a test and a fix a few things in getRecordCacheReco...
2024-10-24  Otto MoerbeekDocument putIntoRecordCache and getRecordCacheRecords
2024-10-24  Otto MoerbeekRefactor some code, fix RU scanning (it produced LRU...
2024-10-24  Otto MoerbeekMake Lua startup script customizable
2024-10-24  Otto MoerbeekExtend pdnslog to allow for structured key-value pairs
2024-10-24  Otto MoerbeekCleanup of PB encoding, including logging and some...
2024-10-24  Otto MoerbeekBetter (faster) encoding/decoding
2024-10-24  Otto MoerbeekBasic functions to dump and undump record cache content
2024-10-24  phonedph1stop using makeRule, update Qname to QName so links... 14794/head
2024-10-22  Remi Gacognednsdist: Fix Coverity warning 445614: " Argument cannot... 14792/head
2024-10-21  Fred MorcosCleanup lints & macros in lmdb-typed.hh 14787/head
2024-10-20  Peter van DijkMerge pull request #14784 from fredmorcos/small-cleanups
2024-10-18  Peter van DijkMerge pull request #14714 from Habbie/el8-gcc-toolset-13
2024-10-18  Fred MorcosMerge pull request #14785 from rgacogne/fix-lmdb-safe...
2024-10-18  Fred MorcosMerge pull request #14777 from fredmorcos/fix-clang...
2024-10-18  Remi Gacognednsdist: Add missing `stdexcept` include in `lmdb-safe.hh` 14785/head
2024-10-18  Fred MorcosSome meson cleanup work before lmdb-safe tests 14784/head
2024-10-18  Fred MorcosMinor formatting and cleanup
2024-10-18  Fred MorcosMerge pull request #14782 from fredmorcos/rework-mdb...
2024-10-18  Remi GacogneMerge pull request #14658 from phonedph1/moredump
2024-10-18  Fred MorcosStatically ensure MDBInVal can store requested values 14782/head
2024-10-18  Peter van DijkMerge pull request #14781 from bjacquin/dev/beber/pdns...
2024-10-17  Fred MorcosFixup includes
2024-10-17  Fred MorcosRework MDBInVal
2024-10-17  Fred MorcosRework MDBOutVal
2024-10-17  Fred MorcosFix std::string include in lmdb-typed header
2024-10-17  Fred MorcosLMDBLS Cleanups
2024-10-17  Fred Morcoslmdb-safe header lint & formatting cleanups
2024-10-17  Fred MorcosMerge pull request #14778 from fredmorcos/lmdb-safe...
2024-10-17  Peter van DijkMerge pull request #14718 from emmanuel-ferdman/master
2024-10-17  Fred MorcosCleanup includes in lmdbbackend 14778/head
2024-10-17  Fred MorcosRefactor shards cmdline handling
2024-10-17  Fred MorcosCleanup LMDBBackend::upgradeToSchemav5
2024-10-16  Bertrand Jacquinpdns: allow empty string in version-string 14781/head
2024-10-16  Fred MorcosSome cleanups in lmdbbackend
2024-10-16  Fred MorcosCleanup TypedDBI
2024-10-16  Fred MorcosCleanup struct nullindex_t
2024-10-16  Fred MorcosCleanup struct index_on and index_on_function
next