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