- 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
fixes #42
-
- Nov 16, 2015
-
-
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 13, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Nov 12, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Nov 05, 2015
-
-
Marek Vavruša authored
-
- Oct 28, 2015
-
-
Marek Vavruša authored
this is Unbound's 'forward-zone' on steroids
-
Marek Vavruša authored
resolved() returns true if current query is resolved (i.e. authoritative) final() returns true if current query is resolved and is not a subrequest (has no parent)
-
- Oct 27, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Oct 26, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
this yields much better contrast in this situation, where one country overshadows the rest on a linear scale
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Oct 24, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Oct 23, 2015
-
-
Marek Vavruša authored
-
- Oct 22, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Oct 19, 2015
-
-
Marek Vavruša authored
-
- Oct 18, 2015
-
-
Marek Vavruša authored
in case the address matches multiple names, the lexicographically first domain name is returned meaning \5host1\3com is after \5host1\2cz \5host2 is after \5host1 \3aaa is after \2zz
-
- Oct 15, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Oct 13, 2015
-
-
Marek Vavruša authored
current processed query is always in `request->current_query`
-
- Oct 10, 2015
-
-
Marek Vavruša authored
if the query has RD=0 or is ANY, only cache is probed for ANY, only A/AAAA/MX is checked and no query is forwarded to the authoritatives
-
- Oct 06, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Oct 05, 2015
-
-
Marek Vavruša authored
- can query cache for records - can remove only domain or subtree from cache - can remove data in packet cache or other prefixes - cache clear also reset NS reputation tracking
-
- Oct 02, 2015
-
-
Marek Vavruša authored
same for LDFLAGS. this fixes common problem where CFLAGS after make was evaluated as a make variable and replaced the default, while before as env variable and was prepended to the default string. now they both behave as an env. variable
-
- Oct 01, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Sep 28, 2015
-
-
Marek Vavruša authored
-
- Sep 27, 2015
-
-
Marek Vavruša authored
this is useful if we want to prefetch or update data in cache, it doesn’t affect the lookup of closest known zone cut
-