summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-dcb.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-241-5/+7
* libnm: sort fields in NMSetting structures by size and alignmentThomas Haller2019-12-241-14/+8
* 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-6/+6
* libnm: deduplicate NMSettInfoPropertType instancesThomas Haller2019-09-301-36/+12
* libnm: refactor NMSettInfoProperty to save memory for simple propertiesThomas Haller2019-09-301-6/+6
* 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
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* all: don't use "static inline" in source filesThomas Haller2019-02-061-2/+2
* libnm-core: reorder code in settingsThomas Haller2019-01-151-81/+90
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-143/+122
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-26/+47
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-3/+3
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-13/+12
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-7/+7
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-18/+6
* all: fix minor typos in settings docsYuri Chornoivan2017-07-031-2/+2
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* core: allow two priorities of base settingsLubomir Rintel2017-05-311-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm: fix memleak for app_fcoe_mode in NMSettingDcbThomas Haller2015-02-091-1/+13
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-0/+111
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-1/+1
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-36/+18
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-031-30/+36
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-16/+14
* libnm-core: fix DCB's _nm_setting_dcb_uint_array_from_dbus()Jiří Klimeš2014-09-081-21/+22
* Revert "libnm-core: fix NMSettingDcb"Jiří Klimeš2014-09-081-2/+2
* libnm-core: fix NMSettingDcbDan Winship2014-09-051-2/+2
* libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship2014-09-041-21/+77
* libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-041-25/+24
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-041-4/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-1/+0
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-78/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+1207