summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-11glib-aux: add nm_gobject_notify_together_by_pspec() helperThomas Haller2-0/+53
2023-12-11libnm: rename direct_hook union in NMSettInfoPropertyThomas Haller5-14/+14
2023-12-11glib: drop compat code for glib < 2.42 from "nm-glib.h"Thomas Haller6-381/+5
2023-12-11build: bump dependency to glib-2.42Thomas Haller2-9/+7
2023-12-07format: add reformatting commit to ".git-blame-ignore-revs"Thomas Haller1-0/+2
2023-12-06python: reformat with black-23.7.0-2.fc39.noarchThomas Haller11-50/+2
2023-12-06l3cfg: make nm_l3_config_data_cmp_full() thread-safeThomas Haller1-5/+14
2023-12-06gitlab-ci: regenerated gitlab-ci template and fix versionsThomas Haller2-22/+22
2023-12-06gitlab-ci: upgrade tier1 to run Fedora 39Fernando Fernandez Mancera1-1/+1
2023-12-06all: reformat code to clang shipped with Fedora 39Fernando Fernandez Mancera21-23/+23
2023-12-05HSR: add support to HSR/PRP interfaceFernando Fernandez Mancera46-3/+1439
2023-12-04merge: branch 'ff/ecmp_fix'Fernando Fernandez Mancera4-171/+394
2023-12-04l3cfg: handle dynamic added routes tracking and deletionff/ecmp_fixThomas Haller1-128/+235
2023-12-04l3cfg: factor out _obj_state_data_new() for creating object stateFernando Fernandez Mancera1-10/+16
2023-12-04netns: schedule a commit when a single-hop route is mergedFernando Fernandez Mancera1-2/+8