summaryrefslogtreecommitdiff
path: root/src/libnm-core-impl/nm-setting-connection.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-151-6/+6
* nmcli: allow changing the UUID of a profile in offline modeThomas Haller2022-08-311-0/+12
* mptcp: rework "connection.mptcp-flags" for enabling MPTCPThomas Haller2022-08-251-26/+21
* all: drop various NMMptcpFlagsThomas Haller2022-08-091-26/+12
* all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-091-0/+185
* libnm: support wait-activation-delay propertyFernando Fernandez Mancera2022-06-161-1/+51
* libnm/doc: clarify behavior for autoconnect in `man nm-settings`Thomas Haller2022-03-161-0/+9
* libnm/docs: add reference to secret-key in description for stable-idThomas Haller2022-03-111-1/+2
* libnm: rework strv properties of NMSetting as "direct" propertiesThomas Haller2022-02-101-49/+44
* libnm: make "connection.type" property a NMRefStringThomas Haller2022-01-181-1/+2
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-46/+46
* libnm: refactor some NMSetting to use direct propertiesThomas Haller2021-11-081-196/+48
* libnm: always finalize direct properties in NMSetting base classThomas Haller2021-11-041-9/+0
* ifcfg-rh: add support for connection.dns-over-tlsRobin Ebert2021-10-151-0/+8
* libnm-core: Add connection.dns-over-tls propertyRobin Ebert2021-10-151-0/+67
* libnm: use macros function arguments for NMSettInfoPropertTypeThomas Haller2021-08-021-25/+4
* libnm: add from_dbus_fcn for direct propertiesThomas Haller2021-07-231-5/+6
* libnm: use direct properties for NMSettingConnectionThomas Haller2021-07-231-88/+101
* libnm: always set from_dbus_fcn() property hookThomas Haller2021-07-161-6/+12
* libnm: implement "direct" properties for compare_fcn()Thomas Haller2021-07-161-8/+8
* libnm: refactor NMSettingClass.compare_property() to NMSettInfoPropertType.co...Thomas Haller2021-07-161-26/+52
* libnm: add compare_fcn() to property meta dataThomas Haller2021-07-161-0/+2
* libnm: pass around property_info instead of property_idx in NMSetting APIThomas Haller2021-07-161-16/+16
* libnm: always initialize default values for "direct" propertiesThomas Haller2021-07-121-1/+0
* libnm: use _nm_setting_property_define_direct_string()Thomas Haller2021-07-121-46/+57
* libnm: add direct_offset for string propertiesThomas Haller2021-07-121-6/+7
* libnm: use _nm_setting_property_define_direct_boolean()Thomas Haller2021-07-121-8/+9
* libnm: add direct_offset for boolean propertiesThomas Haller2021-07-121-8/+9
* libnm: extend NMSettInfoSetting with an offset to the private dataThomas Haller2021-07-121-4/+5
* libnm: use _nm_setting_property_define_string() for string NMSetting propertiesThomas Haller2021-06-231-55/+53
* libnm: use _nm_setting_property_define_boolean() for boolean NMSetting proper...Thomas Haller2021-06-231-6/+7
* libnm: extend to_dbus_fcn() property type for efficiently converting string p...Thomas Haller2021-06-231-6/+6
* libnm: extend to_dbus_fcn() property type for efficiently converting boolean ...Thomas Haller2021-06-231-6/+7
* libnm: add and use NM_SETT_INFO_PROPERT_TYPE_DBUS() macroThomas Haller2021-06-231-2/+2
* libnm: let all property types implement to_dbus_fcn() handlerThomas Haller2021-06-231-3/+3
* libnm/docs: better explain "connection.autoconnect{,-priority}"Thomas Haller2021-06-221-3/+10
* libnm: add code comment about preserving ABI for libnm GObject structsThomas Haller2021-06-171-1/+1
* libnm: hide NMSetting types from public headersThomas Haller2021-06-111-0/+16
* libnm: verify and normalize "connection.secondaries"Thomas Haller2021-06-041-0/+9
* libnm: use GArray to track "connection.secondaries" property instead of GSListThomas Haller2021-06-041-47/+49
* libnm: don't reject empty strings in add/remove APIThomas Haller2021-06-041-4/+2
* libnm: normalize "connection.uuid"Thomas Haller2021-05-041-1/+15
* glib-aux/trivial: rename NMUuid APIThomas Haller2021-05-041-1/+1
* build: move "shared/systemd" to "src/libnm-systemd-shared"Thomas Haller2021-02-241-1/+1
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-0/+2529