summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-06checkpatch: discourage GSlice APIth/gsliceThomas Haller1-0/+1
2022-10-06all: rename nm_g_slice*() helpers to nm_slice*()Thomas Haller54-130/+130
2022-10-06all: switch GSlice uses over to nm_slice*() macrosThomas Haller94-315/+315
2022-10-06glib-aux: add nm_slice_*() API to replace GSliceThomas Haller2-0/+53
2022-10-06glib-aux/trivial: style fixThomas Haller1-0/+1
2022-10-06core: wait for carrier before resolving hostname via DNSBeniamino Galvani2-3/+33
2022-10-06libnm: embed address family in NMSettingIPConfigClass for NM_SETTING_IP_CONFI...Thomas Haller4-18/+36
2022-10-06libnm: merge branch 'th/connection-path-as-ref-str'Thomas Haller7-13/+83
2022-10-06libnm: use NMRefString for nm_connection_get_path()Thomas Haller6-12/+65
2022-10-06glib-aux: reorder comparison in nm_ref_string_equal_str()Thomas Haller1-1/+1
2022-10-06glib-aux: add nm_ref_string_reset() helperThomas Haller1-0/+17
2022-10-06docs: merge branch 'th/generate-docs'Thomas Haller5-123/+418
2022-10-06tools: sort the settings in "generate-docs-nm-property-infos.py" by nameThomas Haller1-11/+44
2022-10-06tools: don't set empty attributes in "generate-docs-nm-property-infos.py"Thomas Haller1-6/+1
2022-10-06tools: don't write empty XML nodes in "generate-docs-nm-property-infos.py"Thomas Haller1-2/+0
2022-10-06tools: preserve newlines and indentation in "generate-docs-nm-property-infos.py"Thomas Haller3-4/+4
2022-10-06tools: rework generating documentation from libnm meta dataThomas Haller1-113/+382
2022-10-06libnm/docs: fix alignment in BOOTPROTO descriptionThomas Haller2-8/+8
2022-10-05merge: branch 'lr/master-uuid'Lubomir Rintel5-26/+34
2022-10-05po: update Ukrainian (uk) translationYuri Chornoivan1-593/+571
2022-10-05systemd: merge branch systemd into mainThomas Haller44-286/+640
2022-10-04systemd: drop invalid "user-util.h" compat headerThomas Haller2-4/+1
2022-10-04systemd: update code from upstream (2022-10-04)Thomas Haller43-285/+637
2022-10-04bond: merge branch 'th/mlag-bonding-slb'Thomas Haller10-6/+1418
2022-10-04libnm,core: support "bond.balance-slb" optionThomas Haller4-6/+162
2022-10-04core: add NMBondManager to handle NTF rules for balance-slb (MLAG)Thomas Haller4-0/+1002
2022-10-04firewall: add mlag firewall utils for multi chassis link aggregation (MLAG) f...Thomas Haller2-0/+254
2022-10-04nmcli: merge branch 'bg/nmcli-dev-connect-error'Beniamino Galvani1-3/+4
2022-10-04nmcli: don't show state-reason for "nmcli device connect" errorsBeniamino Galvani1-2/+1
2022-10-04nmcli: fix return code on "nmcli device connect" errorBeniamino Galvani1-3/+5
2022-10-03doc: fix bind-activation description for AddAndActivateConnection2 D-Bus APIThomas Haller1-1/+1
2022-10-03all: merge branch 'th/uuid-generate-from-strings'Thomas Haller7-56/+221
2022-10-03all: drop nm_uuid_generate_from_strings_v3()Thomas Haller7-50/+40
2022-10-03libnm-core/tests: drop duplicate tests _check_uuid_v3() (2)Thomas Haller1-18/+0
2022-10-03libnm-core/tests: drop duplicate tests _check_uuid_v3()Thomas Haller1-36/+3
2022-10-03glib-aux: implement nm_uuid_generate_from_strings_legacy() in terms of nm_uui...Thomas Haller2-42/+2
2022-10-03glib-aux: avoid leaking secrets in memory during nm_uuid_generate_from_string...Thomas Haller1-1/+1
2022-10-03glib: add nm_uuid_generate_from_strings() helperThomas Haller3-0/+260
2022-10-03libnm/tests: drop redundant argument in test codeThomas Haller1-16/+19
2022-10-03glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller7-35/+35
2022-10-03glib-aux: add code comment to NM_UUID_INIT()Thomas Haller1-0/+3
2022-10-03libnm: merge branch 'th/libnm-connection-get-private'Thomas Haller3-47/+58
2022-10-03libnm: move optimized NM_IS_{SIMPLE,}CONNECTION() to internal headerThomas Haller2-27/+26
2022-10-03libnm: rework lookup of private data for NMConnection of NMSimpleConnectionThomas Haller3-20/+32
2022-10-03build: merge branch 'th/build-gettext-update-po'Thomas Haller3-5/+18
2022-10-03build: don't "update-po" during make distThomas Haller3-4/+17
2022-10-03gitlab: fail if "run-test.sh" with dirty working treeThomas Haller1-1/+1
2022-10-03contrib: discourage g_type_class_add_private() via "checkpatch.pl"Thomas Haller1-0/+1
2022-10-03man/NetworkManager-wait-online.service: clean upMarc Muehlfeld1-123/+96
2022-10-03nmcli: don't print warning in `nmcli connection import` about duplicate param...Thomas Haller1-8/+3