summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* docs: misc. typosluz.paz2018-09-152-2/+2
* shared: change nm_utils_strbuf_seek_end() handling truncated stringsThomas Haller2018-09-071-17/+15
* shared: add nm_utils_strbuf_seek_end() helperThomas Haller2018-09-071-1/+42
* core: add test for nm_wildcard_match_check()Beniamino Galvani2018-09-051-0/+75
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-9/+8
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-1/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-1/+1
* all: remove CLOCK_BOOTTIME defintionsLubomir Rintel2018-06-181-4/+0
* all: replace systemd's siphash24 with c-siphashThomas Haller2018-05-311-1/+1
* build: use default NM_BUILD_* defines for testsThomas Haller2018-05-312-32/+30
* all: add stable-id specifier "${DEVICE}"Thomas Haller2018-05-281-1/+1
* 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