NetworkManager/clients/cloud-setup
Thomas Haller 9a434ad4ca cloud-setup: use nm_strv_dup_packed() in nm_http_client_poll_get()
No need to do a deep clone. The strv array is not ever modified and we
pack it together in one memory allocation.

Conflicts: nm_strv_dup_packed is still called nm_utils_strv_dup_packed.
Code formatting.

(cherry picked from commit 599fe234ea)
(cherry picked from commit 3787eacac9)
(cherry picked from commit 89a6ce575d)
(cherry picked from commit d14dc95be3)
(cherry picked from commit 7e516418e0)
(cherry picked from commit becb47826a)
(cherry picked from commit 4704e14100)
(cherry picked from commit 23b03def98)
(cherry picked from commit b52cbad24b)
(cherry picked from commit a389157077)
2023-09-20 08:12:24 +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 all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_disposing() 2020-02-10 19:11:50 +01:00
meson.build license: Add license using SPDX identifiers to meson build files 2020-02-17 13:16:57 +01:00
nm-cloud-setup-utils.c cloud-setup: fix nmcs_utils_poll argument ordering 2020-08-05 00:00:18 +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: require to explicitly opt-in for providers via environment variable 2019-12-03 16:18:33 +01: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 nm_strv_dup_packed() in nm_http_client_poll_get() 2023-09-20 08:12:24 +02:00
nm-http-client.h cloud_setup: unexport nm_http_client_get() 2023-09-20 08:12:24 +02:00
nmcs-provider-ec2.c nmcs-http: add param to GET API to set custom HTTP headers 2023-09-20 08:11:20 +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.c cloud-setup: require to explicitly opt-in for providers via environment variable 2019-12-03 16:18:33 +01:00
nmcs-provider.h cloud-setup: require to explicitly opt-in for providers via environment variable 2019-12-03 16:18:33 +01:00