summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* build: rename directory "include" to "shared"Thomas Haller2015-12-242-4/+4
* platform/trivial: rename link related functionsThomas Haller2015-12-101-2/+2
* core: strip trailing dot from domain search listBeniamino Galvani2015-12-052-0/+44
* device: remove NMDeviceGreBeniamino Galvani2015-12-011-1/+1
* device: add NMDeviceIPTunnelBeniamino Galvani2015-12-011-1/+1
* main: add argument --print-config to NetworkManagerThomas Haller2015-11-221-1/+1
* build: add backward compatibility define for missing CLOCK_BOOTTIMEGlenn Washburn2015-11-131-0/+5
* core: fix assuming a connection without S390 properties (rh #1276343)Jiří Klimeš2015-11-031-0/+33
* core: add support for RFC7217 stable privacy addressingLubomir Rintel2015-11-022-2/+83
* utils: add flags2str utility functionsThomas Haller2015-11-021-0/+112
* core: add nm_utils_to_string_buffer global bufferThomas Haller2015-11-021-1/+1
* platform: properly handle IPv4 peer-addressesThomas Haller2015-11-021-1/+3
* platform: add buffer argument to platform to-string functionsThomas Haller2015-11-012-4/+6
* tests: add a testcase for matching VLAN connectionsJiří Klimeš2015-10-271-0/+57
* platform: refactor order of peer-address argument in ip_address_add() functionThomas Haller2015-10-141-2/+2
* 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-054-0/+185
* 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-302-0/+2
* 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
* core/test: extend timeout for kill-process utils testThomas Haller2015-09-041-10/+10
* config/tests: fix tests after introducing NMExportedObject classThomas Haller2015-08-121-9/+7
* tests: don't use a local address for testing a gateway routeLubomir Rintel2015-08-101-1/+1
* core: final gdbus portingDan Winship2015-08-102-3/+1
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-061-2/+2
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-059-18/+9
* include: add convenience header "nm-default.h"Thomas Haller2015-08-052-2/+2
* 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-249-10/+9
* route-manager/test: add test for full-syncThomas Haller2015-07-141-0/+89
* route-manager: add argument to to only remove routes that were added by NMRou...Thomas Haller2015-07-141-6/+6
* test: initialize tests with nmtst_init()Thomas Haller2015-07-123-16/+18
* route-manager: always add conflicting direct routes and bump the route-metric...Thomas Haller2015-07-071-9/+151
* 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
* core: add nm_match_spec_join() functionThomas Haller2015-07-021-1/+15
* config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller2015-07-021-15/+15
* utils: strip whitespace for device spec in nm_match_spec_split()Thomas Haller2015-07-021-1/+7
* 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
* config: refactor processing of 'option+' and 'option-' config settingsThomas Haller2015-07-024-0/+44
* config: fix order of processing [connection] sections in NMConfigThomas Haller2015-07-024-0/+101
* route-manager: add argument @ignore_kernel_routes to route_sync()Thomas Haller2015-07-011-6/+6
* platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-011-4/+4