- Nov 25, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Nov 24, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
if the NSLIST already has a candidate with addresses, never replace current leader with an empty one. otherwise if the former leader address was tried and failed, new empty leader would be blamed for this and penalized
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
policy has policy.todnames() for table of names
-
- Nov 21, 2015
-
-
Marek Vavruša authored
-
- Nov 20, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Nov 19, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
refs #33
-
Marek Vavruša authored
refs #33
-
Grigorii Demidov authored
-
- 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
-