summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-user.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-4/+4
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* libnm/trivial: rename _properties_override_add_*() to _nm_properties_override...Thomas Haller2019-09-301-1/+1
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-301-6/+1
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* 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: pass connection to compare_property() functionThomas Haller2019-05-011-7/+11
* libnm-core: reorder code in settingsThomas Haller2019-01-151-5/+4
* libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-111-18/+19
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-5/+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-1/+2
* libnm: use nm_utils_hash_table_equal() in nm-setting-userThomas Haller2018-08-101-25/+2
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* all: use nm_utils_hash_keys_to_array()Thomas Haller2018-03-271-13/+6
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-3/+1
* all: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-11-161-1/+1
* libnm-core: add ifcfg-rh documentation for user settingBeniamino Galvani2017-09-051-0/+12
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* libnm: track invalid user data separately and reject during verify()Thomas Haller2017-05-061-49/+131
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-051-1/+1
* libnm: add NMSettingUserThomas Haller2017-03-281-0/+530