NetworkManager/clients/cloud-setup
Thomas Haller 70971d1141
all: avoid wrong compiler warning about uninitalized variables with LTO
Seems with LTO the compiler can sometimes think that thes variables are
uninitialized. Usually those code paths are only after an assertion was
hit (g_return*()), but we still need to workaround the warning.
2020-08-17 15:18:02 +02:00
..
90-nm-cloud-setup.sh cloud-setup: let dispatcher script run tool only if service is enabled 2019-12-03 16:18:33 +01:00
main.c cloud-setup: add tool for automatic IP configuration in cloud 2020-07-29 15:56:15 +02:00
meson.build cloud-setup: add tool for automatic IP configuration in cloud 2020-07-29 15:56:15 +02:00
nm-cloud-setup-utils.c cloud-setup: don't require delimiter in 'nmcs_utils_hwaddr_normalize' 2020-07-14 19:10:29 +02:00
nm-cloud-setup-utils.h cloud-setup/trivial: rename timeout_ms to timeout_msec 2019-12-13 16:54:40 +01:00
nm-cloud-setup.service.in cloud-setup: add tool for automatic IP configuration in cloud 2020-07-29 15:56:15 +02:00
nm-cloud-setup.timer cloud-setup: add tool for automatic IP configuration in cloud 2019-11-28 19:52:18 +01:00
nm-http-client.c all: avoid wrong compiler warning about uninitalized variables with LTO 2020-08-17 15:18:02 +02:00
nm-http-client.h nmcs-http: add param to GET API to set custom HTTP headers 2020-06-26 16:47:56 +02:00
nmcs-provider-azure.c cloud-setup: cleanup error handling in Azure provider 2020-07-30 09:18:40 +02:00
nmcs-provider-azure.h cloud-setup: add tool for automatic IP configuration in cloud 2020-07-29 15:56:15 +02:00
nmcs-provider-ec2.c cloud-setup: rework error handling and completion for EC2 provider 2020-07-30 09:18:40 +02:00
nmcs-provider-ec2.h cloud-setup: add tool for automatic IP configuration in cloud 2019-11-28 19:52:18 +01:00
nmcs-provider-gcp.c cloud-setup: cleanup error handling in GCP provider 2020-07-30 09:18:40 +02:00
nmcs-provider-gcp.h nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-26 16:47:56 +02:00
nmcs-provider.c nmcs-main: support adding additional routes 2020-06-26 16:47:56 +02:00
nmcs-provider.h nmcs-main: support adding additional routes 2020-06-26 16:47:56 +02:00