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
Age
Commit message (
Expand
)
Author
2020-01-20
We can not share a cache between validating and resolving strategies.
Florian Obser
2019-12-23
Ralph Dolmans from nlnetlabs points out that libunbound uses
Florian Obser
2019-12-20
Try to bind to port 53 before opening the control socket.
Florian Obser
2019-12-18
Workaround unbound github issue #99.
Florian Obser
2019-12-18
Update to libunbound 1.9.6
Florian Obser
2019-12-18
Implement unwindctl status memory to show chache memory usage.
Florian Obser
2019-12-18
Rework unified cache handling to be able to unify key and neg caches.
Florian Obser
2019-12-18
Use neg and key cache from the passed in environment if initialized so that
Florian Obser
2019-12-15
Make this fit in 80 cols.
Florian Obser
2019-12-15
Allow more outgoing ports, the default 16 is pretty tight for the
Otto Moerbeek
2019-12-14
Be less aggressive pre-allocating memory; ok florian@
Otto Moerbeek
2019-12-14
Simplify resolve_done.
Florian Obser
2019-12-14
No use to create resolvers we know are going to be dead; ok florian@
Otto Moerbeek
2019-12-13
Don't try dead resolvers; ok florian@
Otto Moerbeek
2019-12-13
print type as type and not as rcode
Otto Moerbeek
2019-12-13
Revert two files committed by accident
Otto Moerbeek
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
Plug two mem leaks in udp_receive() and zap unneeded allocations;
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
More compact two column format for first section of status display; use
Otto Moerbeek
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-06
Stop fiddling with openlog / closelog in libunbound. unwind handles
Florian Obser
2019-12-05
be less verbose in debug logging; ok florian@
Otto Moerbeek
2019-12-05
Tell a little bit how "preference" works these days; ok florian@
Otto Moerbeek
2019-12-04
When we detect that a resolver strategy is not validating because the
Florian Obser
2019-12-04
Use NI_MAXHOST like everywhere else instead of a wrong number.
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
Add missing space between "accept" and "bogus"
kn
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
Don't hand-roll TAILQ_CONCAT in a slow way.
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
No more example file; ok florian@
Otto Moerbeek
[next]