- Aug 02, 2016
-
-
Filip Siroky authored
-
Daniel Salzman authored
-
Dominik Taborsky authored
Trie index: minor improvements Main point: don't segfault when trying to use an ordered index that wasn't built, and instead rebuild it for that particular node whenever needed. More details in commit messages. Note: over longer term I expect a different solution for tries, at which point this simple MR would become irrelevant. See merge request !566
-
Daniel Salzman authored
Fixes #466 by adding a "strict" flag to the apply context structure. The "strict" flag is also applied with DNSSEC signing (event handler and when zone-loading) but it is not applied when loading and applying changesets from journal and within zone_update (which takes care of DDNS and jetconf so far). See merge request !567
-
Dominik Taborsky authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
When an index is required, rebuild it instead of using the NULL pointer. This allows lazy approach, as index rebuilding is relatively expensive and it might not be clear if it's needed before another change happens. The price of the added unlikely(==NULL) checks is *very* low.
-
Vladimír Čunát authored
- ensure invalidation even when malloc fails (in hhash_map) - check it is invalidated whenever the key set changes - don't rebuild a valid index, so hhash_build_index() is cheap if valid
-
- Aug 01, 2016
-
-
Ondřej Surý authored
kdig: add EDNS0 Padding and query alignment support See merge request !565
-
Daniel Salzman authored
-
- Jul 31, 2016
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jul 29, 2016
-
-
Dominik Taborsky authored
-
- Jul 28, 2016
-
-
Dominik Taborsky authored
nameserver: merge duplicate answer functions See merge request !564
-
- Jul 27, 2016
-
-
Daniel Salzman authored
-
- Jul 26, 2016
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Ondřej Surý authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jul 25, 2016
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
Payload test See merge request !562
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Jul 22, 2016
-
-
-
Filip Siroky authored
-
Daniel Salzman authored
Conf cache optimization See merge request !561
-
-
-
Jan Včelák authored
-
Dominik Taborsky authored
-
Karel Slaný authored
-
Karel Slaný authored
-