- Jul 19, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jul 13, 2015
-
-
Marek Vavruša authored
-
- Jul 03, 2015
-
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
- Jun 29, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
the query flags were cleared too early, and the rec never retried if the NS had ipv6 addresses, but all were bad
-
- Jun 28, 2015
-
-
Marek Vavruša authored
-
- Jun 27, 2015
-
-
Marek Vavruša authored
this fixes an issue when nameserver responds with AA=0 and authority of a CNAME target (which is in current bailiwick)
-
- Jun 24, 2015
-
-
Marek Vavruša authored
-
- Jun 13, 2015
-
-
Marek Vavruša authored
before root hints were hardcoded to the resolver, now they are present in form of a cut in the resolution context, and the modules can add/remove/replace them on the fly
-
- Jun 09, 2015
-
-
Marek Vavruša authored
fixes potential cache key oob write
-
- Jun 08, 2015
-
-
Marek Vavruša authored
this relies on a lot of things (intrinsic), frame pointer and symbol dynamic symbol table
-
- Jun 07, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
also some cleanup and version bump to Q2
-
Marek Vavruša authored
previously if NS had no A/AAAA records, they we’re looked up in subrequests, after that a new NS was reelected (possibly preferring another unknown), now it stays true to the NS of choice and changes only if it is unuseable
-
Marek Vavruša authored
-
Marek Vavruša authored
the cache_peek() api was reworked to return an error code instead, from this the caller can tell whether the record is present (but expired) or missing. this save a secondary CNAME lookup in case the original record was just expired
-
- Jun 06, 2015
-
-
Marek Vavruša authored
this LRU-like cache tracks lame nameservers, unresolvable nameservers (to not waste resources in trying to resolve them), and possibly other features (extension support, …)
-
- Jun 05, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Jun 04, 2015
-
-
Marek Vavruša authored
-
Karel Slaný authored
The parsing of *.rpl files failed on reading DS records because the algorithm identifier is a string rather than a number.
-
Marek Vavruša authored
-
- Jun 02, 2015
-
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
Grigorii Demidov authored
-
- Jun 01, 2015
-
-
Grigorii Demidov authored
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
- May 29, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Grigorii Demidov authored
-
Marek Vavruša authored
-
- May 28, 2015
-
-
Grigorii Demidov authored
-
Marek Vavruša authored
if the query is satisfied from cache, it doesn’t need a zone cut lookup, so it may be deferred until an outbound query is about the be issued.
-
- May 27, 2015
-
-
Marek Vavruša authored
this prepares cache/txn structures to hold API as well, so we can get rid of the global api
-