- Apr 28, 2015
-
-
Marek Vavruša authored
previously cryptolib random function was used to generate message id, this works well but it is slow especially when the entropy is low, replaced with cryptographically safe prng ISAAC the ccan directory is going to be used in the future, as it's include structure makes it easy to embed C snippets instead of reimplementing them
-
Marek Vavruša authored
the encloser might exist and contain valid data, the resolver would return wrong records in this case
-
- Apr 22, 2015
-
-
Marek Vavruša authored
-
- Apr 18, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
instead of keeping just random NS and address, it keeps a map of nameservers => {addresslist} this allows scoring and correct NS election, fallback and evaluation
-
- Apr 10, 2015
-
-
Karel Slaný authored
-
- Mar 27, 2015
-
-
Marek Vavruša authored
-
- Mar 18, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Mar 12, 2015
-
-
Marek Vavruša authored
-
- Mar 10, 2015
-
-
Marek Vavruša authored
-
- Feb 23, 2015
-
-
Marek Vavruša authored
-
- Feb 18, 2015
-
-
Marek Vavruša authored
-
- Feb 16, 2015
-
-
Marek Vavruša authored
-
- Feb 15, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Feb 13, 2015
-
-
Marek Vavruša authored
-
- Feb 11, 2015
-
-
Marek Vavruša authored
-
- Feb 09, 2015
-
-
Marek Vavruša authored
-
- Feb 02, 2015
-
-
Marek Vavruša authored
-
- Jan 28, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jan 21, 2015
-
-
Marek Vavruša authored
this fixes resolution of multi-level queries, when a side query encounters a nameserver that requires address resolution
-
Marek Vavruša authored
-
- Jan 20, 2015
-
-
Marek Vavruša authored
-
- Jan 05, 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
-
Marek Vavruša authored
-
- Dec 30, 2014
-
-
Marek Vavruša authored
-
- Dec 29, 2014
-
-
Marek Vavruša authored
as glue (or any additionals) are NOT cached
-
Marek Vavruša authored
- cache is now fully optional, resolution works without cache as well - proper mempool per each request, not mixed - zone cut resolution doesn't need any per-context memory - now it's possible to do qname minimization - rplan keeps tabs on resolved queries - added documentation etc.
-
- Dec 08, 2014
-
-
Marek Vavruša authored
- correct processing of NS records in the authoritative answers
-
- Nov 27, 2014
-
-
Marek Vavruša authored
-
- Oct 28, 2014
-
-
Marek Vavruša authored
-
- Sep 04, 2014
-
-
Marek Vavruša authored
this is a little hacked, I'd like to do list of nested transactions later and short-lived read transactions.
-
- Aug 29, 2014
-
-
Marek Vavruša authored
-