summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting.c
Commit message (Expand)AuthorAgeFilesLines
* all: goodbye libnm-glibLubomir Rintel2019-04-161-15/+0
* Revert "all: goodbye libnm-glib"Lubomir Rintel2019-04-031-0/+15
* all: goodbye libnm-glibLubomir Rintel2019-03-191-15/+0
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-071-1/+1
* libnm: add NMWireGuardPeer and libnm support for peersThomas Haller2019-02-221-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* libnm-core: drop unused includes from "nm-setting.c"Thomas Haller2019-02-041-9/+0
* libnm,core: make for-each-secret implementation virtual functions of NMSettingThomas Haller2019-02-041-0/+21
* libnm: rework _nm_setting_aggregate() to delegate to setting classThomas Haller2019-02-041-27/+37
* libnm: extend nm_setting_enumerate_values() to support non-GObject base prope...Thomas Haller2019-02-041-10/+26
* libnm: emit "notify:name" signal when changing gendata property (NMSettingEth...Thomas Haller2019-02-041-3/+8
* libnm: add _nm_setting_emit_property_changed() functionThomas Haller2019-02-041-1/+30
* all: fix misspellingsRafael Fontenelle2019-01-241-3/+3
* libnm: always call clear_secrets() function for all propertiesThomas Haller2019-01-221-46/+41
* libnm: merge _nm_setting_clear_secrets() and *_with_flags()Thomas Haller2019-01-221-51/+21
* libnm: support nm_setting_duplicate() for non-GObject base propertiesThomas Haller2019-01-221-48/+66
* libnm/trivial: rename local variableThomas Haller2019-01-221-35/+40
* libnm-core: reorder code in settingsThomas Haller2019-01-151-5/+7
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-11/+9
* libnm,core: accept failure to _nm_setting_get_property() in _log_connection_g...Thomas Haller2019-01-111-4/+5
* libnm: add _nm_sett_info_setting_get_property_info() helperThomas Haller2019-01-111-14/+15
* libnm/trivial: rename sett-info gettersThomas Haller2019-01-111-18/+18
* libnm: assert in _nm_setting_aggregate() that we handle secret-flagsThomas Haller2019-01-111-4/+9
* libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-111-159/+195
* libnm: unify handling whether to compare properties in NMSettingThomas Haller2019-01-111-52/+51
* libnm: fix nm_setting_diff() for ignore-reapply-immediately comparisonThomas Haller2019-01-101-1/+1
* libnm: fix nm_setting_compare() for fuzzy comparisonThomas Haller2019-01-101-1/+1
* libnm-core: add _nm_setting_secret_flags_valid() helperThomas Haller2019-01-071-1/+1
* libnm: rework nm_setting_duplicate() without nm_setting_enumerate_values()Thomas Haller2019-01-071-11/+40
* libnm: move sorting of settings out of nm_setting_enumerate_values() and cach...Thomas Haller2019-01-071-56/+87
* libnm,core: add _nm_connection_aggregate() to replace nm_connection_for_each_...Thomas Haller2019-01-071-0/+69
* libnm: cleanup secret-flags setter and getterThomas Haller2019-01-071-36/+65
* libnm: use property metadata in nm-settings.c instead of GObject property listThomas Haller2019-01-071-43/+56
* libnm: pass serialization flags to settings synth_func()Thomas Haller2019-01-071-6/+12
* Revert "libnm-core: don't serialize synthetic properties in nm_setting_to_str...Thomas Haller2019-01-071-10/+4
* libnm-core: don't serialize synthetic properties in nm_setting_to_string()Lubomir Rintel2018-11-071-4/+10
* libnm-core: remove unneeded comparisonsBeniamino Galvani2018-10-061-2/+2
* core/setting: don't assume we have a connection when synthesizing a propertyLubomir Rintel2018-09-181-1/+5
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* libnm: replace _nm_utils_bytes_to_dbus() with nm_utils_gbytes_get_variant_ay()Thomas Haller2018-08-221-1/+1
* libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller2018-08-101-0/+14
* libnm: add generic-data for implementing NMSettingThomas Haller2018-08-101-79/+507
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-196/+200
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-209/+34
* libnm-core/trivial: move codeThomas Haller2018-08-101-36/+38
* libnm: minor rework checking property flags in _nm_setting_to_dbus()Thomas Haller2018-08-101-15/+18
* libnm/docs: fix examples for NMSetting:name valuesThomas Haller2018-08-031-1/+1
* libnm: avoid deadlock during g_module_open() in _nm_utils_init()Thomas Haller2018-08-011-0/+15
* nm-setting: add missing initializersLubomir Rintel2018-07-261-4/+4
* core/setting: rework nm_connection_dump()Lubomir Rintel2018-07-261-36/+17