summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-19hsr: drop supervision-address from HSR settingff/fix_hsrFernando Fernandez Mancera10-86/+5
2023-12-19merge: branch 'main'Íñigo Huguet1-1259/+1420
2023-12-18Update ru.poAleksandr Melman1-2/+2
2023-12-18Update ru.poAleksandr Melman1-99/+194
2023-12-18Update Russian translationAleksandr Melman1-2687/+2906
2023-12-18Update Russian translationAleksandr Melman1-3447/+3294
2023-12-18libnm,cli: merge branch 'th/libnm-notification'Thomas Haller6-89/+181
2023-12-18glib-aux: rename and change order of arguments for _nm_gobject_notify_togethe...Thomas Haller1-13/+13
2023-12-18cli: fix setting "wifi.mac-address-randomization"Thomas Haller1-1/+44
2023-12-18libnm: rework normalization of "wifi.mac-address-randomization"Thomas Haller3-55/+93
2023-12-18libnm: only emit notification for "wifi.cloned-mac-address" on changesThomas Haller1-11/+20
2023-12-18libnm: only emit notification for "ipv[46].dns-options" on changesThomas Haller1-9/+11
2023-12-18merge: branch 'fix_zh_po'Íñigo Huguet1-1/+1
2023-12-18zh: fix typo for route in ChineseGris Ge1-1/+1
2023-12-18Merge branch 'ih/fix_gettext'Íñigo Huguet4-10/+9
2023-12-18CI: check for potential translation errorsih/fix_gettextÍñigo Huguet2-5/+7
2023-12-18po: Fix typo in indonesian translationÍñigo Huguet1-1/+1
2023-12-18core: Fix unextractable translation stringÍñigo Huguet1-4/+1
2023-12-18merge: branch 'uk_update45'Íñigo Huguet1-2150/+2159
2023-12-18Update Ukrainian translationYuri Chornoivan1-2150/+2159
2023-12-14release: bump version to 1.45.9 (development)1.45.9-devJán Václav2-2/+2
2023-12-13po: belatedly add HSR source files to "po/POTFILES.in"Thomas Haller1-1/+3
2023-12-13libnm: merge branch 'th/ssid'Thomas Haller3-7/+18
2023-12-13all: adjust nm_utils_is_empty_ssid() to return TRUE for zero length SSIDThomas Haller1-0/+3
2023-12-13libnm: deprecate nm_utils_escape_ssid()Thomas Haller2-7/+15
2023-12-13device: fix generated 'wifi.cloned-mac-address="stable-ssid"' for stable-idThomas Haller4-5/+37
2023-12-13merge: branch 'ih/dbus_ip_validate'Íñigo Huguet4-209/+709
2023-12-13libnm: document what each flag from NMSettingParseFlags meansÍñigo Huguet1-0/+18
2023-12-13libnm/dbus: notify errors for invalid IPv6 propertiesÍñigo Huguet3-87/+285
2023-12-13libnm/ipv4: properly assign address-labels, and report errors from themÍñigo Huguet3-17/+51
2023-12-13libnm/dbus: notify errors for invalid IPv4 propertiesÍñigo Huguet3-111/+361
2023-12-12libnm: merge branch 'th/libnm-client-debug'Thomas Haller2-33/+59
2023-12-12libnm: with LIBNM_CLIENT_DEBUG logging always print to default destinationThomas Haller1-6/+2
2023-12-12libnm: refactor levels for LIBNM_CLIENT_DEBUGThomas Haller2-10/+18
2023-12-12libnm: rework and document LIBNM_CLIENT_DEBUGThomas Haller2-19/+41
2023-12-12config: drop slaves-order config optionFernando Fernandez Mancera7-54/+22
2023-12-12libnm: merge branch 'th/libnm-explicit-notify'Thomas Haller5-97/+93
2023-12-11libnm: adjust tests now that all direct properties use G_PARAM_EXPLICIT_NOTIFYThomas Haller2-26/+8
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct flags propertiesThomas Haller3-10/+15
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct enum propertiesThomas Haller3-10/+11
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct strv propertiesThomas Haller3-10/+12
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct bytes propertiesThomas Haller2-7/+8
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct string propertiesThomas Haller3-29/+32
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct int64,uint64 propertiesThomas Haller3-18/+20
2023-12-11merge: branch 'th/libnm-notify-properties'Fernando Fernandez Mancera16-480/+206
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct int32 propertiesThomas Haller3-34/+38
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct uint32 propertiesThomas Haller3-18/+21
2023-12-11libnm: use G_PARAM_EXPLICIT_NOTIFY for direct boolean propertiesThomas Haller4-18/+35
2023-12-11libnm: return property index from _nm_setting_property_define_direct_string()Thomas Haller1-9/+6
2023-12-11libnm: implement NMSettInfoProperty.direct_also_notify for notifying two prop...Thomas Haller3-2/+32