summaryrefslogtreecommitdiff
path: root/src/nm-config-data.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-02config: add write support to atomic-sectionsThomas Haller1-4/+53
2015-07-02config: add write support for NMConfigThomas Haller1-12/+169
2015-07-02config/trivial: add code commentThomas Haller1-0/+7
2015-07-02config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller1-8/+4
2015-07-02config: strip white space from configuration valuesThomas Haller1-3/+3
2015-07-02config: add config utility accessorsThomas Haller1-0/+51
2015-07-02config: fix usage of g_key_file_get_value() vs. g_key_file_get_string()Thomas Haller1-19/+22
2015-07-02config: log configuration at startup and on reloadThomas Haller1-0/+89
2015-07-02config: add defines for keyfile groups to "nm-config.h"Thomas Haller1-10/+10
2015-07-02config: add nm_config_data_get_value_boolean()Thomas Haller1-0/+14
2015-07-02config: get rid of @error argument to nm_config_data_get_value()Thomas Haller1-2/+4
2015-07-02libnm: consider ordering for _nm_keyfile_equals()Thomas Haller1-1/+1
2015-07-02libnm: add keyfile utility functionsThomas Haller1-29/+2
2015-07-02config: fix evaluation of no-auto-default settingThomas Haller1-24/+45
2015-07-02config: fix order of processing [connection] sections in NMConfigThomas Haller1-41/+46
2015-06-05config: support a [connection] section to NetworkManager.conf to specify conn...Thomas Haller1-0/+122
2015-06-02device: don't assume by default IPv6LL-only connectionsBeniamino Galvani1-0/+12
2015-05-19connectivity: use default on missing connectivity.interval configThomas Haller1-3/+9
2015-05-19config: return internal field directly in nm_config_data_get_connectivity_int...Thomas Haller1-1/+1
2015-05-05config: make ignore-carrier option reloadableThomas Haller1-0/+16
2015-05-04dns: allow runtime selection of resolv.conf managerBeniamino Galvani1-0/+14
2015-02-25config: move dns mode configuration to NMConfigDataLubomir Rintel1-0/+17
2015-02-09config: fix memleak in NMConfigData keyfileThomas Haller1-0/+2
2015-02-03config: use flags argument in config-changed signal instead of a hash tableThomas Haller1-14/+8
2015-02-03config: move no-auto-default to NMConfigDataThomas Haller1-0/+70
2015-02-03config: move keyfile values to NMConfigDataThomas Haller1-33/+86
2015-02-03config: add new function nm_config_data_diff()Thomas Haller1-0/+30
2015-02-03config: move main_file and description to NMConfigDataThomas Haller1-1/+57
2015-02-03config: refactor reloading not to create a second NMConfig instanceThomas Haller1-0/+22
2015-02-03config: add new NMConfigData classThomas Haller1-0/+183