2023-01-10 |
Remi Gacogne | Merge pull request #12385 from rgacogne/ddist-ffi-metrics |
commit | commitdiff | tree |
2023-01-10 |
Remi Gacogne | Merge pull request #12387 from rgacogne/ddist-oom-udp |
commit | commitdiff | tree |
2023-01-09 |
Otto Moerbeek | Merge pull request #12399 from omoerbeek/rec-threadnames |
commit | commitdiff | tree |
2023-01-09 |
Otto Moerbeek | Merge pull request #12392 from omoerbeek/bind-errno... |
commit | commitdiff | tree |
2023-01-09 |
Peter van Dijk | Merge pull request #12367 from jsoref/pdns_control... |
commit | commitdiff | tree |
2023-01-09 |
Otto Moerbeek | Name recursor threads consistently with a "rec/" prefix. 12399/head |
commit | commitdiff | tree |
2023-01-09 |
Remi Gacogne | Merge pull request #12397 from rgacogne/fix-cachecleaner |
commit | commitdiff | tree |
2023-01-09 |
Remi Gacogne | Merge pull request #12354 from rgacogne/ddist-unique... |
commit | commitdiff | tree |
2023-01-09 |
Remi Gacogne | cachecleaner: Add cmath, needed for std::ceil and std... 12397/head |
commit | commitdiff | tree |
2023-01-09 |
Remi Gacogne | dnsdist: Move the exception handling out of handleOnePa... 12387/head |
commit | commitdiff | tree |
2023-01-09 |
Remi Gacogne | dnsdist: Use EDNSOptionViewMap in more places 12354/head |
commit | commitdiff | tree |
2023-01-09 |
Remi Gacogne | Merge pull request #12365 from rgacogne/ddist-fix-tcp... |
commit | commitdiff | tree |
2023-01-06 |
Otto Moerbeek | Merge pull request #12391 from omoerbeek/dnsdist-pgpkeys |
commit | commitdiff | tree |
2023-01-06 |
Otto Moerbeek | dnsdist: update pgp keys listed in docs: add Otto,... 12391/head |
commit | commitdiff | tree |
2023-01-06 |
Otto Moerbeek | Be more careful saving errno in makeClientSocket()... 12392/head |
commit | commitdiff | tree |
2023-01-06 |
Otto Moerbeek | Merge pull request #12374 from omoerbeek/rec-cache... |
commit | commitdiff | tree |
2023-01-06 |
Otto Moerbeek | Be more eager to evict expired entries in the first... 12374/head |
commit | commitdiff | tree |
2023-01-06 |
Otto Moerbeek | Merge pull request #12352 from zjs604381586/recursor... |
commit | commitdiff | tree |
2023-01-06 |
Otto Moerbeek | Merge pull request #12378 from omoerbeek/pgp-keys |
commit | commitdiff | tree |
2023-01-06 |
Otto Moerbeek | Merge pull request #12313 from darnuria/clang-tidy... |
commit | commitdiff | tree |
2023-01-04 |
Otto Moerbeek | Mention Bert and Pieter did sign old releases 12378/head |
commit | commitdiff | tree |
2023-01-04 |
Otto Moerbeek | Update the keys listed: remove Bert and Pieter, add... |
commit | commitdiff | tree |
2023-01-04 |
Otto Moerbeek | Take shard size and number of remaining shards into... |
commit | commitdiff | tree |
2023-01-03 |
Otto Moerbeek | Merge pull request #12373 from omoerbeek/rec-stack... |
commit | commitdiff | tree |
2023-01-03 |
Otto Moerbeek | Warn on high (90%) mthread stack usage 12373/head |
commit | commitdiff | tree |
2023-01-03 |
Otto Moerbeek | - Print shard info in cache dumps |
commit | commitdiff | tree |
2023-01-03 |
Otto Moerbeek | Merge pull request #12334 from omoerbeek/rec-more-edns |
commit | commitdiff | tree |
2023-01-03 |
Otto Moerbeek | Make a distinction between "ordinary" negcache results... 12334/head |
commit | commitdiff | tree |
2023-01-02 |
Otto Moerbeek | Merge pull request #12368 from rgacogne/rec-add-missing... |
commit | commitdiff | tree |
2022-12-28 |
Remi Gacogne | rec: Add the 'parse packet from auth' error message... 12368/head |
commit | commitdiff | tree |
2022-12-28 |
Josh Soref | Add missing comma to pdns_control ccounts 12367/head |
commit | commitdiff | tree |
2022-12-27 |
Remi Gacogne | dnsdist: Prevent an underflow of the TCP d_queued counter 12365/head |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | clang-tidy: uninitialized variables explicitly defaulted. 12313/head |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | clang-tidy: IsTimeSpec function: curly + implicit conve... |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | clang-tidy: Use auto on iterator for loop |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | Remove redundant headers |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | clang-tidy: nullptr where possible. |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | [clang-tidy:Ccast] Avoid a C cast and modernize. |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | [clang-tidy:empty] use empty() in various places. |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | [clang-tidy:array] in dnsparser.cc use std::array. |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | clang-tidy: modernize deprecated header invarious places |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | [clang-tidy:array] getTypeString std::array<static... |
commit | commitdiff | tree |
2022-12-24 |
Axel Viala | [pdnsutils] Use const std::array for metadata whitelist. |
commit | commitdiff | tree |
2022-12-23 |
Otto Moerbeek | Merge pull request #12348 from omoerbeek/rec-tcounters... |
commit | commitdiff | tree |
2022-12-22 |
Remi Gacogne | Merge pull request #12292 from rgacogne/minicurl-smart |
commit | commitdiff | tree |
2022-12-22 |
Remi Gacogne | MiniCurl: Make it safe to reuse a MiniCurl object 12292/head |
commit | commitdiff | tree |
2022-12-21 |
Remi Gacogne | Merge pull request #12320 from rgacogne/ddist-pkcs12... |
commit | commitdiff | tree |
2022-12-21 |
Remi Gacogne | Merge pull request #12329 from rgacogne/ddist-ids-overl... |
commit | commitdiff | tree |
2022-12-21 |
Otto Moerbeek | Change the logic a bit, as negcache->get() can be calle... 12352/head |
commit | commitdiff | tree |
2022-12-21 |
zhaojingshi | change negcache stale resolveTask qtype |
commit | commitdiff | tree |
2022-12-20 |
Otto Moerbeek | Merge pull request #12347 from omoerbeek/rec-serve... |
commit | commitdiff | tree |
2022-12-20 |
Remi Gacogne | Merge pull request #10167 from rgacogne/dnsreplay-spoof... |
commit | commitdiff | tree |
2022-12-20 |
Otto Moerbeek | Ands move policy name hits to tcounters 12348/head |
commit | commitdiff | tree |
2022-12-20 |
Otto Moerbeek | Use correct logic for isEntryUsable() 12347/head |
commit | commitdiff | tree |
2022-12-20 |
Otto Moerbeek | A few tests on the new EDEs |
commit | commitdiff | tree |
2022-12-20 |
Otto Moerbeek | Introduce a context object holding vState and extendedE... |
commit | commitdiff | tree |
2022-12-20 |
Remi Gacogne | dnsreplay: Better error message 10167/head |
commit | commitdiff | tree |
2022-12-19 |
Remi Gacogne | Merge pull request #12100 from rgacogne/ddist-single... |
commit | commitdiff | tree |
2022-12-19 |
Peter van Dijk | Merge pull request #12127 from hlindqvist/ixfrdist... |
commit | commitdiff | tree |
2022-12-19 |
Otto Moerbeek | Merge pull request #12260 from omoerbeek/webserver... |
commit | commitdiff | tree |
2022-12-19 |
Peter van Dijk | Merge pull request #12284 from jsoref/github-output |
commit | commitdiff | tree |
2022-12-19 |
Otto Moerbeek | Move DNSSEC and Policy counters to TCounter object |
commit | commitdiff | tree |
2022-12-19 |
Otto Moerbeek | Merge pull request #12337 from omoerbeek/rec-tcounter... |
commit | commitdiff | tree |
2022-12-19 |
Otto Moerbeek | Update pdns/recursordist/testrunner.cc 12337/head |
commit | commitdiff | tree |
2022-12-19 |
Otto Moerbeek | Some systems have a low-resolution nanosleep(2), callin... |
commit | commitdiff | tree |
2022-12-17 |
Otto Moerbeek | Merge pull request #12309 from omoerbeek/test-anybind |
commit | commitdiff | tree |
2022-12-16 |
Remi Gacogne | dnsdist: Do not log on out-of-memory, but wait a bit... |
commit | commitdiff | tree |
2022-12-16 |
Remi Gacogne | dnsdist: Handle out-of-memory exceptions in the UDP... |
commit | commitdiff | tree |
2022-12-16 |
Otto Moerbeek | Merge pull request #12333 from omoerbeek/rec-sockbufsiz... |
commit | commitdiff | tree |
2022-12-16 |
Peter van Dijk | Merge pull request #12322 from mind04/auth-lmdb-tsig |
commit | commitdiff | tree |
2022-12-16 |
Peter van Dijk | Merge pull request #12325 from Habbie/remove-toysdig |
commit | commitdiff | tree |
2022-12-16 |
Remi Gacogne | dnsdist: Add a Lua FFI interface for metrics 12385/head |
commit | commitdiff | tree |
2022-12-16 |
Otto Moerbeek | Reformat |
commit | commitdiff | tree |
2022-12-16 |
Otto Moerbeek | Generate EDE in more cases, specifically on unreachable... |
commit | commitdiff | tree |
2022-12-16 |
Peter van Dijk | pdnsutil and testrunner need validate.hh, which the... 12325/head |
commit | commitdiff | tree |
2022-12-16 |
Otto Moerbeek | For setting socket buf size not decreasing is not an... 12333/head |
commit | commitdiff | tree |
2022-12-16 |
Otto Moerbeek | Merge pull request #12323 from omoerbeek/rec-tcounter... |
commit | commitdiff | tree |
2022-12-15 |
Remi Gacogne | dnsdist: Move DNSQuestion's EDNS options to a unique... |
commit | commitdiff | tree |
2022-12-15 |
Remi Gacogne | Merge pull request #12327 from rgacogne/ddist-fix-tcp... |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | dnsdist: Store the maximum UDP payload size in the... 12329/head |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | dnsdist: Store the initial query time in the internal... |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | Merge pull request #12328 from rgacogne/ddist-stop... |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | dnsdist: Turn DNSQuestion and DNSResponse into IDState... |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | dnsdist: Clean up unused fieds from the IDState |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | dnsdist: Refactor the handling of responses for UDP... |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | dnsdist: Add dnsdist::Protocol::isUDP() |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | dnsdist: Stop the responders more quickly during the... 12328/head |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | dnsdist: Fix the health-check timeout computation for... 12327/head |
commit | commitdiff | tree |
2022-12-14 |
Remi Gacogne | Merge pull request #12326 from omoerbeek/dnsdist-regr... |
commit | commitdiff | tree |
2022-12-14 |
Peter van Dijk | remove toysdig |
commit | commitdiff | tree |
2022-12-14 |
Otto Moerbeek | Wait for TCP responder to become active before starting... 12326/head |
commit | commitdiff | tree |
2022-12-14 |
Otto Moerbeek | rec: make response stats a tcounter object 12323/head |
commit | commitdiff | tree |
2022-12-13 |
Kees Monshouwer | auth: lmdb, fix TSIG key removal 12322/head |
commit | commitdiff | tree |
2022-12-13 |
Remi Gacogne | auth, rec: Wrap the CURL raw pointers in smart pointers |
commit | commitdiff | tree |
2022-12-13 |
Remi Gacogne | dnsdist: Fix loading PKCS12-encrypted (RC2 CBC) certs... 12320/head |
commit | commitdiff | tree |
2022-12-13 |
Otto Moerbeek | Merge pull request #12319 from omoerbeek/dnsdist-rlim_t |
commit | commitdiff | tree |
2022-12-13 |
Otto Moerbeek | Use rlim_t for limit 12319/head |
commit | commitdiff | tree |
2022-12-13 |
Otto Moerbeek | Merge pull request #12318 from omoerbeek/rec-reorg |
commit | commitdiff | tree |
2022-12-13 |
Otto Moerbeek | Step 3: reformat moved files previously not formatted 12318/head |
commit | commitdiff | tree |
2022-12-13 |
Otto Moerbeek | Step 2: mv rec specific files to recursordist |
commit | commitdiff | tree |
next |