summaryrefslogtreecommitdiff
path: root/clients/cloud-setup/nmcs-provider-gcp.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-1/+1
* all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* cloud-setup: assign incremental iface_idx for Azure,GCP get_config() resultThomas Haller2021-01-081-19/+23
* cloud-setup: use nmcs_utils_ipaddr_normalize_gbytes() in GCP providerThomas Haller2021-01-081-5/+5
* cloud-setup: handle unknown interaces in get_config() for GCP/AzureThomas Haller2021-01-081-17/+49
* cloud-setup: add and use nmcs_utils_hwaddr_normalize_gbytes()Thomas Haller2021-01-081-1/+1
* cloud-setup: move common code for get_config() to base class and improve canc...Thomas Haller2021-01-081-105/+78
* cloud-setup/trivial: rename "response_data" variableThomas Haller2021-01-081-2/+2
* cloud-setup/trivial: rename variables "config_data" to "get_config_data"Thomas Haller2021-01-081-12/+13
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-2/+2
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-417/+364
* cloud-setup: cleanup error handling in GCP providerThomas Haller2020-07-301-17/+15
* cloud-setup: don't check redundant error results from nm_http_client_poll_get...Thomas Haller2020-07-031-14/+5
* cloud-setup: use stack allocated buffer for temporary strings in "nmcs-provid...Thomas Haller2020-07-031-8/+6
* cloud-setup: don't use a GString in loop in _get_net_ifaces_list_cb()Thomas Haller2020-07-031-10/+7
* cloud-setup: don't use a GString in _get_config_ips_list_cb()Thomas Haller2020-07-031-10/+9
* cloud-setup: assert that NMHttpClient returns NUL terminated bufferThomas Haller2020-07-031-2/+6
* nmcs-gcp: add support for Google Cloud Platform load balancersAntonio Cardace2020-06-261-0/+520