5 Commits

Author SHA1 Message Date
Ikey Doherty 2c7ba9a934 Replace all instances of clr-cloud-init with micro-config-drive
The project has been renamed from clr-cloud-init to clearly communicate the
scope and target of the project. This change simply ensures all the source
files are now consistent in their agreement of the project name.

The (C) usage was also swapped for ©, simply because it is the proper symbol
and looks better.

Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2016-07-27 14:43:52 -07:00
Julio Montes b741fc1028 Run main loop after join threads
this change is to avoid sync problems
between async_task_exec and async_task_finish
2016-02-11 13:35:36 -06:00
Julio Montes 79878c5455 add log to see when main loop is running 2016-02-10 14:38:27 -06:00
Julio Montes f73c5e432b fix security hole escaping special characters at async_task_exec 2016-02-08 15:25:26 -06:00
Julio Montes c88e4437ea implement async_task functions
implement async_task functions to run threads and
execute async commands
2016-02-03 16:04:36 -06:00