NetworkManager/src/nm-cloud-setup
Thomas Haller 216c46c881
all: prefer nm wrappers to automatically attach GSource to default context
We often create the source with default priority, no destroy function and
attach it to the default context (g_main_context_default()). For that
case, we have wrapper functions like nm_g_timeout_add_source()
and nm_g_idle_add_source(). Use those.

There should be no change in behavior.
2022-03-13 11:59:42 +01:00
..
tests format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
90-nm-cloud-setup.sh cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
main.c all: prefer nm wrappers to automatically attach GSource to default context 2022-03-13 11:59:42 +01:00
meson.build cloud-setup: configure secondary ip in Aliyun cloud 2021-07-19 17:41:52 +02:00
nm-cloud-setup-utils.c all: change scheduling priority for idle actions to G_PRIORITY_DEFAULT_IDLE 2022-03-13 11:59:42 +01:00
nm-cloud-setup-utils.h format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nm-cloud-setup.service.in cloud-setup: configure secondary ip in Aliyun cloud 2021-07-19 17:41:52 +02:00
nm-cloud-setup.timer cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nm-http-client.c all: prefer nm wrappers to automatically attach GSource to default context 2022-03-13 11:59:42 +01:00
nm-http-client.h format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nmcs-provider-aliyun.c format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nmcs-provider-aliyun.h cloud-setup: configure secondary ip in Aliyun cloud 2021-07-19 17:41:52 +02:00
nmcs-provider-azure.c format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nmcs-provider-azure.h cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nmcs-provider-ec2.c format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nmcs-provider-ec2.h cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nmcs-provider-gcp.c format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nmcs-provider-gcp.h cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nmcs-provider.c format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nmcs-provider.h format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

nm-cloud-setup

A NetworkManager client application that aims to automatically configure the network in a cloud environment.

See:

  • man 8 nm-cloud-setup ([www])