summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting.c
Commit message (Expand)AuthorAgeFilesLines
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+1
* libnm: use stack allocated temporary string for property nameThomas Haller2017-11-231-13/+12
* all: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-11-161-3/+3
* libnm: fix normalizing and verifying OVS connectionsThomas Haller2017-10-301-1/+1
* libnm-core: add ovs-bridge settingLubomir Rintel2017-10-301-0/+2
* libnm-core: add ovs-port settingLubomir Rintel2017-10-301-2/+2
* libnm-core: add ovs-interface settingLubomir Rintel2017-10-301-0/+2
* libnm: fix the return value of nm_setting_diff() if a results hash was givenThomas Haller2017-10-261-7/+17
* libnm: fix nm_connection_diff() for settings without propertiesThomas Haller2017-10-261-0/+10
* libnm: streamline functions in nm-connection.cThomas Haller2017-06-071-1/+1
* libnm: downgrade assertions in _nm_register_setting_impl() to nm_assert()Thomas Haller2017-06-071-12/+7
* libnm: add enum for setting prioritiesThomas Haller2017-06-071-38/+16
* libnm/trivial: rename _nm_register_setting function to _nm_register_setting_implThomas Haller2017-06-071-4/+4
* core: negotiate the best base settingLubomir Rintel2017-05-311-6/+9
* core: allow two priorities of base settingsLubomir Rintel2017-05-311-5/+8
* libnm: add NMSettingUserThomas Haller2017-03-281-1/+2
* all: use NM_CACHED_QUARK_FCN() to define cached quarksThomas Haller2017-02-101-13/+8
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-5/+5
* all: replace nm_unauto() by g_steal_pointer()Thomas Haller2016-05-121-1/+1
* libnm-core: allow strict and relaxed error behavior for _nm_setting_new_from_...Thomas Haller2016-03-261-23/+105
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-3/+3
* libnm: add nm_setting_verify_secrets() and nm_connection_verify_secrets()Jiří Klimeš2015-11-201-0/+47
* libnm: mark properties that take effect immediately on active connection (REA...Thomas Haller2015-09-181-0/+7
* libnm: use NM_FLAGS_HAS() in nm_setting_compare()Thomas Haller2015-09-181-5/+7
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-121-3/+1
* libnm: fix compare_property() to handle default valuesThomas Haller2015-06-051-4/+6
* libnm-core,libnm-util: avoid calling a constructorLubomir Rintel2015-06-021-1/+7
* trivial: remove semicolon after macro definitionThomas Haller2015-03-201-1/+1
* libnm: sort properties for nm_setting_enumerate_values()Thomas Haller2015-03-201-0/+35
* libnm-core: coverity fixJiří Klimeš2015-01-281-1/+2
* libnm-core: fix compile error in set_property_from_dbus() for missing return ...Thomas Haller2015-01-161-1/+1
* libnm-core: validate property types from D-Bus (rh #1182567)Dan Winship2015-01-151-7/+47
* libnm-core: simplify _nm_setting_new_from_dbus()Dan Winship2015-01-151-9/+1
* libnm-core: fix a leak in _nm_setting_new_from_dbus()Dan Winship2015-01-151-4/+6
* libnm: fix nm-setting-docs.xml property typesDan Winship2014-11-191-0/+34
* libnm-core: make GBytes D-Bus marshalling be built-in to NMSettingDan Winship2014-11-191-0/+4
* libnm-core: add NM_SETTING_COMPARE_FLAG_IGNORE_TIMESTAMP flagJiří Klimeš2014-11-191-0/+5
* libnm-core: change how new and legacy properties are serializedDan Winship2014-11-151-0/+40
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: don't warn about unrecognized propertiesDan Winship2014-11-071-13/+5
* libnm-core: tweak handling of overridden propertiesDan Winship2014-11-071-17/+21
* libnm-core: fix NMSetting property override docsDan Winship2014-11-071-14/+9
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-130/+8
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-1/+9