summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: discourage GSlice APIth/gsliceThomas Haller2022-10-061-0/+1
* all: rename nm_g_slice*() helpers to nm_slice*()Thomas Haller2022-10-0654-130/+130
* all: switch GSlice uses over to nm_slice*() macrosThomas Haller2022-10-0694-315/+315
* glib-aux: add nm_slice_*() API to replace GSliceThomas Haller2022-10-062-0/+53
* glib-aux/trivial: style fixThomas Haller2022-10-061-0/+1
* core: wait for carrier before resolving hostname via DNSBeniamino Galvani2022-10-062-3/+33
* libnm: embed address family in NMSettingIPConfigClass for NM_SETTING_IP_CONFI...Thomas Haller2022-10-064-18/+36
* libnm: merge branch 'th/connection-path-as-ref-str'Thomas Haller2022-10-067-13/+83
|\
| * libnm: use NMRefString for nm_connection_get_path()Thomas Haller2022-10-066-12/+65
| * glib-aux: reorder comparison in nm_ref_string_equal_str()Thomas Haller2022-10-061-1/+1
| * glib-aux: add nm_ref_string_reset() helperThomas Haller2022-10-061-0/+17
|/
* docs: merge branch 'th/generate-docs'Thomas Haller2022-10-065-123/+418
|\
| * tools: sort the settings in "generate-docs-nm-property-infos.py" by nameThomas Haller2022-10-061-11/+44
| * tools: don't set empty attributes in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-061-6/+1
| * tools: don't write empty XML nodes in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-061-2/+0
| * tools: preserve newlines and indentation in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-063-4/+4
| * tools: rework generating documentation from libnm meta dataThomas Haller2022-10-061-113/+382
| * libnm/docs: fix alignment in BOOTPROTO descriptionThomas Haller2022-10-062-8/+8
|/
* merge: branch 'lr/master-uuid'Lubomir Rintel2022-10-055-26/+34
|\
| * bond,bridge,team: use uuid for con.master when generating connectionlr/master-uuidLubomir Rintel2022-09-303-12/+15
| * device: assert we're not waiting on a nil masterLubomir Rintel2022-09-301-0/+2
| * device: fix recheck slave logicLubomir Rintel2022-09-301-13/+16
| * checkpoint: move a log message a little lowerLubomir Rintel2022-09-301-1/+1
* | po: update Ukrainian (uk) translationYuri Chornoivan2022-10-051-593/+571
* | systemd: merge branch systemd into mainThomas Haller2022-10-0544-286/+640
|\ \
| * | systemd: update code from upstream (2022-10-04)Thomas Haller2022-10-0443-285/+637
* | | systemd: drop invalid "user-util.h" compat headerThomas Haller2022-10-042-4/+1
* | | bond: merge branch 'th/mlag-bonding-slb'Thomas Haller2022-10-0410-6/+1418
|\ \ \
| * | | libnm,core: support "bond.balance-slb" optionThomas Haller2022-10-044-6/+162
| * | | core: add NMBondManager to handle NTF rules for balance-slb (MLAG)Thomas Haller2022-10-044-0/+1002
| * | | firewall: add mlag firewall utils for multi chassis link aggregation (MLAG) f...Thomas Haller2022-10-042-0/+254
|/ / /
* | | nmcli: merge branch 'bg/nmcli-dev-connect-error'Beniamino Galvani2022-10-041-3/+4
|\ \ \
| * | | nmcli: don't show state-reason for "nmcli device connect" errorsBeniamino Galvani2022-10-041-2/+1
| * | | nmcli: fix return code on "nmcli device connect" errorBeniamino Galvani2022-10-041-3/+5
|/ / /
* | | doc: fix bind-activation description for AddAndActivateConnection2 D-Bus APIThomas Haller2022-10-031-1/+1
* | | all: merge branch 'th/uuid-generate-from-strings'Thomas Haller2022-10-037-56/+221
|\ \ \
| * | | all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-037-50/+40
| * | | libnm-core/tests: drop duplicate tests _check_uuid_v3() (2)Thomas Haller2022-10-031-18/+0
| * | | libnm-core/tests: drop duplicate tests _check_uuid_v3()Thomas Haller2022-10-031-36/+3
| * | | glib-aux: implement nm_uuid_generate_from_strings_legacy() in terms of nm_uui...Thomas Haller2022-10-032-42/+2
| * | | glib-aux: avoid leaking secrets in memory during nm_uuid_generate_from_string...Thomas Haller2022-10-031-1/+1
| * | | glib: add nm_uuid_generate_from_strings() helperThomas Haller2022-10-033-0/+260
| * | | libnm/tests: drop redundant argument in test codeThomas Haller2022-10-031-16/+19
| * | | glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-037-35/+35
| * | | glib-aux: add code comment to NM_UUID_INIT()Thomas Haller2022-10-031-0/+3
|/ / /
* | | libnm: merge branch 'th/libnm-connection-get-private'Thomas Haller2022-10-033-47/+58
|\ \ \
| * | | libnm: move optimized NM_IS_{SIMPLE,}CONNECTION() to internal headerThomas Haller2022-10-032-27/+26
| * | | libnm: rework lookup of private data for NMConnection of NMSimpleConnectionThomas Haller2022-10-033-20/+32
|/ / /
* | | build: merge branch 'th/build-gettext-update-po'Thomas Haller2022-10-033-5/+18
|\ \ \
| * | | build: don't "update-po" during make distThomas Haller2022-10-033-4/+17