summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: clean up exported IP6 config when flushing addressesbg/rh1848888Beniamino Galvani2020-06-261-0/+3
* all: merge branch 'th/strbuf-uses'Thomas Haller2020-06-2612-424/+672
|\
| * supplicant: use NMStrBuf in wifi_freqs_to_string()Thomas Haller2020-06-261-14/+28
| * supplicant: use nm_streq() in "nm-supplicant-config.c"Thomas Haller2020-06-261-18/+18
| * libnm: refactor wifi frequency handling in libnmThomas Haller2020-06-262-64/+176
| * libnm: don't use assert for validating arguments to nm_utils_wifi_find_next_c...Thomas Haller2020-06-261-4/+2
| * libnm: use nm_streq() in "libnm-core/nm-utils.c"Thomas Haller2020-06-261-33/+29
| * libnm: use NMStrBuf in nm_utils_file_search_in_paths()Thomas Haller2020-06-261-23/+23
| * libnm: use NMStrBuf in _nm_utils_uuid_generate_from_strings()Thomas Haller2020-06-261-17/+17
| * libnm: use NMStrBuf in nm_ip_routing_rule_to_string()Thomas Haller2020-06-261-66/+67
| * keyfile: cleanup uses of GString in keyfile codeThomas Haller2020-06-262-142/+159
| * libnm: use NMStrBuf in "nm-setting-bridge.c"Thomas Haller2020-06-262-29/+10
| * shared: add nm_str_buf_reset() helperThomas Haller2020-06-261-0/+18
| * shared: add nm_utils_escaped_tokens_escape_strbuf*() helpersThomas Haller2020-06-261-0/+28
| * shared: add nm_utils_escaped_tokens_escape_unnecessary() utilThomas Haller2020-06-261-15/+24
| * shared: add nm_str_buf_append_required_delimiter()Thomas Haller2020-06-261-0/+13
| * shared: add nm_str_buf_append_c_hex() helperThomas Haller2020-06-261-0/+10
| * shared: add nm_hexchar() helperThomas Haller2020-06-262-0/+14
| * shared: add nm_str_buf_append0() and nm_str_buf_append_len0() helperThomas Haller2020-06-261-0/+28
| * shared: add NM_UTILS_GET_NEXT_REALLOC_SIZE_32 and _40 macrosThomas Haller2020-06-262-0/+4
| * shared: return non-const pointer from nm_str_buf_get_str()Thomas Haller2020-06-261-1/+1
| * shared: avoid copying empty string in nm_str_buf_append_printf()Thomas Haller2020-06-251-1/+6
|/
* libnm: fix wrong assertion in nm_client_check_connectivity_finish()Beniamino Galvani2020-06-251-1/+1
* libnm: omit nm_device_*_get_hw_address() from introspection outputbg/introspection-get-hw-addrBeniamino Galvani2020-06-2518-18/+18
* initrd: merge branch 'bg/initrd-ipv6'Beniamino Galvani2020-06-242-5/+16
|\
| * initrd: set ipv6.method=auto when the autoconfiguration field is 'none'bg/initrd-ipv6Beniamino Galvani2020-06-242-2/+7
| * initrd: generate connections with IPv6 method 'auto' instead of 'ignore'Beniamino Galvani2020-06-242-3/+9
|/
* shared,core: merge branch 'th/strsplit-quoted-kernel-cmdline'Thomas Haller2020-06-247-18/+401
|\
| * core: use nm_utils_strsplit_quoted() for splitting the kernel command lineth/strsplit-quoted-kernel-cmdlineThomas Haller2020-06-231-11/+5
| * shared: add nm_utils_strsplit_quoted()Thomas Haller2020-06-233-0/+327
| * tests: add nmtst_extract_first_word_all() for testingThomas Haller2020-06-222-0/+44
| * shared: add nm_str_buf_append_c_repeated() helperThomas Haller2020-06-221-0/+13
| * shared: make NM_STR_BUF_INIT() an inline functionThomas Haller2020-06-221-7/+12
|/
* libnm: avoid deprecation warning about NMUtilsPredicateStrThomas Haller2020-06-221-1/+0
* libnm: return NULL for boxed strv properties of NMSettingMatchThomas Haller2020-06-221-4/+4
* shared: add nm_strvarray_get_strv_non_empty() helperThomas Haller2020-06-221-0/+12
* settings: fix assertion when updating default wired connectionbg/issue471Beniamino Galvani2020-06-221-4/+3
* shared: fix string truncation in nm_str_buf_append_printf()Thomas Haller2020-06-211-1/+1
* shared: allow empty NMStrBuf buffers with un-allocated memoryThomas Haller2020-06-202-15/+28
* all: merge branch 'th/stdict-values'Thomas Haller2020-06-199-111/+146
|\
| * libnm: ensure stable behavior in _nm_ip_route_attribute_validate_all()Thomas Haller2020-06-191-5/+14
| * libnm: use nm_utils_named_values_from_strdict() in "nm-setting-tc-config.c"Thomas Haller2020-06-191-16/+30
| * libnm: add missing since gtk-doc for nm_tc_action_get_attribute_names()Thomas Haller2020-06-191-0/+6
| * shared: refactor nm_utils_strdict_to_variant_ass() to use nm_utils_named_valu...Thomas Haller2020-06-191-40/+15
| * shared,core: rename and move function to nm_utils_strdict_to_variant_asv()Thomas Haller2020-06-195-30/+29
| * ifcfg-rh: use nm_utils_named_values_from_strdict() in write_secrets()Thomas Haller2020-06-191-6/+12
| * shared: avoid allocating temporary buffer for nm_utils_named_values_from_strd...Thomas Haller2020-06-194-25/+51
| * shared: make NMUtilsNamedValue.value_ptr non constThomas Haller2020-06-191-1/+1
|/
* build: merge branch 'ss/python-improvements'Thomas Haller2020-06-193-2/+13
|\
| * gitlab-ci: enable python black check in gitlab-ciThomas Haller2020-06-191-1/+2