summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-09fixed workertest usageAndreas Baumann
2015-04-09added local xxd and configuration generation in biruda binaryAndreas Baumann
2015-04-09small fixesAndreas 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-06.Andreas Baumann
2015-04-06cli mode reads port from config if config is given, otherwiseAndreas Baumann
2015-04-06show port of integrated webserver in startup messageAndreas Baumann
2015-04-06fixed a missing <sys/types.h> (showed off_t undefined on Windows)Andreas 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-29printing worker exit code and message in worker output on terminationAndreas Baumann
2014-12-29trying to map glib exit code in worker into messageAndreas Baumann
2014-12-24show truncation in outstanding worker messagesAndreas Baumann
2014-12-24retested with clang and tccAndreas 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-13added cpe detection for Centos 6Andreas Baumann
2014-12-13some compilation fixes for RHEL-6Andreas Baumann
2014-12-10..Andreas Baumann
2014-12-07proper error handling around worker process killingAndreas Baumann
2014-12-07Merge branch 'master' of ssh://andreasbaumann.dyndns.org:2222/birudaAndreas Baumann
2014-12-07..Andreas 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-07croak about webserver on Windows only if the configuration specifies oneAndreas Baumann
2014-12-07some better worker output reportingAndreas Baumann
2014-12-06using nanomsg 0.5 now on WindowsAndreas 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-05better configration testing, added 'data' channelAndreas Baumann
2014-12-04added an autodisp for status for nowAndreas 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-04implemented system detection on Windows (CPE)Andreas Baumann
2014-12-04..Andreas Baumann
2014-12-04..Andreas Baumann
2014-12-04fix on WindowsAndreas Baumann
2014-12-04added a -F <commandfile> option for easier batch executionAndreas Baumann