summaryrefslogtreecommitdiff
path: root/src/biruda.c
AgeCommit message (Expand)Author
2015-05-29added more around physical memory (worker/coordingator data and cli data)Andreas Baumann
2015-05-25memory on LinuxAndreas Baumann
2015-05-25added system_phys_memory (implemented on Windows)Andreas Baumann
2015-05-25various fixes on WindowsAndreas Baumann
2015-04-12print spool dir in config printingAndreas Baumann
2015-04-09added local xxd and configuration generation in biruda binaryAndreas Baumann
2015-04-09added printing of environmentAndreas Baumann
2015-04-06forgot to close cli file if command file is givenAndreas Baumann
2015-04-06CLI can take host and port parameter as arguments nowAndreas Baumann
2015-04-06forgot the cli with -F <commandfile> caseAndreas Baumann
2015-04-06cli mode reads port from config if config is given, otherwiseAndreas Baumann
2014-12-07croak about webserver on Windows only if the configuration specifies oneAndreas 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-05better configration testing, added 'data' channelAndreas Baumann
2014-12-04implemented system detection on Windows (CPE)Andreas Baumann
2014-12-04fix on WindowsAndreas Baumann
2014-12-04added a -F <commandfile> option for easier batch executionAndreas Baumann
2014-12-03handling worker state and modeAndreas Baumann
2014-12-03added some worker and port config checksAndreas Baumann
2014-12-03moved cli part of biruda to a separate moduleAndreas Baumann
2014-11-30updating worker state now in master from coordinator state messagesAndreas Baumann
2014-11-29fixed POST in http_libAndreas Baumann
2014-11-23got to POSTing the start command to the master, now we have to design the mes...Andreas Baumann
2014-11-23several fixes for Windows (glib, strcasecmp, webserver and interactiveAndreas Baumann
2014-11-21fixed double freesAndreas Baumann
2014-11-21added completion for worker namesAndreas 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-15cli interactive/pipe modeAndreas Baumann
2014-11-15some cleanup in CLIAndreas Baumann
2014-11-15added status to cli modeAndreas Baumann
2014-11-15updated and fixed linenoiseAndreas Baumann
2014-11-14started cli with linenoiseAndreas Baumann
2014-11-14fixed on WindowsAndreas Baumann
2014-11-13added a small built-in webserverAndreas Baumann
2014-11-13renamed sleep.h to port.h (for easy porting macros for Windows/Unix)Andreas Baumann
2014-09-18fixed FSM state error in double nn_termAndreas Baumann
2014-09-17better error handling and termination on Ctrl-CAndreas Baumann
2014-09-17termination in foreground on WindowsAndreas Baumann
2014-09-17termination in foreground on Unix instead of sleepAndreas Baumann
2014-09-16fixed some warningsAndreas Baumann
2014-09-15WSAStartup and WSACleanup are called properly in nanomsg library, removedAndreas Baumann
2014-09-15gethostname fix for WindowsAndreas Baumann
2014-09-14.Andreas Baumann
2014-09-14started porting to native Windows, so far json-c is misingAndreas Baumann
2014-09-14only start master and coordinator if configuredAndreas Baumann
2014-09-14fixed shutdown problemsAndreas Baumann
2014-09-14got a primitive discovery test runningAndreas Baumann