summaryrefslogtreecommitdiff
path: root/libnm-core/tests/test-setting.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-4356/+0
* libnm: merge libnm-keyfile into libnm-coreThomas Haller2021-02-091-1/+1
* all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller2021-01-151-0/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-30/+30
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-3561/+3754
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-021-6/+6
* libnm-core: support 'clsact' qdiscBeniamino Galvani2020-07-231-0/+8
* shared: cleanup dlopening libjansson depending on configure optionsThomas Haller2020-07-091-0/+19
* shared: merge nm-glib-aux/nm-json.[hc] into nm-json-aux.[hc]Thomas Haller2020-07-091-1/+1
* libnm: always build libnm with JSON validationThomas Haller2020-07-091-12/+4
* libnm-core: add test for mirred tc filterbg/tc-port-mirroring-rh1436535Beniamino Galvani2020-07-081-2/+49
* all: fix minor typosYuri Chornoivan2020-07-071-3/+3
* libnm/tests: assert for valid test input for _test_verify_options_bridge()Thomas Haller2020-06-111-3/+5
* libnm: don't require birdge multicast_snooping with multicast_router auto,ena...Thomas Haller2020-06-111-2/+2
* tc: add support for tbf qdiscBeniamino Galvani2020-06-081-0/+13
* tc: add support for sfq qdiscBeniamino Galvani2020-06-081-0/+25
* keyfile: add NMKeyfileHandlerFlagsThomas Haller2020-06-051-6/+10
* all: avoid (soon to be) deprecated API instead of nm_setting_option*()Thomas Haller2020-05-221-52/+98
* ethtool: add ring settingsAntonio Cardace2020-05-201-2/+87
* tests: fix uint32 integer constants for TC_H_MAKE()Thomas Haller2020-05-141-10/+10
* ethtool: add coalesce settingsAntonio Cardace2020-05-131-0/+85
* nm-setting-bridge: add 'multicast-hash-max' bridge optionAntonio Cardace2020-05-041-0/+7
* nm-setting-bridge: add 'multicast-router' bridge optionAntonio Cardace2020-04-061-0/+21
* nm-setting-bridge: add 'vlan-protocol' bridge optionAntonio Cardace2020-04-061-0/+11
* nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-061-11/+106
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* nm-setting-bond: don't take default values into account when comparing optionsAntonio Cardace2020-03-191-5/+7
* nm-setting-bond: let 'miimon' and 'arp_interval' coexist for verify()Antonio Cardace2020-03-061-0/+10
* nm-setting-bond: fix '[up|down]delay', 'miimon' validationAntonio Cardace2020-02-281-0/+9
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-071-1/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-1/+0
* libnm: don't special case "vpn.secrets" property in property_to_dbus()Thomas Haller2019-09-301-0/+3
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-301-0/+107
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-2/+6
* libnm/test: add unit test with consistency checks about NMSetting type infoThomas Haller2019-09-211-0/+158
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* keyfile: let keyfile writer serialize setting with all default valuesThomas Haller2019-08-271-15/+17
* keyfile/tests: add unit test showing bug where keyfile writer looses settings...Thomas Haller2019-08-271-0/+49
* libnm: when stringifying policy routing rule place "not" specifier after "pri...Thomas Haller2019-08-051-1/+3
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+1
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-111-13/+13
* libnm/tests: fix team tests with "--enable-json-validation=no"Thomas Haller2019-06-111-1/+1
* libnm/team: fix handling default values and stricter validate team configThomas Haller2019-06-041-62/+54
* libnm/team: reorder fields in JSON output for team link watcherThomas Haller2019-06-041-2/+2
* libnm/team: add space in JSON output for link watcherThomas Haller2019-06-041-3/+3
* libnm: rework team handling of JSON configThomas Haller2019-05-231-10/+76