summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xxxxth/cloud-setup-variousThomas Haller2020-07-021-2/+4
* cloud-setup: don't check redundant error results from nm_http_client_poll_get...Thomas Haller2020-07-022-41/+20
* cloud-setup: ensure that nm_http_client_get_finish() always returns success o...Thomas Haller2020-07-021-4/+11
* cloud-setup: always report success or an GError from nm_http_client_poll_get_...Thomas Haller2020-07-022-14/+16
* cloud-setup: remove debugging message from _poll_cancelled_cb()Thomas Haller2020-07-021-1/+0
* cloud-setup: use stack allocated buffer for temporary strings in "nmcs-provid...Thomas Haller2020-07-021-8/+6
* cloud-setup: don't use a GString in loop in _get_net_ifaces_list_cb()Thomas Haller2020-07-021-10/+7
* cloud-setup: don't use a GString in _get_config_ips_list_cb()Thomas Haller2020-07-021-10/+9
* cloud-setup: use NMStrBuf in NMHttpClient to track responseThomas Haller2020-07-021-11/+14
* cloud-setup: use NMStrBuf in nmcs_utils_uri_build_concat_v()Thomas Haller2020-07-021-8/+7
* cloud-setup: use nm_utils_parse_next_line() in _get_config_metadata_ready_che...Thomas Haller2020-07-021-29/+14
* shared: refactor nm_utils_parse_next_line() and add testsThomas Haller2020-07-022-25/+143
* shared: add nm_str_buf_finalize_to_gbytes() helperThomas Haller2020-07-021-0/+17
* cloud-setup: assert that NMHttpClient returns NUL terminated bufferThomas Haller2020-07-022-2/+8
* cloud-setup: add gtk-doc comment for nm_http_client_get_finish()Thomas Haller2020-07-021-0/+15
* cloud-setup: fix allocating buffer for GetConfigMetadataMac in _get_config_me...Thomas Haller2020-07-021-1/+1
* gitlab-ci: check "examples/python/gi/nm-wg-set" with blackThomas Haller2020-07-021-1/+1
* build: check "examples/python/gi/nm-wg-set" with blackThomas Haller2020-07-021-1/+1
* examples: run python black on "examples/python/gi/nm-wg-set"Thomas Haller2020-07-021-94/+185
* ndisc/tests: make assertion checks a macro and not a function in test-ndisc-fakeThomas Haller2020-07-021-38/+39
* wifi: merge branch 'bg/ap-isolation'Beniamino Galvani2020-07-0121-21/+339
|\
| * supplicant,device: support AP isolationbg/ap-isolationBeniamino Galvani2020-07-014-15/+132
| * all: add ap-isolation property to wifi settingBeniamino Galvani2020-07-0115-6/+181
| * ifcfg-rh: add generic shvar getter and setter for ternary variablesBeniamino Galvani2020-07-012-0/+26
|/
* libnm: fix leak in nm_utils_is_json_object()Thomas Haller2020-07-011-2/+1
* modem: suppress deprecated warning from libmm for MM_MODEM_CAPABILITY_LTE_ADV...Thomas Haller2020-06-301-3/+16
* platform/tests: avoid test failures accepting route added signalsThomas Haller2020-06-301-1/+1
* 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