summaryrefslogtreecommitdiff
path: root/src/tests/config
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_close() instead of close()Thomas Haller2017-11-141-1/+1
* core: fix build without connectivity checkBeniamino Galvani2017-11-121-0/+4
* config/tests: remove test artifact after test_config_connectivity_check()Thomas Haller2017-08-181-0/+2
* config: add an API to disable connectivity check via internal config file.James Henstridge2017-08-171-0/+34
* config: add first_start paramter to NMConfig to detect restartThomas Haller2017-04-201-1/+1
* config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller2016-11-251-3/+14
* config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller2016-11-251-16/+9
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-213-3/+3
* build: merge "src/tests/config/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-37/+0
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-191-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-042-21/+30
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-2/+2
* all: cleanup includes in header filesThomas Haller2016-08-171-5/+1
* bulid: don't link NMFakePlatform into NetworkManager binaryThomas Haller2016-08-111-1/+1
* device: let device specs match on permanent MAC addressThomas Haller2016-06-301-1/+1
* device: initialize NMDevice's hw_addr at end of object constructionThomas Haller2016-06-301-12/+0
* config: unify logging line when reloading configurationThomas Haller2016-06-011-3/+3
* config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller2016-06-011-18/+18
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* config/tests: use absolute path for config testThomas Haller2016-05-121-2/+2
* config/tests: avoid test failure for valgrind due to g_file_copy()Thomas Haller2016-04-081-12/+10
* core: rename nm_config_run_state* to nm_config_state*Thomas Haller2016-04-071-8/+8
* config: test reading and writing of state fileBeniamino Galvani2016-04-073-0/+68
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-1/+0
* all/tests: fix tests after adjusting glib logging levelThomas Haller2016-03-101-8/+8
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-192-4/+2
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* main: add argument --print-config to NetworkManagerThomas Haller2015-11-221-1/+1
* config: drop global-dns.enable option in favor of .config.enableThomas Haller2015-10-054-17/+0
* config: allow to enable/disable configuration snippetsThomas Haller2015-10-053-0/+42
* core: add support for reading global DNS configuration from keyfileBeniamino Galvani2015-10-015-0/+114
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* config: workaround invocation of "config-changed" signalThomas Haller2015-09-091-1/+4
* config/test: add a test for nm_config_reload() with different signalsThomas Haller2015-09-071-0/+80
* config/tests: fix tests after introducing NMExportedObject classThomas Haller2015-08-121-9/+7
* core: final gdbus portingDan Winship2015-08-101-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* include: add convenience header "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: include internal headers with quotesThomas Haller2015-08-052-2/+2
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-3/+3
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* config/test: fix test failiure due to invalid paths for out-of-tree buildThomas Haller2015-07-022-3/+4
* config/test: add test for set_values()Thomas Haller2015-07-021-10/+356
* config: add write support to atomic-sectionsThomas Haller2015-07-021-1/+1
* config: add write support for NMConfigThomas Haller2015-07-021-9/+13
* config: read configuration directory "/usr/lib/NetworkManager/conf.d"Thomas Haller2015-07-021-10/+14
* config: only handle 'option+' and 'option-' keys for known settingsThomas Haller2015-07-024-9/+47
* config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller2015-07-021-15/+15
* config: log configuration at startup and on reloadThomas Haller2015-07-021-0/+2
* config: get rid of @error argument to nm_config_data_get_value()Thomas Haller2015-07-021-20/+15