]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2025-02-14  Remi Gacognednsdist: Generate tarballs via `meson dist`
2025-02-14  Otto MoerbeekMerge pull request #15154 from omoerbeek/rec-rust-cxx...
2025-02-14  Otto MoerbeekMerge pull request #15153 from omoerbeek/rec-fix-docs-gen
2025-02-14  Otto Moerbeekrec: fix cxx include dir 15154/head
2025-02-14  Otto Moerbeekrec: fix docs generating, settings/ is now rec-rust... 15153/head
2025-02-14  Otto MoerbeekMerge pull request #15114 from omoerbeek/rec-rust-web
2025-02-14  Otto MoerbeekMerge pull request #14976 from omoerbeek/rec-quit-nicel...
2025-02-14  Otto MoerbeekTypo in comment 14976/head
2025-02-13  Remi GacogneMerge pull request #15149 from rgacogne/ddist-meson...
2025-02-13  Remi GacogneMerge pull request #15148 from rgacogne/ddist-unbreak...
2025-02-13  Remi Gacognednsdist: Bump the required version of `meson` to 1.3 15149/head
2025-02-13  Remi Gacognednsdist: Fix console ("client mode") on non-default... 15148/head
2025-02-13  Remi GacogneMerge pull request #15138 from rgacogne/ddist-meson...
2025-02-13  Miod VallatMerge pull request #15147 from miodvallat/rrset_me_on_fire
2025-02-13  Remi GacogneMerge pull request #15144 from PowerDNS/dependabot...
2025-02-13  Peter van DijkMerge pull request #15143 from Habbie/no-ubuntu-20.04
2025-02-13  Remi Gacognednsdist: Tell meson to follow symbolic links for `dnsdi... 15138/head
2025-02-13  Miod VallatMerge pull request #15084 from miodvallat/fire_of_unkno...
2025-02-13  Miod VallatMerge pull request #15080 from miodvallat/import_with_care
2025-02-13  Remi GacogneMerge pull request #15146 from omoerbeek/docs-requirements
2025-02-12  Miod VallatSprinkle reserve() calls on vectors when possible and... 15147/head
2025-02-12  Miod VallatDisable read ahead in LMDB.
2025-02-12  Otto Moerbeekdocs: update requirements for auth and dnsdist 15146/head
2025-02-12  Miod VallatMerge pull request #15145 from miodvallat/gimme_more_salt
2025-02-12  Otto MoerbeekRemove remains of unused PoC code 15114/head
2025-02-12  Otto MoerbeekApply suggestions from code review
2025-02-12  Miod VallatAlways link sdig against libsodium if used. 15145/head
2025-02-12  Otto MoerbeekClearly separate signal handling from rec_control quit...
2025-02-12  dependabot... build(deps): bump cryptography in /regression-tests... 15144/head
2025-02-12  Alexis RomeroMerge pull request #15102 from romeroalx/enable-meson...
2025-02-12  Otto MoerbeekReformat with clang-format-19 15143/head
2025-02-12  Otto MoerbeekRemove redundant CircleCI condition
2025-02-12  Otto MoerbeekSwitch to clang-format-19 by default and allow //commen...
2025-02-12  Otto MoerbeekMerge pull request #15142 from omoerbeek/docs-keyblock...
2025-02-11  Peter van Dijkbump clang
2025-02-11  Peter van Dijkuse pdns from noble
2025-02-11  Peter van Dijkswitch ubuntu-20.04 workflows to 24.04
2025-02-11  Otto Moerbeekcorrect text and link for key block 15142/head
2025-02-11  Otto MoerbeekMerge pull request #15140 from omoerbeek/cookies-phase1
2025-02-11  Otto MoerbeekTypos is comments
2025-02-11  Otto MoerbeekSprinkle some comments and copyright notices
2025-02-11  Otto MoerbeekProcess very initial review comments (docs and comments...
2025-02-11  Otto MoerbeekHandle a few remaining remnants of POC code
2025-02-11  Otto MoerbeekNicer error message on private key read or decode failure
2025-02-11  Otto MoerbeekGo back to ring and generate Cargo.lock with older...
2025-02-11  Otto MoerbeekDocs
2025-02-11  Otto MoerbeekRun API tests using https
2025-02-11  Otto MoerbeekBasic https test
2025-02-11  Otto MoerbeekChange directory structure: rename settings subdir...
2025-02-11  Otto MoerbeekReformat and add clippy comment
2025-02-11  Otto MoerbeekModularize: split out misc.rs for general stuff
2025-02-11  Otto MoerbeekLogger needs no wrapper
2025-02-11  Otto MoerbeekAdvice fomr clippy
2025-02-11  Otto MoerbeekWrap non-api and file calls to check for Basic auth
2025-02-11  Otto MoerbeekLog getvars
2025-02-11  Otto MoerbeekFix HEAD
2025-02-11  Otto MoerbeekLogging
2025-02-11  Otto MoerbeekBasic tls support
2025-02-11  Otto MoerbeekAlLow multiple listen addresses in config
2025-02-11  Otto MoerbeekDon't link with yahttp any more (header files still...
2025-02-11  Otto MoerbeekAlso start web service in single thread case
2025-02-11  Otto MoerbeekTemplate for Wrapper classes
2025-02-11  Otto MoerbeekImplement webserver acl
2025-02-11  Otto MoerbeekAPI regression test succeed now, mostly setting right...
2025-02-11  Otto MoerbeekOPTIONS handling
2025-02-11  Otto MoerbeekBetter routing
2025-02-11  Otto MoerbeekUse Arc instead of global static
2025-02-11  Otto MoerbeekAvoid a data race reported by TSAN
2025-02-11  Otto MoerbeekBetter error handling
2025-02-11  Otto MoerbeekAdd missing paths (the <id> ones do not work yet)
2025-02-11  Otto MoerbeekDo no start old webserver
2025-02-11  Otto MoerbeekBasic functionality works
2025-02-11  Otto MoerbeekClippy cleanup
2025-02-11  Otto Moerbeekreformat
2025-02-11  Otto MoerbeekInitial code for embedded web service in Rust
2025-02-11  Remi Gacognednsdist: Install the sample configuration file in sysco...
2025-02-11  Remi GacogneHopefully fix man pages with meson
2025-02-11  Otto MoerbeekUpdate docs/manpages/sdig.1.rst 15140/head
2025-02-11  Otto MoerbeekMerge pull request #15139 from omoerbeek/rec-bound...
2025-02-11  Otto MoerbeekApply suggestion 15139/head
2025-02-11  Otto MoerbeekApply suggestions from code review
2025-02-11  Otto Moerbeekclang-tidy
2025-02-11  Otto MoerbeekAdd cookies support for sdig
2025-02-11  Remi Gacognednsdist: Add an option to meson to disable man page...
2025-02-11  Remi Gacognednsdist: Install the example configuration file with...
2025-02-11  Remi Gacognerec: Fix handling of man pages with meson
2025-02-11  Remi Gacogneauth: Fix handling of man pages with meson
2025-02-11  Remi Gacognednsdist: Fix handling of man pages with meson
2025-02-11  Remi Gacognednsdist: Install binary, man page and systemd unit...
2025-02-11  Otto MoerbeekTidy
2025-02-11  Remi GacogneMerge pull request #15123 from esensar/feature/dnstap...
2025-02-11  Remi GacogneMerge pull request #15112 from rgacogne/ddist-build...
2025-02-11  Otto Moerbeekrec: check bounds of rcode stats counter index (safe...
2025-02-10  Miod VallatFix underline length warning. 15084/head
2025-02-10  Otto MoerbeekMake dnstap test handle EOF and wait on process to...
2025-02-10  Otto MoerbeekDon't use logging in signal handler
2025-02-10  Otto MoerbeekStart using quit-nicely in rec bulk test
2025-02-10  Otto MoerbeekFix autotools case for @ and adapt meson.build to handl...
2025-02-10  Otto Moerbeekmangle unit file to take into account bindir and multip...
2025-02-10  Otto MoerbeekStart using rec_control quit-nicely to stop rec runing...
next