summaryrefslogtreecommitdiff
path: root/src/libnm-core-impl/tests
Commit message (Expand)AuthorAgeFilesLines
* libnm: fix comparing "ipv[46].dns" propertiesThomas Haller2022-10-281-1/+1
* libnm/tests: test comparing "ipv[46].dns" propertiesThomas Haller2022-10-281-0/+80
* libnm/tests: use g_assert_cmpint() in ensure_diffs() testThomas Haller2022-10-281-3/+3
* dns: accept DoT SNI server name in "ipv[46].dns" settingsThomas Haller2022-10-271-0/+176
* libnm: fix inconsistencies and assertions of "ipv[46].dns" handingThomas Haller2022-10-271-2/+4
* platform/tests: use nmtst_inet6_from_string() instead of *nmtst_inet6_from_st...Thomas Haller2022-10-261-1/+1
* platform/tests: rename nmtst_inet6_from_string() to nmtst_inet6_from_string_p()Thomas Haller2022-10-261-1/+1
* glib-aux: extend nm_uuid_generate_from_strings() to honor NULL valuesThomas Haller2022-10-111-30/+75
* libnm: use NMRefString for nm_connection_get_path()Thomas Haller2022-10-061-0/+38
* all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-031-32/+18
* libnm-core/tests: drop duplicate tests _check_uuid_v3() (2)Thomas Haller2022-10-031-18/+0
* libnm-core/tests: drop duplicate tests _check_uuid_v3()Thomas Haller2022-10-031-36/+3
* glib: add nm_uuid_generate_from_strings() helperThomas Haller2022-10-031-0/+203
* libnm/tests: drop redundant argument in test codeThomas Haller2022-10-031-16/+19
* glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-031-17/+17
* glib-aux: swap arguments for nm_array_find_bsearch()Thomas Haller2022-09-281-2/+2
* glib-aux: rename nm_utils_array_find_binary_search() to nm_array_bsearch()Thomas Haller2022-09-281-37/+29
* bond: add _nm_setting_bond_opt_value_as_intbool() helperThomas Haller2022-09-191-0/+9
* bond: assert integer range in _nm_setting_bond_opt_value_as_u{8,16,32}()Thomas Haller2022-09-191-0/+52
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-151-1/+1
* libnm-core-impl/tests: style fixThomas Haller2022-09-131-4/+4
* style: fix code formattingThomas Haller2022-08-251-4/+1
* glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()Thomas Haller2022-08-251-0/+9
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-252-11/+11
* all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-091-0/+1
* crypto: support EC private keysGeorg Müller2022-08-045-3/+33
* std-aux: add c_list_insert_sorted()Thomas Haller2022-07-281-2/+123
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-061-54/+54
* all: make "ipv6.addr-gen-mode" configurable by global defaultThomas Haller2022-06-291-5/+5
* libnm,core: add support for {rto_min,quickack,advmss} route attributesBeniamino Galvani2022-06-271-0/+12
* all: use internal _nm_utils_ip4_netmask_to_prefix()Thomas Haller2022-06-271-1/+1
* libnm: support wait-activation-delay propertyFernando Fernandez Mancera2022-06-161-0/+1
* settings: add ipv4.link-local flagAdrian Freihofer2022-05-271-0/+1
* libnm: move dependency to libnm-crypto out of libnm-core's "nm-utils.c"Thomas Haller2022-03-291-6/+6
* build: move nm-crypto to separate directory "src/libnm-crypto"Thomas Haller2022-03-291-1/+1
* libnm: don't depend nm-crypto on "nm-error.h"Thomas Haller2022-03-291-0/+18
* keyfile: don't require verified profile in nm_keyfile_write()Thomas Haller2022-03-281-6/+103
* all: suppress wrong gcc-12 warning "-Wdangling-pointer"Thomas Haller2022-02-211-0/+4
* keyfile: do not write empty string list propertiesAna Cabral2022-02-111-18/+0
* libnm: rework strv properties of NMSetting as "direct" propertiesThomas Haller2022-02-101-1/+1
* libnm: add direct strv type for NMSetting and use it for "match.interface-name"Thomas Haller2022-02-101-1/+12
* all: adjust glib-mkenums annotations for automated formattingThomas Haller2022-02-081-5/+5
* libnm/tests: fix maybe-uninitialized warning in "test-setting"Thomas Haller2022-01-201-1/+1
* libnm/tests: add test for direct string property of kind NMRefStringThomas Haller2022-01-181-4/+54
* libnm: support direct string properties as NMRefStringThomas Haller2022-01-181-1/+7
* libnm: refactor some NMSetting to use direct properties for stringThomas Haller2022-01-181-2/+3
* libnm: refactor some NMSetting to use direct properties for uint32Thomas Haller2022-01-181-12/+0
* libnm: refactor some NMSetting to use direct properties for int32Thomas Haller2022-01-181-7/+2
* libnm: add hook for setting direct string propertyThomas Haller2022-01-181-0/+5
* libnm: add direct property type "int64"Thomas Haller2022-01-181-0/+16