summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-08libnm: test that Gir data matches actual exportslr/unbreak-girLubomir Rintel4-2/+175
2022-11-08Makefile.am: tidy up the introspection conditional partLubomir Rintel1-18/+18
2022-11-08docs/api: fix ugly things in MakefileLubomir Rintel1-14/+2
2022-11-08libnm: actually export a lot of routines that were supposed to be publicLubomir Rintel32-49/+76
2022-11-08libnm: export nm_utils_ip_{address,rout}es_{from,to}_variantLubomir Rintel3-2/+18
2022-11-08libnm/connection: fix a handful of versioning tagsLubomir Rintel2-10/+11
2022-11-08libnm: fix a large amount of Since tagsLubomir Rintel48-35/+149
2022-11-08libnm: drop nm_vpn_plugin_old_set_{,ip6_}config()Lubomir Rintel2-22/+6
2022-11-08libnm: remove nm_device_wpan_get_hw_address()Lubomir Rintel2-23/+0
2022-11-08libnm: remove nm_device_6lowpan_get_hw_address()Lubomir Rintel2-25/+0
2022-11-08libnm: move nm_setting_ip_config_get_dhcp_iaid() to @libnm_1_40_4 version nodeLubomir Rintel1-1/+5
2022-11-07client: add_and_activate*() allow NULL deviceLubomir Rintel1-2/+2
2022-11-07build: merge branch 'th/build-cleanup-compiler-warnings'Thomas Haller2-7/+14
2022-11-07build: enable warnings "-Wint-conversion" and "-Wold-style-definition"Thomas Haller2-0/+6
2022-11-07build/autotools: add compiler warnings that we have in mesonThomas Haller1-0/+5
2022-11-07build/meson: sort compiler flags in "meson.build"Thomas Haller1-7/+3
2022-11-07nm-setting: fix static assertions for NM_SETTING_PARAM_* flags and numeric va...Thomas Haller2-16/+17
2022-11-07nm-setting: mangle public constant to make g-ir-scanner happyLubomir Rintel2-3/+16
2022-11-04std-aux: add code comment to NM_BOOLEAN_EXPR()Thomas Haller1-0/+9
2022-11-04std-aux: fix NM_LIKELY()/NM_UNLIKELY() macrosBeniamino Galvani1-4/+4
2022-11-03libnm: export nm_setting_ip_config_get_dhcp_iaidLubomir Rintel3-2/+3
2022-11-03tests: add tests for generating stable UUIDs for keyfile/initrdThomas Haller2-5/+25
2022-11-03all: fix generating UUIDs for stringThomas Haller1-4/+4
2022-11-02release: bump version to 1.41.4 (development)1.41.4-devThomas Haller2-2/+2
2022-11-02initrd/tests: add unit test for autoconnect-priority settingThomas Haller2-0/+18
2022-11-02all: update references to our mailing listThomas Haller3-3/+4
2022-10-31gitignore: ignore "po/.Makefile.patched" fileThomas Haller1-0/+2
2022-10-31build: merge branch 'th/gen-metadata-nm-settings-libnm-core'Thomas Haller11-48/+1359
2022-10-31libnm: generate "gen-metadata-nm-settings-libnm-core.xml" with meta dataThomas Haller5-0/+1312
2022-10-31nmcli: rename "generate-docs-nm-settings-nmcli" to "gen-metadata-nm-settings-...Thomas Haller6-36/+38
2022-10-31build: pass both filenames to "tools/check-compare-generated.sh" scriptThomas Haller4-14/+11
2022-10-31build/meson fix "gen-metadata-nm-settings-nmcli.xml.in" without enable_docsThomas Haller1-1/+1
2022-10-29std-aux: fix build error due to __assert_fail() missing with NDEBUGThomas Haller1-1/+5
2022-10-28libnm: merge branch 'th/libnm-fix-compare-dns'Thomas Haller7-27/+129
2022-10-28libnm: minor refactoring on property_to_dbus() and add commentThomas Haller1-21/+26
2022-10-28libnm: fix comparing "ipv[46].dns" propertiesThomas Haller5-5/+21
2022-10-28libnm: fix _nm_setting_property_compare_fcn_default() for "to_dbus_only_in_ma...Thomas Haller1-1/+2
2022-10-28libnm/tests: test comparing "ipv[46].dns" propertiesThomas Haller1-0/+80
2022-10-28libnm/tests: use g_assert_cmpint() in ensure_diffs() testThomas Haller1-3/+3
2022-10-28build/autotools: adjust hack for gettext() for other Makefile versionsThomas Haller1-1/+2
2022-10-28cli: cleanup connecting state change signalThomas Haller1-9/+34
2022-10-27platform/tests: don't use translations in test toolThomas Haller1-2/+2
2022-10-27hostname: rename nm_hostname_manager_write_hostname() to set_static_hostname()Thomas Haller3-22/+25
2022-10-27glib-aux: add nm_dbus_connection_call_get() helperThomas Haller2-0/+37
2022-10-27dns: merge branch 'th/dot-sni'Thomas Haller52-696/+1318
2022-10-27NEWS: updateThomas Haller1-0/+2
2022-10-27libnm: unify IPv4/IPv6 forms of DNS to GVariant helperThomas Haller4-54/+31
2022-10-27dns/resolved: set DoT server name (SNI) in systemd-resolvedThomas Haller4-34/+116
2022-10-27dns/resolved: cleanup detection of supported API in "nm-dns-systemd-resolved.c"Thomas Haller1-26/+28
2022-10-27core: extend NML3ConfigData:nameserver to track DNS as stringThomas Haller19-205/+249