summaryrefslogtreecommitdiff
path: root/src/nm-config-data.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-02-12all: cache errno in local variable before using itThomas Haller1-1/+0
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-2/+0
2018-12-11dns: fix connecting signals to DNS plugin in init_resolv_conf_mode()Thomas Haller1-1/+2
2018-12-01core: add checks on connection default propertiesBeniamino Galvani1-0/+13
2018-12-01config: use macros for config keysBeniamino Galvani1-20/+65
2018-11-01device: add "dhcp-plugin" match spec for deviceThomas Haller1-1/+5
2018-09-24dns: allow loading nm-dns-systemd-resolve alongside other DNS pluginsLubomir Rintel1-0/+10
2018-09-06core: add nm_config_data_get_connection_default_int64()Beniamino Galvani1-0/+14
2018-08-10shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller1-6/+6
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-5/+5
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-04-18all: replace "it's" with "its" where neededBeniamino Galvani1-1/+1
2018-04-04core: fix infinite loop in evaluating global dns configurationBeniamino Galvani1-5/+5
2018-03-27config: cleanup fields in NMGlobalDnsConfigThomas Haller1-69/+111
2018-03-27config/trivial: rename dns_config local variableThomas Haller1-66/+66
2017-12-27core: extend nm_match_spec_device_by_pllink() with the device-typeThomas Haller1-1/+6
2017-12-27core: add nm_config_data_get_device_config_by_pllink() to lookup per-device c...Thomas Haller1-3/+37
2017-11-27core: cache "autoconnect-retries-default" in NMConfigDataThomas Haller1-6/+18
2017-10-31config: remove nm_config_data_get_value_cached()Thomas Haller1-21/+0
2017-10-31config: add nm_config_data_get_value_int64() utilThomas Haller1-1/+23
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller1-2/+2
2017-08-17config: add an API to disable connectivity check via internal config file.James Henstridge1-1/+22
2017-06-22device: handle default for unset ignore-carrier option depending on deviceThomas Haller1-2/+9
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+1
2017-03-08all/trivial: unify construct-only property commentsThomas Haller1-1/+5
2017-02-17core: use define for atomic-section-prefix setting for NMConfigThomas Haller1-1/+1
2017-02-06build: fix -Wignored-qualifiers warningsThomas Haller1-1/+1
2017-02-04all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller1-1/+1
2016-11-25config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller1-1/+1
2016-11-25config: drop nm_config_get_auth_polkit() and access value directlyThomas Haller1-6/+6
2016-11-25config/trivial: unify name of compile time config defaultsThomas Haller1-6/+6
2016-11-25config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller1-0/+21
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller1-1/+1
2016-11-03config: print default value of main.dhcp with --print-configThomas Haller1-0/+1
2016-10-11config: fix printing default values for missing sectionsThomas Haller1-15/+41
2016-10-11config: print default value for logging.auditThomas Haller1-0/+1
2016-10-04config: add default values to 'NM --print-config' outputBeniamino Galvani1-1/+21
2016-10-04core: refactor private data in "src"Thomas Haller1-117/+112
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-9/+9
2016-06-30config: make "ignore-carrier" a per-device configuration optionThomas Haller1-0/+7
2016-06-30config: add support for per-device configuration to NetworkManager.confThomas Haller1-47/+147
2016-06-01config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller1-0/+2
2016-02-24libnm,core: fix syntax of 'transfer' annotationBeniamino Galvani1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-14all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller1-5/+5
2016-02-12build: cleanup default includesThomas Haller1-2/+1
2015-11-22main: add argument --print-config to NetworkManagerThomas Haller1-7/+20
2015-10-05config: drop global-dns.enable option in favor of .config.enableThomas Haller1-1/+1
2015-10-05config/trivial: rename nm_config_get_device_match_spec() to nm_config_get_mat...Thomas Haller1-7/+7