summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-team-port.c
Commit message (Expand)AuthorAgeFilesLines
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-301-7/+7
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-301-16/+7
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-4/+6
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm/team: strict validate team settings by libnm clients not sending the JSONThomas Haller2019-06-041-0/+1
* libnm/team: fix handling default values and stricter validate team configThomas Haller2019-06-041-22/+24
* libnm: support strict parsing of team link watcher from GVariantThomas Haller2019-05-231-1/+1
* libnm: rework team handling of JSON configThomas Haller2019-05-231-201/+143
* libnm: don't duplicate NMTeamLinkWatcher and make ref thread-safeThomas Haller2019-05-231-3/+3
* libnm: add internal cmp() function for NMTeamLinkWatcher typesThomas Haller2019-05-231-3/+3
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-10/+14
* libnm/team: add function to compare list of link-watchersThomas Haller2019-03-241-20/+7
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* libnm: avoid "-Wmissing-braces" warning for teams _prop_to_keys arrayThomas Haller2019-02-081-9/+7
* libnm-core: reorder code in settingsThomas Haller2019-01-151-64/+73
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-55/+46
* libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-111-30/+50
* Fix typosRafael Fontenelle2018-09-301-1/+1
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-6/+10
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-2/+2
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-13/+11
* libnm-core: don't emit signal when clearing lists already emptyBeniamino Galvani2018-07-111-2/+4
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-4/+4
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-2/+1
* libnm-core: team-port: expose the new link-watchers propertyFrancesco Giudici2017-12-081-8/+229
* libnm-core: fix "Since" notation in team and team-port settings.Francesco Giudici2017-11-101-5/+5
* libnm-core: enforce team and team-port defaultsfg/team_abstraction_rh1398925Francesco Giudici2017-11-091-13/+13
* libnm-core: enforce team-port config and properties alignmentFrancesco Giudici2017-11-091-0/+50
* libnm-core: add explicit team properties to NMSettingTeamPortFrancesco Giudici2017-11-091-0/+198
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* core: allow two priorities of base settingsLubomir Rintel2017-05-311-1/+1
* libnm: reject too large team-config JSONThomas Haller2016-09-271-0/+10
* libnm: expose nm_utils_is_json_object() utility functionThomas Haller2016-09-271-1/+1
* libnm: restore verify() comments in team/team-port settingsBeniamino Galvani2016-08-301-0/+3
* Revert "libnm-core/team: normalize invalid config to NULL"Beniamino Galvani2016-08-301-10/+2
* libnm-core/team: normalize invalid config to NULLThomas Haller2016-08-241-2/+10
* libnm-core/team: treat "" team config as no configLubomir Rintel2016-08-241-10/+12
* libnm-core: fix comparison of team configurationBeniamino Galvani2016-05-311-1/+7
* libnm-core: use jansson to compare and check team configurationsBeniamino Galvani2016-04-181-4/+36
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm: fix memleak for config in NMSettingTeamPortThomas Haller2015-02-091-0/+12
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-0/+6
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-7/+11