summaryrefslogtreecommitdiff
path: root/src/dns/nm-dns-systemd-resolved.c
Commit message (Expand)AuthorAgeFilesLines
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-1/+0
* dns: return error reason from nm_dns_plugin_update()Thomas Haller2019-09-261-1/+2
* dns: drop get_name() and is_caching() virtual functions for klass variablesThomas Haller2019-09-261-17/+3
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* src: use nm_dbus_connection_call_start_service_by_name()Thomas Haller2019-05-121-12/+6
* all: use nm_clear_g_dbus_connection_signal() helperThomas Haller2019-05-121-4/+2
* all: use nm_dbus_connection_signal_subscribe_name_owner_changed()Thomas Haller2019-05-121-33/+16
* core: use NM_MAIN_DBUS_CONNECTION_GET macroThomas Haller2019-05-121-1/+1
* shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-181-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* dns: use GDBusConnection instead of GDBusProxy in "nm-dns-systemd-resolved.c"Thomas Haller2019-04-091-60/+106
* connectivity: avoid D-Bus activating systemd-resolved when we know it's not usedThomas Haller2019-04-091-0/+16
* dns: only update systemd-resolved when it existsThomas Haller2019-04-091-15/+93
* dns: ratelimit warnings about failure to send updates to NMDnsSystemdResolvedThomas Haller2019-04-091-4/+15
* dns: log about what NMDnsSystemdResolved is doingThomas Haller2019-04-091-3/+10
* dns: fix meanleak in nm-dns-systemd-resolved's call_done()Thomas Haller2019-04-091-1/+1
* dns: fix memory leak of errorBeniamino Galvani2019-03-261-2/+1
* all: remove \n endings from log callsLubomir Rintel2018-10-121-1/+1
* dns: don't let the plugins assert the bus manager has a connectionLubomir Rintel2018-09-181-18/+10
* core: add support for connection.llmnrBeniamino Galvani2018-09-061-4/+24
* dns: sd-resolved: honor dns-priorityBeniamino Galvani2018-05-141-38/+16
* all: use nm_utils_hash_keys_to_array()Thomas Haller2018-03-271-8/+4
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-3/+3
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-1/+1
* dns: introduce routing domainsBeniamino Galvani2018-01-121-11/+10
* dns: systemd-resolved: use generic ip-config functionsBeniamino Galvani2018-01-121-35/+10
* core: implement setting MDNS setting for systemdThomas Haller2018-01-091-2/+29
* core: rework tracking config in dns-manager to use ifindexThomas Haller2018-01-091-48/+11
* dns: rework pending request-queue in NMDnsSystemdResolvedThomas Haller2018-01-091-26/+56
* dns: refactor update() in NMDnsSystemdResolved to use a hash tableThomas Haller2018-01-091-47/+45
* dns: add mechanism for propagating mDNS setting.Ismo Puustinen2018-01-091-0/+43
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-5/+3
* core: replace nm_dns_ip_config_data_get_dns_priority()Thomas Haller2017-11-081-2/+3
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-24/+16
* dns: merge IPv4 and IPv6 implementation for update_add_ip_config()Thomas Haller2017-10-091-57/+54
* dns: don't clone DNS configs list for nm_dns_plugin_update()Thomas Haller2017-06-191-4/+4
* dns: fix negative ipv4.dns-priority for systemd-resolvedThomas Haller2017-06-191-7/+17
* dns: make configs argument to update a const pointerThomas Haller2017-06-191-2/+2
* dns/systemd: remove unused device lookup in add_interface_configuration()Thomas Haller2017-06-191-3/+0
* dns/resolved: consider configuration from unmanaged devicesBeniamino Galvani2017-02-241-3/+0
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-2/+2
* build: rename "src/dns-manager" to "src/dns"Thomas Haller2016-11-211-0/+428