- Feb 28, 2017
-
-
Vladimír Čunát authored
-
- Jan 25, 2017
-
-
Ondřej Surý authored
-
- Jan 16, 2017
-
-
Ondřej Surý authored
-
- Dec 12, 2016
-
-
Ondřej Surý authored
Split NDEBUG to NDEBUG (asserts) and NOVERBOSELOG (verbose logging); rename all related symbols to use VERBOSE instead of DEBUG
-
- Nov 28, 2016
-
-
Vladimír Čunát authored
-
- Nov 14, 2016
-
-
Ondřej Surý authored
-
- Nov 08, 2016
-
-
Vladimír Čunát authored
It causes lots of line changes, but it would be confusing to keep the current state over long term.
-
- Oct 19, 2016
-
-
Vladimír Čunát authored
The cookie module could segfault due to the `opt` pointer not being initialized when no EDNS was sent in the incoming request.
-
- Sep 27, 2016
-
-
Marek Vavruša authored
-
- Sep 05, 2016
-
-
Marek Vavruša authored
if the score is known (and not glued), the retry rate is <avg(rtt), 250ms> if the NS score is unknown or worse than 250ms, it is always retried at this rate all other servers in the list use default rate
-
- Aug 25, 2016
-
-
Vladimír Čunát authored
Consequently, there's no use for worker_reserve in the header.
-
- Aug 24, 2016
-
-
Ondřej Surý authored
timeouts over TCP when <n> first nameservers timeout over UDP as previously the TCP would connect again to the first and only the first nameserver in task->addrlist. This would need to be ultimately fixed in TCP Fast Retransmit.
-
- Aug 11, 2016
-
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
The control structure is part of the resolver context.
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
Use ENABLE_cookies=yes variable to compile functionality.
-
Karel Slaný authored
-
Karel Slaný authored
Cookies are not stored in separate cache.
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
Karel Slaný authored
-
- Aug 05, 2016
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Marek Vavruša authored
the TLS sessions now bypass the usuall event loop asynchronous iops this is because the whole operation is synchronous right now, and implementing asynchronous send operations would require TLS session to restart write events on the event loop and making sure the "on complete" callback is called eventually
-
Daniel Kahn Gillmor authored
-
- Jul 16, 2016
-
-
Daniel Kahn Gillmor authored
-