summaryrefslogtreecommitdiff
path: root/src/nm-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* core: log the content of "/var/lib/NetworkManager/no-auto-default.state"Thomas Haller2019-09-261-1/+7
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* config: simplify no-auto-default list handling and sort entriesThomas Haller2019-07-251-52/+34
* device,config: for virtual devices store the interface name to "no-auto-defau...Thomas Haller2019-07-251-14/+27
* config: backslash escape values (utf8safe) in "no-auto-default.state" fileThomas Haller2019-07-251-3/+21
* config: cleanup handling no_auto_default listsThomas Haller2019-07-251-18/+20
* device,config: don't write fake MAC address to "no-auto-default.state" fileThomas Haller2019-07-251-1/+15
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* config: also save next-server in the state fileLubomir Rintel2019-05-301-1/+10
* settings: drop deprecated NetworkManager.conf option "main.monitor-connection...Thomas Haller2019-05-281-14/+0
* trivial: fix code comment mentioning "/var/run/NetworManager" to refer to "/run"Thomas Haller2019-05-171-1/+1
* core: don't log plain pointer values for singletonsThomas Haller2019-05-131-1/+2
* 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