summaryrefslogtreecommitdiff
path: root/libnm-core/tests
Commit message (Expand)AuthorAgeFilesLines
* shared: minor cleanup of nm_utils_get_start_time_for_pid()Thomas Haller2018-05-261-0/+18
* all: remove consecutive empty linesBeniamino Galvani2018-04-304-15/+0
* keyfile/tests: add test reading VPN profileThomas Haller2018-04-191-0/+28
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-2/+5
* libnm-core: team: add support to runner "random"fg/team-random-runner-rh1538699Francesco Giudici2018-02-051-0/+14
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-62/+0
* meson: Improve dependency systemIñigo Martínez2018-01-101-8/+1
* mdns: add new connection property.Ismo Puustinen2018-01-091-0/+1
* tests: use NMTST_EXPECT*() macrosThomas Haller2018-01-083-57/+56
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-081-1/+5
* shared/tests: improve tests for c_list_sort()Thomas Haller2018-01-031-59/+73
* tests: fix warnings about unused functionsPavel Šimerda2017-12-301-1/+2
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-0/+1
* libnm: add NM_IP_ADDRESS_ATTRIBUTE_LABEL defineThomas Haller2017-12-181-19/+19
* build: use template files for enum types' sources generationIñigo Martínez2017-12-183-21/+65
* shared: add static assert for nm_g_slice_free_fcn() argumentth/static-assertsThomas Haller2017-12-151-0/+7
* core: don't use variable length arraysThomas Haller2017-12-151-1/+3
* utils: extend binary-search to return the first/last indexThomas Haller2017-12-151-4/+95
* build: rename unit tests with the `test-` patternIñigo Martínez2017-12-141-4/+2
* build: add initial support for meson build systemIñigo Martínez2017-12-131-0/+65
* libnm-core/tests: test NMSettingTCConfig traffic filter supportLubomir Rintel2017-12-111-0/+94
* libnm-core/tests: test NMSettingTCConfig action supportLubomir Rintel2017-12-111-0/+53
* libnm-core/tests: test NMSettingTCConfig qdisc supportLubomir Rintel2017-12-111-0/+174
* Revert "Makefile: rework team compilation flags"Thomas Haller2017-12-083-4/+4
* libnm/tests: fix memleak in testThomas Haller2017-12-081-1/+1
* Makefile: rework team compilation flagsfg/team_abstraction_tests_and_fixes_rh1398925Francesco Giudici2017-12-083-4/+4
* libnm-core: add test cases for NMSettingTeamPortFrancesco Giudici2017-12-081-0/+131
* libnm-core: add test cases for NMSettingTeamFrancesco Giudici2017-12-081-0/+281
* libnm-core: merge the settings tests into a single oneLubomir Rintel2017-12-084-972/+899
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-1/+1
* keyfile: fix escaping ascii control characters in nm_keyfile_key_encode()Thomas Haller2017-11-201-0/+5
* all: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-11-161-2/+2
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-1/+0
* shared: use siphash24() for nm_hash_ptr()Thomas Haller2017-11-161-0/+4
* shared: optimize nm_hash_str() for NULL to not use siphash24()Thomas Haller2017-11-161-0/+4
* shared: add nm_hash_static() to get a static hash keyThomas Haller2017-11-161-0/+3
* build: fix wrong jansson prerequisitesBeniamino Galvani2017-11-142-3/+3
* all: move setting 802-1x.auth-retries to connection.auth-retriesThomas Haller2017-11-021-0/+1
* libnm: fix normalizing and verifying OVS connectionsThomas Haller2017-10-301-0/+357
* libnm-core: normalize "tx_hash" when comparing team configBeniamino Galvani2017-10-191-0/+16
* all: extend hash functions with an NMHashState argumentThomas Haller2017-10-181-17/+19
* all: add helper functions for nm_hash_update*()Thomas Haller2017-10-181-0/+83
* all: use siphash24 for hashingThomas Haller2017-10-181-35/+9
* all: refactor hashing by introducing NMHashStateThomas Haller2017-10-181-0/+62
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-091-1/+1
* shared: add nm_strquote() utilThomas Haller2017-10-061-0/+83
* libnm: make index variable i unsigned for iterating arrayThomas Haller2017-09-271-9/+9
* libnm,cli: add IP setting "route-table-sync"Thomas Haller2017-09-261-0/+1
* shared: add nm_utils_strsplit_set() helperThomas Haller2017-09-181-0/+62