summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-1/+2
* ip6-config: add nm_ip6_config_set_privacy()Beniamino Galvani2016-12-051-3/+6
* 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-218-10/+10
* rdisc: rename to ndiscLubomir Rintel2016-11-092-3/+3
* src/tests: relax assertion for test_nm_utils_monotonic_timestamp_as_boottime()Thomas Haller2016-10-241-1/+1
* build: merge "src/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-182/+12
* build: merge "src/tests/config/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-39/+0
* build: merge "src/platform/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-0/+2
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-192-2/+2
* device: make registration of internal device-factories more explicitThomas Haller2016-10-111-16/+0
* core: refactor private data in "src"Thomas Haller2016-10-042-21/+30
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-038-23/+23
* build: don't add systemd path the include search pathThomas Haller2016-09-272-7/+2
* all: cleanup includes in header filesThomas Haller2016-08-171-5/+1
* systemd: merge branch systemd into masterThomas Haller2016-08-121-0/+6
|\
* | systemd/tests: don't link test-systemd against libNetworkManagerBaseThomas Haller2016-08-122-1/+45
* | build: rename libNetworkManager-base.la to libNetworkManagerBase.laThomas Haller2016-08-111-1/+1
* | bulid: don't link NMFakePlatform into NetworkManager binaryThomas Haller2016-08-112-2/+2
* | systemd: merge branch systemd into masterThomas Haller2016-06-301-2/+1
|\ \ | |/
* | all: make MAC address randomization algorithm configurableThomas Haller2016-06-301-10/+38
* | device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-1/+37
* | 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
* | core: prefer connection.stable-id to generate IPv6 stable privacy addressesThomas Haller2016-06-301-3/+12
* | dns: add reverse DNS IPv6 entries to dnsmasqBeniamino Galvani2016-06-071-2/+55
* | dns: add CIDR reverse DNS IPv4 entries to dnsmasqBeniamino Galvani2016-06-071-0/+68
* | 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
* | device: use NMSettings directly instead of NMConnectionProvider in subclassesThomas Haller2016-05-241-4/+20