- Nov 18, 2015
-
-
Marek Vavruša authored
this fixes a bug when NS drops out of cache, but it's TA not, so i.e. we end up with TA 'cz' and NS in '.', but we need the root TA
-
Marek Vavruša authored
bad control flow, the zone cut should be checked for root, as the second condition checks if SNAME is at/below cut so the outcome is the same for root query
-
Marek Vavruša authored
-
Marek Vavruša authored
the copy doesn't take cdata length into account, but measures string len refs #43
-
Marek Vavruša authored
-
Marek Vavruša authored
refs #43
-
- Nov 17, 2015
-
-
Marek Vavruša authored
this fixes a bug when a text-declared type wasn’t reused and LJ eventually segfaulted in ffi.new after a lot of redeclarations
-
Marek Vavruša authored
-
Marek Vavruša authored
the current Go doesn’t support c-shared on other architectures than amd64
-
Marek Vavruša authored
fixes #42
-
Marek Vavruša authored
fixes #41
-
- Nov 16, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
this module allows to rewrite address ranges in answers to different address ranges specified in configuration
-
- Nov 15, 2015
-
-
Marek Vavruša authored
this allows daemon to try other NSs for fast retransmit if the best chosen NS doesn’t respond within time limit
-
Marek Vavruša authored
-
Marek Vavruša authored
instead of single I/O request per step, the daemon now retries all addresses in the selection with 300ms timeout between tries. there are len(list) + len(list)/2 tries the idea is to reduce latency when UDP request doesn't punch through, or some NSs are overwhelmed/faulty
-
- Nov 13, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
RRs may be touched after resolution completion, this copies RR from temporary per-recv buffer to answer, which is persistent for the whole duration of request
-
Marek Vavruša authored
-
Marek Vavruša authored
if the library or daemon is compiled with address sanitizer, objects in freelists are poisoned to detect use-after-recycle errors it is not currently used in the library, as there are no freelists
-
Marek Vavruša authored
-
- Nov 12, 2015
-
-
Marek Vavruša authored
refs #33
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Nov 05, 2015
-
-
Marek Vavruša authored
-
- Nov 03, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
refs #16
-
Marek Vavruša authored
-
- Oct 29, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Oct 28, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
this is Unbound's 'forward-zone' on steroids
-
Marek Vavruša authored
the library is able to resolve query in stub mode (no referral chasing, zone cut lookup) if asked to validator turns off for stub queries, validating stub is NYI
-