summaryrefslogtreecommitdiff
path: root/src/nm-config-data.h
Commit message (Expand)AuthorAgeFilesLines
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* config: add nm_config_data_get_value_cached() functionThomas Haller2015-07-141-0/+1
* config: add write support to atomic-sectionsThomas Haller2015-07-021-0/+1
* config: add write support for NMConfigThomas Haller2015-07-021-6/+18
* config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller2015-07-021-2/+19
* config: add config utility accessorsThomas Haller2015-07-021-0/+5
* config: log configuration at startup and on reloadThomas Haller2015-07-021-0/+2
* config: add nm_config_data_get_value_boolean()Thomas Haller2015-07-021-0/+1
* config: get rid of @error argument to nm_config_data_get_value()Thomas Haller2015-07-021-1/+1
* config: fix evaluation of no-auto-default settingThomas Haller2015-07-021-1/+1
* config: pass signals to nm_config_reload()Thomas Haller2015-06-251-6/+11
* config: support a [connection] section to NetworkManager.conf to specify conn...Thomas Haller2015-06-051-0/+4
* device: don't assume by default IPv6LL-only connectionsBeniamino Galvani2015-06-021-0/+1
* config: make ignore-carrier option reloadableThomas Haller2015-05-051-0/+2
* dns: allow runtime selection of resolv.conf managerBeniamino Galvani2015-05-041-0/+2
* config: move dns mode configuration to NMConfigDataLubomir Rintel2015-02-251-0/+4
* config: use flags argument in config-changed signal instead of a hash tableth/rh1066697_reload_configThomas Haller2015-02-031-1/+12
* config: move no-auto-default to NMConfigDataThomas Haller2015-02-031-0/+6
* config: move keyfile values to NMConfigDataThomas Haller2015-02-031-0/+3
* config: add new function nm_config_data_diff()Thomas Haller2015-02-031-0/+2
* config: move main_file and description to NMConfigDataThomas Haller2015-02-031-1/+8
* config: refactor reloading not to create a second NMConfig instanceThomas Haller2015-02-031-5/+2
* config: add new NMConfigData classThomas Haller2015-02-031-0/+65