summaryrefslogtreecommitdiff
path: root/src/worker.c
AgeCommit message (Expand)Author
2015-06-11replaced gethostname on Windows with GetComputerNameExAndreas Baumann
2015-05-29added more around physical memory (worker/coordingator data and cli data)Andreas Baumann
2015-05-25various fixes on WindowsAndreas Baumann
2015-04-12better variable parser for worker commands (I think)Andreas Baumann
2015-04-12..Andreas Baumann
2015-04-10supporting variables in worker command nowAndreas Baumann
2015-04-09.Andreas Baumann
2015-04-09fixed for missing g_spawn_check_exit_status and strcasecmpAndreas Baumann
2015-04-06set worker error message to success if exit status of child was 0Andreas Baumann
2015-04-04fixed segfault on worker terminationAndreas Baumann
2014-12-29trying to map glib exit code in worker into messageAndreas Baumann
2014-12-07proper error handling around worker process killingAndreas Baumann
2014-12-07..Andreas Baumann
2014-12-07passing pid as string in a message, added portable PRIx macro for GPidAndreas Baumann
2014-12-07added started, stopped messages for workerAndreas Baumann
2014-12-07some better worker output reportingAndreas Baumann
2014-12-05added output message for worker output sent to master, master prints only deb...Andreas Baumann
2014-12-04fixed termination issues around worker and gio channelsAndreas Baumann
2014-12-04fixed premature freeing of worker data on worker terminationAndreas Baumann
2014-12-04added stopping of workerAndreas Baumann
2014-12-04adde a run time parameter to worktestAndreas Baumann
2014-12-04..Andreas Baumann
2014-12-04..Andreas Baumann
2014-12-04fix on WindowsAndreas Baumann
2014-12-03handling worker state and modeAndreas Baumann
2014-12-03printing output of workerAndreas Baumann
2014-12-03worker works on WindowsAndreas Baumann
2014-12-03made worker compile on Windows (with glib), doesn't work yetAndreas Baumann
2014-12-01..Andreas Baumann
2014-12-01changed worker thread into a detached thread, there is no place inAndreas Baumann
2014-12-01..Andreas Baumann
2014-12-01using a dedicated orker thread to drive the glib main loop, detectingAndreas Baumann
2014-11-30playing with glib main loop and eventsAndreas Baumann
2014-11-30trying to catch termination of worker, but the glib main loop would be needed,Andreas Baumann
2014-11-30updating worker state now in master from coordinator state messagesAndreas Baumann
2014-11-30worker data (glib-specific) is stored in worker structuresAndreas Baumann
2014-11-29first starting workerAndreas Baumann
2014-11-23several fixes for Windows (glib, strcasecmp, webserver and interactiveAndreas Baumann
2014-11-16workers are communicated from coordinator to master during registration nowAndreas Baumann
2014-11-16..Andreas Baumann
2014-11-16some docuAndreas Baumann
2014-11-15..Andreas Baumann
2014-09-13add json, nanomsg in masterAndreas Baumann