summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wifi: renew dynamic IP configuration after roamingbg/wifi-renew-dhcp-on-roamBeniamino Galvani2020-06-301-0/+9
* ifcfg-rh,libnm: merge branch 'th/ifcfg-bridge-writer'Thomas Haller2020-06-303-89/+74
|\
| * libnm/doc: clarify values for "bridge.multicast-router"Thomas Haller2020-06-302-3/+4
| * ifcfg-rh: hard code the defaults for bridge settings in write_bridge_setting()Thomas Haller2020-06-301-40/+45
| * ifcfg-rh: use guint type for handling nm_setting_bridge_get_ageing_time() ret...Thomas Haller2020-06-301-3/+4
| * ifcfg-rh: use nm_gstring_add_space_delimiter() in write_bridge_setting()Thomas Haller2020-06-301-44/+22
|/
* contrib: consistency check meson.build in release scriptThomas Haller2020-06-301-6/+10
* contrib: improve release script with howto comments and help optionThomas Haller2020-06-301-29/+73
* version: add 1.28 macrosBeniamino Galvani2020-06-302-0/+15
* build: for signing use key from git's user.signingkeyThomas Haller2020-06-291-1/+5
* release: cleanup temporary release-branch and avoid prompt for ftpadmin installThomas Haller2020-06-281-1/+3
* release: fix "rc" release build and add option to suppress check for local br...Thomas Haller2020-06-281-8/+24
* release: fix RC_VERSION for release scriptThomas Haller2020-06-281-1/+1
* release: fix release script for "rc"Thomas Haller2020-06-281-1/+2
* device: clean up exported IP6 config when flushing addressesBeniamino Galvani2020-06-281-0/+3
* NEWS: updateAntonio Cardace2020-06-261-0/+3
* nmcs-gcp: merge branch 'ac/gcp_cloud_support'Antonio Cardace2020-06-2614-71/+735
|\
| * nmcs-gcp: add support for Google Cloud Platform load balancersAntonio 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
|/
* core,libnm: merge branch 'th/kernel-cmdline-match'Thomas Haller2020-06-267-120/+245
|\
| * libnm/match: extend syntax for match patterns with '|', '&', '!' and '\\'Thomas Haller2020-06-264-97/+163
| * core/tests: add unit test for nm_utils_kernel_cmdline_match_check()Thomas Haller2020-06-261-0/+34
| * core: move matching of kernel command line to separate functionThomas Haller2020-06-263-79/+97
| * docs: fix escaping XML in "tools/generate-docs-nm-settings-docs-gir.py"Thomas Haller2020-06-261-5/+12
|/
* 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