summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix namebuff overwrite leading to wrong log after socket bind warning.Simon Kelley2022-09-091-3/+3
* Remove fast-retry development logging.Simon Kelley2022-09-061-3/+0
* Add --use-stale-cache option.Simon Kelley2022-09-068-76/+238
* Add --fast-dns-retry option.Simon Kelley2022-09-067-44/+166
* Add --port-limit option.Simon Kelley2022-09-064-11/+64
* Add DHCPv4 option 108 "ipv6-only" to the options table.v2.87rc1Simon Kelley2022-09-061-0/+1
* Fix logic when a SERVFAIL reply is received after good replt for DNSSEC.Simon Kelley2022-09-061-3/+6
* Add source address to RA packet dumps.Simon Kelley2022-09-061-1/+7
* Fix DHCPv6 relay to use a more sensble source address.Simon Kelley2022-09-062-15/+10
* Free sockets awaiting upstream DNS replies ASAP.Simon Kelley2022-09-061-0/+7
* Tweak packet dump code to make port numbers more accurate.Simon Kelley2022-09-058-84/+120
* Simplify realloc use in poll.cSimon Kelley2022-08-111-12/+4
* Introduce whine_reallocPetr Menšík2022-08-116-24/+24
* CHANGELOG typo.v2.87test9Simon Kelley2022-08-081-1/+1
* Fix bad interaction between --address=/#/<ip> and --server=/some.domain/#Simon Kelley2022-08-082-6/+17
* Bound the value of UDP packet size in the EDNS0 header ofBertie, Taylor2022-07-312-2/+12
* Update man page on DHCP data provided to scripts. Provide requested options f...Simon Kelley2022-07-314-15/+27
* Fix bit-rotted data handling code for LUA scripts.Simon Kelley2022-07-313-15/+14
* Tidy last two commits.Simon Kelley2022-07-312-25/+14
* Pass MUD URLs (RFC 8520) supplied via DHCPv4 to DHCP scriptsKevin Yeich2022-07-293-0/+11
* Pass MUD URLs (RFC 8520) supplied via DHCPv6 to DHCP scriptsHugo Hakim Damer2022-07-293-2/+15
* Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2022-07-1912-34/+73
|\
| * Fix comment typo.Simon Kelley2022-07-191-1/+1
| * Fix parsing of IPv6 addresses with peer from netlink.Beniamino Galvani2022-05-271-1/+10
| * Add the ability to specify destination port in DHCP-relay mode.Simon Kelley2022-05-267-7/+36
| * Fix outdated comment.Simon Kelley2022-05-261-1/+1
| * Update GNU GPL file.Petr Menšík2022-05-131-22/+21
| * Also log upstream port for dnssec-retryDominik Derigs2022-04-181-2/+2
| * Add inode compare while checking resolv file change袁建鹏2022-04-182-1/+3
* | Fix comment typo.Simon Kelley2022-07-071-1/+1
|/
* Fix write-after-free error in DHCPv6 code. CVE-2022-0934 refers.Simon Kelley2022-03-312-21/+30
* Add DNSMASQ_DATA_MISSING envvar to lease-change script.Simon Kelley2022-03-222-1/+13
* Manpage update for --localise-queries.Simon Kelley2022-03-051-1/+2