summaryrefslogtreecommitdiff
path: root/src/nm-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* config: use cleanup attribute for variables in init_sync()Thomas Haller2018-12-011-11/+8
* core: add checks on connection default propertiesBeniamino Galvani2018-12-011-2/+23
* build: check that the list of supported config options is up to dateBeniamino Galvani2018-12-011-0/+6
* config: warn about unknown keys in config filesBeniamino Galvani2018-12-011-9/+180
* config: use macros for config keysBeniamino Galvani2018-12-011-18/+30
* all: remove \n endings from log callsLubomir Rintel2018-10-121-3/+3
* config: add --configure-and-quit=initrd modeLubomir Rintel2018-09-181-40/+111
* config: change formatting for no reasonLubomir Rintel2018-09-181-2/+10
* dhcp: save root-path in the state fileLubomir Rintel2018-09-181-3/+12
* docs: misc. typos pt2luz.paz2018-09-171-2/+2
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-7/+7
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-2/+2
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-181-2/+2
* config: fix using the right nm-version for the match specificationThomas Haller2018-01-231-1/+1
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-1/+1
* config: adjust logging message for duplicate config prefixThomas Haller2018-01-081-3/+3
* core: persist aspired default route-metric in device's state fileThomas Haller2017-12-201-15/+35
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-5/+1
* core: add read/write support for route-metric to NMConfig's device stateThomas Haller2017-12-151-5/+24
* core: cache device state in NMConfig and load all at onceThomas Haller2017-12-151-51/+135
* core: add nm_config_keyfile_get_int64() utilThomas Haller2017-12-151-0/+27
* config: write connectivity=true to internal state fileThomas Haller2017-08-211-4/+2
* config: add an API to disable connectivity check via internal config file.James Henstridge2017-08-171-0/+27
* config: allow persisting the device nm-owned stateBeniamino Galvani2017-06-071-3/+25
* core: fix reading device state fileThomas Haller2017-05-111-11/+13
* core: cleanup logging reading device-stateThomas Haller2017-05-111-17/+13
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-051-4/+4
* config: don't mark default configuration values for translationThomas Haller2017-04-231-8/+8
* config: add first_start paramter to NMConfig to detect restartThomas Haller2017-04-201-1/+21
* config: remove unused NMConfig self argument from nm_config_device_state_*() APIThomas Haller2017-04-201-8/+3
* config: fix assertion in nm_config_device_state_write()Beniamino Galvani2017-04-071-1/+1
* core: only persist explicit managed state in device's state fileThomas Haller2017-04-071-8/+19
* nm-config: fix comment typoFrancesco Giudici2017-03-241-1/+1
* core: use define for atomic-section-prefix setting for NMConfigThomas Haller2017-02-171-1/+5
* all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-0/+1
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-041-7/+7
* core: refactor evaluation of device's match-specThomas Haller2017-01-201-3/+3
* ip[46]-config/trivial: move code aroundThomas Haller2017-01-161-2/+2
* config: drop nm_config_get_debug() and access config directlyThomas Haller2016-11-251-14/+1
* config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller2016-11-251-12/+0
* config: drop nm_config_get_auth_polkit() and access value directlyThomas Haller2016-11-251-14/+0
* config/trivial: unify name of compile time config defaultsThomas Haller2016-11-251-5/+5
* config: fix config merging default value for main.pluginsThomas Haller2016-11-251-0/+7
* config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller2016-11-251-13/+0
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* device: treat fake permanent MAC address mostly like a real oneThomas Haller2016-10-281-1/+1
* core: persist the fake permanent hardware address to the device's statefileThomas Haller2016-10-281-12/+48
* config: remove unused error variable from nm_config_device_state_load()Thomas Haller2016-10-281-2/+1
* config: avoid conflicts of /run config dir with other directoriesThomas Haller2016-10-231-19/+18