summaryrefslogtreecommitdiff
path: root/src/platform/tests
Commit message (Expand)AuthorAgeFilesLines
...
* platform: add NMPRulesManager for syncing routing rulesth/routing-rule-pt1Thomas Haller2019-03-131-72/+153
* platform/tests: add tests for handling policy routing rulesThomas Haller2019-03-132-0/+796
* platform: add NMPlatformObjWithIfindex helper structure for handling NMPObjec...Thomas Haller2019-03-131-1/+1
* Revert "build/meson: name platform tests like autotools"Thomas Haller2019-02-231-2/+2
* build/meson: name platform tests like autotoolsThomas Haller2019-02-231-2/+2
* build/meson: increase timeouts for some testsThomas Haller2019-02-231-10/+10
* platform: add peer_flags argument to nm_platform_link_wireguard_change()Thomas Haller2019-02-141-0/+1
* platform: add flags for setting individual WireGuard options of linkThomas Haller2019-02-141-1/+4
* platform: add change-flags argument to platform's link_wireguard_change()Thomas Haller2019-02-141-1/+1
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-6/+6
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* platform/tests: avoid "-Wmissing-braces" warning in "test-route.c"Thomas Haller2019-02-081-1/+1
* libnm: avoid "-Wmissing-braces" warning for test-link.cThomas Haller2019-02-081-3/+3
* platform: make NMPNetns thread-safeThomas Haller2019-02-051-0/+65
* platform/tests: increase timeout for platform testsThomas Haller2019-02-041-1/+1
* platform: add @replace_peers argument to nm_platform_link_wireguard_change()Thomas Haller2019-01-221-1/+2
* platform: create wireguard netdev interfaceThomas Haller2019-01-091-7/+266
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-275-42/+42
* build: meson: Add trailing commasIñigo Martínez2018-12-201-1/+1
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-26/+41
* platform: assert against valid ifindex and remove duplicate assertionsThomas Haller2018-12-034-9/+8
* platform/tests: improve nmtstp_link_delete() for deleting linksThomas Haller2018-12-033-27/+32
* platform/tests: fix assertion for unit test for address lifetimeThomas Haller2018-11-281-2/+0
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+3
* platform/tests: extend timeout for link-linux tests with mesonThomas Haller2018-10-221-1/+1
* meson: Fix platform testsJan Alexander Steffens (heftig)2018-10-221-14/+12
* platform/tests: fix test-nmp-object when running on system without udevThomas Haller2018-10-221-2/+4
* platform/tests: don't compare dangling pointer in "test-nmp-object.c"Thomas Haller2018-10-221-1/+1
* docs: misc. typosluz.paz2018-09-152-2/+2
* shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller2018-09-041-0/+1
* core: extend nm_utils_*_get_contents() to zero temporary memoryThomas Haller2018-09-041-3/+11
* platform/ethtool: add code to get/set offload features via ethtoolThomas Haller2018-08-101-0/+98
* platform/tests: increase wait timeout in test_cleanup_internal()Thomas Haller2018-08-101-1/+1
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-112-2/+2
* platform: add ip6gre/ip6gretap tunnels supportBeniamino Galvani2018-07-023-0/+136
* platform: add gretap tunnels supportBeniamino Galvani2018-07-022-14/+47
* platform: attach WifiData to NMPObjectLubomir Rintel2018-06-261-2/+2
* platform/tests: fix race in testsThomas Haller2018-06-201-0/+16
* test: don't assert on the tun link being up to date prior to upping itLubomir Rintel2018-05-311-0/+8
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-3/+3
* all: remove consecutive empty linesBeniamino Galvani2018-04-302-5/+0
* test-common: drop unused variablesLubomir Rintel2018-04-231-3/+0
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: increase timeout for some testsBeniamino Galvani2018-04-121-2/+3
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-1/+5
* platform: support creating non-persistant TUN/TAP devicesThomas Haller2018-04-093-7/+15
* platform/tests: extend nmtstp_wait_for_link*() to never waitThomas Haller2018-04-091-2/+17
* platform/tests: implement nmtstp_assert_wait_for_link() as macroThomas Haller2018-04-092-18/+5
* platform/tests: add tests for TUN/TAP handlingThomas Haller2018-04-093-1/+129