index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
unwind
/
resolver.c
Age
Commit message (
Expand
)
Author
2019-12-13
Avoid leaks by using the _buf versions of sldns_wire2str_* functions.
Otto Moerbeek
2019-12-12
Only create (and check) resolvers listed in preferences.
Florian Obser
2019-12-11
Plug leaks related to running queue maintenance. ok florian@
Otto Moerbeek
2019-12-10
Similar to doubting NXDOMAIN when we just switched networks we also
Florian Obser
2019-12-08
Limit advertised UDP payload size to 1232 bytes to prevent PMTU /
Florian Obser
2019-12-08
Turn opportunistic DoT into their own strategies.
Florian Obser
2019-12-06
Log why an answer is bogus.
Florian Obser
2019-12-06
Use the middle of the histogram bar in the median computations
Otto Moerbeek
2019-12-05
be less verbose in debug logging; ok florian@
Otto Moerbeek
2019-12-04
When we detect that a resolver strategy is not validating because the
Florian Obser
2019-12-04
If we see a validated result, we can (must!) assume the resolver is
Otto Moerbeek
2019-12-03
Cleanup query logging.
Florian Obser
2019-12-03
Cleanup check_resolver_done() debug logging.
Florian Obser
2019-12-03
Add one more debug level and enable very detailed libunbound logging
Florian Obser
2019-12-03
No need to store "why_bogus" with the resolver, we are no longer
Florian Obser
2019-12-03
Remove useless log_debug() calls.
Florian Obser
2019-12-03
No more status subcommands; ok florian@
Otto Moerbeek
2019-12-02
Save the computed median to avoid having it to compute it all the time;
Otto Moerbeek
2019-12-02
Use a unified cache in all libunbound based resolvers.
Florian Obser
2019-12-02
increment refcount before doing the call to resolve(); ok florian@
Otto Moerbeek
2019-12-02
Add an "all" mode for status and a much more compact and readable histogram
Otto Moerbeek
2019-12-01
Allow forcing specific domains to be resolved by specific resolvers;
Otto Moerbeek
2019-11-30
make sure we only pass normalized timevals for the next resolver interval;
Otto Moerbeek
2019-11-30
Not being able to create a resolver is not a fatal condition in unwind,
Florian Obser
2019-11-29
While we learn how the "decaying" histogram works it's helpful to show
Florian Obser
2019-11-28
The happy eyeballs code computes a median to assess how well a
Otto Moerbeek
2019-11-28
show median RTT in unwindctl status
Florian Obser
2019-11-28
Track all elements of a forwarder configuration individually:
Florian Obser
2019-11-27
Instead of only considering if a resolving strategy is dead, works or
Florian Obser
2019-11-27
Move resolver preference storage to a struct which makes it easier to
Florian Obser
2019-11-27
Nuke http captive portal detection; something better is coming.
Florian Obser
2019-11-25
simplify histogram code and cut off at < limit, as the histogram display in
Otto Moerbeek
2019-11-25
Signal what happened, not what needs doing.
Florian Obser
2019-11-23
plug memory leak
Florian Obser
2019-11-23
An if_index of zero signals to remove all previous proposals from a
Florian Obser
2019-11-22
Use a table for unbound options; ok florian@
Otto Moerbeek
2019-11-22
Treat DNS proposals as replacement of previous proposals from the same
Florian Obser
2019-11-21
Track on which interface nameservers have been learned.
Florian Obser
2019-11-20
Check for a too short answer packet in all callback functions because
Florian Obser
2019-11-19
Print learned forwarders in unwindctl.
Florian Obser
2019-11-19
Proposals from dhclient are sometimes replacements.
Florian Obser
2019-11-19
Stop dhcp lease file parsing now that dhclient sends proposals.
Florian Obser
2019-11-15
Improve readability by using a typedef for the callback type; ok florian@
Otto Moerbeek
2019-11-14
With the stub resolver we have since some time we can resolve the
Florian Obser
2019-11-14
Checking a resolver that we are already checking can lead to a
Florian Obser
2019-11-14
Since resolve() switched to a callback mechanism all uw_resolver objects
Florian Obser
2019-11-12
we might not have a best resolver at all
Florian Obser
2019-11-12
do not leak buf or region if either fails to allocate
Florian Obser
2019-11-12
we are not using was_ratelimited
Florian Obser
2019-11-12
Pass in a callback function to resolve() instead of a flag to
Florian Obser
[prev]
[next]