summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcs-gcp: add support for Google Cloud Platform load balancersac/gcp_cloud_supportAntonio Cardace2020-06-266-0/+550
* nmcs-main: support adding additional routesAntonio Cardace2020-06-263-56/+80
* nmcs-http: add param to GET API to set custom HTTP headersAntonio Cardace2020-06-263-0/+35
* main: remove unused argumentAntonio Cardace2020-06-261-2/+0
* nmcs: fix indentationAntonio Cardace2020-06-261-2/+2
* nm-shared-utils: add util to parse out lines from a stringAntonio Cardace2020-06-262-0/+46
* nmcs: add error message when a HTTP request times outAntonio Cardace2020-06-261-1/+2
* nmcs-http: remove the timeout once expiredAntonio Cardace2020-06-261-1/+1
* nmcs-http: fix multiple HTTP request bugAntonio Cardace2020-06-261-9/+19
* 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