summaryrefslogtreecommitdiff
path: root/src/nm-config-data.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-24dns: allow loading nm-dns-systemd-resolve alongside other DNS pluginsLubomir Rintel1-0/+1
2018-09-06core: add nm_config_data_get_connection_default_int64()Beniamino Galvani1-0/+7
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-3/+3
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-2/+0
2018-03-27config/trivial: rename dns_config local variableThomas Haller1-9/+9
2017-12-27core: extend nm_match_spec_device_by_pllink() with the device-typeThomas Haller1-0/+1
2017-12-27core: add nm_config_data_get_device_config_by_pllink() to lookup per-device c...Thomas Haller1-0/+5
2017-11-27core: cache "autoconnect-retries-default" in NMConfigDataThomas Haller1-0/+2
2017-10-31config: remove nm_config_data_get_value_cached()Thomas Haller1-1/+0
2017-10-31config: add nm_config_data_get_value_int64() utilThomas Haller1-0/+1
2017-08-17config: add an API to disable connectivity check via internal config file.James Henstridge1-0/+2
2017-04-19core: allow setting SR-IOV num_vfsBeniamino Galvani1-0/+2
2017-02-06build: fix -Wignored-qualifiers warningsThomas Haller1-1/+1
2016-11-25config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller1-0/+1
2016-10-04core: refactor private data in "src"Thomas Haller1-8/+1
2016-06-30config: add support for per-device configuration to NetworkManager.confThomas Haller1-0/+11
2016-06-01config: cleanup includesThomas Haller1-7/+0
2016-06-01config,dns: support Reload flags to specify that only parts should be reloadedThomas Haller1-2/+24
2016-06-01config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller1-16/+45
2015-11-22main: add argument --print-config to NetworkManagerThomas Haller1-1/+4
2015-10-01manager: export DNS global configuration D-Bus propertyBeniamino Galvani1-0/+3
2015-10-01dns: add support for global configuration in DNS managerBeniamino Galvani1-0/+1
2015-10-01core: add support for reading global DNS configuration from keyfileBeniamino Galvani1-0/+17
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2015-07-14config: add nm_config_data_get_value_cached() functionThomas Haller1-0/+1
2015-07-02config: add write support to atomic-sectionsThomas Haller1-0/+1
2015-07-02config: add write support for NMConfigThomas Haller1-6/+18
2015-07-02config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller1-2/+19
2015-07-02config: add config utility accessorsThomas Haller1-0/+5
2015-07-02config: log configuration at startup and on reloadThomas Haller1-0/+2
2015-07-02config: add nm_config_data_get_value_boolean()Thomas Haller1-0/+1
2015-07-02config: get rid of @error argument to nm_config_data_get_value()Thomas Haller1-1/+1
2015-07-02config: fix evaluation of no-auto-default settingThomas Haller1-1/+1
2015-06-25config: pass signals to nm_config_reload()Thomas Haller1-6/+11
2015-06-05config: support a [connection] section to NetworkManager.conf to specify conn...Thomas Haller1-0/+4
2015-06-02device: don't assume by default IPv6LL-only connectionsBeniamino Galvani1-0/+1
2015-05-05config: make ignore-carrier option reloadableThomas Haller1-0/+2
2015-05-04dns: allow runtime selection of resolv.conf managerBeniamino Galvani1-0/+2
2015-02-25config: move dns mode configuration to NMConfigDataLubomir Rintel1-0/+4
2015-02-03config: use flags argument in config-changed signal instead of a hash tableThomas Haller1-1/+12
2015-02-03config: move no-auto-default to NMConfigDataThomas Haller1-0/+6
2015-02-03config: move keyfile values to NMConfigDataThomas Haller1-0/+3
2015-02-03config: add new function nm_config_data_diff()Thomas Haller1-0/+2
2015-02-03config: move main_file and description to NMConfigDataThomas Haller1-1/+8
2015-02-03config: refactor reloading not to create a second NMConfig instanceThomas Haller1-5/+2
2015-02-03config: add new NMConfigData classThomas Haller1-0/+65