summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/tests: avoid coverity warning in test_setting_connection_secondaries_ve...th/coverity-fixesThomas Haller2021-06-081-36/+38
* cli: avoid coverity warning in do_connection_down()Thomas Haller2021-06-081-0/+6
* glib-aux/tests: avoid coverity warning in test_nm_g_source_sentinel()Thomas Haller2021-06-081-1/+1
* platform: avoid wrong coverity warning in nmp_utils_sysctl_open_netdir()Thomas Haller2021-06-081-1/+3
* bash-completion: localize the prev variableSibo Dong2021-06-081-1/+1
* all: merge branch 'th/va-args-join'Thomas Haller2021-06-088-629/+519
|\
| * core: remove _nul_sentinel from UuidData structThomas Haller2021-06-081-5/+2
| * glib-aux/uuid: use NMUuid typed argument for nm_uuid_generate_from_string*()Thomas Haller2021-06-084-77/+124
| * glib-aux/uuid: add NM_UUID_INIT() macroThomas Haller2021-06-082-0/+49
| * glib-aux: use NM_VA_ARGS_FOREACH() to implement NM_HASH_COMBINE_BOOLS()Thomas Haller2021-06-082-27/+40
| * glib-aux: use NM_VA_ARGS_FOREACH() to implement NM_HASH_COMBINE_VALS()Thomas Haller2021-06-081-98/+7
| * libnm/tests: add test for NM_NARG() with 120 parametersThomas Haller2021-06-081-1/+43
| * glib-aux: implement varidic macros NM_UTILS_{LOOKUP,ENUM2STR}_DEFINE() with N...Thomas Haller2021-06-082-17/+7
| * std-aux: implement NM_IN_SET()/NM_IN_STRSET() via NM_VA_ARGS_FOREACH()Thomas Haller2021-06-082-130/+29
| * std-aux: add NM_VA_ARGS_JOIN() helper macroThomas Haller2021-06-081-0/+4
| * std-aux: add NM_VA_ARGS_FOREACH() helper macroThomas Haller2021-06-081-0/+133
| * std-aux: add _NM_MACRO_IDENTITY(), _NM_MACRO_CALL2(), _NM_MACRO_SELECT_FIRST()Thomas Haller2021-06-081-1/+7
| * std-aux,glib-aux: move NM_NARG() and _NM_MACRO_CALL() to lib-std-auxThomas Haller2021-06-082-71/+71
| * glib-aux: extend NM_NARG() macro for more argumentsThomas Haller2021-06-081-266/+63
| * std-aux: add NM_BIT() macroThomas Haller2021-06-081-0/+4
|/
* docs: explain GObject properties in CONTRIBUTING.mdThomas Haller2021-06-071-0/+48
* libnm: assert initialization in _NM_OBJECT_CLASS_INIT_FIELD_INFO()Thomas Haller2021-06-071-15/+23
* release: bump version to 1.33.0 (development)1.33.0-devThomas Haller2021-06-042-3/+3
* release: bump version to 1.31.90 (1.32-rc1)1.32-rc1Thomas Haller2021-06-042-2/+2
* NEWS: updateThomas Haller2021-06-041-16/+18
* NEWS: updateThomas Haller2021-06-041-11/+16
* NEWS: updateBeniamino Galvani2021-06-041-0/+6
* wifi/iwd: rework warning about invalid state-dirThomas Haller2021-06-041-22/+24
* iwd: Enforce absolute state dir path, print warningsAndrew Zaborowski2021-06-041-6/+25
* core: belatedly add [main].firewall-backend config to known optionsThomas Haller2021-06-041-2/+3
* NEWS: updateThomas Haller2021-06-041-3/+4
* NEWS: updateThomas Haller2021-06-041-0/+2
* vapi: Update NM-1.0.metadata to include WireGuard declarationsPeter van der Velde2021-06-041-0/+2
* all: merge branch 'th/uuid-normalize'Thomas Haller2021-06-0418-119/+470
|\
| * libnm/tests: add test for normalizing "connection.secondaries"Thomas Haller2021-06-041-0/+120
| * libnm: verify and normalize "connection.secondaries"Thomas Haller2021-06-044-0/+123
| * libnm: use GArray to track "connection.secondaries" property instead of GSListThomas Haller2021-06-042-48/+50
| * libnm: don't reject empty strings in add/remove APIThomas Haller2021-06-042-20/+10
| * libnm: use nm_strvarray_get_strv_non_empty_dup() in "nm-setting-match.c"Thomas Haller2021-06-041-4/+5
| * libnm: use nm_strvarray_get_idx() in "nm-setting-match.c"Thomas Haller2021-06-041-8/+8
| * all: use nm_uuid_is_normalized() for checking valid UUID for "connection.uuid"Thomas Haller2021-06-048-18/+23
| * keyfile: reject non-normalized UUIDs in nms_keyfile_nmmeta_check_filename()Thomas Haller2021-06-041-5/+7
| * keyfile: fix comparison in nms_keyfile_nmmeta_read()Thomas Haller2021-06-041-1/+5
| * glib-aux: change nm_uuid_is_valid_full() to nm_uuid_is_normalized_full()Thomas Haller2021-06-043-8/+8
| * glib-aux: add nm_uuid_is_valid_normalized() helperThomas Haller2021-06-041-0/+8
| * glib-aux: add nm_strvarray_get_strv_non_empty_dup() helperThomas Haller2021-06-041-0/+15
| * glib-aux: add nm_strvarray_find_first() helperThomas Haller2021-06-041-7/+19
| * glib-aux: add nm_strvarray_get_idx() helperThomas Haller2021-06-041-0/+9
| * glib-aux: add nm_strv_has_duplicate() helperThomas Haller2021-06-042-0/+32
| * glib-aux: add nm_utils_strv_dup_shallow_maybe_a() helperThomas Haller2021-06-041-0/+28
|/