summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-7/+14
* libnm: add NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED serialization flagThomas Haller2019-06-171-7/+16
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: add init_from_dbus() virtual function to NMSettingThomas Haller2019-05-231-29/+60
* libnm: unify property-to-dbus handling of NMSettingThomas Haller2019-05-011-62/+46
* libnm: rename function pointers of NMSettInfoPropertyThomas Haller2019-05-011-66/+72
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-19/+53
* libnm: cleanup converting properties to GVariantThomas Haller2019-05-011-60/+97
* libnm: cleanup get_property_for_dbus()Thomas Haller2019-05-011-45/+51
* 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