summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warning in cache.cBrad Smith2022-11-261-1/+3
* Make max staleness of stale cache entries configurable and default to one day.Dominik Derigs2022-11-265-11/+39
* Fix use-after-free in mark_servers()Petr Menšík2022-11-261-3/+5
* fixup! Handle DS records for unsupported crypto algorithms.Petr Menšík2022-11-221-1/+1
* Merge i18n strings.v2.88rc4Simon Kelley2022-11-2111-5870/+7559
* Add /etc/hosts gotcha to man page section for --dhcp-hosts.Simon Kelley2022-11-211-1/+2
* Optimise readng large number --server options at start up.Simon Kelley2022-11-213-21/+49
* Fix CHANGELOG typos.Matthias Andree2022-11-181-8/+8
* Update german translation for release 2.88.Conrad Kostecki2022-11-171-4/+4
* Fix SEGV on --local= added by immediately previous commit.v2.88rc3Simon Kelley2022-11-171-6/+8
* Fix struct hostinfo free code and BSD compile.v2.88rc2Simon Kelley2022-11-173-22/+27
* Handle DS records for unsupported crypto algorithms correctly.v2.88rc1Simon Kelley2022-11-163-24/+44
* Fix GOST signature algorithms for DNSSEC validation.Simon Kelley2022-11-161-7/+9
* Handle known DNSSEC signature algorithms which are not supported.Simon Kelley2022-11-131-1/+12
* Fix --server=/domain/#v2.88test3Simon Kelley2022-11-071-2/+4
* Fix --server with multiple domains.Simon Kelley2022-11-071-17/+20
* Make specifying nameservers by name work for DBus API.Simon Kelley2022-11-073-19/+59
* Call freeaddrinfo() in domain_rev[46]()Simon Kelley2022-11-071-0/+6
* Extend specifying DNS servers by domain-name to --rev-serverv2.88test2Simon Kelley2022-11-064-31/+56
* Fix breakage of --local=/domain.name/1.2.3.4 in immediately previous commit.Simon Kelley2022-11-061-4/+8
* Allow domain names as well is IP addresses in --server options.Dominik Derigs2022-11-055-86/+267
* Bump Debian version and close bug.Simon Kelley2022-11-021-0/+8
* Reconcile "names" and "address" counts when reading hostfiles.Simon Kelley2022-10-302-6/+6
* Inotify: make "flushed" log message more understandable.Simon Kelley2022-10-271-4/+4
* Do not (try to) re-read deleted files inside a --hostsdir.Dominik Derigs2022-10-271-3/+9
* Fix in dhcpv4 rapid-commit code.Simon Kelley2022-10-271-1/+8
* Add --no-round-robin option.Simon Kelley2022-10-185-4/+22
* Fix loss of DNS servers on config reload.Simon Kelley2022-10-172-2/+14
* Handle multiple addresses when removing duplicates in host files.Dominik Derigs2022-10-161-6/+7
* Enhance --hostdir so that records are automatically removed when re-reading.Dominik Derigs2022-10-165-2/+33
* Improve logging of DNS record source from --hostsdir files.Dominik Derigs2022-10-164-65/+119
* Move fast-dns-retry and use-stale-cache writeups in the CHANGELOG.v2.88test1Simon Kelley2022-10-141-16/+16
* Merge branch 'aws'Simon Kelley2022-10-1315-162/+758
|\
| * Add ClearMetrics Dbus method.awsSimon Kelley2022-09-164-3/+34
| * Optimise cache code when stale caching in use.Simon Kelley2022-09-161-4/+9
| * Don't exclude stale-cache answers from "local answered" metric.Simon Kelley2022-09-161-1/+3
| * Initialise modified-moving-average latency calc better.Simon Kelley2022-09-161-1/+4
| * Split failed queries in retries in stat counting.Simon Kelley2022-09-164-6/+11
| * Tweak server-selection logic in the fast-retry case.Simon Kelley2022-09-151-7/+8
| * Keep a per-DNS-server moving average of query latency.Simon Kelley2022-09-154-8/+22
| * Combine server stats from all records for the same server in DBUS method.Simon Kelley2022-09-151-18/+31
| * Count NXDOMAIN replies from each server.Simon Kelley2022-09-154-5/+12
| * Add metric for queries which never see an answer.Simon Kelley2022-09-153-0/+4
| * Make fast-retry more configurable and do exponential backoff.Simon Kelley2022-09-155-18/+40
| * Remove unused vars.Simon Kelley2022-09-131-1/+1
| * Return EDE_STALE extended error when returning stale data from cache.Simon Kelley2022-09-121-1/+14
| * Add stale cache replies to metrics.Simon Kelley2022-09-124-1/+5
| * Add GetServerMetrics method to DBus interface.Simon Kelley2022-09-122-0/+62
| * Further optimisation of --port-limit.Simon Kelley2022-09-094-15/+64
| * Second try at port-limit option.Simon Kelley2022-09-094-23/+50