summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* core: reject invalid domains from ip configurationsBeniamino Galvani2018-05-142-2/+10
* all: remove consecutive empty linesBeniamino Galvani2018-04-303-9/+0
* core: drop unused NMConnectionProvider typedefThomas Haller2018-04-131-1/+1
* core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller2018-04-131-9/+9
* build: meson: add prefix to test namesBeniamino Galvani2018-04-122-3/+3
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-122-3/+15
* connectivity: rework async connectivity check requestsThomas Haller2018-04-101-4/+4
* Revert "core: merge branch 'bg/restart-assume-rh1551958'"Thomas Haller2018-04-041-1/+1
* core: remove @indicated argument of nm_utils_match_connection()Beniamino Galvani2018-04-041-1/+1
* config: cleanup fields in NMGlobalDnsConfigThomas Haller2018-03-271-1/+1
* dhcp: remove unused nm_utils_resolve_conf_parse() functionThomas Haller2018-03-202-299/+0
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-7/+0
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-1/+1
* core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARYThomas Haller2018-02-091-6/+6
* meson: Improve dependency systemIñigo Martínez2018-01-102-5/+5
* tests: use NMTST_EXPECT*() macrosThomas Haller2018-01-082-43/+43
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-081-1/+4
* config: adjust logging message for duplicate config prefixThomas Haller2018-01-081-10/+10
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-0/+7
* build: use template files for enum types' sources generationIñigo Martínez2017-12-181-1/+1
* src/tests: fix test_nm_utils_kill_child() under mesonThomas Haller2017-12-151-12/+29
* src/tests: split test code in test_nm_utils_kill_child()Thomas Haller2017-12-151-9/+16
* build: rename unit tests with the `test-` patternIñigo Martínez2017-12-141-7/+4
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+62
* core: add nm_ipX_config_clone()Beniamino Galvani2017-12-061-2/+4
* device: add "indicated" argument to nm_utils_match_connection()Thomas Haller2017-11-301-1/+1
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-161-1/+1
* all: use nm_close() instead of close()Thomas Haller2017-11-142-5/+5
* core: use NM_CONSTCAST() for NM_IP_CONFIG_CAST()Thomas Haller2017-11-131-0/+2
* core: fix build without connectivity checkBeniamino Galvani2017-11-121-0/+4
* core: add nm_utils_sysctl_ip_conf_is_path() utilThomas Haller2017-10-241-0/+28
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-102-9/+19
* core: don't track route MSS in ip-configThomas Haller2017-10-091-12/+2
* core: refactor parsing resolve.confThomas Haller2017-10-091-17/+19
* systemd: merge branch systemd into masterThomas Haller2017-09-211-1/+1
|\
* | core: adjust route equality for NMIP4Config/NMIP6Config to what kernel doesThomas Haller2017-09-131-4/+4
* | core/tests: add checks in test for test_add_route_with_source()Thomas Haller2017-09-132-8/+16
* | core: return new route from _nm_ip_config_add_obj()Thomas Haller2017-09-082-18/+18
* | core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller2017-09-082-24/+24
* | core/tests: add test for nm_ip6_config_replace()Thomas Haller2017-09-081-0/+67
* | platform: add non-exclusive routes and drop route-managerThomas Haller2017-08-241-974/+0
* | 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
* | platform: cleanup nmp_lookup_init_route_visible() lookup helperThomas Haller2017-08-121-4/+3
* | platform: fix cache to use kernel's notion for equality of routesThomas Haller2017-08-121-4/+34
* | platform: extend API for adding routesThomas Haller2017-08-031-1/+1
* | platform: add compare functions for routes with different compare semanticsThomas Haller2017-08-031-1/+1
* | core: prevent invalid routes in NMIP4Config/NMIP6ConfigThomas Haller2017-07-252-7/+7
* | core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller2017-07-252-16/+16
* | platform: reduce number of route indexesThomas Haller2017-07-051-3/+3