summaryrefslogtreecommitdiff
path: root/src/nm-config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-19/+0
* core: use default config file path if none was found or given on the command-...Dan Williams2012-01-131-0/+9
* core: improve config error handlingThomas Bechtold2011-10-031-3/+7
* core: split out config file handlingDan Williams2011-09-271-0/+243