You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* nlnet/master:
- Remove case fallthrough from deprecate-rsa-1024 code.
- Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024.
- FixNLnetLabs#485: Unbound occasionally reports broken stats.
- Rerun flex and bison.
- Fix to squelch tcp socket bind failures when the interface is gone.
- Add more logging for out-of-memory cases.
- Fix for NLnetLabs#367: only attempt to get the interface for queries that are no longer on the tcp_waiting_list.
Clearer template text since not everyone can reopen GitHub issues.
Changelog note for NLnetLabs#478 - Merge NLnetLabs#478: Allow configuration of TCP timeout while waiting for response.
Changelog note and improved comment. - FixNLnetLabs#481: Fix comment in configuration file.
doc/example.conf.in: Clarify comment for `auto-trust-anchor-file`
- Add that log-servfail prints an IP address and more information about one of the last failures for that query.
Allow configuration of TCP timeout while waiting for response
Create issue templates
- Fix compiler warning for signed/unsigned comparison for max_reuse_tcp_queries.
- FixNLnetLabs#474: always_null and others inside view.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows us to configure how long Unbound will wait for a response
on a TCP connection.
Related to #470