summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-team.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-18build: move "libnm-core/" to "src/" and split itThomas Haller1-1818/+0
2021-02-09all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller1-1/+1
2021-01-05all: update deprecated SPDX license identifiersThomas Haller1-1/+1
2020-12-11libnm: suppress "-Warray-bounds" warning in nm_team_link_watcher_new_ethtool()Thomas Haller1-0/+4
2020-11-12all: drop unnecessary cast for return value of g_object_new()Thomas Haller1-1/+1
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller1-1/+1
2020-09-28format: replace tabs for indentation in code commentsThomas Haller1-121/+121
2020-09-28all: reformat all with new clang-format styleAntonio Cardace1-856/+928
2019-10-02all: unify format of our Copyright source code commentsThomas Haller1-2/+2
2019-09-30libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller1-17/+17
2019-09-30libnm: deduplicate NMSettInfoPropertType instancesThomas Haller1-30/+17
2019-09-30libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller1-4/+6
2019-09-10all: SPDX header conversionLubomir Rintel1-15/+1
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-06-04libnm/team: strict validate team settings by libnm clients not sending the JSONThomas Haller1-0/+1
2019-06-04libnm/team: fix handling default values and stricter validate team configThomas Haller1-27/+38
2019-05-23libnm: support strict parsing of team link watcher from GVariantThomas Haller1-1/+1
2019-05-23libnm: rework team handling of JSON configThomas Haller1-476/+218
2019-05-23libnm: don't duplicate NMTeamLinkWatcher and make ref thread-safeThomas Haller1-17/+26
2019-05-23libnm: rework NMTeamLinkWatcher structure and embed stringsThomas Haller1-61/+81
2019-05-23libnm: add internal cmp() function for NMTeamLinkWatcher typesThomas Haller1-39/+78
2019-05-23libnm: mark NMTeamLinkWatcher arguments as const in APIThomas Haller1-13/+14
2019-05-01libnm: pass connection to compare_property() functionThomas Haller1-10/+14
2019-03-25cli: implement team:runner-tx-hash as multilist propertyThomas Haller1-0/+2
2019-03-24libnm/team: preserve unset priv->runner_tx_hash in _align_team_properties()Thomas Haller1-1/+1
2019-03-24libnm/team: check for changes to team:runner-tx-hash in _align_team_properties()Thomas Haller1-7/+17
2019-03-24libnm/team: add function to compare list of link-watchersThomas Haller1-21/+35
2019-03-24libnm/team: minor coding style cleanupThomas Haller1-16/+16
2019-03-24libnm/team: fix crash with nm_setting_team_remove_runner_tx_hash_by_value() h...Thomas Haller1-6/+7
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-1/+0
2019-02-08libnm: avoid "-Wmissing-braces" warning for teams _prop_to_keys arrayThomas Haller1-19/+16
2019-01-28libnm-core: fix team link-watcher struct layoutBeniamino Galvani1-1/+1
2019-01-15libnm-core: reorder code in settingsThomas Haller1-125/+132
2019-01-15libnm-core: cleanup NMSetting's class initializationThomas Haller1-112/+94
2019-01-11libnm: rework compare_property() implementation for NMSettingThomas Haller1-27/+46
2018-12-12libnm: implement nm_team_link_watcher_new_arp_ping() based on nm_team_link_wa...Thomas Haller1-54/+47
2018-12-12team: add support for 'vlanid' link-watchers propertyPatrick Talbert1-6/+80
2018-10-08libnm-core: fix other int comparisons in team settingBeniamino Galvani1-7/+7
2018-10-07libnm-core: fix int comparisons in team settingThomas Haller1-2/+2
2018-09-30Fix typosRafael Fontenelle1-1/+1
2018-09-17docs: misc. typos pt2luz.paz1-2/+2
2018-08-10libnm: rework setting metadata for property handlingThomas Haller1-10/+16
2018-08-10libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller1-2/+2
2018-08-10libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller1-14/+12
2018-07-11libnm-core: don't emit signal when clearing lists already emptyBeniamino Galvani1-2/+4
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-22/+22
2018-07-01libnm: avoid constructor function for registering NMSetting typesThomas Haller1-1/+0
2018-06-15man: add 'random' to the allowed values of team.runnerFrancesco Giudici1-1/+1
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-03-26gobject-introspection: made several fixes to the annotationsCorentin Noël1-2/+1