summaryrefslogtreecommitdiff
path: root/src/nm-config.c
Commit message (Expand)AuthorAgeFilesLines
* config: minor fix in read_entire_config()Thomas Haller2015-05-191-2/+1
* config: make ignore-carrier option reloadableThomas Haller2015-05-051-14/+0
* dns: allow runtime selection of resolv.conf managerBeniamino Galvani2015-05-041-0/+2
* config: fix filename order for config-descriptionThomas Haller2015-04-171-9/+16
* config: move dns mode configuration to NMConfigDataLubomir Rintel2015-02-251-11/+2
* core: unify parsing of device specs using nm_match_spec_split()Thomas Haller2015-02-241-21/+26
* config: add configure and quit command line optionLubomir Rintel2015-02-161-0/+7
* config: fix memleak in read_config()Thomas Haller2015-02-091-2/+4
* config: use flags argument in config-changed signal instead of a hash tableth/rh1066697_reload_configThomas Haller2015-02-031-21/+43
* config: make NMConfig implement GInitableThomas Haller2015-02-031-17/+36
* config: move no-auto-default to NMConfigDataThomas Haller2015-02-031-31/+42
* config: refactor merging no_auto_defaultThomas Haller2015-02-031-16/+13
* config: move keyfile values to NMConfigDataThomas Haller2015-02-031-27/+14
* config: add new function nm_config_data_diff()Thomas Haller2015-02-031-20/+2
* config: move main_file and description to NMConfigDataThomas Haller2015-02-031-26/+31
* config: refactor reloading not to create a second NMConfig instanceThomas Haller2015-02-031-32/+28
* config: minor refactoring to highlight mutable property no_auto_default of NM...Thomas Haller2015-02-031-3/+9
* config: refactor read_entire_config() to merge command line optionsThomas Haller2015-02-031-27/+34
* config: refactor to inject NMConfigCmdLineOptions to NMConfig constructorThomas Haller2015-02-031-7/+39
* config: refactor nm_config_new() by extracting function read_entire_config()Thomas Haller2015-02-031-20/+70
* config: refactor nm_config_new() by extracting function _get_config_dir_files()Thomas Haller2015-02-031-38/+54
* config/trivial: rename variables for configuration fileThomas Haller2015-02-031-20/+20
* config: refactor read_config() to make it independent from NMConfigThomas Haller2015-02-031-23/+30
* config: implement reloading of connectivity parametersThomas Haller2015-02-031-1/+6
* config: add support for reloading of configurationThomas Haller2015-02-031-0/+70
* config: use NMConfigData in NMConfigThomas Haller2015-02-031-33/+39
* config: add nm_config_setup() to initialize config singletonThomas Haller2015-02-031-71/+136
* config/trivial: fix returning FALSE instead of NULL in nm_config_new()Thomas Haller2015-02-031-1/+1
* config: fix memory leak in merge_no_auto_default_state()Thomas Haller2015-02-031-6/+10
* config: fix memleak in read_config()Thomas Haller2015-01-291-1/+6
* all: consistently include config.hDan Winship2014-11-131-1/+2
* iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-50/+30
* core: add option to quit when startup is complete (rh #863515) (rh #1083683)Dan Williams2014-11-071-0/+10
* config: set a compile time default for the main.plugins configuration optionThomas Haller2014-10-291-0/+2
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-0/+21
* config: refactor parsing of boolean config valuesThomas Haller2014-09-291-9/+43
* core: update data types of some hwaddr propertiesDan Winship2014-08-071-7/+2
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-1/+1
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-301-0/+632
* config: move NMConfig into its own subdirectory/libraryDan Winship2013-04-031-357/+0
* trivial: remove extra semicolonsJiří Klimeš2013-03-121-2/+2
* config: rename fill_from_file() to read_config()Dan Williams2013-03-111-6/+5
* config: fix bounds of connectivity_interval valuesDan Williams2013-03-111-3/+7
* config: honor CLI arguments when config file is not foundJonh Wendell2013-03-111-37/+33
* trivial: move NMConfig GObject functions to the bottomDan Williams2013-03-111-73/+76
* config: convert NMConfig to objectThomas Bechtold2013-03-111-59/+126
* all: remove pointless NULL checksDan Winship2013-02-131-6/+0
* build: unify NetworkManager path handling (some paths are changed)Pavel Šimerda2012-11-051-2/+2
* config: fix return value in g_return_val_if_fail() - it's unsignedJiří Klimeš2012-07-091-1/+1
* core: add internet connectivity checkThomas Bechtold2012-02-271-4/+61