2023-10-09 |
Charles-Henri... | doq: add a bit of documentation and display DoQ support... |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: add valid/error responses counter and two doq... |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: add doq-responses-pipe-full metric |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: rename variable, and update non compliant queries... |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Fix code formatting |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Better handling of short reads/writes in DoQ |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Add an option to log DoQ TLS keying material... |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Add the DoQ transport protocol to Async tests |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: add congestion control algorithm configuration... |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Small cleanup in doq.cc and doq.hh |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Small cleanup of m4/pdns_with_quiche.m4 |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: properly configure maxInFlight and max buffered... |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: initialize stateless reset token |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: really configure idleTimeout |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: fix formating |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Move internal DoQ structures to doq.cc |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Use a random port for the DoQ tests |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Use the shared library version of Quiche |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Proper retry token generation and validation... |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Refactoring of SodiumNonce and friends |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | build-and-test-all: Disable LTO for now, it does not... |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | build-and-test-all: Build Quiche, and enable DoQ for... |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: handle responses in the main thread |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: add cache hit test |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: use dnsdist::getRandomValue and fix a few compilat... |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: fix Makefile.am sorting |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: spell checking, formating, comments cleaning |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | doq: don't add EDNS |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | dnsdist: add simple DoQ tests, misc cleanup, removes... |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | dnsdist: add basic DoQ support |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | dnsdist: add DoQ protocol definition |
commit | commitdiff | tree |
2023-10-09 |
Charles-Henri... | dnsdist: configurable DoQ and quiche checks |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | Merge pull request #13260 from rgacogne/pdns-code-cover... |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | coverage: Do not call __gcov_dump() when using source... 13260/head |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | Code coverage: Fix two typos |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | Code coverage: Fix a link |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | Code coverage: Apply Fred's suggestions (thanks!) |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | Add Code Coverage documentation |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | build-and-test-all: Generate code coverage data from CI |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | rec: Properly record coverage data when exiting |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Properly record clang coverage data when exiting |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | auth: Properly record coverage data when exiting |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | Update the code coverage m4 to support modern options... |
commit | commitdiff | tree |
2023-10-09 |
Otto Moerbeek | Merge pull request #13345 from omoerbeek/rec-changelog... |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | Merge pull request #13185 from rgacogne/ddist-parse-ede |
commit | commitdiff | tree |
2023-10-09 |
Otto Moerbeek | Merge pull request #13311 from omoerbeek/rec-more-log... |
commit | commitdiff | tree |
2023-10-09 |
Otto Moerbeek | Merge pull request #13303 from omoerbeek/rec-log-fixes |
commit | commitdiff | tree |
2023-10-09 |
Otto Moerbeek | Mention removal of sysvinit script in 4.9.x changelog. 13345/head |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | Merge pull request #13339 from rgacogne/building-packag... |
commit | commitdiff | tree |
2023-10-09 |
Remi Gacogne | dnsdist: Apply Otto's suggestions to the EDE code and... 13185/head |
commit | commitdiff | tree |
2023-10-06 |
Remi Gacogne | BUILDING-PACKAGES: Mention that `pdns-builder` requires... 13339/head |
commit | commitdiff | tree |
2023-10-06 |
Remi Gacogne | BUILDING-PACKAGES: Use a supported OS as example |
commit | commitdiff | tree |
2023-10-06 |
Remi Gacogne | Merge pull request #13340 from rgacogne/netmask-fix... |
commit | commitdiff | tree |
2023-10-06 |
Remi Gacogne | Update BUILDING-PACKAGES.md as suggested by Peter ... |
commit | commitdiff | tree |
2023-10-06 |
Remi Gacogne | Merge pull request #13335 from rgacogne/ddist-web-rule... |
commit | commitdiff | tree |
2023-10-06 |
Remi Gacogne | Netmask: Normalize subnet masks coming from a string 13340/head |
commit | commitdiff | tree |
2023-10-06 |
Remi Gacogne | BUILDING-PACKAGES: Document how to build packages |
commit | commitdiff | tree |
2023-10-06 |
Remi Gacogne | dnsdist: Display the rule name, if any, in the web... 13335/head |
commit | commitdiff | tree |
2023-10-05 |
Peter van Dijk | Merge pull request #13317 from Habbie/auth-4.8.3-docs... |
commit | commitdiff | tree |
2023-10-03 |
Peter van Dijk | Merge pull request #13323 from ekohl/update-lmdb-docs... |
commit | commitdiff | tree |
2023-10-03 |
Ewoud Kohl... | Match the lmdb-filename example with the default 13323/head |
commit | commitdiff | tree |
2023-10-03 |
Fred Morcos | Merge pull request #13320 from fredmorcos/cleanup-remot... |
commit | commitdiff | tree |
2023-10-03 |
Remi Gacogne | Merge pull request #13298 from rgacogne/ddist-nghttp2... |
commit | commitdiff | tree |
2023-10-03 |
Fred Morcos | Cleanup remote backend 13320/head |
commit | commitdiff | tree |
2023-10-03 |
Remi Gacogne | dnsdist: Apply suggestion from Charles-Henri's code... 13298/head |
commit | commitdiff | tree |
2023-10-03 |
Remi Gacogne | dnsdist: Fix timeouts on incoming DoH connections with... |
commit | commitdiff | tree |
2023-10-03 |
Remi Gacogne | Merge pull request #13319 from Habbie/sphinxcontrib... |
commit | commitdiff | tree |
2023-10-03 |
Peter van Dijk | update sphinxcontrib-api hash, add a comment 13319/head |
commit | commitdiff | tree |
2023-10-02 |
Remi Gacogne | Merge pull request #13304 from rgacogne/ddist-async... |
commit | commitdiff | tree |
2023-10-02 |
Remi Gacogne | Merge pull request #13314 from rgacogne/ddist-skip... |
commit | commitdiff | tree |
2023-10-02 |
Remi Gacogne | Merge pull request #13310 from rgacogne/ddist-ebpf... |
commit | commitdiff | tree |
2023-10-02 |
Remi Gacogne | Merge pull request #13287 from rgacogne/dnsscope-custom... |
commit | commitdiff | tree |
2023-10-02 |
Peter van Dijk | auth-4.8.3: changelog and secpoll 13317/head |
commit | commitdiff | tree |
2023-09-29 |
Remi Gacogne | dnsdist: Skip our BADVERS regression test on broken... 13314/head |
commit | commitdiff | tree |
2023-09-29 |
Remi Gacogne | dnsdist: Fix eBPF metrics in the internal web server 13310/head |
commit | commitdiff | tree |
2023-09-29 |
Peter van Dijk | Merge pull request #13080 from jsoref/remove-timestamp |
commit | commitdiff | tree |
2023-09-29 |
Peter van Dijk | Merge pull request #13014 from jsoref/deprecated |
commit | commitdiff | tree |
2023-09-29 |
Josh Soref | Remove test-auth 13080/head |
commit | commitdiff | tree |
2023-09-29 |
Otto Moerbeek | Fix typoe and ws 13311/head |
commit | commitdiff | tree |
2023-09-29 |
Otto Moerbeek | rec: more log (level) fixes |
commit | commitdiff | tree |
2023-09-29 |
Remi Gacogne | Merge pull request #13305 from rgacogne/ddist-proper... |
commit | commitdiff | tree |
2023-09-29 |
Peter van Dijk | Merge pull request #13309 from Habbie/refreh |
commit | commitdiff | tree |
2023-09-29 |
Peter van Dijk | Merge pull request #13308 from phonedph1/patch-1 |
commit | commitdiff | tree |
2023-09-29 |
Remi Gacogne | dnsdist: Document that `add*DynBlocks()` methods are... |
commit | commitdiff | tree |
2023-09-29 |
Remi Gacogne | dnsdist: Log whether newly inserted dynamic blocks... |
commit | commitdiff | tree |
2023-09-29 |
Remi Gacogne | dnsdist: Display whether blocks are eBPF-based in ... |
commit | commitdiff | tree |
2023-09-29 |
Peter van Dijk | dnsdist kvs docs: fix typo 13309/head |
commit | commitdiff | tree |
2023-09-28 |
Otto Moerbeek | whitespace error 13303/head |
commit | commitdiff | tree |
2023-09-28 |
phonedph1 | Update tuning.rst 13308/head |
commit | commitdiff | tree |
2023-09-28 |
Remi Gacogne | dnsdist: Set proper levels when logging messages 13305/head |
commit | commitdiff | tree |
2023-09-28 |
Remi Gacogne | Merge pull request #13302 from phonedph1/imeouts |
commit | commitdiff | tree |
2023-09-28 |
Remi Gacogne | dnsdist: Fix a race in the Async unit tests 13304/head |
commit | commitdiff | tree |
2023-09-27 |
Otto Moerbeek | delint |
commit | commitdiff | tree |
2023-09-27 |
Otto Moerbeek | rec: Fix log messages lacking priority |
commit | commitdiff | tree |
2023-09-27 |
phonedph1 | spelling 13302/head |
commit | commitdiff | tree |
2023-09-27 |
phonedph1 | brute force change |
commit | commitdiff | tree |
2023-09-25 |
Otto Moerbeek | Merge pull request #13295 from omoerbeek/rec-ns-resolve... |
commit | commitdiff | tree |
2023-09-25 |
Otto Moerbeek | Merge pull request #13289 from omoerbeek/rec-unthrottle |
commit | commitdiff | tree |
2023-09-25 |
Peter van Dijk | Merge pull request #12980 from Habbie/debian-trixie |
commit | commitdiff | tree |
2023-09-25 |
Peter van Dijk | Merge pull request #13255 from Habbie/ubuntu-mantic |
commit | commitdiff | tree |
next |