summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | platform: drop nm_platform_ip6_route_get_all()Thomas Haller2017-07-051-30/+19
* | core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller2017-07-051-6/+6
* | core: avoid cloning platform routes but iterate the cache directlyThomas Haller2017-07-051-9/+32
* | core: remove NMMultiIndexThomas Haller2017-07-051-358/+0
* | core: refactor NMIP4Config to use dedup-index for IPv4 routesThomas Haller2017-07-051-6/+6
* | core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-052-12/+12
* | all: replace uses of inet_aton() and friendsThomas Haller2017-06-021-24/+6
* | all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* | config: add first_start paramter to NMConfig to detect restartThomas Haller2017-04-201-1/+1
* | device: keep NMNetns instance per deviceThomas Haller2017-04-181-14/+18
* | core: ignore host part when comparing routes for route-managerThomas Haller2017-04-151-1/+1
* | tests/general: allow error margin on comparing floatsLubomir Rintel2017-03-281-1/+1
* | logging: log device and connection along with the messageLubomir Rintel2017-03-242-1/+3
* | core/trivial: rename nm_utils_10pow() to nm_utils_exp10()Thomas Haller2017-03-241-24/+24
* | core: add nm_utils_10pow() utilsThomas Haller2017-03-231-0/+52
* | device: add spec "driver:" to match devicesThomas Haller2017-03-171-2/+31
* | manager: simplify searching assumed connectionThomas Haller2017-03-161-21/+45
* | all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-1/+1
* | core/tests: add test for nm_match_spec_device() to match "except:*"Thomas Haller2017-03-081-0/+4
* | platform: change signature of nm_platform_ip{4,6}_route_add()Beniamino Galvani2017-03-061-20/+18
* | platform: support preferred source option for IPv6 routesBeniamino Galvani2017-03-062-5/+6
* | core: consolidate sorting of connections by autoconnect/timestampThomas Haller2017-02-101-1/+7
* | core: add nm_utils_cmp_connection_by_autoconnect_priority_p_with_data() functionThomas Haller2017-02-101-2/+2
* | all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-2/+2
* | core/tests: add test matching s390-subchannels device specThomas Haller2017-01-251-43/+63
* | src/tests: randomize device spec list for testThomas Haller2017-01-201-7/+7
* | core: refactor evaluation of device's match-specThomas Haller2017-01-201-154/+160
* | device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-0/+86
* | core: add assertions for network_id/stable_typeThomas Haller2017-01-091-2/+2
* | python: make test-secret-agent.py python3 readyThomas Haller2016-12-141-9/+8