summaryrefslogtreecommitdiff
path: root/src/nm-config.c
Commit message (Expand)AuthorAgeFilesLines
* 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