summaryrefslogtreecommitdiff
path: root/src/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* Add ClearMetrics Dbus method.awsSimon Kelley2022-09-161-3/+9
* Split failed queries in retries in stat counting.Simon Kelley2022-09-161-1/+3
* Keep a per-DNS-server moving average of query latency.Simon Kelley2022-09-151-1/+6
* 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-151-0/+1
* Remove unused vars.Simon Kelley2022-09-131-1/+1
* Add GetServerMetrics method to DBus interface.Simon Kelley2022-09-121-0/+57
* Fix memory leak when DBUS connection fails.Simon Kelley2022-02-241-2/+5
* Bump copyright to 2022.Simon Kelley2022-01-241-1/+1
* Implements a SetLocaliseQueriesOption D-Bus method.Daniel Collins2022-01-061-0/+7
* Fix coverity warnings on dbusPetr Menšík2021-09-111-6/+15
* Fix trivial breakage of DBUS done by 85bc7534dae7711f6c82742feaa7dacb41af3f36Simon Kelley2021-06-271-5/+3
* Rationalise --server parsing and datastructure building.Simon Kelley2021-06-251-8/+6
* Major rewrite of the DNS server and domain handling code.Simon Kelley2021-06-081-1/+1
* Bump copyright notices for 2021. Happy New Year!Simon Kelley2021-01-241-1/+1
* Explicitly mark address port not usedPetr Mensik2020-04-291-1/+1
* Update copyrights to 2020.Simon Kelley2020-01-051-1/+1
* Remove nested struct/union in cache records and all_addr.Simon Kelley2019-01-021-12/+12
* Remove ability to compile without IPv6 support.Simon Kelley2018-10-231-4/+0
* Add collection of metricsJulian Kornberger2018-07-211-0/+31
* Update copyrights to 2018.Simon Kelley2018-01-011-1/+1
* Bump year in copyrights.Simon Kelley2017-06-241-1/+1
* Compilation warning fixes.Simon Kelley2017-02-281-5/+4
* Update copyright notices. Happy new year!Simon Kelley2016-01-061-1/+1
* Use poll() instead of select() to remove limits on open file descriptors.v2.74test2Simon Kelley2015-07-121-9/+8
* Test for overflowing platform FD_SET size.Simon Kelley2015-07-081-5/+3
* Add a couple of missed logging strings to the catalogue.Simon Kelley2015-06-091-2/+2
* Add Dbus methods to create and delete DHCP leases.Nicolas Cavallari2015-06-091-0/+191
* Update copyrights for dawn of 2015.Simon Kelley2015-01-311-1/+1
* Fix typo in new Dbus code.Daniel Collins2014-10-031-1/+1
* Merge branch 'loop'Simon Kelley2014-08-121-0/+34
|\
| * GetLoopServers Dbus method.Simon Kelley2014-08-121-0/+34
* | Missed update of DHCP lease datastructure.Simon Kelley2014-08-061-1/+1
|/
* Fix bug when >1 IPv6 address supplied to Dbus SetServers method.Simon Kelley2014-06-081-2/+5
* New DBus methods.Daniel Collins2014-06-071-0/+38
* Add --servers-file option.Simon Kelley2014-02-201-1/+1
* Cleanup of server reading code, preparation, for dynamic reading from files.Simon Kelley2014-02-181-115/+17
* Update copyright for 2014.Simon Kelley2014-01-081-1/+1
* Make --clear-on-reload apply to DBus API too.Simon Kelley2013-07-251-7/+16
* Fix use-after-freeSimon Kelley2013-02-051-9/+12
* Fix memory leak.Simon Kelley2013-02-041-2/+6
* Change copyright messages to include 2013.Simon Kelley2013-01-311-1/+1
* Check interface for router advertisements.v2.64rc2Simon Kelley2012-12-011-1/+1
* SetDomainServers Dbus method.Simon Kelley2012-12-011-55/+127
* Fix compilation warnings.Simon Kelley2012-10-121-1/+1
* Add SetServersEX method in DBus interface.Simon Kelley2012-09-201-87/+233
* Alternate DBus service name via --enable-dbusv2.63rc4Simon Kelley2012-08-101-9/+21
* Teach emit_dbus_signal() about IPv6 DHCPv6 leases.Simon Kelley2012-03-071-9/+18
* Updated copyright notices. Happy new year!Simon Kelley2012-01-061-1/+1
* import of dnsmasq-2.56.tar.gzv2.56Simon Kelley2012-01-051-1/+1