summaryrefslogtreecommitdiff
path: root/src/master.c
AgeCommit message (Expand)Author
2015-04-06fixed a missing <sys/types.h> (showed off_t undefined on Windows)Andreas Baumann
2014-12-29printing worker exit code and message in worker output on terminationAndreas Baumann
2014-12-24show truncation in outstanding worker messagesAndreas Baumann
2014-12-21increased some buffers and line buffers for worker outputAndreas Baumann
2014-12-21added a tail of worker output messages (needed for a web client showing the l...Andreas Baumann
2014-12-21fixed output of worker messages in cliAndreas Baumann
2014-12-20some advances in message outputAndreas Baumann
2014-12-14..Andreas Baumann
2014-12-14..Andreas Baumann
2014-12-07..Andreas Baumann
2014-12-07added started, stopped messages for workerAndreas Baumann
2014-12-07some better worker output reportingAndreas Baumann
2014-12-06fixed some segfaults in master when writing output from workersAndreas Baumann
2014-12-05first working version of worker spool files in the masterAndreas Baumann
2014-12-05added output message for worker output sent to master, master prints only deb...Andreas Baumann
2014-12-04added stopping of workerAndreas Baumann
2014-12-04adde a run time parameter to worktestAndreas Baumann
2014-11-30updating worker state now in master from coordinator state messagesAndreas Baumann
2014-11-29sending start command to coordinator, some command queueing and a memory messAndreas Baumann
2014-11-23got to POSTing the start command to the master, now we have to design the mes...Andreas Baumann
2014-11-16workers are communicated from coordinator to master during registration nowAndreas Baumann
2014-11-16..Andreas Baumann
2014-11-15..Andreas Baumann
2014-11-14failing to answer to a discover declare a coordinator dead in the master afte...Andreas Baumann
2014-11-14..Andreas Baumann
2014-11-13showing status and keeping track of coordinatorsAndreas Baumann
2014-11-13added a small built-in webserverAndreas Baumann
2014-11-12added some error handling when creating the masterAndreas Baumann
2014-09-19removed sleeps (not needed)Andreas Baumann
2014-09-18eliminated a goto in the master codeAndreas Baumann
2014-09-18fixed FSM state error in double nn_termAndreas Baumann
2014-09-17more bugfixingAndreas Baumann
2014-09-17more error handling around nn_sendAndreas Baumann
2014-09-17better error handling and termination on Ctrl-CAndreas Baumann
2014-09-16fixed some warningsAndreas Baumann
2014-09-15master must wait longer (NN_SURVEYOR_DEADLINE)Andreas Baumann
2014-09-14started porting to native Windows, so far json-c is misingAndreas Baumann
2014-09-14fixed shutdown problemsAndreas Baumann
2014-09-14got a primitive discovery test runningAndreas Baumann
2014-09-13add json, nanomsg in masterAndreas Baumann