summaryrefslogtreecommitdiff
path: root/src/tests/test-general.c
Commit message (Expand)AuthorAgeFilesLines
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-3/+0
* core: explicitly pass D-Bus path to nm_utils_log_connection_diff()Thomas Haller2018-04-131-9/+9
* 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
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-0/+7
* device: add "indicated" argument to nm_utils_match_connection()Thomas Haller2017-11-301-1/+1
* core: add nm_utils_sysctl_ip_conf_is_path() utilThomas Haller2017-10-241-0/+28
* tests/general: allow error margin on comparing floatsLubomir Rintel2017-03-281-1/+1
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* 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
* core/tests: add test for nm_match_spec_device() to match "except:*"Thomas Haller2017-03-081-0/+4
* 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
* rdisc: rename to ndiscLubomir Rintel2016-11-091-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-4/+4
* 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
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* core: add nm_utils_ip6_address_same_prefix() utilThomas Haller2016-04-111-0/+117
* build: compile with -Wno-duplicate-decl-specifierThomas Haller2016-03-091-1/+26
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-2/+2
* core: fix matching of default metric value for static routesBeniamino Galvani2016-02-111-17/+131
* core: fix assuming a connection without S390 properties (rh #1276343)Jiří Klimeš2015-11-031-0/+33
* utils: add flags2str utility functionsThomas Haller2015-11-021-0/+112
* tests: add a testcase for matching VLAN connectionsJiří Klimeš2015-10-271-0/+57
* config: allow to enable/disable configuration snippetsThomas Haller2015-10-051-0/+143
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* core: add nm_match_spec_join() functionThomas Haller2015-07-021-1/+15
* utils: strip whitespace for device spec in nm_match_spec_split()Thomas Haller2015-07-021-1/+7
* utils: match a cloned mac address with a connection that does not specify itLubomir Rintel2015-04-271-0/+45
* libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/Thomas Haller2015-03-121-48/+0
* trivial: rename nm_utils_uuid_generate_from_strings() to _nm_utils_uuid_gener...Thomas Haller2015-03-121-2/+2
* libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-121-130/+0
* trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-03-121-2/+2
* core: add nm_match_spec_split() functionThomas Haller2015-02-241-9/+16
* core: support "except:" spec to negate matchThomas Haller2015-02-241-12/+32
* core: rework matching of nm_match_spec()Thomas Haller2015-02-241-3/+5
* core/test: add test for nm_match_spec()Thomas Haller2015-02-241-0/+84
* tests: fix setting MAC address in testsJiří Klimeš2014-12-111-3/+1
* core: add nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-041-0/+49