summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-team.c
Commit message (Expand)AuthorAgeFilesLines
* libnm/team: fix handling default values and stricter validate team configThomas Haller2019-06-021-27/+38
* 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-476/+218
* libnm: don't duplicate NMTeamLinkWatcher and make ref thread-safeThomas Haller2019-05-231-17/+26
* libnm: rework NMTeamLinkWatcher structure and embed stringsThomas Haller2019-05-231-61/+81
* libnm: add internal cmp() function for NMTeamLinkWatcher typesThomas Haller2019-05-231-39/+78
* libnm: mark NMTeamLinkWatcher arguments as const in APIThomas Haller2019-05-231-13/+14
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-10/+14
* cli: implement team:runner-tx-hash as multilist propertyThomas Haller2019-03-251-0/+2
* libnm/team: preserve unset priv->runner_tx_hash in _align_team_properties()th/libnm-team-fixesThomas Haller2019-03-241-1/+1
* libnm/team: check for changes to team:runner-tx-hash in _align_team_properties()Thomas Haller2019-03-241-7/+17
* libnm/team: add function to compare list of link-watchersThomas Haller2019-03-241-21/+35
* libnm/team: minor coding style cleanupThomas Haller2019-03-241-16/+16
* libnm/team: fix crash with nm_setting_team_remove_runner_tx_hash_by_value() h...Thomas Haller2019-03-241-6/+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-19/+16
* libnm-core: fix team link-watcher struct layoutBeniamino Galvani2019-01-281-1/+1
* libnm-core: reorder code in settingsThomas Haller2019-01-151-125/+132
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-112/+94
* libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-111-27/+46
* libnm: implement nm_team_link_watcher_new_arp_ping() based on nm_team_link_wa...Thomas Haller2018-12-121-54/+47
* team: add support for 'vlanid' link-watchers propertyPatrick Talbert2018-12-121-6/+80
* libnm-core: fix other int comparisons in team settingBeniamino Galvani2018-10-081-7/+7
* libnm-core: fix int comparisons in team settingThomas Haller2018-10-071-2/+2
* Fix typosRafael Fontenelle2018-09-301-1/+1
* docs: misc. typos pt2luz.paz2018-09-171-2/+2
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-10/+16
* 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-14/+12
* 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-22/+22
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* man: add 'random' to the allowed values of team.runnerFrancesco Giudici2018-06-151-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-2/+1
* all: replace non-leading tabs with spacesThomas Haller2018-02-071-1/+1
* libnm-core: team: add support to runner "random"fg/team-random-runner-rh1538699Francesco Giudici2018-02-051-0/+1
* libnm-core: ensure alignment of team.config and other team propertiesFrancesco Giudici2018-01-221-1/+3
* libnm-core: update team.runner descriptionFrancesco Giudici2018-01-121-0/+4
* libnm: fix checking argument in nm_team_link_watcher_new_arp_ping()Thomas Haller2017-12-121-1/+1
* libnm: don't use g_strsplit_set() to search string for invalid charactersThomas Haller2017-12-081-9/+3
* libnm-core: team: change tx-hash APIs idx type from int to guintFrancesco Giudici2017-12-081-4/+4
* libnm-core: team: rework defaults management on runner propertiesFrancesco Giudici2017-12-081-44/+30
* libnm-core: team: use the correct name for teamd property 'balancing_interval'Francesco Giudici2017-12-081-1/+1
* libnm-core: synchronize team.link_watchers when team.config is set.Francesco Giudici2017-12-081-0/+3
* libnm-core: synchronize team.config when team.link_watchers is set.Francesco Giudici2017-12-081-0/+3
* libnm-core: team: expose the new link-watchers propertyFrancesco Giudici2017-12-081-0/+258
* libnm-core: team: add NMTeamLinkWatcher boxed typeFrancesco Giudici2017-12-081-0/+527
* libnm-core: fix "Since" notation in team and team-port settings.Francesco Giudici2017-11-101-17/+17
* libnm-core: enforce team and team-port defaultsfg/team_abstraction_rh1398925Francesco Giudici2017-11-091-20/+29