NetworkManager/clients/cloud-setup
Thomas Haller 62aec7acd3
cloud-setup: don't use a GString in _get_config_ips_list_cb()
nm_utils_parse_next_line() operates on the response buffer obtained
from NMHttpClient. We own this buffer, and we also can rely on the fact
that the buffer has a trailing NUL byte after the data.

There is no need to clone the string to a GString, just use it directly.
2020-07-03 10:34:28 +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 nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-26 16:47:56 +02:00
meson.build nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-26 16:47:56 +02:00
nm-cloud-setup-utils.c cloud-setup: use NMStrBuf in nmcs_utils_uri_build_concat_v() 2020-07-03 10:34:27 +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 nmcs-gcp: add support for Google Cloud Platform load balancers 2020-06-26 16:47:56 +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 cloud-setup: use NMStrBuf in NMHttpClient to track response 2020-07-03 10:34:27 +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-ec2.c cloud-setup: use nm_utils_parse_next_line() in _get_config_metadata_ready_check() 2020-07-03 10:34:27 +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: don't use a GString in _get_config_ips_list_cb() 2020-07-03 10:34:28 +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